


body,h1,h2,h3,p,td,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif; 
}
/*
body{
	margin-top:20px;
	color:#51555C;
	font-size:13px;
	background-color:#123456;
	text-align:center;
}*/
.locationCol {
	width: 150px;
}
tr.clickableRow {
	cursor: pointer !important;
}
tr.clickableRow:hover {
	background-color: lightgray;
}
.valueCol {	/* center value columns */
	text-align: center;
}
.temperatureTable {
	font-size:14px;
	padding: 0px !important;
}
.heating {
	color: red;
	font-weight: bold;
}
.cooling {
	color: blue;
	font-weight: bold;
}
.idle {
	color: black;
}
.unknown {
	color: green;
	font-weight: bold;
}
.old {
	background-color: yellow;
	font-weight: bold;
}
.tempTable thead {
	text-align: left;
	font-size: 14px;
}
.tempTable {
	border-collapse: collapse;
}
.tempTable td {
	padding: 0;
}