/*
	Copyright (c) 2005 Apogee Interactive. All Rights Reserved.
*/

form
{
	margin-top: 0px;
	padding-top: 0px;
}
div#maincontent
{
	margin-top: 0px;
	margin-bottom: 20px;
}
#content {
	min-height: 400px;
}
#content select {
	width: 120px;
}
table.login {
	border: #999999 1px solid;
}
table.login td {
	padding: 2px;
	border: none;
}
table.login th {
	background-color: #000066;
	color: #FFFFFF;
	border: none;
}
table.list {
	border-collapse: collapse;
	font-size: 10px;
}
table.list th {
	background-color: #9999CC;
	color: #FFFFFF;
}
.content {
	padding: 10px;
}
hr {
	height: 1px;
	background-color: #999999;
	border: none;
}
th {
	text-align: left;
}
.center, th.center, td.center {
	text-align: center;
}
/*
.center *, th.center *, td.center *{
	text-align: left;
}
*/
input, select {
	font-size: 11px;
}
.preview {
	padding-left: 220px;
	padding-right: 42px;
	padding-top: 168px;
	width: 520px;
	height: 428px;
	font-size: 11px;
}
.previewframe {
	overflow: auto;
	height: 340px;
}
.underline {
	text-decoration: underline;
}

.error {
	color: red;
	font-weight: bold;
}

.small {
	font-size: 10px;
}

.bigpaneltop, .bigpanelmiddle, .bigpanelbottom {
	width: 605px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/rescalc/bigpanel_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
}
* html .bigpaneltop,* html .bigpanelmiddle,* html .bigpanelbottom {
	width: 605px; 
	w\idth: 605px;
}
.bigpaneltop {
	background-image: url(../images/rescalc/bigpanel_top.gif);
	background-repeat: no-repeat;
	height: 21px;
	vertical-align: bottom;
	text-align: center;
}
.bigpanelmiddle {
	background-image: url(../images/rescalc/bigpanel_mid.gif);
	background-repeat: repeat-y;
}
.bigpanelbottom {
	background-image: url(../images/rescalc/bigpanel_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.bigpanelmiddle td {
	padding: 10px;
	font-size: 10px;
}
.textured {
	background-image: url(../images/rescalc/background_texture.gif);
}
/*
td.datatd {
	background-image: url(../images/rescalc/background_texture.gif);
	padding: 10px;
	border: #999999 1px solid;
}
*/
td.resultstd {
	padding-right: 0px;
}
td.resultstd h5 {
	font-size: 11px;
	font-weight: bold;
}
td.resultstd table th {
	white-space: nowrap;
	padding: 0px 1px;
}
.resultheader {	
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.paneltop, .panelmiddle, .panelbottom {
	width: 185px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/rescalc/panel_mid.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: 0px;
}
* html .paneltop,* html .panelmiddle,* html .panelbottom {
	width: 185px; 
}
.paneltop {
	background-image: url(../images/rescalc/panel_top.gif);
	background-repeat: no-repeat;
	height: 21px;
	vertical-align: bottom;
	text-align: center;
}
.panelmiddle {
	background-image: url(../images/rescalc/panel_mid.gif);
	background-repeat: repeat-y;
}
.panelbottom {
	background-image: url(../images/rescalc/panel_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
}
.resultstd {
	width: 167px;
}
.resultstd table {
	margin-bottom: 10px;
	border-collapse: collapse;
}
.resultstd table td {
	padding: 0px;
}
.textured {
	background-image: url(../images/rescalc/background_texture.gif);
}
.border {
	border: #999999 1px solid;
}
.buttons {
	text-align: center;
	padding: 4px;
	margin: 0px 0px 4px 0px;
}
.buttons input {
/*	width: 102px; */
	height: 21px;
	background-image: url(../images/rescalc/button_sm.gif);
	border: #999999 1px solid;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	margin: 2px;
	text-align: center;
}
.buttons input.enabled {
	border: #000000 1px solid;
	color: #000000;
}
.buttons input.admin {
	width: 74px;
	height: 23px;
	background-image: url(../images/rescalc/button.gif);
	border-top: #AAAAAA 1px solid;
	border-bottom: #666666 1px solid;
	border-left: #AAAAAA 1px solid;
	border-right: #666666 1px solid;
	padding: 2px 10px;
}
.buttons input.big {
	width: auto;
	height: 23px;
	background-image: url(../images/rescalc/button.gif);
	border-top: #AAAAAA 1px solid;
	border-bottom: #666666 1px solid;
	border-left: #AAAAAA 1px solid;
	border-right: #666666 1px solid;
	padding: 2px 10px;
}
.buttons input.survey {
	width: 100px;
	height: 21px;
	background-image: url(../images/rescalc/button_sm.gif);
	border: #999999 1px solid;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
table#calctable, table#layerAdvanced, table.datatable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table#calctable td {
	font-size: 11px;
	vertical-align: middle;
}
table#calctable td.valignTopRight {
	text-align: right;
	vertical-align: top;
}
.datatable td {
	white-space: nowrap;
	width: 25%;
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: middle;
}
.datatable select {
	font-size: 11px;
	width: 120px;
	border: #000 1px solid;
}
.datatable input {
	font-size: 11px;
	width: 80px;
	border: #000 1px solid;
	height: 14px;
	padding-left: 3px;
}
.datatable input.address {
	font-size: 11px;
	width: 200px;
	border: #000 1px solid;
	height: 14px;
	padding-left: 3px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
h1, h2, h3, h4, h5, h6{ 
	color: #003366;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 9px;
}

img {
	border: none;
}
hr {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: #999999 1px solid;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	color: #999999;
}
hr.black {
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: #000000 1px solid;
	border-width: 0px 0px 1px 0px;
	height: 1px;
	color: #000000;
}
h4.dataheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	border: #999999 1px solid;
	border-width: 0px 0px 1px 0px;
	color: #003366;
}
h4.surveyheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	color: #003366;
}
.red {
	color: #FF0000;
}
.green {
	color: #009900;
}

.total {
	font-weight: bold;
}
table#calcdata {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 11px;
}
#disclaimer {
	font-size: 9px;
	margin: 10px 0px;
}
table.detailtable
{
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
table.detailtable th, table.detailtable td
{
	text-align: center;
}
div#tipArea, div#instructions
{
	height: 80px;
	overflow: auto;
}
td.right
{
	text-align: right;
}
input#toggleAdvanced, input#togglePool, input#toggleSpa
{
	border: none;
	padding: 1px;
	font-size: 10px;
	font-weight: bold;
	height: 15px;
	background-color: #CCCCCC;
}
hr
{
	height: 1px;
	border: none;
	background-color: #999999;
}
hr.black2
{
	height: 2px;
	border: none;
	background-color: #000000;
	padding-top: 1px;
	padding-bottom: 1px;	
	margin-top: 5px;
	margin-bottom: 5px;
}
table#audittable {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
table#audittable td {
	font-size: 11px;
	vertical-align: top;
}
table.tableborder
{
	border: #000000 1px solid;
	border-width: 1px 1px 1px 1px;
}
td.centerBold
{
	text-align: center;
	font-weight: bold;
}
td.rightBold
{
	text-align: right;
	font-weight: bold;
}
td.valignRightBold
{
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
}
.valignCenterBottom {
	text-align: center;
	vertical-align: bottom;
}
.valignCenterBottomBold {
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
}
.valignLeftBottomBold {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}

#mainmenupanel
{
	width: 100px;
}
#mainmenupanel table.weather
{
	width: 100%;
}
div.steplabel
{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
} 