
<!---
   P {font-family: Arial, Helvetica, sans serif;}
   
   .linkHover {
			text-decoration: none;
		}
   .linkHover:hover {
			text-decoration: underline;
		}
		

   
   .BlueBorder { border-style: solid;
		 border-color: navy;
		 border-width: 1;
		 }

	BODY {
			background-color: rgb(82,83,134);
			font-family: Arial, Helvetica;
			margin-top: 17pt;
			
		}
		
		
		TEXTAREA {
			font-family: Arial, Helvetica;
			font-size: 10pt;
		}
		/* 
			in the future (when IE supports it), replace with INPUT[type="button"]
		*/
		.button {
			border-width: 1px;
			border-style: outset;
			font-size: 10pt;
		}
		.smallButton {
			border-width: 1px;
			border-style: outset;
			font-size: 8pt;
			
		}
		
		.wizard {
			border-width: 2px;
			border-color: #000066;
			border-style: solid;
			background-color: #6699cc;
			color: white;
			font-weight: bold;
			padding: 4px;
			text-decoration: none;
			font-size: 12pt;
		}
		.wizard:hover {
			text-decoration: underline;
			background-color: #00bbee;
			
		}
		
		.titleBar {
			background-color: #0099cc;
			background-image: url('graphics/button_bg.gif');
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			font-size: 10pt;
		}
		
		.titleBar TD {
			font-size: 10pt;
		}
		
		.menuBar TD {
			font-weight: bold;
			font-size: 10pt;
			border-color: black;
			border-style: solid;
			border-width: 1px;
			background-color: #00ccff;
			padding-left: 5px;
			padding-right: 5px;
		}
		
		H1 {
			font-family: Avant Garde, Lucida Sans, Arial;
			font-size: 18pt;
			font-variant: small-caps;
			color: #e1a100;
			margin: 2px;
		}
		
		.pageContent {
			width: 760px;
			text-align: left;
			background-color: white
		}
		
		
		.content {
			border-style: solid;
			border-color: black;
			border-top-width: 1px;
			border-bottom-width: 1px;
			border-right-width: 0px;
			border-left-width: 0px;
		}
		
		
		.content TD {
			vertical-align: top;
		}

		.introsection {
			border-width: 1px;
			border-bottom: 1;
		}
		
		.introsection TH {
			background-color: #FFFFFF;
			font-weight: bold;
			font-size: 10pt;
			text-align: left;
			border-bottom: solid thin black;
		}
		

		
		.section {
			border-width: 1px;
			border-style: outset;
			background: white;
		}
		
		.section A {
			text-decoration: none;
			color: blue;
		}
		.section A:hover {
			text-decoration: underline;
		}
		
		.section TH {
			background-color: #cccccc;
			font-weight: bold;
			font-size: 10pt;
			text-align: left;
		}
		
		.sectionOption {
			font-size: 8pt;
			text-decoration: none;
		}
		.sectionOption:hover {
			text-decoration: underline;
		}
		.sectionOption:link, .sectionOption:visited {
			color: blue;
		}
		
		
		.options {
			border-width: 2px;
			border-style: groove;
			border-color: #cccccc;
		}
		
		.options TH {
			background-color: #cccccc;
			font-weight: bold;
			font-size: 10pt;
			text-align: left;
		}
		.options TD {
			font-size: 10pt;
		}
		
		
		.error {
			font-weight: bold;
			color: red;
		}
		
		.odd {
			background-color: #efefef;
		}
		
		.even {
			background-color: #ffffff;
		}
		
		/* Page Number Links for broken lists */
		.pageNumbers {
			border-bottom-width: 1px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-left-width: 1px;
			
			border-style: solid;
			border-color: #666666;
			
			padding-right: 3px;
			padding-left: 3px;
			padding-top: 1px;
			padding-bottom: 1px;
			
			color: black;
			font-weight: bold;
			font-size: 8pt;
		}
		.pageNumbers A:link {
			font-weight: normal;
			color: blue;
			text-decoration: none;
		}
		.pageNumbers A:hover {
			font-weight: bold;
			text-decoration: underline;
		}
		
		.data {
			border-width: 1px;
			border-style: solid;
			border-color: #777777;
			background-color: #eeeeee;
		}
		
		.data TH {
			font-weight: bold;
			background-color: #dddddd;
			border-color: #999999;
			border-style: solid;
			border-bottom-width: 1px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-left-width: 0px;
			font-size: 10pt;
		}
		
		.data TD {
			border-top-width: 0px;
			border-bottom-width: 1px;
			border-right-width: 0px;
			border-left-width: 0px;
			border-style: solid;
			border-color: #cccccc;
			padding-left: 2px;
			padding-right: 2px;
			vertical-align: middle;
		}
		
		.dataOdd {			
			background-color: #eeeeee;
		}
		.dataEven {
			background-color: #fefefe;
		}
		.newDataOdd {
			font-weight: bold;
			background-color: #eeeeee;
		}
		.newDataEven {
			font-weight: bold;
			background-color: #fefefe;
		}
		
		
		
	@media print {
		.noPrint {
			visibility: hidden;
			height: 1px;
			overflow: none;
		}
	}
		
		
		
		
		
	/* Report Specific Styles */
	

	.report { }
	
	.report TABLE {
		border-style: outset;
		border-width: 1px;
		background-color: white;
	}
	.report TD {
		font-size: 10pt;
		
	}
	.report TH {
		font-weight: bold;
	}
	
	.weatherNorm TABLE {
		border-style: outset;
		border-width: 1px;
		background-color: white;
	}
	
	.weatherNorm TD {
		font-size: 10pt;
	}
	
	TD.spanning {
		border-width: 1px;
		border-style: solid;
		background-color: #fafafa;
		border-color: #eeeeee;
		text-align: center;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.weatherNorm .subTotal TD {
		font-weight: bold;
	}
	
	.weatherNorm .tableHeader {
		border-width: 1px;
		border-style: solid;
		background-color: #999999;
		border-color: #dddddd;
		text-align: left;
		color: white;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	.SecHeading {
		background-color: #999999;
		text-align: left;
		color: white;
		font-weight: bold;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	/* data cell */
	.weatherNorm TD.dc {
		text-align: right;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.bldgYear {
		border-width: 1px;
		border-style: solid;
		background-color: #fafafa;
		border-color: #eeeeee;
	}
	
	.reportCriteria { }
	
	.reportCriteria TD {
		border-width: 0px;
	}
	
	
	.reportData { }
	
	TABLE.reportData {
		border-style: solid;
		border-width: 2px;
		border-color: black;
	}
	
	.reportData TH {
		border-style: solid;
		border-width: 2px;
		border-top-width: 0px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-color: black;
		
		font-weight: bold;
	}
	.reportData TD {
		font-size: 10pt;
	}
	
	.reportData .currency {
		text-align: right;
	}
	
	.columnHeaders {
		font-weight: bold;
	}
	
	.reportTotal {
		border-style: solid;
		border-top-width: 2px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-bottom-width: 0px;
		border-color: black;
	}
	
	.subheading {
		font-weight: bold;
	}
	
	.costError {
		background-color: #99ff99;
	}
	
	.useError {
		background-color: #00ccff;
	}
	
	.useCostError {
		background-color: #e599cc;
	}
	
	.demandError {
		background-color: #ffff66;
	}
	
	.kbtuList TD {
		vertical-align: bottom;
		padding-right: 8px;
	}
	
	.kbtuList TH {
		font-size: 10pt;
	}
	
	.noData {
		font-size: 8pt;
		text-align: center;
		color: #666666;
		background-color: #dddddd;
		
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		border-style: solid;
		border-color: #666666;
	}
	
	.row0 {
		background-color: ivory;
	}
	
	.row1 {
		background-color: beige;
	}
	
	
	/* Account Graph Styles */
	.accountGraph TD {
		padding-right: 10px;
		text-align: right;
	}
	.accountGraph TD.year {
		border-width: 1px;
		border-style: solid;
		background-color: #fafafa;
		border-color: #eeeeee;
		text-align: center;
		font-weight: bold;
	}
	.accountGraph .noData {
		font-size: 8pt;
		text-align: center;
		color: #666666;
		background-color: #dddddd;
		
		border-bottom-width: 1px;
		border-top-width: 0px;
		border-right-width: 1px;
		border-left-width: 0px;
		border-style: solid;
		border-color: #666666;
	}
	
	.breakingList TD {
		padding-right: 10px;
	}
	
	
	.ewdmsgDiv {
		position:absolute; 
		top:200px;
		width: 400px;
		left:-500px;
		z-index:48;
		background: #FFFFDD;
		border: 1 solid black;
		margin: 5;
		font-size: 10pt;
		font-family: Arial;
	}
	
	
	/* Global Stuff by Utility Type */
	.globalReport TABLE {
		border-style: outset;
		border-width: 2px;
	}
	.globalReport TH {
		font-weight: bold;
		padding-right: 10px;
	}
	.globalReport TD {
		padding-right: 10px;
		font-size: 10pt;
	}
	
	
	
	/* Budget classes */
	.budget {
		font-size: 10pt;
	}
	
	.budget TH {
		background-color: #cccccc;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		border-color: #333333;
	}
	
	.budget TD {
		vertical-align: bottom;
	}
	
	.budget INPUT {
		border-width: 1px;
		font-size: 10pt;
		text-align: right;
	}
	
	TR.explain {
		font-size: 8pt;
		font-weight: bold;
	}
	
	
	/* Budget Report Classes */
	.budgetReport {
		font-size: 10pt;
	}
	
	.budgetReport TH {
		background-color: #cccccc;
		text-align: center;
		border-width: 1px;
		border-style: solid;
		border-color: #333333;
	}
	
	.budgetReport .dataRow TD {
		border-bottom-width: 0px;
		border-top-width: 1px;
		border-left-width: 0px;
		border-right-width: 0px;
		border-style: solid;
		border-color: #999999;
	}
	
	.budgetReport .titleRow TD {
		text-align: center;
		font-weight: bold;
		
		border-bottom-width: 0px;
		border-top-width: 0px;
		border-left-width: 1px;
		border-right-width: 1px;
		border-style: solid;
		border-color: #999999;
	}
	
	
	.scrollingList {
		overflow: auto;
		border-width: 2px;
		border-style: inset;
	}
	
	.scrollingList TH {
		font-size: 10pt;
		background-color: #999999;
		font-weight: bold;
	}
	
	.scrollRow0 {
		background-color: #efefef;
	}
	.scrollRow1 {
		background-color: #dfdfdf;
	}
--->
</Style>
