/* ###### eEnergy center stylesheet ###### */

body {
 font:  0.8em "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif;
 background-color: #fff;
 margin: 2px;
 margin-left:10px;
 width:1024px;
}

h1 {
 font-size: 150%;
}

h3{
	font-size: 130%;
	color : #a9ce40;;
}

a {
 color : #186fa6;
}

.topline{
	background:#cccccc; 
	border:0; 
	height:1px;
}

.nicetable {width:100%; border-collapse:collapse; } /* avant 800 px;*/
.nicetable tr td {
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px; border-color:#DDD;
	padding:3px;
}
.tableheader td {border-top-style:solid; border-width:1px; border-color:#ccc; font-weight:bold; text-align:left; color:#1D5AAB; background-color : #EEEEEE;}
.tablefooter td {border-top-style:solid; border-width:2px; border-color:#ccc; font-weight:bold;}

.noborder tr td{
	border-style:none;
}

.cssbutton {
	border:1px solid #CCCCCC;
	background-color : #EEEEEE;
	cursor: pointer;
	padding:4px;
}

.cssbutton img{
	vertical-align:middle;	
}

.disabled, .output , .output_em {border: none; color:#000000; background-color: #FFFFFF;}
.output_em{font-weight:bold; background-color:#f4fbc7;}
.greyed{color : #999999;}