body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color:#eee;
	margin: 0 0 0 0;
	overflow:hidden;
}
input,select {
	font-size: 12px;
}
		
a:hover{border-bottom:1px solid #ec954e}

table.container {
  background: #FFF url(../images/menubackground.png) repeat-y left top;
}

img {
	border: 0px;
}

td.menu {
  width: 180px;
  vertical-align: top;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
		
.menuItem {
	width: 160px;
	height:24px;
	background-image:url(../images/menuBg.png);
	display:block;
	line-height:25px;
	text-align:right;
	font-size:12px;
	color: blue;
	font-weight: normal;
	border:1px solid #fff;
	padding-right: 5px;
	margin: auto 0;
	float: right;
	cursor: pointer;
}

.menuItemOver{
	border-bottom:1px solid #ec954e;
}

.subMenuItem {
	width: 160px;
	background-image:url(../images/subMenuBg.png);
	color: #000;
	text-align: left;
	font-size:11px;
	font-weight: normal;
	border:1px solid #fff;
	padding-left: 5px;
	margin: auto 0 ;
	float: right;
}

.subMenuItem a {
	text-decoration: none;
}

.menuTitle {
	font-size: 15px;
	height: 60px;
	color: #666666;
	background-image: url(../images/menuHeaderBg.png);
	margin-bottom: 10px;
}

.panel {
	vertical-align: top;
}

.panel div {
	font-size: 12px;
	padding: 10px;
}

input {
	font-size:10px;
}

#wait_div {
	background-color: #EEEEEE;
	width: 200px;
	top:300px;
	height: 30px;
	position: absolute;
	z-index:5;
	display: none;
  border-top-style: solid;
  border-bottom-style: solid;
  border-color: #999999;
  border-width: 1px;
}

#wait_div td {
  font-size: 12px;
}

tr.editWidget {
  height: 15px;
  background-color: black;
}

div.switchDiv {
	display: block;
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.switchDiv {
	width: 100%;
}

table.switchDiv th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

div.dimmerDiv {
	display: block;
	width: 36px; 
	height: 96px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.dimmerDiv {
	width: 100%;
}

table.dimmerDiv th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

div.thermostatDiv {
	display: block;
	width: 96px; 
	height: 68px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.thermostatDiv {
	width: 100%;
}

table.thermostatDiv th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

table.thermostatDiv td {
	font-weight: bold;
	font-size: 9px;
	background-color: #ddd;
	color: #000;
}


div.gotoDiv {
	display: block;
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.gotoDiv {
	width: 100%;
}

table.gotoDiv th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

div.camDiv {
	display: block;
	width: 32px; 
	height: 32px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.camDiv {
	width: 100%;
}

table.camDiv th {
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
}

div.camViewDiv {
	width: 320px; 
	height: 255px; 
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: #EEEEEE; 
	position: absolute;
	text-align: center;
}

div.textDiv {
	display: block;
	overflow: hidden; 
	border: 1px solid black; 
	float: left; 
	margin-right: 10px; 
	background-color: darkgray; 
	position: absolute;
	text-align: center;
}

table.textDiv {
}

table.textDiv th {
	color: #FFF;
}

#changeImage {
	background-color: #EEEEEE;
	top:300px;
	position: absolute;
	z-index:5;
	display: none;
  border-style: solid;
  border-color: #999999;
  border-width: 1px;
}

#changeImage td {
  font-size: 12px;
}

.imageBacked {
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 34px;
	vertical-align: middle;
}