.Selector
{
    margin: auto;
    text-align: left;
    width: 100%;
}

.SelectorTitle
{
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 2px;
	color: #323232;
	font-family: Verdana;
}

.SelectorColumnHeader
{
	background-image: url("img/ColumnHeaderBackground.jpg");
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	font-family: Verdana;
}

.SelectorColumnHeader_Over
{
	background-image: url("img/ColumnHeaderBackground.jpg");
	border-right: dimgray 1px solid;
	border-top: dimgray 1px solid;
	margin: 1px;
	border-left: dimgray 1px solid;
	border-bottom: dimgray 1px solid;
}

.SelectorCanBeSortedColumnHeader
{
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: white;
	font-family: Verdana;
	background-color: transparent;
}

.SelectorCanBeSortedColumnHeader_Over
{
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
	color: white;
	font-family: Verdana;
	background-color: transparent;
	text-decoration: underline;
}

