/* CSS Document */

.nodisplay
{
display: none;
}

.itemBorder {
	border-width: 1px;
	border-style: solid;
	border-color: #5D5D5D;
}

.itemText {
	color:#000000;
	font-size: 100%;
}
	
.oldMenu {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, san-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
	
.itemBorderMain {
	border-width: 1px;
	border-style: solid;
	border-color: #5D5D5D;
	background-color:#000000;
}
	
.itemTextMain {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma, arial, helvetica, san-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background-color:#000000;	
}
<!-- Above this is the old code that is being phased out -->
<!-- Below is the new code to be carefully managed - keep in mind that this stylesheet is used in conjunction with printer_friendly.css -->

body {
	margin:0 0 0 0;
}

.mainTable {
	border:#003366 solid 1px;
	background:#f6f6f6 url(/images/table_bg.jpg) no-repeat right bottom;
	border-top-width:0px;
	text-align:left;
}
.mainTitle {
	background:#003366 url(/images/title_bg.jpg) left;
	text-align:center;
	color:#ffffff;
	font:18px Arial, Helvetica, sans-serif;
}

.mainSubTitle {
	text-align:center;
	color:#003399;
	font:18px Arial, Helvetica, sans-serif;
}

.innerTable{
	border:#003366 solid 1px;
	background:#f6f6f6;
	padding:10px;
	width:80%;
}

.popup {
	background:#f6f6f6 url(/images/table_bg.jpg) no-repeat bottom left;
	border:medium #003366 solid;
	position:absolute;
	top: 200px;
	width:350px;
	text-align:center;
	display: none;
	-moz-opacity: 1;
	z-index: 2;	
}

.formTextDark
{
    background-color: #E8E8E8;
}