/* GENERAL PAGE LAYOUT ELEMENT FORMATTING */
body {
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	/*background-image:url(/primaryImages/bodybackground.gif);*/
}


/* Hack to make IE work right */

html, body {
height: 100%; 
overflow: hidden;	
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(/images/BGsidemenu.jpg);
background-repeat:repeat-y;
}

#container {
	/* HEIGHT MUST BE 100% below to work on live. on dev it is set to 100000px to help with editing*/
	 height: 100%; overflow: auto; position: relative; z-index: 0;
	 /*background-image:url(/images/background.jpg);
	 background-position:top;
	 background-position:left;
	 background-repeat:no-repeat;*/
}

/* SITEWIDE LAYOUT DEFINITIONS OF DIV IDS */
#headLogo {
	background-image:url(../../images/mainLogo.gif);
	background-repeat:no-repeat;
	z-index:100;
	position:absolute;
	width: 206px;
	height: 250px;
	left: 0px;
	top: 0px;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
	background-image:url(/images/topBG.jpg);
	background-repeat:repeat;
	padding: 0px;
	height: 54px;
	width: 100%;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:95;
	text-align:left; 
}
#featureArea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color:#FFFFFF;
	/* background-image:url(/images/<%=headerImage%>.jpg); */
	background-repeat:no-repeat;
	/* background-repeat:repeat-y; */
	padding: 0px;
	height:62px;
	margin-left:200px;
	width:100%;/*600px;*/
	float:left;
	position:absolute;
	top:54px;
	left: 8px;
	z-index:95;
	font-weight: bold;
	color:#336699;
}
#sideMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background-color:#CCCCFF;
	background-image:url(/images/BGsidemenu.jpg);
	background-repeat:repeat-y;*/
	padding: 0px;
	height:100%;
	width: 210px;
	position:absolute;
	top:220px;
	/*top:265px;*/
	left:0px;
	z-index:101;
}
#pageBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-color:#FFFFFF;*/
	padding: 10px;
	width:590px;
	position:absolute;
	top:119px;
	left:210px;
	overflow:visible;
	/* text-align:left; */
	z-index:1;
}
#footer {
	width:100%;
	margin: 0 auto;
	text-align:center;
	float: left;
	bottom: 0; 
	left:0px;
	/*position:absolute; z-index:2; */
}

#quotetainer {
	position:relative;
	
	left:20px;
	top:-225;
	/*
	left:625px;
	top:-350px;
	
	*/
	width:200px;
	z-index:100;
	display:NONE;
	-moz-opacity:0.00;
	filter:alpha(opacity=00);
}
#topQuote {
	height:14px;
	background-image: url(/images/quotebox_t.gif);
	background-repeat:no-repeat;
}
#bottomQuote {
	height:39px;
	background-image: url(/images/quotebox_b.gif);
	background-repeat:no-repeat;
}
#bodyquote {
	margin:0px;
	padding: 10px;
	background-image: url(/images/quotebox_m.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align:center;
}

/* *** SITE WIDE STYLES **** */
ul {
	list-style-image: url("/images/bulletLogo.gif");
}
.formHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
}

.PageHeadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#336699;
}
.pageSubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666699;
	text-decoration:none;
}

a.pageSubTitle:link {
	color:#666699;
}
a.pageSubTitle:visited {
	color:#666699;
}
a.pageSubTitle:active {
	color:#666699;
}
a.pageSubTitle:hover {
	color:#FF9900;
	cursor:pointer;
	text-decoration:underline;
}

.pageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

.quoteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #336699;
}

.legaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	line-height: 10px;
}
.formlabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align: right;
	padding-top:2px;
	padding-right:2px;
	color:#333333;
/*	width:75px; */
	float:left;
}
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E6E6E6;
	border-style:inset;
	border-color:#FFFFFF;
	border-width:2px;
}
.errorformfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF6600;
}
.buttonStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	height:17px;
}
.buttonStyleUnSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#003399;
	background-color:#CCCCFF;
	height:17px;
	border-width: 1px;
	border-style: outset;
}
.buttonStyleSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #006699;
	height:17px;
	border-width: 2px;
	border-style: outset;
}
.buttonResetStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	height:17px;
}


.sectionBorder {  /* for dashed line boxes around sections of pages */
	clear:left;
	border-style:dashed;
	border-color:#999999;
	border-width:1px;
	border-bottom-width:0px;
	padding:5px;
	margin:15px;
}

