body {
	text-align:center;
	margin: 20px 0px;
	padding: 0px;
	background-color: #f2f2f2;
	font-family:verdana,tahoma,arial;
}



#mainContainer {
	width:700px;
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	border: 1px solid #000000;
}

.spacer {
	clear:both;
	font-size:0px;
}

#header {
	width:700px;
	background: #000000;
	height: 70px;
	border-bottom: 6px solid #81CC11;
}

#footer {
	width:700px;
	background: #000000;
	height: 70px;
	border-top: 6px solid #81CC11;
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

#loginArea {
	width:700px;
	border-bottom:1px solid #000000;
	background-color:#E1FDA2;
	float:left;
}

#loginArea .loginBox {
	float:left;
	width:349px;
	border-right:1px dotted #000000;
}

#loginArea .loginBox .loginRow {
	clear:both;
	margin-left:5px;
}

#loginArea .textBox {
	float:right;
	height:140px;
	width:349px;
	background-color: #fff;
}

.error {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	margin-left:20px;
}

.defaultFormLeft {
	float:left;
	width:80px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
}

.defaultFormRight {
	float:right;
	width:240px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	margin-top:6px;
}

.defaultFormField {
	font-size:14px;
	height:15px;
}

#featureHeading {
	width:100%;
	height:30px;
	clear:both;
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
}

#featureDetail {
	width:660px;
	clear:both;
	background:#ffffff;
	color:#000000
	font-weight:bold;
	font-size: 11px;
	font-weight: bold;
	line-height:15px;
	text-align:left;
	padding: 10px 20px 10px 20px;
	border-bottom: 2px solid #666666;
}	

.defaultRowWhite {
	float:left;
	width:100%;
	background: #ffffff;
	border-bottom: 1px dashed #666666;
}

.defaultRowGrey {
	float:left;
	width:100%;
	background: #E1FDA2;
	border-bottom: 1px dashed #666666;
}

.defaultRowWhiteADS {
	float:left;
	width:100%;
	background: #ffffff url("/energycap/images/defaultCellBgWhite.png") repeat-y;
	border-bottom: 1px dashed #666666;
}

.defaultRowGreyADS {
	float:left;
	width:100%;
	background: #f2f2f2 url("/energycap/images/defaultCellBgGrey.png") repeat-y;
	border-bottom: 1px dashed #666666;
}

.featureBox {
	float:left;
	width:690px;
	height:100%;
	padding:5px;
}

.featureBoxLeft
{
	float:left;
	width:339px;
	height:100%;
	padding:5px;
}

.featureBoxRight
{
	float:right;
	width:335px;
	height:100%;
	padding:5px;
	margin-left:5px;
}

.featureTitle
{
	display:block;
	width:690px;
	text-align:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:4px;
}

.featureText
{
	display:block;
	width:670px;
	text-align:left;
	color:#000000;
	font-size:11px;
	font-weight:plain;
	padding-left:10px;
	padding-right:10px;
	line-height:14px;
}

.featureTitleADS
{
	display:block;
	width:335px;
	text-align:left;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	padding-bottom:4px;
}

.featureTextADS
{
	display:block;
	width:325px;
	text-align:left;
	color:#000000;
	font-size:12px;
	font-weight:plain;
	padding-left:10px;
	line-height:16px;
}