/* ------------- Styles Used for the Category Selector ----------------------------- */

table.CategoryList {
	width: 100%;
}

table.CategoryList a {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

table.CategoryList span {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

table.CategoryList td {
	border-right: 1px solid white;
	padding: 4px 6px 4px 6px;
}

table.CategoryList td.Selected {
	background-color: crimson;
}

table.CategoryList td.Selected span {
	color: white;
}
