/* --- [ CLASSES ] ---------------- */

.uppercase {
	text-transform: uppercase;
	}


/* Navigation Elements */
#mainNav li {
	float:right;	 
	display: block;
	width:140px;
	height:24px;
	list-style: none;
	display: inline;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: white;
	background: url(/img/v_tile.gif) repeat-y;	
}
/* Navigation Elements */

/* Tier 2 Header Stuff */
#t2HeaderImage {
	width: 800px;
	height:126px;
	background: url(/img/t2_bg_head.jpg) no-repeat;
}

#logoLink {
	float:left;
	display: block;
	margin:0;
	padding: 0;
	width:180px;
	height:126px;
}

#logoLink a {
	display: block;
	width:180px;
	height:126px;
}

#headerItemsHolder {
	float: left;
	margin:0;
	padding:0;
	width:620px;
	height:126px;
}

#searchBox {
	padding:19px 0 18px 0 !important;
	padding:17px 0 24px 0;
	height:22px;	
	text-align:right;
}

.sForm {
	padding: 4px;
	width: 150px;
	height: 22px;
	background: white;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: #666666;
	border: 0;
}

.t2Nav {
	margin: 31px 0 0;
	padding: 0;
	width:620px;
	height:36px;
	border: 0;
}
/* Tier 2 Header Stuff */

/* Page Body Stuff */
#bodyContainer {
	margin:0;
	padding:0;
	width:100%;
}

.bodyCopy {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #505050;
	padding-bottom:50px;
	line-height:16px;
}

.bodyCopy2 {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #505050;
	line-height:16px;
}

h1.pageTitleGeneral {
	padding: 20px 0 5px;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}

.pageTitleData {
	margin-top: 2px;
	font-size: 16px;
	color: #D98731;
}

.pageTitleField {
	font-size: 16px;
	color: #AD5D17;
}

.pageTitleOsp {
	font-size: 16px;
	color: #AC0000;
}

.pageTitleGeneral {
	font-size: 16px;
	color: #666;
}

.pageTitleT2 {
	font-size: 13px;
	color: #666;
	text-transform: uppercase;
}

.underline {
	/* text-decoration: underline; */
	font-size: 11px;
	text-transform: uppercase;
	background: #ebebeb;
	padding: 2px 2px 2px 0;
	color: #424242;
	}
/* Page Body Stuff */

/* Subnavigation */
#subNavLevel1, #subNavLevel1 ul {		
	padding:0;
	margin:0;
	float: left;
}

#subNavLevel1 li {
	position:relative;
	float:left;	 
	display: block;
	width:160px;
	height:24px;
	list-style: none;
	font-family: arial, helvetica, san-serif;
	font-size: 10px;
	color: white;			
}

#subNavLevel1 li a {
	height:19px !important;
	height:24px;
	display: block;
	color: white;
	text-decoration: none;	
	background: url(/img/h_tile.gif) repeat-x;
	background-position: 0 23px;	
	padding: 5px 0 0 11px;
}

#subNavLevel1 li a:hover {	
	display: block;
	color: white;
	text-decoration: none;
	background: url(/img/h_tile.gif) repeat-x #B3B3B3;
	background-position: 0 23px;
}

#subNavLevel1 li ul {
	width:170px; 
	position : absolute;
	left: -999em;
	margin-left: 160px;
	margin-top: -24px;
	border: 1px solid #B3B3B3;
	background:#B3B3B3;
}

#subNavLevel1 li ul li ul {
	width:170px; 
	position : absolute;
	left: -999em;
	margin-left: 160px;
	margin-top: -24px;
	border: 1px solid #B3B3B3;
	background:#B3B3B3;
}

#subNavLevel1 li ul li {	
	width:170px;	
	display: block;
	color: white;
	text-decoration: none;
	background:#B3B3B3;
}

#subNavLevel1 li ul li a {
	width:170px;
	height:19px !important;
	height:24px;
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0 0 11px;
	background:#B3B3B3;
}

#subNavLevel1 li ul li a:hover {	
	display: block;
	color: white;
	text-decoration: none;
	background:#BFBFBF;
}

/* ------------------- 3rd -------- */
#subNavLevel1 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

#subNavLevel1 li li li {	
	width:179px !important;	
	width:190px;	
	display: block;
	color: white;
	text-decoration: none;
	background:#333;
}

#subNavLevel1 li li li a {
	width:179px !important;	
	width:190px;
	height:19px !important;
	height:24px;
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 0 0 11px;
	background:#777;
}

#subNavLevel1 li li li a:hover {	
	display: block;
	color: white;
	text-decoration: none;
	background:#333;
}

#subNavLevel1 li:hover ul ul, #subNavLevel1 li:hover ul ul ul, #subNavLevel1 li.sfhover ul ul, #subNavLevel1 li.sfhover ul ul ul {
		left: -999em;
	}
	
#subNavLevel1 li:hover ul, #subNavLevel1 li li:hover ul, #subNavLevel1 li li li:hover ul, #subNavLevel1 li.sfhover ul, #subNavLevel1 li li.sfhover ul, #subNavLevel1 li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#subNavLevel1 li:hover, #subNavLevel1 li.sfhover {
	background: #B3B3B3;
}

/* Subnavigation */

/* BreadCrumb */
#breadCrumbData {
	margin: 20px 0 10px 0;
	padding: 9px 0 0 0;
	text-indent: 11px;
	width: 620px;
	height: 25px !important;
	height: 34px;
	background: #D98731;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: white;
}

#breadCrumbData a {
	text-decoration: none;
	color: white;
}

#breadCrumbData a:visited {
	text-decoration: none;
	color: white;
}

