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

textarea {
	border:1px solid #CCCCCC;
	font:  0.8em "Lucida Grande", "Verdana", "Helvetica", "Arial", sans-serif;
}

.hidden {
	display: none;
}
.visible {
	display: inline;
}

.result_row{
  display: none;
}

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

.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;	
}

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

/******** Chart **********/
.axis path,
.axis line {
  fill: none;
  stroke: lightgray;
  shape-rendering: crispEdges;
}
.template{
	display:none;
}
svg text {
	font-size: smaller;
}
/***** Dimming Chart *****/

.chart.dimming .bar {
  fill: #FFF872;
  opacity: 0.75;
}

.chart.dimming .bar:hover {
  /*fill: brown;*/
}

.chart.dimming .axis {
  font: .6em sans-serif;
  fill: #fff;
}

.chart.dimming .axis path,
.chart.dimming .axis line {
  fill: none;
  stroke: #fff;
  shape-rendering: crispEdges;
}

.chart.dimming .x.axis path {
  display: none;
}

.chart.dimming svg {
  background-color: #404040;
}

.chart.dimming .grid .tick {
	stroke: #FFF56A;
	opacity: 0.25;
}
.chart.dimming .grid path {
	  stroke-width: 0;
}