/*--- Here is the way the style sheet is grouped. Please add the new style to the corresponding grouping...
 - RESET STYLES
 - MAIN STYLES
 - LINK STYLES
 - HEADER STYLES
 - TABLE STYLES
 - MAIN COLUMN STYLES
 - SIDE NAV COLUMN STYLES
 - SIDEBAR COLUMN STYLES
 - NEWS RELEASE STYLES
 - GOOGLE SEARCH STYLES
 - ESOURCE STYLES
 - LOADING STYLES
 - FORM STYLES
 - TAB STYLES
 - FOOTER STYLES
 - PRINT SPECIFIC STYLES
 ---*/
 
/*--------------- RESET STYLES -----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
body {
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--------------- MAIN STYLES -----------------*/
body {
	text-align: center;
	background: #8492a6 url(../images/bg_site.jpg) no-repeat center top;
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 15px 0px;
	line-height: 1.2em;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3, h4, h5, h6 {
	font-size: 100%;
}
strong, b {
	font-weight: bold;
}
p {
	margin: 15px 0px;
}
p, li, dt, dd, legend, fieldset label {
	font-size: 90%;
}
ul {
	list-style: disc;
	margin: 10px 0px 15px;
}
ol {
	list-style: decimal;
	margin: 10px 0px 15px;
}
dl {
	margin: -10px 0px 0px;
	padding: 0px;
}
dt {
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
dd {
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 40px;
}
li {
	margin: 0px 0px 0px 40px;
	padding-top: 5px;
}
ul ul {
	list-style: disc;
	margin: 10px 0px 0px;
}
li li {
	font-size: 100%;
	margin: 0px 0px 0px 20px;
}
sup {
    font-size: 60%;
    vertical-align: top;
}
.siteSpacedList {
	margin-top: -10px;
}
.siteSpacedList li {
	padding-top: 10px;
}
.siteSpacedList li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.siteSpacedList li li {
	padding-top: 5px;
}
.siteSpacedList input {
	margin-top: 5px;
}
.leftAlign {
	text-align: left !important;
}
.centerAlign {
	text-align: center !important;
}
.rightAlign {
	text-align: right !important;
}
img {
	border-width: 0px;
}
form {
	margin: 0px;
	display: inline;
}
input, textarea, select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
hr, .hide {
	display: none;
}
.noTopMargin  {
	margin-top: 0px !important;
}
div.hr {
	height: 1px;
	background: url(../images/line_h.gif) repeat-x left top;
	clear: right;
}
.noWrap {
	white-space: nowrap;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.indented, .indent {
	margin-left: 20px;
}
.errorDescription {
	background: url(../images/warning_16.gif) no-repeat 8px 0px;
	padding-left: 30px;
	color: #F00;
	font-weight: bold;
	min-height: 17px;
}
.pleaseNoteDescription, .noteDescription {
	background: url(../images/info_16.gif) no-repeat 8px 0px;
	padding-left: 30px;
	font-weight:bold;
	min-height: 17px;
}
.continueDescription, p.bdhvManageLink a {
	background: url(../images/arrow-back_16.gif) no-repeat 8px 0px;
	padding-left: 30px;
	font-weight:bold;
	min-height: 17px;
}
* html .errorDescription, * html .pleaseNoteDescription, * html .continueDescription, * html .noteDescription {
	height: 17px;
}
.confirmNote {
	background: #e9fae1 url(../images/confirm_24.gif) no-repeat 10px 7px;
	padding: 10px 10px 10px 40px;
	font-weight: bold;
	border: 1px solid #390;
	clear: right;
	display: block;
}
.importantInformation {
	color: #F00;
}
.ulWarnings {
    border: 1px solid #F00;
    font-weight: bold;
    margin: 0px;
    padding: 3px 10px 10px 55px;
    background: url(../images/info_24.gif) no-repeat 10px 10px;
}
.ulWarnings li {
    margin: 0px;
    padding: 5px 0px 0px;
}
#helpBody div {
	background-color: #FFF;
	margin-left: 40px;
	padding: 20px;
	text-align: left;
	min-height: 300px;
}
#helpBody div div {
	margin: 0px;
	padding: 0px;
	min-height: 0px;
}
* html #helpBody div {
	height: 300px;
}
* html #helpBody div div{
	height: auto;
}
/* clearfix styles */
.clearfix:after {
    clear: both;
    display: block;
    content: ".";
    height: 0px;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
li.clearfix {
    display: list-item;
}
/* End hide from IE-mac */


/* ---------- LINK STYLES ---------- */

a, #newsReleases .moreLink a {
	color: #069;
	text-decoration: underline;			
}
#newsReleases .moreLink {
    display: none;
}
#homePage #newsReleases .moreLink {
    display: block;
}
a:visited {			
	color: #069;
}
#mainContent a:visited, #sectionSideBar a:visited {
    color: #63c;
}		
a:hover, #newsReleases .moreLink a:hover {
	color: #e55c00 !important;			
}
#newsReleases a {
	color: #000;
	text-decoration: none;
}	
a.help {			
	cursor: help;
}
a.pdf, a.pdf:hover {
	background: url(../images/adobe.gif) no-repeat right top !important;
	padding-right: 21px;
	white-space: nowrap;
	display: inline-block;
}
a.help img {
	border-width: 0px;
	margin-top: 1px;
	vertical-align: top;
}
a.graph {
    background: url(../images/graph.gif) no-repeat right top;
    padding-right: 20px;
    font-weight: bold;
}

