@charset "UTF-8";
/* CSS Document */

/* Layout Styles */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height:1.5em;
}

#header_container  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#content_container  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:40px;
}

#footer_container  {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dddddd;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 960px;
	height: 60px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position: relative; /* Needed for nav */
	padding-right:20px;
	padding-left:20px;
}

#footer {
	width: 960px;
	height: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-right:20px;
	padding-left:20px;
	padding-top:30px;
}

#mainContent {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-right:20px;
	padding-left:20px;
	padding-bottom:30px;
	min-height:400px;
}

.gradientV {
    /* fallback (Opera) */
    background: #057d9f;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #057d9f, #046079);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#057d9f), to(#046079));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#057d9f', EndColorStr='#046079', GradientType=0);
}

#loginbox {
	width: 450px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 30px; 
	background: #EEEEEE;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
}


/* Element Styles */

a {
	text-decoration:none;
	color:#046079;
}

a:hover {
	text-decoration:underline;
	color:#057d9f;
}

h1 {
	font-family: tahoma, verdana, sans-serif;
	color: #999;
}

h2 {
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
	font-size:16px;
	color:057d9f;
	font-weight:bold;
}

h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top:0px;
	padding-bottom:5px;
	font-size:16px;
	border-bottom: #057d9f solid 1px;
	color:057d9f;
	font-weight:bold;
}

#header_image {
	height: 70px;
	width: 800px;
	text-align: right;
	font-family: tahoma, verdana, sans-serif;
	font-size: 150%;
	line-height: 1.2em;
}

#header ul#main_nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	width: 80em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#main_nav li {
	display: inline;
	list-style: none;
}

#main_nav li a, #main_nav li a:hover{
	display: block;
	float: left;
	margin: 0px 6px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	color: #ffffff;
	border-bottom: none;
	font-weight:bold;
	
	text-decoration: none;
	padding: 8px 20px 8px 20px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	
	/* fallback (Opera) */
    background: #057d9f;
    /* Mozilla: */
    background: -moz-linear-gradient(top, #046079, #057d9f);
    /* Chrome, Safari:*/
    background: -webkit-gradient(linear, left top, left bottom, from(#046079), to(#057d9f));
}

#main_nav li a:hover {
	margin-top: 0;
	border-color: #666;
	background: #fff;
	color:#000;
}

#main_nav li a.active_tab, #main_nav li a.active_tab:hover {
	border-bottom: none;
	background: #fff;
	margin-top: 0;
	color:#000;
}

#header ul#main_nav ul.sub_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.6em;
	left: 1px;
	width: 70em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#main_nav ul.sub_nav li a {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
	color: #0000b8;
	text-decoration: underline;
	font-weight: normal;

}

#header ul#main_nav ul.sub_nav li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#main_nav ul.sub_nav li a:active {
	color: #000;
	background: transparent;
}

#header ul#main_nav ul.sub_nav li:last-child a { border: none; }



#project_info {
	border: 1px solid black;
	margin-bottom: 3px;
	margin-top: 3px;
}

.search_label {
	positioning: relative;
	margin-left: 5px;
}

.search_field {
	positioning: relative;
	margin-left: 5px;
}

#search_fields {
	font-size: 80%;
}

#search_results {
	border: 1px;
	text-align: left;
	min-height:200px;
}

#header ul#main_nav ul.sub_nav li a.inactive {
	color: #aaa;
	text-decoration: none;
	cursor: help;

}


.box_title {
	font-weight: bold;
}
.search_area {
	font-size: 70%;
}
.divider {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	border-bottom: #326ea9 solid 1px;
	width:75%;
	color:6699cc;
	font-weight:bold;
}


label { 
	vertical-align: bottom;
	 float: left; 
	 display:block; 
	 width: 150px; 
	 clear: left; 
}

input[type=text] {
	vertical-align: bottom;
	margin-bottom:3px;
	border:#057d9f solid 1px;
}

input[type=password] {
	vertical-align: bottom;
	margin-bottom:3px;
	border:#057d9f solid 1px;
}


lable.login {
	vertical-align: bottom;
	 float: left; 
	 display:block; 
	 width: 180px; 
	 clear: left; 	
}



.proposal_table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}
.proposal_table th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
.proposal_table tr td {
	border-right: 1px solid #ddd;
	font-size: 130%;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
.proposal_table tr.altRow td {
	background: #f4f4f4;
}

.system_table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
	font-size: 130%;
}
.system_table th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
.system_table tr td {
	border-right: 1px solid #ddd;
	font-size: 100%;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
.system_table tr.altRow td {
	background: #f4f4f4;
}

dl {
	line-height: 1.5em;
	margin:0em 1.5em;
	float:left;
	width: 400px;
}
dt {
	font-weight: bold;
	vertical-align:top;
}
dd {
	margin-left:25em;
	margin-top:-1.5em;
	vertical-align:top;
}

.systems {
	float: left;
	width: 40%;
}

.proposal {
	float: left;
	width: 50%;
}

.unit_table {
	width: 100%;
	border: none;
	/*border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
	font-size: 130%;
}
.unit_table th {
	/*background-color: #ccf;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;*/
	text-align: center;
	padding:1px 4px;
}
.unit_table tr td {
	/*border-right: 1px solid #ddd;*/
	font-size: 60%;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
.unit_table tr.altRow td {
	background: #f4f4f4;
}

.search_table {
	width: 770px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
	font-size: 80%;
}


.search_table th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	font-size: 100%;
	padding:1px 4px;
}
.search_table tr td {
	border-right: 1px solid #ddd;
	font-size: 100%;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}
.search_table tr.altRow td {
	background: #f4f4f4;
}

.leads_table {
	width: 751px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
	font-size: 100%;
}


.leads_table th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	font-size: 100%;
	padding:1px 4px;
}

.leads_table tr{
	cursor: pointer;
}

.leads_table tr td {
	border-right: 1px solid #ddd;
	font-size: 100%;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}

.leads_table tr td a {
	display: block;
}

.invoice_table {
	width: 751px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
	font-size: 100%;
}


.invoice_table th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: left;
	font-size: 100%;
	padding:1px 4px;
}

.invoice_table tr td {
	border-right: 1px solid #ddd;
	font-size: 100%;
	padding:4px 4px;
	vertical-align:top;
	text-align: left;
}

.unit_list {
	width: 300px;
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#333;
	background-color: #fff;
	clear:both;
	padding: 0;
	margin: 0 0 0 0;
	white-space: normal;
}
.unit_list th {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 2px;
	font-size: 80%;
}
.unit_list tr td {
	border-right: 1px solid #ddd;
	font-size: 60%;
	padding:2px 2px;
	vertical-align:top;
	text-align: center;
	font-size: 80%;
}
.unit_list tr.altRow td {
	background: #f4f4f4;
}
.main_title { 
	font: italic normal 18pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
}
.input_range {
	height: 24px;
}
.performance_field {
	width: 25px;
}
.capacity_field {
	width: 35px;
}
.economics label {
	width: 200px;
}

#preferred_grid {
	border-collapse: collapse;
	border-spacing: 0;
}

#preferred_grid tr {
}

#preferred_grid tr th {
	border: 1px solid black;
}

#preferred_grid tr td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


