body {
	background-color: #EDF1F7;
	margin-left: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	}
td { 
	font-size: 10px; 
	font-family: verdana; 
	color: #036; 
	line-height: 14px;
	}
input, select, textarea { 
	font-size: 11px; 
	font-family: verdana; 
	color: #036;
	background-color: #CBCFD0;
	border: 1px solid #036; 
	line-height: 16px;
	}
a {
	color: #0D79A8;
	font-size: 9px;
	font-weight: bold;
	}
ul li { padding: 10px; }
.tblOuter { 
	background-color: #FFFFFF;
	border: 1px solid #09B8F2;
	border-top: 0px; 
	}
.tblBare { 
	background-color: #FFFFFF; 
	z-index: 0; 
	}
.sepLine { 
	border-left: 1px solid #A43E00; 
	}
.dHide { 
	position:relative; 
	width:0px; 
	height:0px; 
	overflow:hidden; 
	visibility:hidden; 
	}
.dShow { 
	position:relative; 
	width:120px; 
	height:88px; 
	overflow:visible; 
	visibility:visible; 
	}
.imgBut {
	cursor: pointer;
	}
.header {
	padding-left: 25px;
	padding-bottom: 25px;
	font-size: 20px; 
	color: #369;
	font-weight: bold; 
	line-height: 14px;
	background-image: url('/images/dots3.gif');
	background-repeat: no-repeat;
	}	
.subheader {
	font-size: 14px; 
	color: #84B6ED; 
	font-weight: bold; 
	line-height: 14px;
	}
.listingHead { padding:6; background-color: #369; border: 1px solid #036; color: #ffffff; font-weight: bold; font-size: 12px;}
.listingTd { padding:6; background-color: #DBECFC; border: 1px solid #036; color: #036; height: 36px }
.listingTdAlt { padding:6; background-color: #EFF5FA; border: 1px solid #036; color: #036; height: 36px }
.listingTdNone { padding:6; background-color: #CBCFD0; border: 1px solid #036; color: #036; height: 36px }
.modTbl { border: 1px solid #369; }
.modTd { border: 1px solid #aaaaaa; background-color: #e9e9e9 }
.modDisabled { border: 1px solid #aaaaaa; color: #999999 }
.modEnabled { border: 1px solid #aaaaaa; color: #000000 }
.modHead { text-transform: uppercase; font-weight: bold; color: #FFFFFF; background-color: #369; border-bottom: 1px solid #000000; }
.procHoldDiv {  position:absolute; top:155; width:100%; visibility:hidden; z-index: 2000; }
.procHoldTbl { border: 2px solid #333333;background-color:#ffffff; height:300px;}
.formError { border: 1px solid #FF0000 }
.formFixed { border: default }
.label { font-weight: bold; }
.navTd { background-color: #EFF5FA;}
.navTdPCB { background-color: #DBECFC;}
.navTdAdmin { background-color: #CBCFD0;}
.offeringPanel { position:absolute; visibility:hidden; width: 0px; height: 0px; overflow: hidden; }
.offeringHead { color: #369; font-weight: bold; font-size: 14px; line-height: 20px;}

#displaybox {
	z-index: 10000;
	filter: alpha(opacity=100); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE */
	-moz-opacity: .1; /*older Mozilla*/
	-khtml-opacity: 1;   /*older Safari*/
	opacity: 1;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#C0C0C0;
	position:fixed; top:50px; left:200px; 
	}

#DIV_viewer_windowOLD{
	z-index: 10000;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* IE Hack */
	position: absolute;
	visibility: hidden;
	} 