/* ---------- HEADER STYLES ---------- */
#logoPrint {
	display: none;
}
#siteHeader {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 100;
	padding-top: 70px;
}
#siteHeader #siteLogo {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 500;
}
#siteHeader #siteLogo a {
	display: block;
	width: 200px;
	height: 75px;
	background: url(../images/logo_screen.gif) no-repeat 25px 35px;
}
#siteHeader #siteLogo span, #siteHeader #siteTagLine span {
	display: none;
}
#siteTagLine {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 350px;
	height: 14px;
	margin: 0px;
	background: url(../images/tagline.gif) no-repeat 0px 0px;
}
#siteTopNav {
	margin: 0px;
	list-style: none;
	height: 30px;
	padding-left: 200px;
	background: url(../images/bg_header.gif) no-repeat 194px 0px;
}
#siteTopNav li {
	position: absolute;
	width: 150px;
	margin: 0px;
	padding: 0px;
	display: block;
	height: auto;
	font-size: 100%;
}
#siteTopNav li a {
	display: block;
	width: 150px;
	height: 30px;
}
#siteTopNav #siteTopNavTab1 {
	left: 200px;
}
#siteTopNav #siteTopNavTab2 {
	left: 339px;
}
#siteTopNav #siteTopNavTab3 {
	left: 478px;
}
#siteTopNav #siteTopNavTab4 {
	left: 617px;
}
#siteTopNav #siteTopNavTab5 {
	left: 756px;
}
#siteTopNav #siteTopNavTab1 a:hover, #siteTopNav .selectedNavTab #siteTopNavLink1, #siteTopNav #siteTopNavTab1 a.onMenu {				
	background: url(../images/bg_header.gif) no-repeat 0px -30px;
}
#siteTopNav #siteTopNavTab2 a:hover, #siteTopNav .selectedNavTab #siteTopNavLink2, #siteTopNav #siteTopNavTab2 a.onMenu {				
	background: url(../images/bg_header.gif) no-repeat -200px -30px;
}
#siteTopNav #siteTopNavTab3 a:hover, #siteTopNav .selectedNavTab #siteTopNavLink3, #siteTopNav #siteTopNavTab3 a.onMenu {				
	background: url(../images/bg_header.gif) no-repeat -400px -30px;
}
#siteTopNav #siteTopNavTab4 a:hover, #siteTopNav .selectedNavTab #siteTopNavLink4, #siteTopNav #siteTopNavTab4 a.onMenu {				
	background: url(../images/bg_header.gif) no-repeat -600px -30px;
}
#siteTopNav #siteTopNavTab5 a:hover, #siteTopNav .selectedNavTab #siteTopNavLink5, #siteTopNav #siteTopNavTab5 a.onMenu {				
	background: url(../images/bg_header.gif) no-repeat -800px -30px;
}
#siteTopNav li a span {
	display: none;
}
#siteTopNav ul {
	margin: 0px;
	list-style: none;
	border: 1px solid #036;
	border-top-width: 5px;
	position: absolute;
	left: -999em;
	width: 193px;
}
#siteTopNav li:hover ul, #siteTopNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	position: static;
}
#siteTopNav li li {
	position: relative;
	background-color: #f2f2f2;
	border-bottom: 1px solid #fff;
	width: 193px;
	font-size: 85%;
}
#siteTopNav li li a {
	position: relative;
	left: auto;
	top: auto;
	height: auto;
	width: 193px;
	text-decoration: none;
	background-image: none !important;
}
#siteTopNav li li a:hover {
	background-color: #e55c00 !important;
	color: #fff !important;
	background-image: none !important;
}
#siteTopNav li li a span {
	display: block;
	padding: 3px 10px 3px 15px;
}
#siteTopLinks {
	position: absolute;
	top: 7px;
	right: 200px;
}
#siteTopLinks ul {
	list-style: none;
	float: left;
	margin: 0px;
}
#siteTopLinks ul li {
	float: left;
	margin: 0px;
	display: inline;
	padding-left: 20px;
	font-size: 85%;
}
#siteTopLinks ul li a {
	font-weight: bold;
	padding-right: 20px;
}
#siteTopLinks ul li a.contact {
	background: url(../images/mail_16.gif) no-repeat right top;
}
#siteTopLinks ul li a.account {
	background: url(../images/security-locked_16.gif) no-repeat right top;
}
#frmSearch {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 85%;
	margin: 0px;
	padding: 9px 0px 0px 10px;
}
#frmSearch legend, #frmSearch label {
	display: none;
}
#frmSearch #txtKeywords {
	width: 125px;
}
#frmSearch #btnSearch {
	width: 60px;
	border-style: solid;
	border-width: 1px;
}
#frmSearch fieldset {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-color: Transparent;
	clear: none;
}
* html #frmSearch fieldset {
	margin-right: auto;
}
#frmSearch fieldset input {
	margin-bottom: 0px;
	font-size: 100%;
	vertical-align: middle;
}


/* ---------- TABLE STYLES ---------- */
td {
	vertical-align: top; 
}
th {
   font-weight: bold; 
}
.siteTable {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-right: -300px;
}
.siteTable td, .siteTable th {
    border: 0px;
	border-width: 1px 0px;
	font-size: 90%;
	text-align: center;
	padding: 3px 5px;
}
.siteTable th {
    background: url(../images/siteTableHeader.gif) repeat-x center bottom;
	vertical-align: bottom;
	padding: 4px 5px;
	border-bottom: 1px solid #CCC;
}
.siteTable th input {
	vertical-align: middle;
    margin-left: 5px;   
}
.siteTable td {
	vertical-align: top;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
}
.siteTable tr.evenRow td {
	background-color: #F7F7F7;
}
.siteTable tr.pagerRow td {
	font-weight: bold;
	background: url(../images/siteTableHeader.gif) repeat-x center bottom;
	text-align: center;
}
.siteTable tr.footerRow td {
	font-weight: bold;
	background: url(../images/siteTableHeader.gif) repeat-x center bottom;
}
.siteTable .indentedCell {
	padding-left: 20px;
	text-align: left;
}
.siteTableNote, .tableNote {
	margin: 0px;
	font-size: 85%;
	padding: 5px 10px 0px;
	text-indent: -7px;
	color: #666;
}
.siteTable ul {
    margin: 0px;
    padding: 0px 0px 5px 20px;
}
.siteTable ul li {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}
#manualTable {
	border-top-width: 0px;
}   
#manualTable th {
	font-size: 85%;
	border-top: 1px solid #ccc;
}
#manualTable td {
	padding: 5px 20px 5px;
	background: #FFF url(../images/line_h.gif) repeat-x left bottom;
	border-bottom-width: 0px;
	font-size: 85%;
	white-space: nowrap;
}
#manualTable tr.lastRow td {
	background-image: none;
}
td.accountNumberColumn {
    white-space: nowrap;
}
p.download {
	background-color: #e3e3e3;
	padding: 5px;
	text-align: right;
	margin: 0px;
	border: 1px solid #CCC;
	border-top-width: 0px;
}

