@charset "utf-8";
/* CSS Document */

.tablist {
	list-style:none;
	height:30px;
	width:715px;
}

.tabitem {
	float:left;
	color:#c43535;
	font-weight:bold;	
	height:30px;
	width:119px;
	text-align:center;
	cursor:pointer;
	border-right: 1px solid #dddddd;
	line-height: 30px;
	vertical-align:middle;	
}

.tabselected {
	background: #dddddd;
	color:#000000;
}

.tabhover {
	background: #bbbbbb;
}

#deviceTable {
	height: 300px;
	border: 1px solid #dcdcdc;
	margin: 29px 0px 0px 0px;	
	width:500px;
}

#deviceTableHeader{
	clear:both;
	overflow:hidden;
	width:500px;
	height:32px;
}

#deviceTableHeader ul {
	list-style: none;
}

#deviceTableHeader li {
	float: left;
	font-weight:bold;		
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding-left:5px;
}

.headerColum1 {
	width: 75px;
	border-bottom: 2px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;	
}

.headerColum2 {
	width: 175px;
	border-bottom: 2px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;	
}

.headerColum3 {
	width: 100px;
	border-bottom: 2px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;	
}

.headerColum4 {
	width: 60px;
	border-bottom: 2px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;	
}

.headerColum5 {
	width: 61px;
	border-bottom: 2px solid #dcdcdc;
	border-right: none;	
}

#deviceTableBody {
	clear:both;
	overflow:auto;
	width:500px;
	height:270px;
}

.oddRow {
	background:#ececec;
}

#deviceTableBody ul {
	list-style: none;
	height: 21px;	
	border-bottom: 1px solid #dcdcdc;
}

#deviceTableBody li {
	float: left;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	padding-left:5px;
}

.rowColum1 {
	width: 75px;
	border-right: 1px solid #dcdcdc;	
}

.rowColum2 {
	width: 175px;
	border-right: 1px solid #dcdcdc;	
}

.rowColum3 {
	width: 100px;
	border-right: 1px solid #dcdcdc;	
}

.rowColum4 {
	width: 60px;
	border-right: 1px solid #dcdcdc;	
}

.rowColum5 {
	width: 43px;
	border-right: none;
}

.searchItem {
	width: 170px; 
	height: 18px;
	cursor: pointer;
	padding-left: 5px;
}

.selectedItem {
	background: #dddddd;
}