/*.tree {		visibility: hidden;
}*/

#colortable {	
	position: absolute;
	right: 200px;
	top: 20px;
}

#netusagetable {
	position: absolute;
	right: 100px;
	top: 20px;
}

#infobox {	position: absolute;
		left: 300px;
/* 		right: 10px; */
}

#treebox {	visibility: hidden;
}

#searchbox {
	position: absolute;
	right: 90px;
	top: 0px;
}

#iconlist {
	position: absolute;
	right: 280px;
	top: 0px;
}

#map {
/*	position: absolute;
	right: 20px;
	top: 80px;*/
}

.rowfilter {
	height: 100%;
	width: 80%;
	font-size: small;
	padding: 0px;
	padding-left: 5%;
	padding-right: 5%;
	border: 0;
	border-radius: 5px;
	margin: 0px;
}

.filtercell {
	font-size: small;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
}

.cabinet {
	position: relative;
	left: 10px;
}
table.cabinet {
	padding: 0px;
	margin: 0px;
	border: 2px solid gray;
	background-color: silver;
	background-color: whitesmoke;
}
table.cabinet th {
	padding: 0px;
	border: 1px solid gray;
	background-color: lightgray;
}
table.cabinet td {
	padding: 0px;
	border: 1px solid gray;
	border-right: 0px;
	border-left: 0px;
}
tr.free {
/* 	background-color: lime; */
	background-color: greenyellow;
/* 	PaleGreen */
}
 .cabdevice { 
/* 	padding: 0px; */
/* 	display: block; */
/* 	vertical-align: middle; */
/* 	width: 100%; */
/* 	line-height: 100%; */
/* 	padding-top: 10; */
/* 	padding-bottom: 10%; */
	background-color: lightgray;
}
.cabempty {
	padding: 0px;
	background-color: white;
}
.infobox {
	background: white;
	padding-left: 5px;
	padding-bottom: 5px;
}
