/* Abbreviated class names ************
Internet Explorer 6 >> ie6
Internet Explorer 7 >> ie7
Internet Explorer 8 >> ie8
Firefox 			>> ff3
Safari 				>> sf3
Chrome 				>> gc4
Opera 				>> op9
**************************************/

html, body {
margin:0px;
padding:0px;
width:100%;
}

body {
width:928px;
margin:0px auto;
}

.outerdiv {
position:relative;
width:100%;
height:auto;
overflow:hidden;
background-color:#ffffff;
}

/* TOP PANE */
#toppane {
position:relative;
width:100%;
height:235px;
overflow:hidden;
border-bottom: 1px solid #A6A6A6;
background-color:#64696c;
}

/* HEADER IMAGES */
#toppaneback {
position:absolute;
height:167px;
/*margin:25px 0px 0px 0px;*/
z-index:1;
}

#headerimageleft {
float:left;
width:936px; 
height:188px;
background:transparent url(images/EE_webheader.jpg) no-repeat left top;
}

/*#headerimagemid {
float:left;
width:198px; 
height:185px;
background:transparent url(images/header_mid.gif) no-repeat left top;
}

#headerimageright {
float:left;
width:204px; 
height:185px;
background:transparent url(images/header_right.gif) no-repeat left top;
}
*/
/* TOP NAVIGATION TOP */
#topnavtop {
display:none;
}

/* LOGO */
/*#logo {
position:absolute;
left:25px;
top:25px;
width:169px;
height:102px;
background:transparent url(images/logo.gif) no-repeat left top;
z-index:2;
}*/

/* SEARCH */
#search {
position:absolute;
background:transparent url(images/searchback.png) no-repeat 0 0;
width:276px;
height:33px;
top:9px;
right:142px;
z-index:2;
display:none;
}

/*#leftnavtop {
position:absolute;
width:183px;
height:39px;
left:0px;
top:171px;
background:transparent url(images/leftnav_top.png) no-repeat 0 0;
z-index:3;
}
*/
/* TOP NAVIGATION BOTTOM */
#topnavbot {
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #A6A6A6;
border-top: 3px solid #A6A6A6;
position:absolute;
top:202px;
right:0px;
height:35px;
width:100%;
/*z-index:6;*/
}

/* LEFT PANE */
#leftpane {
/*position:relative;*/
float:left;
width:183px;
height:auto;
min-height:500px;
/*padding:10px 0px 0px 0px;*/
margin:0px 0px -10px;
/*background-color:#58b43c;*/
background: url("images/background-new.png") repeat-y scroll left center #f7f7f7;
}

#leftpane-home {
/*position:relative;*/
float:left;
width:183px;
height:auto;
min-height:500px;
/*padding:10px 0px 10px 0px;*/
margin:0px 0px -10px;
/*background-color:#58b43c;*/
background: url("images/background-new.png") repeat-y scroll left center #f7f7f7;
}

/* CONTENT PANE */
#contentpane {
background: url("images/main_shadow.gif") repeat-x scroll center top #FFFFFF;
position:relative;
float:left;
width:745px;
height:auto;
/*margin:0px 0px 0px 10px;*/
overflow:hidden;
}

#contentpane #contentImg {
float:right;
width:218px;
height:191px;
margin:0px 0px 10px 10px;
background:transparent url(images/picture.gif) no-repeat left top;
}

.dashboard FORM {
float:left;
width:690px;
height:auto;
min-height:500px;
margin:0;
padding:10px 15px 0px 15px;
overflow:hidden;
background:#ffffff;

border:1px solid #3E9D27;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-khtml-border-radius: 4px;
}

/* RIGHT PANE */
#rightpane {
display:none;
}

#footerpane {
position:relative;
float:left;
width:100%;
height:auto;
text-align:center;
/*border-top:1px solid #3e9d27;*/
}

