/* BODY */
BODY
{
    FONT-SIZE: 15px;
    background-image: url(../../images/body-bg.png);
    background-repeat: repeat-x repeat-y;
    MARGIN: 0px;
    COLOR: #000000;
    width: 100%;
    FONT-FAMILY: Calibri, Verdana, Arial;
    
}

.floatright 
{
    float: right;
}

.bodytext
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Calibri, Verdana, Arial
}

.container
{
    width: 100%;
    background-color: #ffffff;
    display: block;
}

.page
{
    width: 978px;
    margin-left: auto;
    margin-right: auto;
    display: table;
    background-color: #ffffff;
    padding-bottom: 20px;
}

a
{
    color: #1262a0;  
}

a:hover 
{
    color: #0084d1;
}

/* COLUMNS */
.column-menu
{
    width: 220px;
    float: left;
}

.column-menu img 
{
	margin-left: 39px;
}

.column-right
{
    width: 750px;
    float: right;
}

/* SIDEBAR */

.sidebar
{
    border: solid 1px #2384c7;
    padding: 1px;    
    width: 205px;
    margin-top: 0px;  
    margin-bottom: 18px;    
}

.sidebar ul
{
    margin-top: 1px;
    list-style-image: none;
	text-indent: 1px;
	list-style-position: outside;
	padding-left: 7px;
	margin-left: 7px;
	margin-bottom: 0px;
	list-style-type: none;
}

.sidebar li
{
    padding-bottom: 10px;
    width: 100%;
}


/* CRUMB */
.crumb
{
    background-image: url(../../images/crumb-bg.png);
    background-repeat: repeat-x;
    width: 978px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    margin-bottom: 10px;
}

