
body {
	background: #999999;
	text-align: center;
	margin: 0 auto;
	font-family: verdana;
	font-size: 10pt;
}
.outside_container {
	width: 960px;
	margin: 0px auto -1px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.content_container {
	background: #FFFFFF;
	border: 1px solid #0062A8;
}
.inner_content_container {
	background: #FFFFFF;
	padding-left: 5px;
}
.backroom_flag {
	background: #0062A8;
	height: 85px;
}
.section_header {
	background: #ececec;
	border: none;
	font-family: Arial;
	font-weight: bold;
	width: 480px;
}
.section_content {
	height: 20px;
}
.backroomnav {
	background: #0062A8;
	color: #FFFFFF;/*#BFE5B7;*/
	font-family: Arial;
	font-weight: bold;
	height: auto;
}
.backroomnav ul {
	background: #0062A8;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 959px;
	font-size: 12pt;
}
.backroomnav ul li {
	background: #0062A8;
	float: left;
	padding: 3px;
	text-align: center;
	width: 153px;
}
.backroomnav ul li:hover {
	background: #54B4F9;
}
.backroomnav ul li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}



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




.table {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}
.table td {
	vertical-align: top;
}
.table .header {
	font-weight: bold;
	font-size: 1.1em;
	background: #999;
	padding: 1px 5px;
}
.table td {
	padding: 1px;
}
.table a {
	text-decoration: none;
	font-size: .8em;
}
.table td.expired {
	position: static;
	color: #F00;
}

.table .light {
	background: #EEE;
}
.table .dark {
	background: #CCC;
}

.bold {
	font-weight: bold !important;
}
.middle {
	vertical-align: middle !important;
}
.right {
	text-align: right !important;
	padding-right: 5px !important;
}
.center {
	display: block !important;
	text-align: center !important;
}
.padded {
	padding: 5px !important;
}
.error {
	color: #F00;
	font-weight: bold;
}
