/* CSS Document */

#selector {
	margin: 0;
	padding: 0;
}
#selector table {
	border: 2px solid black;
	background-color: #C6C2BF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	white-space: nowrap;
}
#selector thead th {
	border-bottom: 1px solid black;
}
#selector tbody th {
	text-align: left;
}
#selector #rowColHeadings th {
	text-align: center;
}
#selector select {
	width: 104px;
}
#selector td {
	text-align: center;
}
#rowType th, #rowType td {
	padding-bottom: 9px;
}
td#cellSearch {
	text-align: left;
}

