﻿.SubHeadingText
{
	font-weight:bold;
	color:#007dc3;
}
.SmallText
{
	font-size:x-small;
	color:#007dc3;
}
.FooterText
{
	font-size:x-small;
}
.ErrorText
{
	font-weight:bold;
	color:#FF0000;
}
/* Used for appliance list repeater */
.AlternatingItem
{
	background-color:#dedede;
}
.grdMouseOver
{
	color: #ffffce;
	font-weight: bold;
	text-decoration: underline;	
}

.headerLeft
{
	text-align: left;
	color: #4a4d4a;
}

.footerRight
{
	text-align: right;
	color: #4a4d4a;
}

/* overlib styles */

.olText
{
	text-align: left;	
	color: #000000;
	font-family: inherit;
}
.olCaption
{
	text-align: left;
	color: #ffffff;
	font-family: inherit;
	/*font-weight: bold;*/
}
.accountNumber
{
	background-color: #ffffce;
}
.usageTable
{
	border-width: 2px;
	border-style: solid;
	border-color: #0079c6;
}
.highUsage
{
	color: #ff0000;
	display: none;
}
.btuEstimate
{
	font-weight: bold;
}

div#highUsageText
{
	display: none;
}

.rateBox
{
	width: 60px;
}

div#appForm input { width: 30px;}

.energyStar { color: #009900; }

 /*printer styles*/ 
@media print 
{
	div#navButtons { display: none;}
	div#summaryHeader { display: none;}
}
