html, body{
	height: 100%; /* For the fixed footer */
	font-family: verdana, arial, helvetica, sans-serif;
	background: #7A7A7A;
}
ul, li, form, body, html{
	margin: 0px;
	padding: 0px;
}
ul.indent, ul.indent ul{
	margin-left: 20px;
}
a{
	color: #00AEF8;
	color: #000;
}
h1, h2, h3{
	margin: 0px 0px 5px 0px;
}
h1{
	font-size: 18px;
}
/*a:hover{
	color: #00B3FF;
}
a:visited{
	color: #007BB0;
}
*/

table{
	width: 100%;
	font-size: 11px;
}
thead th{
	border-bottom: 1px solid #000;
}
thead tr{
	background-color: #AAA;
}
tr{
	background-color: #EEE;
}
tr.alternate{
	background-color: #DDD;
}
tr.selected{
	background-color: #0095d7;
}

th{
	text-align: left;
}
td{
	
}
table thead th.table-sortable{
	cursor: pointer;
}
table thead th.table-sorted-asc{
	background: url(../images/v1/table_sort_asc.png) 0px 6px no-repeat;
	padding-left: 15px;
}
table thead th.table-sorted-desc{
	background: url(../images/v1/table_sort_desc.png) 0px 6px no-repeat;
	padding-left: 15px;
}
table .late{
	color: #F00;
}


code{
	display: block;
	border: 1px dashed #DDD;
	padding: 10px;
	background-color: #EEE;
}

#header{
	height: 55px;
	background: #7A7A7A url(../images/v1/top_bg_shadow.png) repeat-x bottom left;
}
#header ul{
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
}
#header li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	height: 16px;
	text-align: center;
	display: inline; /* Making the links horizontal aligned */
	padding: 0px 10px 0px 10px;
}
#header li a{
	text-decoration: none;
}
#header li a:hover{

}

#mainContent{
	padding: 10px 0px 10px 0px;
	min-height: 300px;
	background-color: #333333;
}
#secondContent{
	background: #7A7A7A url(../images/v1/bottom_bg_shadow.png) repeat-x top left;
}

/* theMainContainer makes the fixed footer work */
#theMainContainer{
	min-height: 100%;
}
#footer{
	height: 21px;
	margin: -21px auto 0px auto; /* Part of fixed footer hack */
	width: 100%;
	padding: 0px;
	font-size: 10px;
	text-align: center;
}

.mainContainer{
	width: 800px;
	margin: 0px auto; /* Center the whole thing */
}
.hide{
	display: none;
}

.success{
	display: block;
	background-color: #FFF;
	padding: 5px;
	color: #00BB00;
}
.error, .late{
	color: #E00;
}
.error_mark{
	vertical-align: -10%;
	color: #E00;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}