/**
  SilverStripe PaddyGreen Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */
.typography {
	font-family: Verdana,Helvetica,Arial,sans-serif;
}


/* PARAGRAPHS */
.typography p { 
 	color: #666;
 	line-height: 1.8em;
	 }
#Layout p {
 	margin: 10px 0 5px 0;
	}
	
.typography blockquote {
	margin: 10px;
	color: #777;
	font-style: italic;
}	

/* LINKS */
.typography a { 
 	text-decoration: none; 
	color: #3E91C4;
}
.typography a:hover { 
 	text-decoration: underline;
	 }
.typography a:visted { 
 	text-decoration: underline;
	 }

/* LIST STYLES */

.typography ul, 
.typography ol {
	color: #666;
	list-style-type: disc;
	list-style-position: outside !important;
	padding-left: 1.25em;
	margin-left: 1.25em;
}
			
.typography ol {
	list-style: decimal inside;
}

/* HEADER STYLES */

.typography h1, 
.typography h2, 
.typography h3, 
.typography h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	}
	
.typography h1 { 
	font-size: 1.85em;
	}
.typography h2 {  
	font-size: 1.5em;
	}
	
.typography h3 {
	padding: 0.5em 0;
	font-size: 1.3em;
}
.typography h4 {
	width: 95%;
	font-size: 1.2em;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.typography h5 {
}
.typography h6 {
	line-height: 1.6em;
}

/* ADRESS STYLES */	
.typography pre {
	display:block;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

/* TABLE STYLING */
.typography table {
	font-size: .85em;
	margin-top:10px;
	color: #666;
	background-color:#FFFFFF;
}
.typography td {
		border:1px solid #eee;
		padding-left:5px;
	}

.typography td .odd {
	background-color:#eee;
}
.typography td .even {
	background-color:#fff;
}
.typography td {
	border:1px solid #eee;
	background-color:#fff;
}
.typography td .odd {
	border:1px solid #eee;
	background-color:#eee;
}*/
.typography #SearchResultsEven tr {
	background-color:#eee;
	border:1px solid #eee;
}
#reqcontent tr {
	border:1px solid #eee;
	background-color: #fff;
}
#SearchResultsHeader tr {
	border:1px solid #eee;
	background-color: #333;
	color:fff;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}

ul.tree li.disabled {
	display: none;
}