body {
	font-family: sans-serif;
	font-size: 12pt;
	background-color:#ffffE1;
}
table {
	border-collapse:collapse;
}
.maindiv {
	zmin-width:900px;
}
.zonesdiv {
	width:97px;
	background-color:#ffffE1;
	height:500px;
	text-align: center;
	border: 1px solid black;
}
.zonescontent {
	padding-left:2px;
}
.zonectl {
	background-color: #cccccc;
	width:88px;
	height:41px;
	text-align: center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	border: 2px solid black;
	margin-bottom:2px;
	cursor: default;
}
.zone_on {
	background-color: #00FF00;
}
.zone_name {
	padding-top:2px;
	height:18px;
	font-weight: bold;
	zbackground-color:pink;
	overflow-y:hidden;
}
.zone_time {
	padding-top:2px;
	height:18px;
	zbackground-color:yellow;
	font-size: 10pt;
}
.zonegrp {
	padding-top:10px;
	padding-bottom:10px;
}
.chart_td {
}
.chartdiv {
	height:500px;
	zwidth:200px;
	border: 1px solid black;
	overflow: hidden;
	position: relative;
}
.chartbox {
	position:absolute;
	top: 25px;
	height: 22px;
	z-index:5;
	padding:2px;
	border: 1px solid black;
	font-family: sans-serif;
	font-size: 10pt;
	background-color:#ffffE1;
}
.chartnav {
	left: 40px;
}
.chartods {
	right: 40px;
}
.chartbox_text {
	float: right;
	padding-top: 3px;
	padding-left: 2px;
	margin-right: 2px;
	cursor: default;
}
.ods_popup {
	position: absolute;
	height: 14px;
	padding: 2px 6px 2px 6px;
	z-index: 100;
	background-color:#ffffE1;
	display: none;
	border-radius: 5px;
	z-moz-border-radius: 15px;
	border: 1px solid black;
	font-family: sans-serif;
	font-size: 10pt;
	white-space: nowrap;
	font-style: italic;
	overflow-y: hidden;
}
.spanbtn {
	float:right;
	margin: 0 1px 1px 1px;
	padding:2px;
	height:16px;
	width:30px;
	text-align:center;
	cursor: pointer;
	overflow: hidden;
	background-color: #cccccc;
	border-radius: 15px;
	-moz-border-radius: 15px;
	border: 1px solid black;
}
.spanbtn_selected {
	font-weight: bold;
	color:#ffffE1;
	background-color: black;
	cursor: default;
}
#chartcontainer {
	overflow-x: hidden;
	overflow-y: hidden;
	background-color:white;
	height:480px;	/* chartdiv.height - titlebar.height */
}
.chart {
	background-color:white;
	background-image:url('chart_bg.png');
}
.temp_legend {
	width:56px;
	height:500px;
	background-image:url('temp_legend.png');
}
.tempsdiv {
	width:202px;
	height:500px;
	border: 1px solid black;
}
.tempsdiv_inner {
	padding-left:2px;
	padding-right:2px;
}
.thermdiv {
	margin-top: 2px;
	width: 64px;
	float: right;
	height: 474px;
	border: 1px solid #bbbbbb;
	background-color:#ffffE1;
	overflow: hidden;
}
.thermcontent {
	height:460px;
	overflow: hidden;
	position: relative;
}
.thermgray {
	background-color:#dddddd;
	height:0;
	/* 373px is zero degrees F. Delta is 2 pixels per degree */
}
.thermdelta {
	height:0px;
	background-color:cyan;
}
.thermimage {
	z-index:5;
	position:absolute;
	top: 0;
	left: 0;
}
.thermtemp {
	position:absolute;
	top: 426px;
	left: 0;
	text-align: center;
	color: black;
	width: 100%;
	font-weight:bold;
}
.titlebar {
	height:20px;
	text-align: center;
	color: #ffffE1;
	background-color: blue;
	font-weight: bold;
	top: 0;
	cursor: default;
}
.small_titlebar {
	background-color: #ffffE1;
	color: blue;
	font-size:10px;
	height:10px;
	padding-top:4px;
	cursor: default;
}
