/* CSS Document */

table#temperature {
	/*display:none;*/
}
table.graph {
	background-color: white;
}

select.bbmp-select {
	width: 100%;
}

tr td:first-child {
	width: 25px;
}
td.bg_table_1 {
	background-color:#808080;
}

td.bg_table_2 {
	background-color:#B9B9B9;
}

td.bg_table_3 {
	background-color:#CDCDCD;
}

td.bg_table_4 {
	background-color:#E1E1E1;
}

td.bg_table_5 {
	background-color:#F5F5F5;
}