


/* 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;
}
			
.typography ol {
	list-style: decimal inside;
}

/* HEADER STYLES */

.typography h1, h2, h3, h4 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif;
	font-weight: bold;
	}
	
.typography h1 { 
	font-size: 2em;
	}
.typography h2 {  
	font-size: 1.85em;
	}
	
.typography h3 {
	padding: 0.5em 0;
	font-size: 1.6em;
}
.typography h4 {
	width: 95%;
	font-size: 1.5em;
	padding: 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.typography h5 {
}
.typography h6 {
	line-height: 1.4em;
}

/* ADRESS STYLES */	
.typography pre {
	display:block;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

/* TABLE STYLING */
.typography table {

	margin: 10px;
	font-size: 1.2em;
	color: #666;	
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

/* 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;
	}
	
	
	
	
	


/* **************************************************************** */



body { 
background-color:#eee; 
margin:0; 
padding:0; 
font-family:Helvetica,Arial,sans-serif; 
}

.info { 
border-bottom:1px dotted #333; 
background-color:#ccdef3; 
margin:0; 
padding:6px 12px; 
}

.info h1 { 
margin:0; 
padding:0; 
color:#333; 
letter-spacing:-2px; 
}

.header { 
margin:0; 
border-bottom:6px solid #ccdef3; 
height:23px; 
background-color:#666673; 
padding:4px 0 2px 6px; 
background-image:url(./images/mainmenu/top-bg.gif); 
}

.trace { 
padding:6px 12px; 
}

.trace li { 
font-size:14px; 
margin:6px 0; 
}

pre { margin-left:18px; }

pre span { color:#999;}

pre .error { color:#f00; }

.pass { 
margin-top:18px; 
padding:2px 20px 2px 40px; 
color:#006600; 
background:#E2F9E3 url(./images/alert-good.gif) no-repeat scroll 7px 50%; 
border:1px solid #8DD38D; 
}

.fail { 
margin-top:18px; 
padding:2px 20px 2px 40px; 
color:#C80700; 
background:#FFE9E9 url(./images/alert-bad.gif) no-repeat scroll 7px 50%; border:1px solid #C80700; 
}

.failure span { 
color:#C80700; 
font-weight:bold; 
}

