/* CSS Document */
TABLE.fuld {

}

TABLE.fuld TH {
	text-align: left;
}

TABLE.checkboxes TD {
	font-size: 10px;
	width: 115px;
	white-space:nowrap;
}
TABLE.checkboxes TD INPUT {
	width: 10px;
}

TABLE.srv { width: 100%;
	min-width: 500px;
}

TABLE.srv TH {
	background-color: #444444;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #AAAAAA;
}


TABLE.srv TD {
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	font-size: 10px;
}

TABLE.srv TD.last {
	border-right: none;
}