body {
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
}

#page {
	background: url( /images/molykote/energycalc/content-bg.gif ) center bottom no-repeat;
	width: 773px;
	margin: 0 auto;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	position: relative;
}

/* Masthead */

#page #masthead {
	width: 773px;
	height: 146px;
	background: #00AEA6 url( /images/molykote/energycalc/mast-bg.gif ) center bottom no-repeat;
}

#page #masthead h1 {
	width: 500px;
	height: 27px;
	text-indent: -9000px;
	background: url( /images/molykote/energycalc/title.gif ) left top no-repeat;
	position: absolute;
	left: 146px;
	top: 15px;
}

#page #masthead p {
	margin: 0;
	padding: 0;
	color: white;
	width: 476px;
	position: absolute;
	left: 162px;
	top: 70px;
}

/* content */

#page #content {
	width: 773px;
	margin: 0;
	padding: 0 0 27px 0;
}

#page #content h2 {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin: 20px 27px 10px 27px;
	padding: 0;
}

/* calculator */

#page #content #calcform {
	margin: 0;
	padding: 0;
}

#page #content #calcform a {
	text-decoration: underline;
}

#page #content #calculator {
	margin: 10px 27px 10px 27px;
	width: 719px;
	text-align: left;
	color: #00aea6;
}

#page #content #calculator th,
#page #content #calculator td
{
	padding-right: 5px;
}

#page #content #calculator .assumptions a {
	text-decoration: underline;
}

#page #content #calculator th {
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 10px;
} 

#page #content #calculator td {
	vertical-align: middle;
	color: #00aea6;
	font-size: 11px;
}

#page #content #calculator .assumptionsInfo {
	padding-right: 10px;
	text-align: right;
}

#page #content #calculator .motorsOn {
	text-align: right;
}

#page #content #calculator .motorsOn, 
#page #content #calculator .numUnits, 
#page #content #calculator .kilowatts, 
#page #content #calculator .efficiency 
{
	width: 60px;
}

#page #content #calculator .hoursPerDay,
#page #content #calculator .daysPerYear
{
	width: 83px;
}

#page #content #calculator .assumptionsInfo {
	padding-left: 10px;
}

#page #content #calculator select,
#page #content #calculator input {
	width: 50px;
	margin: 1px 0 2px 0;
	font-size: 10pt;
}

#page #content #calculator input {
	border: 1px solid #bbb;
	background: none;
}

#page #content #calculator input.error {
	border: 1px solid red;
	color: #ff6000;
}

#page #content #calculator .assumptions select {
	width: 120px;
}
	
#page #content #calculator a {
	color: #00aea6;
	font-weight: normal;
}

#page #content #inputError {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #ff6000;
	margin: 0 27px;
	padding: 0;
	height: 20px;
	text-align: center;
}

/* results */

#page #content h3 {
	font-size: 24px;
	color: #00aea6;
	font-weight: normal;
	margin: 0px 27px 10px 27px;
}

#content #results {
	width: 719px;
	height: 127px;
	margin: 0px 27px 0px 27px;
	background: url( /images/molykote/energycalc/output-bg.gif );
}

#assumptions {
	display: none;
	width: 450px;
	margin: 0 auto;
	text-align: left;
	position: absolute;
	top: 30px;
	left: 161px;
	padding: 0;
	background: url( /images/molykote/energycalc/top.gif ) top center no-repeat;
}

#assumptions .acontent {
	background: url( /images/molykote/energycalc/bottom.gif ) bottom center no-repeat;
	padding: 16px 0;
}

#assumptions #closeAssumptions {
	display: block;
	position: absolute;
	top: 0px;
	right: 7px;
	width: 42px;
	height: 20px;
	background: url( /images/molykote/energycalc/close-on.gif) center center no-repeat;
}

#assumptions #closeAssumptions:hover {
	background-image: url( /images/molykote/energycalc/close-on.gif);
}

#assumptions #closeAssumptions em 
{
	display: none;
}

#assumptions ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#assumptions ul li {
	margin: 5px 0 3px 0;
	padding: 0 20px 2px 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006d68;
	border-bottom: 1px solid #a2ddda;
}

#assumptions ul li ul {
	padding-bottom: 0px;
}

#assumptions ul li ul li {
	margin-left: 10px;
	font-size: 10px;
	border: none;
}

#assumptions li.last {
	border: none;
}

#assumptions .source {
	color: #006d68;
	font-style: italic;
}

#assumptions a {
	color: #004946;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

