/* 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: 20;	
}

.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;}
	
.AreaCodeColumn
{
	width:28px;
}
.BasePhoneNumberColumn
{
	width:35px;
}
.PhoneExtColumn
{
	width:50px;
}

.hotLinkStyle
{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	display: block !important;
	font-family: Arial;
	text-align: center;
	background:url("/images/tabHot.gif") top left no-repeat;
    cursor: pointer;
    line-height:20px;
}

.coldLinkStyle
{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	display: block !important;
	font-family: Arial;
	text-align: center;
	background:#e3e3e4 url("/images/tabCold.gif") top left no-repeat;
    cursor: pointer;
    line-height:20px;
}

.coldLinkStyle:hover 
{
	background:#ad7979 url("/images/tabCold.gif") top left no-repeat;
}
Div.tab
{
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
	cursor:pointer;
	position: relative; 
	z-index:4;
	color: #87898c !important;
	font-size: 10px !important;
	font-weight: bold;
	bottom:0px;
	font-style:normal;
}