/* ---------- MAIN COLUMN STYLES ---------- */
#siteContent {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left;
	min-height: 415px;
	border-top: 5px solid #036;
	z-index: 100;
}
* html #siteContent {
	height: 415px;
}
#mainContent {
	margin: 0px 20px 0px 200px;
	min-height: 400px;
	padding-bottom: 15px;
}
* html #mainContent {
    margin: 0px 20px 0px 197px;
	height: 400px;
}
#homePage #mainContent {
	margin: 0px 200px;
	padding: 15px 0px 5px;
	width: 550px;
}
* html #homePage #mainContent {
	margin: 0px 197px;
}
#promoContainer {
	position: relative;
	height: 130px;
}
#promoContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.rotatingPromo {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
}
.rotatingPromo a {
	display: block;
	border: 1px solid #ccc;
	height: 130px;
	background: url(../images/promo.jpg) no-repeat left top;
	text-decoration: none;
	position: relative;
	cursor: pointer;
}
#promo1 a {
	background-position: 0px 0px;
}
#promo2 a {
	background-position: 0px -130px;
}
#promo3 a {
	background-position: 0px -260px;
}
#promo4 a {
	background-position: 0px -390px;
}
#promoHeading, #promo2, #promo3, #promo4 {
	display: none;
}
.rotatingPromo a span {
	padding-right: 300px;
	color: #fff;
	display: block;
	height: 110px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
	background: url(../images/learn_more.gif) no-repeat 382px 75px;
}
.rotatingPromo a:hover span {
	background: url(../images/learn_more_over.gif) no-repeat 382px 75px;
}
#promoControls {			
	position: absolute;
	top: 94px;
	left: 0px;
	width: 275px;
}
#promoControls input {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}
#promoControls img {	
	margin: 0px 10px 0px 15px;
	border-width: 0px;
	vertical-align: middle;
}
#sectorPromotion {
	position: relative;
	margin: 15px 0px 0px;
	padding: 0px;
	list-style: none;
	display: block;
	background: url(../images/bg_sector.gif) repeat-y left top;
}
#sectorPromotion li {
	margin: 0px;
	padding: 0px;
	display: block;
	font-weight: bold;
	width: 175px;
}
#sectorPromotion li.column2 {
	position: absolute;
	top: 0px;
	left: 183px;
}
#sectorPromotion li.column3 {
	position: absolute;
	top: 0px;
	left: 366px;
}
#sectorPromotion li span {
	display: block;
	padding: 5px 0px 5px 15px;
}
#sectorPromotion li ul {
	margin: 5px 0px 0px 10px;
	padding: 0px 0px 10px;
}
#sectorPromotion li ul li {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	width: auto;
	font-weight: normal;
	display: list-item;
	float: none;
}
#sectorPromotion li ul li span {
	display: inline;
	padding: 0px;
}
#sectorPromotion li.moreForLink {
    list-style: none;
    margin-left: 5px;
    padding-top: 5px;
    font-size: 95%;
}
.moreForLink span {
    font-weight: bold;
}
#smPromos {
	list-style: none;
	position: relative;
	height: 75px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#smPromos li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	border: 1px solid #ccc;
	height: 75px;
	width: 265px;
	top: 0px;
	font-weight: bold;
}
#smPromos li a {
	display: block;
	width: 265px;
	height: 75px;
}
#smPromos li a span {
	display: none;
}
#smPromos #smPromo1 {
	left: 0px;
	background: url(../images/smpromo1.jpg) no-repeat left top;
}
#smPromos #smPromo2 {
	right: 0px;
	background: url(../images/smpromo2.jpg) no-repeat left top;
}
* html #ctl00_divBodyContent {
	height: 1%;
}
#tabbedDownloadContainer {
  padding: 0px 10px 10px;
  border: 1px solid #CCC;
  border-top-width: 0px;
}
.sitePhoto {
	float: right;
	margin: 0px;
	clear: right;
	border-bottom: 20px solid #fff;	
	border-left: 20px solid #fff;
}
.twoColList {
	position: relative;
}
.twoColList .twoColListLeft {
	margin-right: 50%;
}
.twoColList .twoColListRight {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
}
.twoColList .twoColListLeft ul, .twoColList .twoColListRight ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.photoGallery {
	text-align: left;
}
.photoGallery p {
	width: 400px;
    text-align: left;
    margin-left: 20px;
    margin-top: 5px;
}
.photoGallery img {
	border: 1px solid #000;
    margin-left: 20px;
}
div.faqContainer {
    margin-left: -10px;
    position: relative;
}
* html div.faqContainer {
    height: 17px;
}
dl.faqItem {
	background: url(../images/line_h.gif) repeat-x left top;
	padding: 15px 0px 0px;
	margin: 0px 0px 0px 10px;
	min-height: 1px;
}
* html dl.faqItem {
	height: 1px;
}
dl.faqItem dt {
	padding: 0px 0px 5px 40px;
	margin: 0px;
	font-weight: bold;
	background: url(../images/faq_q.gif) no-repeat 12px 0px;
}
* html dl.faqItem dt, * html dl.faqItem dd {
	height: 17px;
}
dl.faqItem dd {
	padding: 10px 0px 0px 40px;
	margin: 0px;
	background: url(../images/faq_a.gif) no-repeat 12px 10px;
}
dl.faqItem li, dl.faqItem p {
	font-size: 100%;
}
dl.faqItem dd table.siteTable th, dl.faqItem dd table.siteTable td {
	font-size: 100%;
}
.selectedQuestion {
    background: url(../images/arrow-forward_16.gif) no-repeat 0px 14px;
}
.siteSectionIndex a {
	line-height: 2.0em;
	font-weight: bold;
}
.siteSectionIndex li li a {
	line-height: normal;
	font-weight: normal;
}
.newSection {
	background: url(../images/line_h.gif) repeat-x left top;
	padding-top: 15px;
	overflow: hidden;
}
p.breadcrumbNav {
	margin-top: 0px;
	font-size: 85%;
	padding-top: 5px;
}
.sitemap {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.sitemap ul {
	margin: 5px 0px 10px;
	padding: 0px;
}
.sitemap li {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 90%;
}
.sitemap li a {
	font-size: 120%;
}
.sitemap li li a {
	font-size: 100%;
}
#sitemapLeft {
	display: block;
	width: 48%;
	float: left;
	background: url(../images/line_v.gif) repeat-y right top;
	margin-bottom: 20px;
}
#sitemapRight {
	display: block;
	float: right;
	width: 50%;	
}
.sitemap .sitemapSectionHOME, .sitemap .sitemapSectionBUSINESS {
	margin-right: 20px;
}
.sitemap .sitemapSectionHOME, .sitemap .sitemapSectionCOMPANY {
	padding-bottom: 40px;
}
.sitemap li li {
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 0px 25px;
}
.sitemap li li li {
	font-size: 95%;
}
.sitemap li li li li {
	font-size: 100%;
}
#outageMap .col2 {
	vertical-align: top;
}
.siteSchedule td.time {
  text-align: right;
  padding: 0px 10px 5px 20px;
  font-size: 90%;
}
.siteSchedule td.description {
  padding: 0px 0px 5px 0px;
  font-size: 90%;
}
ul.graphLegend {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.graphLegend li {
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 5px;
	white-space: nowrap;
	font-size: 85%;
	line-height: .9em;
}
ul.graphLegend li span {
	display: none;
}
ul.graphLegend li.color_1 {
	border-left: 10px solid #37939A;
}
ul.graphLegend li.color_2 {
	border-left: 10px solid #772023;
}
ul.graphLegend li.color_3 {
	border-left: 10px solid #F58026;
}
ul.graphLegend li.color_4 {
	border-left: 10px solid #EF3E34;
}
#applianceCalc {
	border-top-width: 0px;
	clear: right;
}
#applianceCalc td.rightAlign {
	padding-right: 0px;
}
#applianceCalc th, #applianceCalc td {
	font-size: 85%;
	padding-right: 10px;
}
#applianceCalc th {
	border-top: 1px solid #ccc;
	white-space: nowrap;
}
#applianceCalc td {	
	background: #FFF url(../images/line_h.gif) repeat-x left bottom;
	border-bottom-width: 0px;
}
#applianceCalc tr.lastRow td {
	background-image: none;
}
#applianceCalc th input, #applianceCalc td input {
	text-align: right;
}
#applianceCalc td select {
	width: 8em;
}
#applianceCalc .applianceCost {
	border: none;
	text-align: right;
}
#applianceCalc .applianceCost2 {
	border: none;
	text-align: right;
	font-weight: bold;
	background-color: Transparent;
}
.calcTotals {
	width: 60px;
	text-align: right;
	border: 1px solid #CCC;
	padding-right: 2px;
}
.twoColElecLeft {
	width: 45%;
	float: left;
	padding: 0px 35px 0px 0px;
	background: url(../images/line_v.gif) repeat-y right top;
}
.twoColElecLeft .elecRate {
	border-top-width: 0px;
}
.twoColElecLeft .elecRate th, .twoColElecRight .gasRate th {
	font-size: 85%;
	border-top: 1px solid #ccc;
}
.twoColElecLeft .elecRate td, .twoColElecRight .gasRate td  {
	font-size: 85%;
	background: #FFF url(../images/line_h.gif) repeat-x left bottom;
	border-bottom-width: 0px;
	padding: 5px 20px 5px;
}
.twoColElecLeft .elecRate tr.lastRow td, .twoColElecRight .gasRate tr.lastRow td {
	background-image: none;
}
.twoColElecRight {
	width: 45%;
	float: right;
}
.outdoorLighting img {
	border-width: 0px;
	float: right;
	margin: 10px 20px 10px 20px;
}
.lightingCalcLegend {
	float: right;
	margin: 0px;
}
.paymentDetails {
	text-align: center;
}
.paymentDetails table {
	margin-left: auto;
	margin-right: auto;
}
.paymentDetails table td {
	padding: 2px 5px;
}
.paymentDetails table tfoot td {
	border-top: 1px solid #CCC;
}
.receipt {
	margin-top: 20px;
	background: url(../images/line_h.gif) repeat-x left top;
}
.receipt dl {
	background: url(../images/line_h.gif) repeat-x left bottom;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
}
.receipt dt {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 15em;
}
.receipt dt span {
	display: block;
	padding: 2px 5px 2px 20px;
}
.receipt dd {
	margin: 0px;
	padding: 0px;
	display: block;
	margin-left: 15em;
}
.receipt dd span {
	display: block;
	padding: 2px 0px;
}
#ctl00_ctl00_TemplateBody_BodyContent_ucPaymentLocations_googleMap {
	float: right;
	border: 1px solid #CCC;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 300px;
	height: 300px;
}
#paymentHistoryAccountInformation {
	position: relative;
  padding-right: 25em;
}
#paymentHistoryAmountDue {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 25em;
}
#paymentHistoryAmountDue h2 {
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 5px 10px;
}
#paymentHistoryAmountDue h2 span {
	display: inline;
}
#paymentHistoryAmountDue h2 span.amountDue {
	padding-left: 20px;
}
#paymentHistoryAmountDue p  {
	margin-bottom: 0px;
}
#paymentHistoryFilter {
	background: url(../images/line_h.gif) repeat-x left top;
	padding: 10px 10px 0px;
	font-size: 90%;
}
#paymentHistoryFilter img, #paymentHistoryFilter input,  #paymentHistoryFilter span,  #paymentHistoryFilter label {
	vertical-align: middle;
}
#paymentHistoryFilter .filterOptionsLabel {
	padding-right: 20px;
}
#paymentHistoryFilter .styledButton {
	margin-left: 20px;
}
.transactionDate {
    text-align: center;
}
.transactionDate a.pdf {
    padding-left: 21px;
}
body .DES_CalControl, body .CSCCalendar {
    border: 2px solid #666;
    font-size: 100%;
}
body .DES_CalHeaderRows td, body .CSCHeaderRows td {
    font-weight: bold;
    padding: 1px 2px;
    font-size: 120%;
    text-align: center;
}
body .DES_CalWeekRowsTable, body .CSCWeekRowsTable {
    font-size: 90%;
    border: 1px solid #ccc;
}
body .DES_CalWeekRowsTable td, body .CSCWeekRowsTable td {
    padding: 1px 2px;
    text-align: right;
}
body .DES_CalControl table, body .CSCCalendar table {
    font-size: 100%;
}
body .DES_CalDayHeader, body .CSCDayHeader {
    background-color: #f5f5f5;
    font-size: 90%;
}
body .DES_CalDayHeaderCell, body .CSCDayHeaderCell {
    padding: 1px 2px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
body .DES_CalMouseOver, body .CSCMouseOver {
    color: #fff;
    background-color: #00f;
}
body .DES_CalSelected, body .DES_CalSelected tr, body .CSCSelected, body .CSCSelected tr {
    background-color: #fc0 !important;
    color: #000 !important;
}
body .DES_CalOtherMonthDay, body .DES_CalOtherMonthDay tr, body .CSCOtherMonthDay, body .CSCOtherMonthDay tr {
    border-color: #ccc;
    color: #999;
    background-color: #f5f5f5;
}
body .DES_CalDay, body .DES_CalDay tr, body .CSCDay, body .CSCDay tr {
    border-color: #ccc;
}
body .DES_MYPControl, body .MYPMonthYearPicker {
    border: 1px solid #666;
    font-size: 100%;
}
body .DES_MYPControl table, body .MYPMonthYearPicker table {
    font-size: 100%;
}
body .DES_MYPControl table td, body .MYPMonthYearPicker table td {
    padding: 1px 2px;
    text-align: center;
    font-size: 11px;
}
body .DES_MYPControl table td input, body .DES_FYPFooterButton {
	border: 1px solid #666;
	border-top-color: #999;
	border-left-color: #999;
	background: #FFF url(../images/site_btn_bg.gif) repeat-x 0px 0px;
	color: #333;
	font-weight: bold;
	cursor: pointer;	
	width: auto;
	overflow: visible;
	padding: 0px 5px;
	margin: 5px 0px;
	font-size: 100%;
}
body .DES_MYPSelectedYearCell {
    background-color: #fc0;
}
body .DES_MYPOutOfRangeCell {
    color: #999;
    background-color: #f5f5f5;
}
body .DES_MYPMouseOver {
    color: #fff;
    background-color: #00f;
}
body .DES_FYPYearTitle {
    background-color: #f5f5f5;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    font-weight: bold;
}
#ctl00_ctl00_TemplateBody_BodyContent_ucOutageGrid1_googleMap {
	width: 400px;
	height: 400px;
	border: 1px solid #CCC;
}
#myAccount {
	position: relative;
}
#myAccountDetails {
	margin-right: 200px;
}
#myAccountSidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}
#myAccountDetails {
	margin-right: 200px;
}
.accountNickname {
	margin-bottom: 0px;
}
.accountNumber {
	margin-top: 0px;
	font-size: 90%;
}
.accountNumber span {
	padding-right: 10px;
}
table.accountSummaryTable th {
	font-size: 90%;
	padding: 10px 5px 10px 0px;
	background: #FFF url(../images/line_h.gif) repeat-x left top;
}
table.accountSummaryTable td {
	font-size: 85%;
	padding: 5px 0px 5px 20px;
	vertical-align: top;
	background: #FFF url(../images/separator.gif) repeat-x left top;
}
table.accountSummaryTable td td {
	font-size: 100%;
	padding: 0px 0px 5px;
	background-image: none;
}
table.accountSummaryTable td.paymentSummary {
  padding-bottom: 0px;
}
table.accountSummaryTable span.noPayments {
  color: #666;
  font-style: italic;
}
table.accountSummaryTable tfoot td {
	font-size: 110%;
	font-weight: bold;
	vertical-align: middle;
	background-image: none;
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
table.accountSummaryTable tfoot td.serviceAction {
	font-size: 90%;
}
table td.serviceAction input {
	border-width: 1px;
}
table.accountSummaryTable tfoot td input {
	font-size: 100%;
}
#monthlyComparisonHeading {
	margin-bottom: 0px;
}
#monthlyComparisonGraph {
	margin: 10px 20px 0px;
	position: relative;
	text-align: center;
}
#monthlyComparisonDefinitions {
    width: 478px;
    border: 1px solid #b4b3b3;
    border-top-width: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
    list-style: none;
	padding: 3px 0px;
	text-align: center;
}
#monthlyComparisonDefinitions li {
    margin: 0px;
    padding: 0px 10px;
    font-size: 85%;
    font-weight: bold;
    display: inline;
}
* html #monthlyComparisonGraph .monthlyComparisonOptions {
  width: 479px;
}
.teaserParagraph {
	margin: 10px 20px 20px;
}
table.billingAndPaymentTable, table.updateMyAccountInfoTable {
	border-bottom: 1px solid #E5E5E5;
}
table.billingAndPaymentTable th, table.updateMyAccountInfoTable th {
	font-size: 90%;
	padding: 10px 0px;
	background: url(../images/line_h.gif) repeat-x left top;
}
table.billingAndPaymentTable td, table.updateMyAccountInfoTable td {
	font-size: 85%;
	padding: 5px 0px 5px 20px;
	vertical-align: top;
	background: url(../images/separator.gif) repeat-x left top;
}
table.billingAndPaymentTable tfoot td {
	font-weight: bold;
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-image: none;
}
table.billingAndPaymentTable tfoot td a {
	background: url(../images/add_16.gif) no-repeat left top;
	padding-left: 18px;
}
table.billingAndPaymentTable td.label, table.updateMyAccountInfoTable td.label {
	width: 30%;
}
#myAccountDetails td.serviceAction {
	width: 30%;
	white-space: nowrap;
}
.siteFeatures {
	margin: 0px;
}
.siteFeatures div {
	background: url(../images/line_h.gif) repeat-x left top;
	padding-top: 10px;
	overflow: hidden;
}
* html .siteFeatures div {
	height: 1px;
	overflow: visible;
}
.siteFeatures img {
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	border: none;
}
.siteFeatures h4 {
	margin: 0px 0px 5px 70px;
	padding-top: 5px;
}
.siteFeatures p {
	margin: 0px 0px 15px 70px;
	min-height: 30px;
}
* html .siteFeatures p {
	height: 30px;
}
.accountHeading {
	white-space: nowrap;
}

