﻿body {
	margin: 0;
	padding: 20px 0;
	background: #e0e0e0 url('images/bg_body.png') left top repeat;
	font-family: 'trebuchet ms', verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 925px;
	border: 1px solid #000;
	background: #fff;
}

#wrapper_inner {
	margin: 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 205px;
	height: 86px;
	background: url('images/bg_header.jpg') left top no-repeat;
	z-index: 1;
}

h1 span {
	display: none;
}


h2 {
    font: 'trebuchet ms', sans-serif;
    font-size: 16px;
    color: #0e4c92;
}

h3 {
    font-size: 16px;
	font-weight: normal;
    color: #333333;
}

h4 {
	font-size: 22px;
	line-height: 30px;
	color: #888;
	font-weight: normal;
}

h5 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

#menu-meta {
	display: none;
}

#menu1_wrapper {
	position: absolute;
	top: 100px;
	z-index: 1;
	left: 115px;
	margin: 0;
	padding: 0;
	width: 810px;
	background: red;
}

#menu1 {
	position: absolute;
	width: 635px;
	height: 115px;
}

#menu-nav {
	position: absolute;
	top: 0;
	/*left: 205px150px*/;
	margin: 0;
	padding: 0;
	width:925px/*775px*/;
	height: 115px;
	background: transparent url('images/bg_menu.jpg') right top no-repeat;
}
/*	All this stuff commented out because we aren't using subnavs now. Keep in case we need them later.
	padding: 57px 0 9px 134px;
	z-index: 2;
	width: 315px;
	height: 23px;
	list-style-type: none;
}

#menu-nav li {
	float: left;
	display: block !important;
	display: inline-block;
	margin: 0 1px;
	padding: 0;
	height: 23px;
	background: transparent url('images/bg_menu-nav_left.png') left top no-repeat;
}

#menu-nav li span {
	display: block !important;
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 23px;
	background: transparent url('images/bg_menu-nav_right.png') right top no-repeat;
}

#menu-nav li a:link, #menu-nav li a:visited {
	display: block !important;
	display: inline-block;
	margin: 0 10px;
	padding: 4px 0;
	font-size: 12px;
	line-height: 18px;
	height: 15px;
	color: #696969;
	background: transparent url('images/bg_menu-nav.png') left top repeat-x;
	text-decoration: none;
}
#menu-nav li a:hover, #menu-nav li a:active {
	text-decoration: underline;
}

#menu-nav li.active {
	background: transparent url('images/bg_menu-nav_left_active.png') left top no-repeat;
}

#menu-nav li.active span {
	background: transparent url('images/bg_menu-nav_right_active.png') right top no-repeat;
}

#menu-nav li.active a:link, #menu-nav li.active a:visited {
	color: #fff;
	background: transparent url('images/bg_menu-nav_active.png') left top repeat-x;
}
*/

#sidebar {
	display: none;
}


#content {
	position: relative;
	top: 100px;
	padding: 0 25px 0 25px;
	margin: 0; 
	width: 875px;
	overflow: auto;
}

#content_logon {
	position: relative;
	padding: 140px 25px 0 25px;
	margin: 0; 
	width: 875px;
	overflow: auto;
}

#content_table {
	position: relative;
	padding: 0 25px 50px 25px;
	margin: 0;
	width: 675px;	
	overflow: auto;
}

#content_pdf {
	position: relative;
	padding: 140px 25px 50px 25px;
	margin: 0;
	width: 675px;
	overflow: hidden;
}

#content1 {
	position: relative;
	padding: 140px 25px 60px 300px;
	margin: 0;
	width: 400px;
	overflow: auto;
	background: #fff url('images/bg_content.jpg') left 150px no-repeat;
}

#footer {
	clear: both;
	margin: 0;
	padding: 3px 0 5px 0;
	color: #fff;
	background-color: #f5a42a;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer a:link, #footer a:visited {
	color: #fff;
}


#footer1 {
	position: relative;
	margin: 0;
	padding: 130px 10px 10px 10px;
	color: #285b19;
	background: transparent url('images/bg_footer.jpg') left top no-repeat;
	width: 705px;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
	text-align: center;
}
#footer1 p {
	margin: 0;
	padding: 0;
}

#footer1 a:link, #footer1 a:visited {
	color: #285b19;
}

a:link, a:visited {
	text-decoration: underline;
    color: #0080da;
}