#breadCrumbData a:hover {
	text-decoration: underline;
	color: #fff;
}

#breadCrumbField {
	margin: 20px 0 10px 0;
	padding: 9px 0 0 0;
	text-indent: 11px;
	width: 620px;
	height: 25px !important;
	height: 34px;
	background: #AD5D17;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: white;
}

#breadCrumbField a {
	text-decoration: none;
	color: white;
}

#breadCrumbField a:visited {
	text-decoration: none;
	color: white;
}

#breadCrumbField a:hover {
	text-decoration: underline;
	color: #fff;
}

#breadCrumbOsp {
	margin: 20px 0 10px 0;
	padding: 9px 0 0 0;
	text-indent: 11px;
	width: 620px;
	height: 25px !important;
	height: 34px;
	background: #AC0000;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: white;
}

#breadCrumbOsp a {
	text-decoration: none;
	color: white;
}

#breadCrumbOsp a:visited {
	text-decoration: none;
	color: white;
}

#breadCrumbOsp a:hover {
	text-decoration: underline;
	color: #fff;
}



#breadCrumbGeneral {
	margin: 20px 0 10px 0;
	padding: 9px 0 0 0;
	text-indent: 11px;
	width: 620px;
	height: 25px !important;
	height: 34px;
	background: #bfbfbf;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: white;
}

#breadCrumbGeneral a:link, a:active {
	text-decoration: none;
	color: white;
}

#breadCrumbGeneral a:visited {
	text-decoration: none;
	color: white;
}

#breadCrumbGeneral a:hover {
	text-decoration: underline;
	color: white;
}

/* BreadCrumb */


/*content elements*/
#customerList {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#customerList li {
	list-style: none;
	}

#mainPopup {
	padding: 20px;
	}

p.popup {
	
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: #595959;
}

#login_inpt {
	width:240px;
	font:10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:1px 2px;
	border:1px solid #fff;
}

#search_inpt {
	width:100px;
	font:10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding:1px 2px;
	border:1px solid #ccc;
}


#side {width: 350px; }
#side label {
	float: left;
	width: 30%;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	font-weight: bold;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: #595959;
}


#side input, select {
	background: #fff;
  	color: #595959;
  	font: 10px Arial, Verdana, sans-serif;
	height: auto;
  }
  
#side2 {width: 500px; }
#side2 label {
	float: left;
	width: 40%;
	margin-right: 5px;
	padding-top: 2px;
	text-align: left;
	font-weight: bold;
	font-family: arial, helvetica, san-serif;
	font-size: 11px;
	color: #595959;
}


#side2 input, select {
	background: #fff;
  	color: #777;
  	font: 10px Arial, Verdana, sans-serif;
	height: auto;
  } 
 
fieldset {border: 1px solid #fff; padding: 10px; margin: 3px 10px 0 0; position: relative;}

.sub {
	background: #ebebeb;
	color: #595959;  
	font: 11px Arial, Verdana, sans-serif;
	padding: 12px;
	}
	
#bodyList {
	padding: 0 0 7px;
	}

#bodyList ul{
	list-style: none; 
	margin: 0; 
	padding: 0;
	}
	
#bodyList li {
	padding: 5px 0 0;
	list-style: none; 
	}
	
#patchList {
	padding: 0 0 7px;
	}

#patchList ul{
	list-style: none; 
	margin: 0; 
	padding: 2px 0 0 12px;
	}
	
#patchList li {
	padding: 3px 0 0;
	list-style: none; 
	}

.copy {
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	color: #595959;
	line-height:16px;
}

.pnav {border: 3px solid #bfbfbf; padding: 7px; margin: 7px 0; background: #efefef;}

.future {
	color: #999;
	}

.leftpad17 {
	padding-left: 17px;
	}
	
.divider {
	margin: 12px 0 0; height: 6px; background: url(/img/dotted.gif) no-repeat;
	}

.dividerSm {
	margin: 0; height: 6px; background: url(/img/dotted.gif) no-repeat;
	width: 75%;
	}
/* Back to top */
#Top {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 9px; }
	
th {
	background: #b1b1b1;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	border-left: 1px solid #fff;
	}
td.scheduleOn {
	border-left: 1px solid #fff;
	padding: 3px 5px;
	}
td.scheduleOff {
	border-left: 1px solid #fff;
	padding: 3px 5px;
	background: #ebebeb;
	}
	
a:link {color: #595959; text-decoration: underline;}
a:active {color: #595959; text-decoration: underline;}
a:visited {color: #595959; text-decoration: underline;}	
a:hover {color: #990000; text-decoration: none;}
/*a img {border-width: 0; border-style: none;}
a:link,a:active {color: #B30000; text-decoration: none; border-bottom: 1px dotted #B30000;}
a:visited {color: #999; text-decoration: none; border-bottom: 1px dotted #999;}	
a:hover {color: #EF8C23;}

*/
.nonunder a {
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	}
	
.nonunder a:visited {
	text-decoration: underline;
	color: #595959;
	font-weight: bold;
	}
	
.nonunder a:hover {
	text-decoration: none;
	color: #c00;
	font-weight: bold;
	}
	
#bigList ul {
	margin: 0;
	padding: 3px 0 0;
	}
#bigList li {
	list-style-type: none;
	padding-bottom: 7px;
	}
.label {
	color: #595959;
	}

ol li {
	list-style: inherit;
	padding: 3px 0;
	}
	
select, input {
	color: #595959;
	}

.address {
	font-size: 11px;
	padding: 0 0 0 7px;
	margin: 0;
	}
	
img.imgBorder {
	border: 3px solid #bfbfbf;
	margin-top: 10px;
	}