/* ---------- SIDE NAV COLUMN STYLES ---------- */
#sectionNav {
	width: 180px;
	float: left;
	margin: 0px;
	display: inline;
}
#homePage #sectionNav {
    width: 185px;
}
#sectionNav #frmLogin {
	padding: 0px;
	width: 170px;
	margin: 15px 0px 0px 15px;
	border: 1px solid #ccc;
	background: #f5f5f5 url(../images/bg_form.gif) repeat-x left top;
	display: block;
}
#sectionNav #frmLogin h3 {
	background: url(../images/security-locked_16.gif) no-repeat 148px 10px;
	padding: 10px 20px 0px 10px;
	margin: 0px 0px 5px;
}
#sectionNav fieldset {
	margin: 0px;
	border-width: 0px;
	padding: 0px;
	background-image: none;
	background-color: Transparent;
}
#sectionNav fieldset label {
	vertical-align: middle;
	font-size: 85%;
	margin-left: 10px;
}
#sectionNav fieldset input {
	margin: 2px 0px 0px 10px;
	vertical-align: middle;
	font-size: 85%;
	width: 145px;
}
#sectionNav fieldset label input, #sectionNav fieldset input.styledButton {
	width: auto;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
#sectionNav #frmLogin p {
	margin-top: 10px;
}
#sectionNav #frmLogin ul {
	margin: 10px;
}
#sectionNav #frmLogin li {
	font-size: 85%;
	margin: 2px 0px 0px 20px;
	padding: 0px;
}
#sectionNav #quickLinksHeading {
	background: url(../images/line_h.gif) repeat-x left top;
	padding-top: 10px;
	margin-left: 15px;
}
#sectionNav #quickLinks {
	margin: 10px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}