.crumb-left
{
    background-image: url(../../images/crumb-left.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 29px;
    float: left;
    margin-right: 8px;
}

.crumb-text
{
    width: 900px;
    height:24px;
    padding-top: 5px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 4px;
}

.crumb-right
{
    background-image: url(../../images/crumb-right.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 29px;
    float: right;
    margin-top: -29px;
}


/* HEADER */
.header
{
    background-image: url(../../images/header-bg.png);
    width: 100%;
    height: 100px;
    margin-top: 0px;
    padding-top: 54px;
}

.header-box
{
    margin-left: auto;
    margin-right: auto;
    width: 978px;
}

.header-logo
{
    background-image: url(../../images/header-logo.png);
    width: 183px;
    height: 67px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background-position: 0px 0px;
}

.header-logo:hover
{
    background-position: 0px 66px;
}

.header-twitter
{
    float: right;
}


/* NAV */
.nav
{
    margin-top: 23px;
    background-image: url(../../images/nav-bg.png);
    float: right;
    width: 659px;
    height: 29px;
}

.nav div
{
    margin-top: 5px;
    font-size: 15px;
    font-weight: bold;
    FONT-FAMILY: Calibri, Verdana, Arial;
    text-align: center;
    float: left;
}

.nav a
{
    text-decoration: none;
    color: #ffffff;
}

.nav a:visited
{
    color: #ffffff;    
}

.nav a:hover 
{
    color: #bacde0;
}

.nav-myaccount { width: 144px; }

.nav-safety { width: 104px; }

.nav-saveenergy { width: 140px; }

.nav-outages { width: 119px; }

.nav-community { width: 147px; }

/* SUB NAV */
.sub-nav
{
    margin-top: -10px;
    width: 530px;
    height: 46px;
    float: right;
}

.sub-nav a
{
    text-decoration: none;
    color: #1262a0;  
    padding-left: 10px;
    margin-right: 20px;
    font-size: 12px
}

.sub-nav a:hover 
{
    color: #0084d1;
}

.sub-nav div
{
    float: right;
    background-image: url(../../images/arrow-yellow.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 2px;
}

/* SEARCH */
.search
{
    width: 166px;
    height: 20px;
    background-image: none !important;
    margin-top: -2px !important;
}

.search input
{
    FONT-FAMILY: Calibri, Verdana, Arial;
    font-size: 12px;
    border: solid 1px #aecfe9;    
}

/* FOOTER */
.footer
{
    width: 100%;
    background-image: url(../../images/footer-bg.png);
    background-repeat: repeat-x;
    height: 64px;
    padding-top: 17px;
}

.footer-box
{
    margin-left: auto;
    margin-right: auto;
    width: 978px;
}

.footer-tagline
{
    background-image: url(../../images/footer-tagline.png);
    margin-top: 0px;
    float: left;
    width: 333px;
    height: 21px;
    cursor: pointer;
}

.footer-nav
{
    width: 323px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.footer-nav a
{
    text-decoration: none;
    color: #1262a0;  
    padding-left: 10px;
    margin-right: 20px;
    font-size: 12px;
}

.footer-nav a:hover 
{
    color: #0084d1;
}

.footer-nav div
{
    float: left;
    background-image: url(../../images/arrow-yellow.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 2px;
}

.footer-copyright
{
    margin-top: 2px;
    color: #1262a0; 
    float: right;
    font-size: 12px;
}

.footer-copyright a
{
    text-decoration: none;
}

.footer-copyright a:hover
{
    color: #0084d1;
}


.nav-privacypolicy
{
    
}

.nav-legalnotice
{
    
}

.nav-sitemap
{
    
}

/* HOME PAGE */
.home-left 
{
    width: 302px;
    float: left;
}

.home-right
{
    width: 660px;
    float: right;
}

.home-banner
{
    border: solid 1px #2384c7;
    padding: 1px;    
    width: 656px;
    height: 207px;
    margin-bottom: 18px;
    margin-top: 12px;    
}

.careers-banner
{
    border: solid 1px LightGray;
    padding: 10px;    
    width: 700px;
    height: 350px;
    margin-bottom: 50px;
    margin-top: 12px;    
}

.home-spotlight
{
	position: relative;
    border: solid 1px #2384c7;
    padding: 1px;    
    width: 336px;
    height: 280px; 
    float: left;
    z-index: 0;
}

.home-close-twitter
{
	position: relative;
    border: none;
    padding: 1px;    
    width: 20px;
    height: 20px; 
    float: right;
    margin-left: -35px;
    margin-top: -150px;
    z-index: 1;
}

.home-login
{
    border: solid 1px #2384c7;
    padding: 1px;
    background-color: #ffffff;
    width: 298px;
    height: 207px;
    margin-bottom: 18px;
    margin-top: 12px;
}

.home-login-table td
{
    font-weight: bold;
    color: #1262a0; 
}
.home-loginlock
{
    width: 15px;
    height: 19px;
    background-image: url(../../images/icon-lock.png);
    margin-left: 266px;
    margin-top: -18px;
}

.home-links
{
    border: solid 1px #2384c7;
    padding: 1px;
    background-color: #ffffff;
    width: 298px;
    height: 129px;
    margin-bottom: 18px;
}

.home-links ul
{
    margin-top: 1px;
    list-style-image: url(../../images/list-arrow.png);
	text-indent: 1px;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 15px;

}

.home-linksicon
{
    width: 20px;
    height: 15px;
    background-image: url(../../images/icon-links.png);
    background-repeat: no-repeat;    
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.home-takecharge
{
    width: 302px;
    height: 133px;
    background-image: url(../../images/tc.gif);
    cursor: pointer;
}

.home-safety
{
    border: solid 1px #2384c7;
    padding: 1px;    
    width: 298px;
    height: 129px;     
    margin-bottom: 18px;
    float: right;
}

.home-pol
{
    border: solid 1px #2384c7;
    padding: 1px;    
    width: 298px;
    height: 129px;     
    float: right;  
}

/* COMMON */
.common-titlebar
{

    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 8px;
    background-image: url(../../images/common-title-bg.png);
    border-bottom: solid 1px #ffffff;
    padding-right: 5px;
}

.common-titlebar span, .common-titlebar a
{
    padding-top: 8px;
    font-size: 15px;
    font-weight: bold;
    FONT-FAMILY: Calibri, Verdana, Arial;
    color: #ffffff;
    text-decoration: none;
}

.common-box
{
    background-repeat: repeat-x;
    background-image: url(../../images/common-box-bg.png);    
    background-position: bottom;
    height: 100%;
}

/* ERROR */

.error
{
	color: #ff0000;	
}

.bigred
{
	font-size:medium;
	font-weight:bold;
	color: #ff0000;
}

.listchildren
{
    line-height: 200%;
}

/* Calculators */
.disabled
{
    background-color: #EBEBEB;
    border: 1px solid #A5ACB2;
}

/* Energy Usage Calculator */
.taboff
{
	background-color:#b3b3b3;
	text-align:center;
	font-weight:bold;
	height:18px;
}
.tabon
{
	background-color:#6699cc;
	text-align:center;
	font-weight:bold;
	height:18px;
}
.tablink
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.tablink:hover
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.tablink:visited
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
.areatitle
{
	color:#ffffff;
	font-size:12px;	
}
.row
{
	background-color:#ffffff;
}
.rowalt
{
	background-color:#edf3fe;
}


/* Form Style */
.formlabel
{
	font-weight:bold;
	background-color:#ffde94;
}
.formfield
{
	background-color:#fff7d6;
}


.dataheader
{
	color: #ffffff;
	font-weight: bold;
	background-color: #4d9cd6;
}

.dataitem
{
	background-color: #fff7d6;
}

.dataitemalt
{
	background-color: #ffde94;
}

TABLE
{	
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial
}
TD
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial
}

.heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 24px;
    Display: Block;
    Height: 30px;
}

.datatable
{
    FONT-SIZE: 11px;
    MARGIN: 11px;
    COLOR: #336699;
    FONT-FAMILY: Verdana, Arial
}
.tenderstatus
{
    FONT-SIZE: 11px;
}
.tenderstatus:first-line
{
	FONT-SIZE: 12px;
	font-weight:700;
}



TD.sitemap1{
        background-color : #4D9CD6;
        font-weight : 700;
        padding-left : 5px;
}
TD.sitemap1 a, TD.sitemap1 a:visited{
        color : #ffffff;
}
TD.sitemap2{
        background-color : #ECF0F9;
        font-weight : 700;
        padding-left : 25px;
}
TD.sitemap3{
        background-color : #ECF0F9;
        font-weight : 700;
        padding-left : 50px;
}
TD.sitemap4{
        background-color : #ECF0F9;
        padding-left : 75px;
}
TD.sitemap5{
        background-color : #ECF0F9;
        padding-left : 100px;
}

/* DHTML Style */

td.navitem
{
	padding:0;
	margin:0;
	color:#FFFFFF;
	
}

.navarrow
{
	margin-left:4px;
}

div.navitemborder
{
	padding:0px 0px 0px 0px;
	margin:0;
	display:block;
	border:solid 1px #3784bd;
/*	background-color:#FFFFFF */
}

a.navitem
{
	text-decoration:none;
	background-color:#4D9CD6;
	text-align:left;
	color:#FFFFFF;
	padding:2px 5px 2px 5px;
	margin:0;
	font-size:10px;
	display:block;
	height:100%;
}

a.navitem:visited
{
	text-decoration:none;
	background-color:#4D9CD6;
	color:#FFFFFF;
	display:block;
	height:100%;
}

a.navitem:hover
{
	text-decoration:none;
	color:#FFFFFF;
	background-color:#2a7cb8;
	display:block;
	height:100%;
}

.nonboldnav
{
    font-weight:normal;
}

/* Account Info */

.accountinfoitem
{
	background-color:#fff7de;
}

.accountinfoheader
{
	font-weight:normal;
	background-color:#cee0ff;
}

.collapsiblediv
{
	display:block;
	background-color:#eeeeee;
}

/* Content */

.contentrow
{
	background-color:#ffde94;
}
.altcontentrow
{
	background-color:#fff7d6;
}

.mainpagenews
{
	font-family: Arial;
	font-size: 8pt;
	color: #004581;
	font-weight: bold;
	text-decoration: none;
	line-height: 9pt;
}

a.mainpagenews
{
	font-family: Arial;
	font-size: 8pt;
	color: #004581;
	font-weight: bold;
	text-decoration: none;
	line-height: 9pt;
}

a.mainpagenews:visited
{
	color: #004581;
}

/* List Children  */

.childlist
{
	 line-height:200%
}

/* Maintenance Message */

div#maintenance_outer {
	width: 942px;
	background-image: url(../../images/yellow_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #db6801;
}
div#maintenance_inner {
	width: 942px;
	background-image: url(../../images/yellow_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: auto;
}
div#maintenance_text {	
	width: 830px;
	float: right;
	padding: 7px 45px 0 5px;
}
div#exclamation {
	margin: 5px 0px 5px 20px;
}

/* Emergency Message */

div#emergency_outer {
	width: 948px;
	background-image: url(../../images/red_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Trebuchet MS, Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000;
	padding-top: 40px;
}
div#emergency_inner {
	width: 948px;
	background-image: url(../../images/red_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: auto;
	padding-bottom: 12px;
}
div#emergency_text {
	width: 918px;
	max-height: 455px;
	height: auto;
	height: 455px; 	
	line-height: 1.5em;
	background-image: url(../../images/red_bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 8px 15px;
}

.emergencyred
{
    color: #ff0000;
    font-weight: bold;
}

.cmsheadertext
{
    FONT-WEIGHT: 700;
    FONT-SIZE: 15px;
    FONT-FAMILY: Arial,Verdana;
    Display: Block;
}

.cmssubheadertext
{
    FONT-WEIGHT: 700;
    FONT-SIZE: 13px;
    FONT-FAMILY: Arial,Verdana;
    Display: Block;
}

.financeplan
{
	font-size:11px;	
}

/*Career Opportunities */
.co_headerrow
{
	background-color: #F6F6F6;
	height: 30px;
	color: Black;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}
.co_headerrow th
{
	text-align: left;
	padding-left: 10px;
}

.co_headerrow th a
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

.co_contentrow
{
	background-color:White;
	height: 30px;
	color: Gray;
	border-bottom: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
}
.co_contentrow td
{
	color: Gray;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.co_contentrow td a
{
	font-weight: bold;
	color: #3175AD;
	text-decoration: none;
}

/* Popup Window */
.none
{
}

.modal
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter:alpha(opacity=30);
	opacity:0.3;
}

.popup_hide
{
	display: none;
	visibility: hidden;
}

.popup_show
{
	display: block;
	position: absolute;
	width: 650px;
	height: 545px;
	background-color: white;
}

.popup_header
{
	background-color: white;
	height: 20px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid;
}
.popup_body
{
	background-color: white;
	z-index: 999;
	padding: 5px 5px 5px 5px;
}

.popup_footer
{
	background-color: black;
	height: 130px;
	width: 100%;
	padding: 2px 0px 0px 2px;
    text-align: center;
}


.popup_close
{
	float: right;
	padding-right: 0px;
}

