﻿/* Chillout TCO Calculator */

#tblTCO 
{
	width: 550px; 
	border-collapse: collapse; 
}
#tblTCO td 
{
	padding: 3px; 
}
#tblTCO td.Header1 
{
	background-color:#00346A; 
	color:#FFFFFF; 
	font-weight:bold; 
	border: solid 1px #000000; 
}
#tblTCO td.Header2 
{
	background-color:#6483A2; 
	color:#FFFFFF; 
	font-weight:bold; 
	text-align: right; 
	border: solid 1px #000000; 
}
#tblTCO td.content 
{
	background-color:#E5E5E5; 
	border: solid 1px #000000; 
	text-align: right; 
	padding: 3px 25px 3px 3px; 
}
#tblTCO td.empty 
{
	background-color: #FFFFFF; 
	border: none 0px transparent; 
}
#tblTCO input 
{
	width: 75px; 
	text-align: right; 
}
#tblTCO input.readonly 
{
	background-color: #f5f5f5; 
	border: solid 1px #a5acb2; 
}

/* Heater Stat */
table.heaterstat 
{
	border-collapse: collapse; 
	border: solid 1px #000000; 
	width: 100%; 
}
table.heaterstat td 
{
	border: solid 1px #000000; 
	padding: 3px; 
}
td.tableHead 
{
	color: #ffffff; 
	background-color: #00346A; 
	font-weight: bold; 
	text-align: center; 
	padding: 5px; 
}
td.colHead 
{
	color: #ffffff; 
	background-color: #6582A2; 
	font-weight: bold; 
	text-align: center; 
	padding: 5px; 
}
td.label 
{
	color: #000000; 
	background-color: #E5E5E5; 
	text-align: center; 
	width: 25%; 
}

/* Unit Calculator */

tr.unitCategory, tr.unitCategory td, tr.unitCategory td a, tr.unitCategory td a:active, tr.unitCategory td a:visited 
{
	background-color:#6483A2; 
	color:#FFFFFF; 
	font-weight:bold; 
	padding: 8px 4px 8px 4px; 
	letter-spacing:-1.0px; 
	text-decoration: none; 
}
tr.unitCategory td a:hover { text-decoration: underline; }

/* Sensor Calculator */
.progmenu{
	text-decoration : none;
	font-weight : bold;
}
.progmenu:visited{
	font-weight : bold;
}
A.progmenu:hover{
}
.clscreen{
	visibility : hidden;
	position : absolute;
	left : 0;
	top : 165;
	font-weight: bolder;
}