#sectionNav #quickLinks li {
	margin: 5px 0px 0px;
	padding: 0px;
	width: 170px;
	overflow: hidden;
}
#sectionNav #quickLinks li a {
	display: block;
	height: 25px;
	background: url(../images/quick_button_l.gif) no-repeat left top;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#sectionNav #quickLinks li a span {
	display: block;
	height: 25px;
	background: url(../images/quick_button_r.gif) no-repeat 152px 0px;
}
#sectionNav #quickLinks li a span span {
	padding: 5px 10px 0px 10px;
	height: auto;
	background-image: none;
	text-align: center;
}
#sectionNav #quickLinks li a:hover {
	background-position: 0px -25px;
	color: #fff !important;
}
#sectionNav #quickLinks li a:hover span {
	background-position: 152px -25px;
	cursor: pointer !important;
}
#sectionNav #sectionNavMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 5px solid #036;
}
#sectionNav #sectionNavMenu li {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	border-top-width: 0px;
}
#sectionNav #sectionNavMenu li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px;
	background: url(../images/bg_sectionNav.gif) no-repeat center center;
	width: 178px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#sectionNav #sectionNavMenu li a:hover {
	text-decoration: underline;
}
#sectionNav #sectionNavMenu li a span {
	padding: 4px 10px 4px 20px;
	display: block;
	background: url(../images/sidenav_closed.gif) no-repeat 6px 6px;
}
#sectionNav #sectionNavMenu li.noSubMenu a span {
	background-image: none;
}
#sectionNav #sectionNavMenu ul {
	margin: 0px;
	padding: 0px 0px 5px;
	list-style: none;
}
#sectionNav #sectionNavMenu ul li {
	margin: 0px 0px 0px 20px;
	font-size: 95%;
	border-width: 0px;
	padding: 3px 10px 3px 5px;
	background: url(../images/line_h.gif) repeat-x left top;
}
#sectionNav #sectionNavMenu li.selected a {
	border-bottom-width: 0px;
}
#sectionNav #sectionNavMenu li.selected a span {
	background: url(../images/sidenav_opened.gif) no-repeat 6px 6px;
}
#sectionNav #sectionNavMenu li.selectedNoSubMenu a span {
	background-image: none !important;
}
#sectionNav #sectionNavMenu ul li.selected a {
	font-weight: bold; 
}
#sectionNav #sectionNavMenu ul li a {
	font-weight: normal;
	background-image: none !important;
	border-width: 0px;
	width: auto;
	display: inline;
}
#sectionNav #sectionNavMenu ul li a span {
	padding: 0px;
	display: inline;
	background-image: none !important;
}

