﻿/** Begin Globals **/

body
{
	background: #e6e6e6;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

.notify {
	font-size: 90%;
	font-weight: bold;
	color: #CC0000;
}

.boldText
{
	font-weight: bold;
}

#ctl00_ContentPlaceHolder1_radSquareFootage
{
	margin: 5px 0 0 20px;
}

#ctl00_ContentPlaceHolder1_radSquareFootage label
{
	padding: 0 0 0 5px;
	font-size: 100%;
}

.stepNumber
{
	margin: 0 5px -4px 0;
	padding: 0;
}

.stepNumberDropDown
{
	margin: 0 5px 5px 0;
	padding: 0;
}

.mainLabel
{
	font-size: 85%;
	font-weight: bold;
	color: #666666;
}

.smallLabel
{
	margin: 10px 0 10px 0;
	font-size: 85%;
}

img
{
	border: none;
}

.button
{
	margin: 2px 5px 0 5px;
}

.dropDown
{
	margin: 0 0 8px 0;
}

.marginLeft30px
{
	margin-left: 30px;
}

.marginBottom6px
{
	margin-bottom: 6px;
}


/** Begin specific styles **/

#energyCalcContainer
{
	margin: 0;
	padding: 8px 8px;
	width: 365px;
	text-align: left;
}

#ctl00_ContentPlaceHolder1_divPageHeading
{
	margin: 0 0 10px 0;
	padding: 0;
	width: 330px;
	height: 65px;
	text-align: center;
	background: #6699cc;
	border: 1px solid #000;
}

#ctl00_ContentPlaceHolder1_divPageHeading h1
{
	margin: 24px 0 0 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

#mapContainer
{
	margin: 0 0 0 30px;
}
#ctl00_ContentPlaceHolder1_divCalcResults
{
	margin: 0 0 10px 0;
	padding: 5px 0;
	width: 330px;
	height: auto;
	color: #fff;
	text-align: center;
	background: #6699cc;
	border: 1px solid #000;
}

#ctl00_ContentPlaceHolder1_divCalcResults h2
{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 100%;
	font-weight: bold;
}

.costTypeTitle, cost
{
	font-size: 90%;
}

p.disclaimer
{
	margin: 3px 15px 10px 30px;
	font-size: 85%;
}

