@import url("menu.css");

body {
	background-color: #60C0FC;
	font: 10pt MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}
p {
	margin: 0 0 1em 0;
}
a {
    color: #4040FF;
}
a:hover {
    color: red;
}
/*h1, h2, h3
{
     margin: 1.5em 0 1.5em 0;
}*/
h1
{
    color: #69B440;
    font: 16pt MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h2
{
	font: 16pt MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
h3
{
    font-size: 110%;
    font-weight: bold;
}
h4
{
	font: 20pt Harrington, MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
div.hr
{
    color: #000000;
    height: 1px; 
    padding-bottom: 2px;  
}
/*h4
{
    font-size: 90%;
}


h1.lined, h2.lined, h3.lined
{
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
h1.italic, h2.italic, h3.italic
{
	font-style: italic;
}
*/
.whatsNewTxt {
	font: 8pt MS Reference Sans Serif, Verdana, Arial, Helvetica, sans-serif;
}
.link a 
{
	color: #FE9901;
	font-weight: bold;
	text-decoration: underline;
}

.link a:hover
{
	color: #666666;
	text-decoration: underline;
}

a img
{
    border: none;
}
dl
{
    margin-left: 5em;
}
dt
{
    float: left;
    width: 10em;
    font-weight: bold;
}
dd
{
    margin-left: 10em;
    margin-bottom: 1em;
}
td {
    vertical-align: top;
}
br.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}


/* CONTAINERS */

#wrapper {
	margin: 0px auto;
	width: 950px;
	background-color: White;
}
#header {}
#header, #banner {
	height: 206px;
	margin: 0px auto;	
}
#header a {
	font-weight: bold;
	text-transform: uppercase;
}

#content 
{
	background-color: White;
	padding: 0px;
}

#navbar {
	float: left;
	/*padding: 20px 0px 50px 100px;*/
	padding: 40px 0px 0px 60px;
	width: 175px;
}

ol#ulMenu {
	margin: 0;
	list-style: none;
    font-family: MS Reference Sans Serif, arial, tahoma; 
    font-size: 12px;     
    cursor: hand;
}

ol#ulMenu li {
	padding: 5px 0;
	border-top: 1px solid #505050;	
	border-bottom: 1px solid #505050;			
}

ol#ulMenu li,
ol#ulMenu li a {
	color: #007AB7;
	text-decoration: none;
}

ol#ulMenu li a:hover {
	color: #2E7B39;
	text-decoration: none;
	/*font-weight: bold;*/
}	

ol#ulMenu li.selected a,
ol#ulMenu li.selected a:hover {
	color: #2E7B39;	
	/*font-weight: bold;*/
}

ol#ulMenu li.selected,
ol#ulMenu li.selected {
	color: #3F3F3F;
	text-decoration: none;
	border-bottom: 3px solid #505050;		
}

#main {
	background-color: White;
	float: left;
	padding: 20px 10px 20px 15px;
	width: 600px;
}

#footer {
    margin: 0px auto;
	background:url(/images/banners/footer.jpg) no-repeat;
	height: 300px;	
	width: 950px;
}

#footer .lnkBeHeard {   
    margin: 22px 0px 0px 657px; 
}

#footer .lblLastModified {
    display: block;
    font-size: 8pt;
	text-align: right;
	color: #2E7B39; 
	padding: 150px 550px 0px 20px;
}

div.column-lt {
	float: left;
	width: 300px;
	border: 1px solid black;
	padding: 0px 0px 0px 0px;
}

div.column-rt {
	float: left;
	width: 10px;
	border: 1px solid black;
	padding: 0px 0px 0px 0px;
}

/* COLUMNS */

div.column-lt {
	float: left;
	margin: 0;
	width: 455px;
}

div.column-rt {
	float: left;
	margin: 0 0 0 20px;
	width: 225px;
}

/* NAVIGATION */

#nav ul {
	margin: 0;
	padding: 8px 4px;
	line-height: 1; 
	list-style-type: none;
}
#nav li {
	/*display: inline;*/
	padding: 0 4px 10px 6px;
}
#nav a {
	font-size: 12px;
	color: #3F3F3F;
	text-decoration: none;
}
#nav a:hover {
	color: #3F3F3F;
}
#nav a.selected {
	color: #3F3F3F;
}
#nav img {
	padding-right: 5px;
	border: none;
	background-color: transparent;
}

/* MISC CLASSES */