/* ---------- SIDEBAR COLUMN STYLES ---------- */
#sectionSideBar {
	float: right;
	margin: 15px 15px 0px 0px;
	width: 170px;
	display: inline;
}
#sectionSideBar h3 {
	margin: 0px 0px 0px 0px;
	background: url(../images/line_h.gif) repeat-x left top;
	padding-top: 10px;
}
#sectionSideBar dt {
    margin: 0px;
    padding: 0px;
}
#sectionSideBar li {
	padding: 0px;
	margin: 2px 0px 0px 25px;
}
.clearSiteSidebar {
	clear: right;
}
.siteSidebar, #photoGalleryListItems {
	float: right;
	width: 175px;
	margin: 0px 0px 0px 0px;
	background-color: #FAF4DC; /* TAN */
	clear: right;
	border-bottom: 20px solid #FFF;
	border-left: 20px solid #FFF;
}
.siteSidebar h3, #photoGalleryListItems h3 {
	margin: 10px 15px 0px;
	padding-bottom: 5px;
	background: url(../images/line_h.gif) repeat-x left bottom;
	font-size: 90%;
}
.siteSidebar .siteSidebarItems {
	margin: 0px;
	padding: 0px 15px 10px;
	list-style: none;
}
.siteSidebar .siteSidebarItems li {
	margin: 0px;
	padding: 5px 0px 10px;
	font-size: 85%;
	background: url(../images/line_h.gif) repeat-x left bottom;
}
body .quickLinks .siteSidebarItems {
    list-style: disc;
}
body .quickLinks .siteSidebarItems li {
	padding: 5px 0px 0px;
	margin: 0px 0px 0px 15px;
	background-image: none;
}
.siteSidebar .siteSidebarItems li ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
.siteSidebar .siteSidebarItems li ul li {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-image: none;
}
.siteSidebar .siteSidebarItems li a {
	font-weight: bold;
}
.siteSidebar .siteSidebarItems li li a {
	font-weight: normal;
}
#siteContent .siteSidebar .siteButton {
	margin: 5px 0px;
}
#siteContent .siteSideBar div.hr, #siteContent #photoGalleryListItems div.hr {
	height: 1px;
	margin: 15px 15px 0px;
}
div.relatedPages {
	margin-top: 0px;
	background-color: #f0f2ce; /* GREEN */
}
#tertiaryNavigation {
	margin-top: 0px;
	background-color: #e6eff2; /* BLUE */
}
#tertiaryNavigation h3 {
	background-image: none;
}
.tertiaryNavigationItems {
	margin: 0px 15px 0px 35px;
	padding: 0px 0px 15px;
}
.tertiaryNavigationItems li {
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 85%;
}
.sidebarContainer {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid #FFF;
	width: 180px;
}
.sidebarContainer h3 {
	margin: 0px;
	padding: 0px 10px;
	background: url(../images/bg_sidebarHeader.gif) no-repeat left top;
}
.sidebarContainer.accountAlert h3 {
	background: url(../images/bg_sidebarHeader_alert.gif) no-repeat left top;
}
#ctl00_ctl00_TemplateBody_BodyContent_diveBillInfo h3 {
    margin: -30px 0px 0px;
    padding: 30px 10px 0px;
	background: url(../images/bg_sidebarHeader_green.gif) no-repeat left top;
	position: relative;
}
#ctl00_ctl00_TemplateBody_BodyContent_diveBillInfo .sidebarContent {
	border: 1px solid #693;
}
#siteContent .sidebarContainer h3 span {
	display: block;
	padding: 5px 0px 3px 20px;
}
.sidebarContainer h3 span.profile {
	background: url(../images/security-locked_16.gif) no-repeat 0px 4px;
}
.sidebarContainer h3 span.alert {
	background: url(../images/warning_16.gif) no-repeat 0px 4px;
}
.sidebarContainer h3 span.ebill {
    color: #fff;
}
.sidebarContainer .sidebarContent {
	background: #F5F5F5 url(../images/bg_form.gif) repeat-x left top;
	border: 1px solid #CCC;
}
.sidebarContainer.accountAlert .sidebarContent {
	border: 1px solid #F00;
	background-color: #FFF;
	background-image: none;
}
.sidebarContainer.accountAlert .sidebarContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10px 10px;
}
.sidebarContainer.accountAlert .sidebarContent ul li {
	margin: 0px;
	padding: 10px 0px 0px;
	font-weight: bold;
}
.sidebarContainer dl {
	margin: 0px;
	padding: 5px 0px 0px;
	position: relative;
}
.sidebarContainer dt {
	margin: 0px;
	padding: 5px 10px 0px;
	font-weight: bold;
}
.sidebarContainer dd {
	margin: 0px 10px 0px 20px;
	padding: 0px;
	font-size: 85%;
	width: 148px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.sidebarContainer ul {
	margin: 0px;
	padding: 10px;
}
.sidebarContainer li {
	font-size: 85%;
	margin: 0px 0px 0px 25px;
	padding: 0px;
}
.sidebarContainer ul.spacedList, .sidebarContainer ul.spacedList li {
	padding-bottom: 5px;
}
.sidebarContainer p {
	padding: 10px;
	margin: 0px;
}
.sidebarContainer div.whenDoIChart {
	margin: 0px 0px 0px 10px;
}
.sidebarContainer ul.whenDoIUseEnergy {
	margin: 0px 15px;
	padding: 0px;
	list-style: none;
}
.sidebarContainer ul.whenDoIUseEnergy li {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
	position: relative;
	background: url(../images/line_h.gif) repeat-x left bottom;
}
.sidebarContainer ul.whenDoIUseEnergy li span {
	position: absolute;
	right: 0px;
	text-align: right;
	font-weight: bold;
}
.sidebarContainer ul.whenDoIUseEnergy li img {
	vertical-align: middle;
	margin-right: 5px;
}
#siteContent .sidebarContainer h3 span.generic {
	padding: 5px 0px 3px;
}
#photoGalleryListItems ul {
    margin: 5px 15px 10px;
    padding-bottom: 10px;
	background: url(../images/line_h.gif) repeat-x left bottom;
}
#photoGalleryListItems ul li {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 90%;
}
#photoGalleryListItems li {
    font-size: 90%;
}

/*-------------- NEWS RELEASE STYLES ----------------*/
#newsReleases {
	margin: 0px 0px 15px 0px;
}
#newsReleases dt {
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding-top: 0px;
}
#newsReleases dd {
	margin: 5px 0px 0px 10px;
	padding-top: 0px;
}
#homePage #newsReleases dt, #homePage #newsReleases dd {
	font-size: 85%;
}
.paging {
	margin-top: 15px;
}
.paging td {
    padding-left: 5px;
}


/*-------------- GOOGLE SEARCH STYLES ----------------*/
.googleSearchBox .siteButton {
    border-width: 1px;
}
.googleLogo {
	float: right;
}
.googleSepBar {
	background: url(../images/line_h.gif) repeat-x left bottom;
}
* html .googleSepBar {
	height: 1px;
}
.googleSepBar p {
	text-align: right;
	padding: 10px 0px 5px;
	margin: 0px;
}
.googleQuery span.l {
	line-height: 1.5em;
}
.googleQuery p.g {
	padding-left: 21px;
	text-indent: -21px;
}
.googleQuery p.g img {
	margin-right: 5px;
	vertical-align: middle;
}
.googleQuery span.url {
	line-height: 1.5em;
	color: #666;
	font-size: 95%;
}
.googlePaging {
	text-align: center;
}
.googlePaging table {
	margin-left: auto;
	margin-right: auto;
}
.googlePaging table td {
	font-size: 90%;
}
.googleCopyright {
	text-align: center;
	color: #666;
	font-size: 85%;
}

/*-------------- ESOURCE STYLES ----------------*/
#esourceContent .printOptions {
	color: #FFF;
}
#esourceContent h2 .figureInfo, #esourceContent .menu {
	display: none;
}
#esourceContent h2 a {
	color: #000;
	text-decoration: none;
}
#esourceContent .figureInfo {
	border: 1px solid #CCC;
	padding: 15px;
	margin-top: 15px;
}
#esourceContent .figurehead {
	font-size: 90%;
	font-weight: bold;
}
#esourceContent .goBackButton {
	float: right;
}
#esourceContent .backButton input {
	font-size: 100%;
}
#esourceContent .caption, #esourceContent .source {
	font-size: 85%;
	color: #666;
}
#esourceContent .manufacturersLink {
	font-weight: bold;
}
#esourceContent table {
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: none;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#esourceContent table caption {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 15px;
}
#esourceContent table td, #esourceContent table th {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 90%;
	text-align: left;
	padding: 2px 5px;
}
#esourceContent table th {
	vertical-align: bottom;
	background-color: #FAF4DC;
	padding: 3px 5px;
}
#esourceContent table td {
	vertical-align: top;
}


/* ---------- LOADING STYLES ---------- */
#smallLoadingGraphic {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
	z-index: 2000;
	-khtml-opacity: .75;
	-moz-opacity: .75;
	-ms-filter: "alpha(opacity=75)";
	filter: alpha(opacity=75);
	opacity: .75;
}
#helpWindow embed {
    z-index: 1000;
}
#loadingGraphic {
    background: #fff; 
    width: 700px; 
    height: 400px; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    margin-left: -350px;
    margin-top: -200px;
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    z-index: 1000; 
    border: 5px solid #8492a6;
}
.loadingPage #siteHeader, .loadingPage #sectionNav, .loadingPage h1, .loadingPage table, .loadingPage p, .loadingPage #siteFooter, .loadingPage #debugPanel {
    display: none;
}
.loadingPage #siteContent {
	background-color: Transparent;
	min-height: 0px;
	border-top-width: 0px;
}
* html .loadingPage #siteContent {
	height: 0px;
}
.loadingPage #mainContent {
	margin: 0px;
	min-height: 0px;
	padding-bottom: 0px;
}
* html .loadingPage #mainContent {
    height: 0px;
}

