/* ###### 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: 130%;
}

a {
 color : #186fa6;
}

.nicetable { border-collapse:collapse; } /* avant 800 px;*/
.result_row td {
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px; border-color:#DDD;
	padding:3px;
	background-color : #FFFFFF;
	text-align:center;

}
.tableheader td {border-top-style:solid; border-width:1px; border-color:#ccc; font-weight:bold;  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;	
}

.noprint  {
  display: none;
}

.disabled, .output , .output_em {border: none; color:#000000; background-color: #FFFFFF;}

.greyed{color : #CCCCCC;}

/* print.css objective-a
body {
    font-family: "Verdana", "Helvetica", "Arial", sans-serif;
    font-size: 11pt !important;
}

a img {border : none; text-decoration:none;}

*/

/******** Chart **********/
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

svg text {
	font-size: smaller;
}