.imgFloatLt {
    float: left;
    margin: 0 15px 15px 0;
}
.imgFloatRt {
    float: right;
    margin: 0 0 15px 15px;
}
.hdrUnderlined
{
    padding-bottom: .5em;
    border-bottom: 1px solid #98A29F;
}
.tblHdrRow
{
	text-align: right;
	font-weight: bold;
}
.txtRequired
{
	font-size: 90%;
	color: red;
	white-space: nowrap;
	vertical-align: text-top;
}
.txtRequired img
{
	padding: 0px 4px;
	vertical-align: middle;
}
.txtSmall
{
	font-size: 85%;
}

.tbDefault,
.ddlDefault
{
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 2px;
	padding: 4px;
	font-size: 110%;
}
.tbDefault:hover
{
	border: 1px solid #bbb;
}
.tbRequired
{
	border-color: #f00;
}
.ddlDefault
{
	font-size: 100%;
}
	
/* CONTENT BOXES */

.contentbox {
    background: #45463E url(../images/containers/ftr_w204.gif) no-repeat bottom;
    margin: 0px 0px 15px 15px;
    float: right;
    width: 204px;
}
.contentbox .content {
    padding: 15px;
}
.contentbox .content,
.contentbox .content a,
.contentbox .content a:hover {
    color: #fff;
}
.contentbox .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contentbox .content li {
    padding-bottom: 5px;
}
.contentbox .content li
{
    background-position: 0px 4px;
    background-image: url('../images/arrow_on.gif');
    background-repeat: no-repeat;
    padding-left: 14px;
}

.colLeft481px
{
    float: left;
    width: 481px;
}

.colRight204px
{
    float: left;
    width: 219px;
}

.ulArrows li
{
    list-style: url(../images/arrow_black.gif);
    padding-bottom: 5px;
}

/* STATUS MESSAGE CLASSES */

div.divStatusContainer {
	margin: 10px auto;
	padding: 15px;
	width: 80%;
	border: 1px solid #ccc;
}
div.divStatusSuccess {
	background: #D3EDD3 url(http://global.ene.com/assets/backgrounds/green_lined.jpg) repeat-x;
}
div.divStatusWarning {
	background: #FFD3D3 url(http://global.ene.com/assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusError {
	background: #FFD3D3 url(http://global.ene.com/assets/backgrounds/red_lined.jpg) repeat-x;
}
div.divStatusMessage {
	min-height: 32px;
	height: auto !important;
	height: 32px;
}
div.divStatusSuccess div.divStatusMessage {
	background: url(http://global.ene.com/assets/icons/32x32/check.gif) no-repeat;
}
div.divStatusWarning div.divStatusMessage {
	background: url(http://global.ene.com/assets/icons/32x32/warning.gif) no-repeat;
}
div.divStatusError div.divStatusMessage {
	background: url(http://global.ene.com/assets/icons/32x32/error.gif) no-repeat;
}
div.divStatusFormatBoldCenter {
	font-weight: bold;
	text-align: center;
	padding: 0 42px;
}
div.divStatusFormatNormalBlock {
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 42px;
}

/* TABLE CLASSES */

table.tblTable {
	border: 1px solid #fff;
	background: white;
	width: 100%;
}

table.tblTable td {
	border: 1px solid #fff;
	padding: 8px;
}

table.tblHeader {
	width: 100%;
	margin: 6px 0px;
}

.tblHdrCol td {
	font-weight: bold;
	text-align: left;
	background: #333333;
	color: #FFF;
}

.tblHdrCol a  {
	font-weight: bold;
	text-align: left;
	color: #E1F5FF;
	text-decoration:none;
}

.tblHdrCol a:hover  {
	font-weight: bold;
	text-align: left;
	color: #E1E8FF;
	text-decoration: underline;
}

.tblHdrRow {
	font-weight: bold;
	text-align: right;
}

.tblFtrCol td {
	font-weight: bold;
	background: #CCCCCC;
	color: #000;
}

.tblData td {
	background-color: #f5f5f5;
}

.tblDataAlt table {
	background-color: #f5f5f5;
}

.tblDataAlt td {
	background-color: #fff;
}

.tblDataOver td, .tblDataAltOver td {
	background-color: #FFF7CE;
}

.tblData td, .tblDataAlt td, .tblDataOver td, .tblDataAltOver td {
	font-size: 9pt;
}
.txtCaption
{
	color: #69A541;
	font-size: 85%
}



li{
    padding: 5px 5px 5px 5px;
}

.statusSuccess
{
    text-align: center;
    font-weight: bold;
    color: #69A541;
}

.statusFail
{
    text-align: center;
    font-weight: bold;
    color: #FF0000;
}
