/* CSS Document */

.noPrint 
{ 
display:none; 
}

.noprint 
{ 
display:none; 
}

.itemBorder
{
display:none;
}

.itemText
{
color:#000000;
font-size:x-small;
}

.itemTextMain
{
color:#FFFFFF;
display:none;
}

.itemBorderMain
{
color:#FFFFFF;
display:none;
}

h3
{
font-size:x-small;
}
<!-- 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 screen_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;
}
.TDMonitor{
	color: #000000;
	font-family: tahoma; 
	font-size: 12px;
	background-color: #f6f6f6;}
.TDMonitorAlternate
{
	color: #000000;
	font-family: tahoma; 
	font-size: 12px;
	background-color: #F0F0F0;}