/* ---------- FORM STYLES ---------- */
.makeALink {
	border-width: 0px;
	background-color: Transparent;
	text-decoration: underline;
	font-weight: bold;
	color: #069;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	display: inline;
	margin-left: auto;
	margin-right: auto;
}
.makeALink:hover {
	color: #e55c00;
}
.siteTextField {
	width: 125px;	
	border: 1px solid #999;
}
.siteButton, .styledButton {
	border: 3px double #666;
	border-top-color: #999;
	border-left-color: #999;
	background: #FFF url(../images/site_btn_bg.gif) repeat-x 0px 0px;
	color: #333;
	font-weight: bold;
	cursor: pointer;	
	width: auto;
	overflow: visible;
	padding: 0px 5px;
	margin: 0px;
}
.disabledSiteButton{
	border: 3px double #666;
	border-top-color: #999;
	border-left-color: #999;
	background: url(../images/site_btn_confirm_bg.gif) repeat-x 0px -46px;
	color: #666;
	font-weight: bold;
	cursor: pointer;	
	width: auto;
	overflow: visible;
	padding: 3px 5px 3px 24px;
	margin: 0px;
}
.cancelButton {
	background: url(../images/site_btn_cancel_bg.gif) no-repeat 0px 0px;
	padding: 3px 5px 3px 24px;
	margin: 0px 0px 0px 100px;
}
p.centerAlign .cancelButton {
	margin: 0px 0px 0px 100px;
}
#helpWindow .cancelButton, #helpBody .cancelButton {
	margin-left: 0px;
}
.backButton {
	background: url(../images/site_btn_back_bg.gif) no-repeat 0px 0px;
	padding: 3px 5px 3px 24px;
	margin: 0px 100px 0px 0px;
}
p.centerAlign .backButton {
	margin: 0px 100px 0px 0px;
}
.continueButton {
	background: url(../images/site_btn_confirm_bg.gif) no-repeat 0px 0px;
	padding: 3px 5px 3px 24px;
	margin: 0px;
}
body input.disabledButton{
	color: #999;
}
fieldset {
	border: 1px solid #CCC;
	padding: 10px 20px 10px 10px;
	margin: 20px 0px 0px;
	background: #F5F5F5 url(../images/site_form_bg.gif) repeat-x 0px -1px;
	position: relative;
	min-height: 50px;
	display: block;
	clear: right;
}
* html fieldset {
	height: 50px;
}
fieldset a {
    text-decoration: underline;
}
fieldset label, fieldset input, fieldset select, fieldset a, fieldset span, fieldset img {
	vertical-align: top;
}
fieldset input, fieldset select, fieldset textarea {
	margin-bottom: 3px;
	font-size: 90%;
}
fieldset .indentedObject {
	margin-left: 16em;
}
fieldset .siteTable {
	margin-top: 0px;
}
fieldset legend {
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 0px 10px;
	font-weight: bold;
	font-size: 90%;
	line-height: 2em;
	margin-bottom: 10px;
}
fieldset label.formLabel {
	width: 16em;
	float: left;
	position: relative;
	clear: left;
	font-size: 90%;
}
fieldset label.formLabel span {
	white-space: nowrap;
	text-align: right;
	display: block;
	padding-right: 15px;
	font-weight: bold;
}
fieldset label.formLabel span span {
	padding-right:0;
}
fieldset label.formLabel img {
	position: absolute;
	top: 3px;
	right: 3px;
}
fieldset span.formLabelValue {
	font-size: 90%;
	display: block;
	padding-bottom: 5px;
	margin-left: 16em;
}
* html fieldset span.formLabelValue {
	height: 1px;
}
fieldset span.formLabelValue img {
	vertical-align: middle;
}
fieldset p {
	margin: 0px 0px 10px 0px;
}
fieldset .spaceAfter {
	margin-bottom: 10px !important;
}
fieldset ul.terms {
	margin: 0px;
	padding: 0px 0px 10px;
}
fieldset ul.terms li {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 5px;
}
fieldset span.inputDescription {
	font-size: 90%;
	padding-left: 5px;
}
fieldset #termsAcknowledgement {
	margin-left: 16em;
	display: block;
	font-weight: bold;
	font-size: 90%
}
fieldset .optionGroup {
	display: block;
	margin-left: 16em;
	font-size: 90%;
}
fieldset .optionGroup label {
	font-size: 100%;
}
fieldset .optionGroup input {
	margin-bottom: 2px;
}
* html fieldset .optionGroup {
	height: 1%;
}
p.requiredFieldsLegend {
	color: #666;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 90%;
}
p.requiredFieldsLegend span {
	display: block;
	width: 16em;
	float: left;
	position: relative;
}
p.requiredFieldsLegend span img {
	position: absolute;
	top: 3px;
	right: 3px;
}
.confirmationOutput {
	margin-left: 20px;
	margin-top: -10px;
}
.confirmationOutput th {
	padding-top: 10px;
	padding-bottom: 5px;
}
.confirmationOutput td {
	padding-right: 10px;
}
.confirmationOutput th, .confirmationOutput td {
	font-size: 90%;
	text-align: left;
}
.editLink {
	padding-left: 20px;
	font-size: 95%;
}
fieldset .fieldsWithExample {
	padding-top: 1.2em;
	position: relative;
	margin-bottom: 3px;
	overflow: hidden;
}
fieldset .fieldsWithExample .fieldExample {
	position: absolute;
	top: 0px;
	font-size: 85%;
	color: #666;
	height: 1.2em;
}
fieldset .fieldsWithExample input {
	margin-bottom: 0px;
}
fieldset .fieldTip {
	margin: 0px 0px 10px 0px;
	color: #666;
	font-size: 85%;
	padding-left: 17em;
}
fieldset .fieldsetGraphic {
	margin-left: 16em;
	border-width: 0px;
}
body .DESVALErrorText {
	display:none !important;
}
body .DESVALSummaryErrors {
	margin: 5px 0px 0px 45px;
	padding: 0px;
}
body .DESVALSummaryErrors li {
	margin: 0px;
	padding: 0px;
}
fieldset label.formLabel .DESVALRequiredFieldMarker {
	font-size: 0;
	overflow:hidden;
	line-height: 1;
}
#helpWindow {
    background: #FFF url(../images/help_bg.gif) repeat-y left top;
    padding: 20px 20px 20px 60px;
    text-align: left;
}
#helpWindow h1 {
    margin-top: 0px;
}
#helpWindow h3 {
    margin-bottom: 10px;
}
#helpWindow .accountNumber span {
    padding-left: 0px;
}
#helpWindow p {
    margin-top: 10px;
}
#helpWindow #flashGraph {
    text-align: center;
}
#ctl00_BodyContent_rblGraphOptions {
    margin-left: auto;
    margin-right: auto;
}
#ctl00_BodyContent_rblGraphOptions input, #ctl00_BodyContent_rblGraphOptions label {
    vertical-align: middle;
}
#ctl00_BodyContent_rblGraphOptions label {
    font-weight: bold;
    padding-right: 20px;
}
#helpWindow .helpTopLinks {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#helpWindow .helpTopLinks li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    display: inline;
    font-weight: bold;
}
#helpWindow .helpTopLinks li .helpLink {
    font-size: 100%;
    float: none;
}	
#frmContact ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#frmContact ul li {
	margin: 0px;
	padding: 0px;
}
#frmContact ul li li {
	padding-top: 5px;
}
#frmContact ul #contactCall {
	background: URL(../images/phone_16.gif) no-repeat 0px 1px;
	padding-left: 22px;
}
#frmContact ul #contactWrite {
	background: URL(../images/documents_16.gif) no-repeat 0px 11px;
	padding-left: 22px;
	padding-top: 10px;
}
#frmContact ul #contactEmail {
	background: URL(../images/mail_16.gif) no-repeat 0px 1px;
	padding-left: 22px;
}
#frmContact ul #contactQuestion {
	background: URL(../images/help_16.gif) no-repeat 0px 11px;
	padding-left: 22px;
	padding-top: 10px;
}
.ineligibilityMessage {
	padding: 0px;
	margin: 15px 0px;
}
.ineligibilityMessage li {
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
fieldset .spacedList {
	margin-top: 0px;
}
.stepNumberIndicator {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 1px 0px 0px;
	background: url(../images/step_secure.gif) no-repeat right top;
	min-height: 50px;
	width: 100%;
	display: block;
	overflow: visible;
	clear: right;
	position: relative;
}
.stepNumberIndicator:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.stepNumberIndicator {
    display: inline-block;
}
* html .stepNumberIndicator {
	height: 50px;
	zoom: 1;
	display: block;
}
.stepNumberIndicator li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100px;
	font-size: 85%;
	text-align: center;
	color: #ccc;
	min-height: 49px;
	float: left;
}
* html .stepNumberIndicator li {
	height: 49px;
}
.stepNumberIndicator li.step1 {
	background: url(../images/step1.gif) no-repeat 0px 0px;
}
.stepNumberIndicator li.step2 {
	background: url(../images/step2.gif) no-repeat 0px 0px;
}
.stepNumberIndicator li.step3 {
	background: url(../images/step3.gif) no-repeat 0px 0px;
}
.stepNumberIndicator li.step4 {
	background: url(../images/step4.gif) no-repeat 0px 0px;
}
.stepNumberIndicator li.step5 {
	background: url(../images/step5.gif) no-repeat 0px 0px;
}
.stepNumberIndicator li.stepDisabled {
	background-position: -200px 0px;
}
.stepNumberIndicator li a, .stepNumberIndicator li span {
	padding: 48px 5px 0px;
	display: block;
	line-height: 1.1em;
}
.stepNumberIndicator li.stepActive {
	background-position: -100px 0px;
}
.stepNumberIndicator li.stepActive a {
	text-decoration: none;
}
.stepNumberIndicator li.stepActive span {
	color: #666;
	font-weight: bold;
}
#siteContent .DESVALSummary {
	clear: right;
}
.CSRMessage {
	color: #F00;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.verifyPrompt {
    font-weight: bold;
    font-size: 100%;
}
dl.verify {
	padding: 0px;
	position: relative;
	margin-top: 20px;
	clear: right;
	width: 725px;
	overflow: hidden;
}
dl.verify dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	width: 16em;
	text-align: right;
}
dl.verify dd {
	margin: 0px;
	padding: 0px 0px 8px;
	margin-left: 17em;
	margin-top: -1.2em;
	min-height: 1.2em;
}
* html dl.verify dd {
	height: 1.2em;
}
.clearright {
	clear: right;
}
.validationSummary {
	border: 1px solid #F00;
	margin: 20px 0px;
	padding: 15px 10px 10px 50px;
	background: #FF9 url(../images/cancel_32.gif) no-repeat 10px 10px;
	min-height: 32px;
	font-weight: bold;
	color: #000 !important;
}
* html .validationSummary {
	height: 32px;
}
.validationSummary ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
.validationSummary ul li {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.helpLink {
	float: right;
	font-weight: bold;
	background: url(../images/help_16.gif) no-repeat right top;
	padding: 0px 20px 0px 0px;
	font-size: 90%;
	min-height: 16px;
	cursor: help;
	margin: 0px;
	display: inline-block;
}
.newSectionHelp {
	float: right;
	margin: 0px;
	padding-top: 5px;
}
.newSectionHelp .helpLink {
	font-size: 100%;
}	
fieldset .helpLink {
    margin: 0px;
}
p.centerAlign span {
	margin-left: auto;
	margin-right: auto;
}
p.centerAlign form {
	display: inline;
	margin-left: auto;
	margin-right: auto;
}

/* -------------- TAB STYLES --------------------- */
.tabsTable {
    clear: right;
    padding-top: 10px;
}
.tabs {
    position: relative;
    margin-bottom: -1px;
}
.tab {
    border: 1px solid #CCC;
}
.tab td {
    background: #CCC url(../images/bg_tab.gif) repeat-x left top;
    padding: 3px 5px;
}
.tab a:visited {
    color: #009;
}
.selectedTab {
    border-bottom: 1px solid #FFF;
}
.selectedTab td {
    background-color: #FFF;
    background-image: none;
    font-weight: bold;
}
.tabContents {
    border: 1px solid #CCC;
    padding: 10px;
}
.tabContents .billHistoryGridContainer {
    padding-top: 1px;
    padding-left: 1px;
    margin-top: -1px;
    margin-left: -1px;
    width: 707px;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
}
.tabContents p {
    margin: 0px 0px 10px;
}
.tabContents .siteTable {
    margin-top: 0px;
}
.tabContents .siteTable, .paymentHistoryPanel .siteTable {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tabContents .siteTable td, .tabContents .siteTable th, .paymentHistoryPanel .siteTable td, .paymentHistoryPanel .siteTable th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.tabContents .siteTable td, .paymentHistoryPanel .siteTable td {
    white-space: nowrap;
}
.tabContents .siteTable th input, .paymentHistoryPanel .siteTable th input {
    vertical-align: middle;
}

/* ---------- FOOTER STYLES ---------- */
#siteFooter {
	width: 950px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/bg_footer.gif) no-repeat left top;
	position: relative;
}
#siteFooter p {
	margin: 0px;
	padding: 21px 20px 10px;
	font-size: 85%;
	min-height: 100px;
}
* html #siteFooter p {
	height: 100px;
}
#siteFooter .languageLinks {
    position: absolute;
    top: 21px;
    right: 20px;
}
#siteFooter .languageLinks .firstDivider {
    display: none;
}
#debugPanel {
    clear: both; 
    padding: 5px;
    font-size: 85%;
    margin: 20px 0px 0px 0px;
    background-color: #0f0;
    border-top: 1px solid #fff;
}


