/*
------------
Entec Public site print CSS
Author: Stephan Barrett
Company: SBI Interactive
Version 1.0 8/9/05
------------*/

/* Page Structure
------------------------------------*/
body, p, td, th, ul, a {
	color: #000;
	font-size: 10pt;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* Things to hide
------------------------------------*/

#footer, #subcol, #nav, .noprint, #search, #header .logo span{
	display: none;
	}
	 
/* Container
------------------------------------*/

#container {
	margin: 0;
	padding: 0;
	}

/* Header
------------------------------------*/

#header {
background: url(/images/entec_logo_print.jpg) no-repeat;
	height: 71px;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#header h1.logo {
background: url(/images/entec_logo_print.jpg) no-repeat;
	display: block;
	position: absolute;
	width:125px;
	height:50px;
	left: 53px;
	top: 12px;
}
 
/* Content area
------------------------------------*/

#maincol {
	margin: 0;
	padding: 2em;
}

img {
border: 1px solid #003366;
}

.noborder {
border: none;
}

.info {
	background-color: #99CC33;
	border: 1px solid #709527;
	padding: 5px;
	margin-bottom: 5px;
	}
	
.infotable {
	width: 100%;
	background-color: #CFF09D;
	border: 1px solid #709527;
	margin-bottom: 10px;
}

.infotable th {
	background-color: #99CC33;
	text-align:left;
}

.infotable_highlight {
	background-color: #DCFFA6;
}
	
.search {
	background-color: #FFE680;
	border: 1px solid #8E97C1;
	padding: 5px;
	}
	
.searchtable {
	width: 100%;
	background-color: #FFE680;
	border: 1px solid #8E97C1;
	margin: 10px 0 10px 0;
	color: #000000;
	}
	
.searchtable th {
background-color: #FFCC33;
text-align:left;
}
	
.searchtable_highlight {
	background-color: #FFEEB8;
}
	
.tabular {
	width: 100%;
	background-color: #EFF3F9;
	border: 1px solid #C7CBE1;
	margin-bottom: 10px;
	color: #000033;
	}
	
.tabular th {
	background-color: #DBDFED;
	text-align:left;
	color: #2A4795;
}

.tabular_highlight {
	background-color: #F4F9FF;
	color: #000033;
}

.tabular a, .tabular a:link, .tabular a:visited{color:#000033;}
.tabular a:hover{background: none;}

.action {
	width: 100%;
	background-color: #FFD5A2;
	border: 1px solid #C7CBE1;
	margin: 10px 0 10px 0;
}
.action th {
  background-color: #FFA14C;
  text-align:left;
}

.action_highlight{
	background-color: #FFC982;
}
	
.right {
	float:right;
	}
	
.left {
	float:left;
	}

#clear {clear:both;	padding: 0; margin: 0;}

#facilities {
position: relative;
}

#facilities ul {
	margin: 0;
	padding: 0;
	}

#facilities li, #facilities li a{
	margin: 0;
	padding: 0;
	}

.small {
	font-size: 11px;
}

.small a, .small a:link, .small a:visited {
color: #FFCC00; 
text-decoration:underline;
}

.alert {
	color: #CC0000;
	font-weight: bold;
}.highlight {
	font-weight: bold;
	color: #FFCC00;
}

	/* Footer
------------------------------------*/

#footer {
	position: relative;
	width: 550px;
	padding: 50px 0 20px 0;
	margin: 0;
	color: #7DAAE3;
	font-size:.95em;
}

.footer {
	position: relative;
	padding: 0;
	margin: 0;
	color: #7DAAE3;
	font-size:.95em;
}

#footer a, #footer a:link, #footer a:visited {color: #7DAAE3;}


	/* Admin CSS
------------------------------------*/


#contentAdmin {
  background: url(../images/left_head.jpg) no-repeat;
	width:800px;
	margin:0;
	padding:0;
	min-height: 545px;
	_height: 545px;
	}

#maincolAdmin { 
	background: url(../images/tile_content2.png) repeat-y;
	/*position: absolute;
	left: 135px;*/
	float: right;
	width: 660px;
	margin: 0; 
	padding: 0; 
	min-height:454px;
	_height: 454px;
}

#content_topAdmin {
  background: url(../images/content_top.png) no-repeat;
  height: 15px;
}

#content_bottomAdmin {
  background: url(../images/content_bottom.png) no-repeat;
  height: 15px;
}

#inner_contentAdmin {
padding: 10px 20px 10px 20px;
	width: 612px;
	}

#subcolAdmin { 
	float: left;
	width: 135px;
	margin: 0;
	padding: 0;
}

.sidecol_bottomAdmin {
	padding: 0;
	margin:0;
	}

#clearAdmin {
	padding: 0;
	margin: 0;
	clear:both;
}