.sectionItemContainer{
	
	padding:5px;
	width:45%;
	float:left;
}

/* HEIRACIAL MAIN MENU FORMATING AND CONTROLS */

	#menu {
	/* width: 175px; */
	/* background-color:#FF0000;*/
	
	}
	
	#menu ul {
	list-style: none;
	line-height:20px;
	margin: 0;
	padding: 0;
	}

	#menu a, #menu h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-style:solid;
	border-color:transparent;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width:0px;
	border-right-width:0px;
	/*background-color:#FFFFFF;*/
	margin: 0px;
	padding: 0px;
	}
	
	#menu a {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#006699;
	font-size:10px;
	border-width:2px;
	border-color:#006699;
	height:14px;

	/* -moz-opacity:0.85;filter:alpha(opacity=85) */
	}
	
	#menu h2 a {
	/* -moz-opacity:0.85;filter:alpha(opacity=85) */
	margin-left:30px;
	color:#003366;
	font-size:12px;
	/* border-color:transparent; */
	border-color:#FFFFFF;
	background-color:transparent;
	border-width:2px;
	height:20px;
	}
	
	#menu a:hover {
	background-color:#FF9900;
	}
	
	
	#menu h2 a:hover {
	color:#003366;
	background-color:#transparent;
	border-bottom-color:#006699;
	border-bottom-width:2px;
	border-top-color:#006699;
	border-top-width:2px;
	border-left-width:0px;
	border-right-width:0px;
	}
	

	#menu li {position:relative;}

	#menu ul ul ul ul {
	line-height:normal;
	position: absolute;
	top: 0;
	z-index: 102;
	left: 100%;
	width: 100%;
	}

	#menu ul ul ul {
	line-height:normal;
	position: absolute;
	top: 0;
	z-index: 102;
	left: 100%;
	width: 100%;
	}
	
	#menu ul ul {
	line-height:normal;
	position: absolute;
	z-index: 102;
	width: 100%;
	top: 0;
	left: 100%;
	}
	
	/* show & hide menu levels  */


	div#menu ul ul,                    /* HIDES EVERYTHING SECOND LEVEL AND DEEPER */
	div#menu ul li:hover ul ul,        /* HIDES EVERYTHING THIRD LEVEL AND DEEPER IF HOVER ON LEVEL ONE */
	div#menu ul ul li:hover ul ul      /* HIDES EVERYTHING FOUTH LEVEL AND DEEPER IF HOVER ON LEVEL TWO */
	{display: none;}
	
	div#menu ul li:hover ul,           /* SHOW LEVEL TWO SUBS (AND DEEPER) IF HOVER ON LEVEL ONE */
	div#menu ul ul li:hover ul,				 /* SHOW LEVEL THREE SUBS (AND DEEPER) IF HOVER ON LEVEL TWO */
	div#menu ul ul ul li:hover ul      /* SHOW LEVEL FOUR SUBS IF HOVER ON LEVEL THREE */
	{
	display: block;
	}
	
.messageAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFCC00;
	text-align: center;
	height: 75px;
	vertical-align: middle;
}
.bidStatus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding: 1px;
}
.bidStatusEdit{
	color:#666666;
}
.bidStatusOpen {
	color:#009900;
}
.bidStatusPend {
	color:#FF6600;
}
.bidStatusAward {
	color:#66CC00;
}
.bidStatusLost {
	color:#FF0000;
}
.bidStatusCancel {
	color:#333333;
}
.listRow0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height:40px;
}
.listRow1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F4F4F4;
	height:40px;
}
#MssgBox {
	z-index:500;
	position:absolute;
	top:0px; /*220px;*/
	left:0px;/*300px;*/
	width:400px;
	text-align:center;
	vertical-align:middle;
	background-color:#FF9900;
	color:#FFFFFF;
	border:#FF6600;
	padding:15px;
	border-width:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:none;
}
.field500 {
	width:500px;
}
.field400 {
	width:400px;
}
.field300 {
	width:300px;
}
.field100 {
	width:100px;
}
.field200 {
	width:200px;
}
.field88 {
	width:88px;
}
.field50 {
	width:50px;
}
.field20 {
	width:20px;
}
.adminSectionHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:210px;
	float:none;
	padding:3px;
	text-align:center;
	background-color:#6699CC;
	color:#FFFFFF;
}
.adminMultiRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:210px;
	float:none;
	padding:3px;
	text-align:left;
	background-color:#CCCCFF;
	color:#000066;
}
