body, td {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size:   12px;
	color: WindowText;
}

ul.compact, ol.compact, li {
	border:		none;
	margin:		0;
	padding: 	0;
}

.header { 
	font-size:   20px;
	color: #5566AA;
}

a {
	color: #5566AA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.tableRow td {

	background-color: Window;
	color: WindowText;
	
}

.tableRowMouseOver td {

	background-color: Highlight;
	color: HighlightText;
	
}

.tableRowMouseOver td a {

	color: HighlightText;

}

/* admonitional blocks */
.note, .warning, .caution, .examplecode, .untext {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #BABFD4;
	padding: 5px 5px 5px 10px;
}

/* color for warning and caution boxes */
.warning, .caution {
	background-color:#FFD685;
	border-color:#ff9900;
	color:#000000;
}

/* paragraphs inside notes */
.note, .warning, .caution, .note p, .warning p, .caution p {
	font-size:11px;
	line-height:1.3em;
}

/* note specific */    
.note {
	color:#5F6681;
	background-color:#ffffcc;
}

/* .examplecode is used to print out PHP code, output, etc.
   .codelink is the link to copy the code to clipboard
   .untext is user contributed notes text */
.examplecode, .untext {
	margin-top:10px;
	background-color:#f3f3f3;
}

.form-table {
   padding: 5px;
}

.bottomRow td {
   border-top: 1px solid ThreeDShadow;
	background-color: ButtonFace;
}

.no-table tr td {
   padding: 2px;
}