@charset "utf-8";
/* CSS Document */

body {
	
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
	
	outline:none;
 
}

ul.tabs a {
	padding-left: 5px;
	margin-bottom: 10px;
	list-style: none;
}


:focus {
  -moz-outline-style:none;
}

/



/* link inside the tab. uses a background image */


ul.tabs a:active {
	
		
}



/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	  
	cursor:default !important; 
	color:#5586C7 !important;
}



/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
#energyAuditBarChart {
	float: left;
	width: 400px;
}
#energyAuditPieChart {
	float: left;
	width: 600px;
}
