/*
Main CSS for Cert/Spec/Client Finder.  Does affect the Temp, Client and User finder as well.
*/


.selectors .columns {
	width:150px;
	height:235px;
	float:left;
}
.selectors .columnheader {
	margin:1px 1px 0 1px;
	background-color:#C8DFF9;
	padding:2px 0 3px 4px;
	font-weight:bold;
	text-align:center;
	color:#666;
}
.selectors .activeheader {
	margin:1px 1px 0 1px;
	background-color:#C8DFF9;
	padding:2px 0 3px 4px;
	font-weight:bold;
	text-align:center;
	color:#000;
}
.selectors .status {
	padding:0 0 1px 0;
	color:#666;
	text-align:center;
}
.selectors .selector {
	height:156px;
	max-height:156px;
	border:1px solid #CCC;
	margin:0 2px 1px 2px;
	background-color:#F5F5F5;
	overflow-y:auto;
}
.selectors .controls {
	clear:both;
	padding:1px 2px 1px 0;
}
