/*
	Top-level containers
*/
html, body, form {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	height: auto;
}

/*
	Global styling of HTML style elements
*/

/* Headers */
h1 {	
	color:#666666;
}
h2 {
	background:white;
}
h3 {
	background:#EBEBEB;
	font-weight: normal;
}

/* Other */
hr {
	height:2px;
	color:#C3CFDD;
}


/*
	Table (that looks like one)
*/
table.table td {
	border-bottom-color:#EAEEF2;
}
table.table tr.subhead td,
table.table td.nondata, table.table td.grip
{	
	background:#eaeef2;
}
table.table td.nondata 
{
}
table.table tr.head td, table.table th,
table.table tr.head td.grip
{
	background:#a7b9cd;
	color:#eaeef2;
}
table.table tr.headdetail td,
table.table tr.headdetail td.grip
{
	background-color:#c3cfdd;
}

table.table td span.norm {
	color:#666666;	
}