#broadArea {
	position:relative;
	width:750px;
	height:450px;
	border:0px solid #9A9A9A;
}

#broadAreaBG {
	position:relative;
	width:750px;
	height:400px;
	border:0px solid #9A9A9A;
	background-color: #FFFFFF;
}

#thermalArea {
	position:relative;
	width:750px;
	height:340px;
	background-image: url(../../green/site_images/thermal/thermal_bg_broad.gif);
	background-repeat: no-repeat;
	border:0px solid #9A9A9A;
}

#broadAreaBG2 {
	position:relative;
	width:750px;
	height:480px;
	border:0px solid #9A9A9A;
	background-color: #FFFFFF;
}

#globe_thermalArea {
	position:relative;
	width:750px;
	height:400px;
	background-image: url(../../green/site_images/thermal/globe_bg.png);
	background-repeat: no-repeat;
}

#globe2_thermalArea {
	position:relative;
	width:750px;
	height:480px;
	background-image: url(../../green/site_images/thermal/globe2_bg.png);
	background-repeat: no-repeat;
}

div.meterData {
	position:absolute;
	width:100px;
	height:18px;
	text-align:left;
}

div.dataLabel {
	font-size:16px;
	font-family:arial,verdana,helvetica;
	font-weight:bold;
	text-align:left;
}

.subLabelFont {font-family:arial,verdana,helvetica; font-weight:bold; font-size:9px;}

div.dataValue {
	position:absolute;
	top:2px;
	height:14px;
	color:#004080;
	font-size:11px;
	text-align:center;
	border:1px solid #9A9A9A;
	background-image: url(../../green/site_images/thermal/data_bg.gif);
	background-repeat: no-repeat;
}

div.smartGridLogo {
	position:absolute;
	width:100px;
	height:40px;
	background-image: url(../../green/site_images/cachelan_sge_logo_w.gif);
	background-repeat: no-repeat;
}

div.smartGridLogoPNG {
	position:absolute;
	width:110px;
	height:45px;
	background-image: url(../../green/site_images/cachelan_logo.png);
	background-repeat: no-repeat;
}

#daySun {
	position:absolute;
	width:160px;
	height:170px;
	background-image: url(../../green/site_images/thermal/day_sun.gif);
	background-repeat: no-repeat;
}

#daySunshine {
	position:absolute;
	width:160px;
	height:170px;
	background-image: url(../../green/site_images/thermal/sunshine.gif);
	background-repeat: no-repeat;
}

#daySunstop {
	position:absolute;
	width:160px;
	height:170px;
	background-image: url(../../green/site_images/thermal/sunstop.gif);
	background-repeat: no-repeat;
}

.redDataError {font-family:verdana,helvetica,arial; color:#FF0000; font-weight:bold; font-size:11px;}

div.commStatus {
	position:absolute;
	height:10px;
	color:#000000;
	font-family:sans-serif,helvetica,Arial;
	font-size:9px;
	width:250px; 
	text-align:left;
}

div.pumpRotate {
	position:absolute;
	width:35px;
	height:35px;
	background-image: url(../../green/site_images/thermal/pump_rotate.gif);
	background-repeat: no-repeat;
}

div.pumpStop {
	position:absolute;
	width:35px;
	height:35px;
	background-image: url(../../green/site_images/thermal/pump_stop.gif);
	background-repeat: no-repeat;
}

div.ledCommOK {
	position:absolute;
	width:15px;
	height:15px;
	background-image: url(../../green/site_images/thermal/led_comm_ok.gif);
	background-repeat: no-repeat;
}

div.ledCommAlert {
	position:absolute;
	width:15px;
	height:15px;
	background-image: url(../../green/site_images/thermal/led_comm_alert.gif);
	background-repeat: no-repeat;
}

div.thermometer {
	position:absolute;
	width:15px;
	height:50px;
	background-image: url(../../green/site_images/thermal/thermometer.gif);
	background-repeat: no-repeat;
}

div.valveHCH {
	position:absolute;
	width:25px;
	height:25px;
	background-image: url(../../green/site_images/thermal/valve_h_ch.gif);
	background-repeat: no-repeat;
}

div.valveVCH {
	position:absolute;
	width:25px;
	height:25px;
	background-image: url(../../green/site_images/thermal/valve_v_ch.gif);
	background-repeat: no-repeat;
}

div.arrowToLeftH {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToLeft_hot.gif);
	background-repeat:repeat-x;
}

div.arrowToRightH {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToRight_hot.gif);
	background-repeat:repeat-x;
}

div.arrowToUpH {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToUp_hot.gif);
	background-repeat:repeat-y;
}

div.arrowToDownH {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToDown_hot.gif);
	background-repeat:repeat-y;
}

div.arrowToLeftC {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToLeft_cold.gif);
	background-repeat:repeat-x;
}

div.arrowToRightC {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToRight_cold.gif);
	background-repeat:repeat-x;
}

div.arrowToUpC {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToUp_cold.gif);
	background-repeat:repeat-y;
}

div.arrowToDownC {
	position:absolute;
	background-image: url(../../green/site_images/thermal/arrowToDown_cold.gif);
	background-repeat:repeat-y;
}

div.bluetxt {
	position:absolute;
	color:#47C2E7;
	font-size:13px;
}

div.redtxt {
	position:absolute;
	color:#EE1D25;
	font-size:13px;
}

div.infotxt {
	position:absolute;
	color:#484848;
	font-size:13px;
}