a:hover, a:active {
	text-decoration: none;
    color: #0080da;
}

a#logout:link, a#logout:visited {
	position: absolute;
	top: -15px;
	right: 15px;
	padding-left: 15px;
	background: transparent url('images/icon_sm_close.gif') left 56px no-repeat;
	text-align: right;
	text-decoration: none;
}


/* added by serban */
fieldset {
	padding: 0;
	border: 0;
	overflow: auto;
}

fieldset#commercial {
	margin: 15px 0;
	padding: 0;
	border: 0;
    width: 350px;
	overflow: auto;
}

#smallform {
    width: 200px;
    float: left;
}

#smallform2 {
    width: 450px;
}


#coloana {
    width: 300px;
}

.dataset, .dataset2, .checkset {
    padding: 3px 0;
}

.dataset label, .dataset2 label {
    display: block;
    font-size: 12px;
	color: #5d5d5d;
}

.dataset td label, .dataset2 td label {
	display: inline;
}

.dataset input {
	font-size: 12px;
	margin-right: 3px;
    width: 100px;
}

.dataset td input {
	width: auto;
}

.dataset input#TextBoxUserName, .dataset input#ctl00_ContentPlaceHolder1_TextBoxUserName,.dataset input#ctl00_ContentPlaceHolder1_TextBoxPassword, .dataset input#TextBoxPassword {
	width: 200px;
}

.dataset input#input-radio {
	font-size: 12px;
	margin-right: 3px;
    width: 30px;
}

#input-mi {
    width: 22px;
}

.dataset2 {
}

.dataset2 input {
	font-size: 12px;
	margin-right: 3px;
    width: 180px;
}

.dataset2 td input {
	width: auto;
}

#input-state {
    width: 20px;
}

#input-ez {
    width: 300px;
}

#label-kw-r, #label-kwh-r, #input-kw-r, #input-kwh-r {
    display: none;
}

.table-offer-residential {
	margin: 15px 0;
	padding: 0;
	border: 0;
	width: 100%;
}

.table-offer-residential td {
	padding: 3px 5px;
	empty-cells: show;
}

.table-offer-residential thead td {
	background-color: #0e4c92;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.table-offer-residential tbody td {
	border-bottom: 1px solid #0e4c92;
}

#input-offer-rez {
    width: 80px;
    font-size: 12px;
    border: 0;
    background: #dcdcdc;
}

.table-offer-commercial {
    display: none;
}

.checkset {
	clear: both;
	margin: 0;
	padding: 0;
}

.checkset label {
	margin: 0;
    color: #5d5d5d;
}

#input-aut {
    width: 300px;
}

select {
/*    background: #dcdcdc; */
    font-size: 12px;
}
#note {
    text-align: justify;
    color: #666;
    text-indent: 20px;
}

a img {
    border: 0;
}

a:active#thankyou, a:link#thankyou {
    color: orange;
    font-size: 22px;
    font-weight: bold;

}

a:visited#thankyou {
    color: orange;
    font-size: 22px;
    font-weight: bold;
}

#gray {
    color: #5d5d5d;
}

#thankyou {
    clear: left;
}

#input-kw {
    width: 50px;
}

#label-prov {
    width: 300px;
}

#btn {
    clear: left;
}

#label-home-or {
    width: 120px;
}

#label-stepthree {
    width: 300px;
    float: left;
}

#progress_bar {
    position: absolute;
    width: 100px;
    margin: 0 auto;
    right: 10px;
}

#progress_bar p {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 10px;
    color: gray;
}

.AXDBTable {
	margin: 15px 0 40px 0;
	padding: 0;
	border-bottom: 2px #1d5ba1 solid;
	clear: both;
}

.AXDBTable th {
	border-top: 4px #1d5ba1 solid;
	border-bottom: 2px #1d5ba1 solid;
	background-color: #dfeef8;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 4px;
	text-align: left;
	font-family: verdana, sans-serif;
}

.AXDBTable td {
	border-bottom: 1px #fff solid;
	background-color: #f0f0f0;
	padding: 2px 4px;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.AXDBTableTRodd td {
	background-color: #f0f0f0;
}

.AXDBTableTReven td {
	background-color: #fafafa;
}

.AXDBHighlightRow td {
	background-color: #ffd
}

dl {
	margin: 15px 0;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

a:link .gray, a:visited .gray {
	text-decoration: none;
	color: #666;
}