body {
	background-color: #98A29F;
	font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em 0;
}
a {
    color: blue;
}
a:hover {
    color: red;
}
h1, h2, h3
{
     margin: 1.5em 0 1.5em 0;
}
h1
{
    font-size: 125%;
}
h2 
{  
    font-size: 115%;
}
h3
{
    font-size: 110%;
}

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;
}

.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;
    text-align: center;
}
br.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	font-size: 1px;
}

/* CONTAINERS */

.wrapper {
	margin: 12px auto;
	width: 750px;
	background-color: #333333;
}
#header {}
#header, #banner {
	height: 300px;
	background-color: #FFFFFF;
}
#header a {
	font-weight: bold;
	text-transform: uppercase;
}

.content 
{
	background-color: #333333;
	/*background-color: #273238;*/
	padding: 0px;
}

.nav {
	float: left;
	padding: 0px;
	width: 220px;
}

.main {
	background-color: #FFFFFF;
	float: left;
	padding: 10px 20px 25px 20px;
	width: 490px;
}

#table {
	background-color: #FFFFFF;
	float: left;
	padding: 10px; 
}

#footer .lblLastModified {
    display: block;
    padding: 25px 0px 25px 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;
	color: #CCCCCC;
}
.nav a {
	font-size: 12px;
	color: #FE9901;
	text-decoration: none;
}
.nav a:hover {
	color: #fff;
}
.nav a.selected {
	color: #fff;
}
.nav img {
	padding-right: 5px;
	border: none;
	background-color: transparent;
}

/* MISC CLASSES */
.FAQlnk {
	font-size: 12px;
	color: #FE9901;
	text-decoration: none;
}
.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;
}
