﻿
/* CONTAINERS */

body
{
    margin: 0;
    padding: 0;
    background-color: #71A537;
}
#signin, #wrapper
{
    width: 902px;
    margin: 0 auto;
}
#signin
{  
    padding: 5px 0;
    text-align: right;
    color: #fff;
}
#signin a
{
    color: #fff;
}
#signin a:hover
{
    color: #CFFE32;
}
#signin a.lnkDisabled,
#signin a.lnkDisabled:hover
{
    visibility: hidden;
}
div#clientSelection
{
	float:left;
}
#body, #page
{
    width: 100%;
    min-height: 514px;
    height: auto !important;
    height: 514px;
}
#body
{
    background-image: url('../images/template/background-body.jpg');
    background-repeat: repeat-x;
}
#page
{
    background-image: url('../images/template/background-page.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}
#wrapper
{
}
#header
{
    height: 73px;
    position: relative;
    border-bottom: solid 2px white;
}
#header #logo
{
    /*
    position: absolute;
    top: 0px;
    left: 0px;
    */
    padding-top:15px;
}
#header #navigation
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#header #navigation ul
{
    margin: 5px 15px;
    padding: 0; 
}
#header #navigation li
{
    display: inline;
    padding-left: 10px;
    list-style-type: none;
}
#header #navigation a
{
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
}
#header #navigation a:hover
{
    color: #CFFE32;
}
#header #navigation a span
{
    font-size: 110%;
}
#header #navigation ul.subMenu
{
    font-size: 80%;
}
#breadcrumbs
{
    padding: 10px 15px;
    color: #fff;
}
#breadcrumbs a
{
    color: #CFFE32;
    text-decoration: none;
}
#breadcrumbs a:hover
{
    text-decoration: underline;
}
#main
{
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 15px;
    border: 1px solid #71A537;
    background-color: #fff;
}
#footer
{
    margin: 10px 10px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 85%;
}
#footer a
{
    color: #fff;
    text-decoration: underline;
    font-size: 110%;
}
#footer div
{
    padding: 5px;
}

/* CLASSES */

ul.lnkList
{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.lnkList li
{
	display: inline;
	width: auto;
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}
ul.lnkList li.first
{
	border-left: none;
}

div.updateProgress
{
    margin: 10px;
    text-align: center;
}
div.updateProgress span
{
    display: block;
    margin-bottom: 10px;
    font-size: 150%;
    font-style: italic;
    color: #ccc;
}

/* TABLES */

.tblHdrCol th, .tblHdrCol td
{
    background: #B3CEB2 url(../images/themes/green/backgrounds/tbl_hdr_td.jpg) repeat-x;
    font-size: 12px;
}
.tblData,
.tblDataAlt
{
    font-size: 11px;
}
.tblHdrBar 
{
    background: #F5F5F5 none repeat scroll 0%;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
}


.mininav {position: absolute;
    right: 0px;
    bottom: 0px; z-index:6000; font-size:120%; font-weight:bold; padding-bottom:5px;}
.mininav ul {list-style:none;margin:0;padding:0;}
.mininav ul li {cursor:pointer;float:left;height:20px;line-height:20px;margin-right:2px;text-align:left;}
.mininav ul li a {display:block;padding:5px 10px 3px 10px; color:#fff;text-decoration:none;}
.mininav ul li a:hover {z-index:6000;}
.mininav ul li ul {position: absolute; background-color: #eee;
    filter: alpha(opacity=95); 
    -moz-opacity: 0.95; 
    opacity: 0.95; border: solid 1px #ddd; width:240px; padding-bottom:5px; margin-top:-3px;}
.mininav ul li ul li {padding-bottom:5px; float:none;}
.mininav ul li ul li a {color:Black; font-size:75%;}
.mininav ul li ul li a:hover {color:#71A537;}

.mininav ul li ul {display:none}
.mininav ul li:hover ul {display:block}

h1 
{
	font-size: 180%;

	border-bottom: 1px solid #CCCCCC;
	color: #71A537;
}

h2
{
	font-size: 120%;
	color: #71A537;
}

a.buttonDark span 
        {
            background:transparent url(http://global.ene.com/assets/buttons/modern/006600_dark.gif) no-repeat scroll left top;
        }
        
        a.buttonDark {
            background:transparent url(http://global.ene.com/assets/buttons/modern/006600_dark.gif) no-repeat scroll right top;
        }
   
.gveditrowstyle {}

.gvaltrowstyle {background:#eee}

.gvrowstyle {}
.gvrowstyle td {padding:5px;}
        
.gvfooterstyle {background-color:#6F808B}
.gvfooterstyle table tr td {border:0px}
.gvfooterstyle td a {display:block;margin-top:18px}

#control span {display:block;}
#control span:hover {color:#dfdfdf}


        
        