/* ---------- PRINT-SPECIFIC STYLES ---------- */
.printPage {
	padding-right: 20px !important;
	background: url(../images/print_16.gif) no-repeat right top;
}

@media print {
	body {
	    text-align: left;
	    background-color: Transparent;
	    background-image: none;
    }
	#logoPrint {
	    display: block;
	    margin-bottom: 20px;
	}
	#siteLogo, #siteTagLine, #siteTopNav, #debugPanel, #siteTopLinks, #frmSearch, #sectionNav, .breadcrumbNav, #promoContainer, #smPromos {
	    display: none;
	}
	#siteHeader {
	    width: auto;
	    padding-top: 0px;
    }
    #siteContent, * html #siteContent {
	    width: auto;
	    min-height: 0px;
	    height: auto;
	    border-top-width: 0px;
    }
    #mainContent, * html #mainContent {
	    margin: 0px;
	    min-height: 0px;
	    height: auto;
    }
    #homePage #mainContent {
	    margin: 0px;
	    padding: 0px;
	    width: auto;
    }
    #sectionSideBar {
	    float: none;
	    margin: 0px;
	    width: auto;
	    display: block;
    }
    #sectionSideBar h3 {
	    background-image: none;
	    padding-top: 0px;
    }
    #sectorPromotion {
	    background-image: none;
	    margin-bottom: 20px;
    }
	#siteFooter {
	    width: 100%;
	    border-top: 1px solid #666;
	    text-align: left;
	    background-image: none;
    }
    #siteFooter p {
	    padding: 10px 0px 0px;
	    height: auto;
	    min-height: 0px;
    }
    #helpWindow {
        background-image: none;
        padding: 0px;
        margin: 0px;
    }    
    #helpWindow #flashGraph, #helpWindow #div {
        text-align: left;
        width: auto;
    }
    #helpWindow .helpTopLinks, #ctl00_BodyContent_rblGraphOptions, .centerAlign input {
        display: none;
    }
}