table.dataSelector {
	/*border-collapse: collapse;*/
	width: 100%;
	border: solid 2px #006288;
	background-color: #000000;
}

table.dataSelector td {
	padding: 0px;
	text-align: center;
	background-color: #9baaa9;
}

table.dataSelector td table.selectorRow {
	border-collapse: collapse;
	width: 100%;
}

table.dataSelector td table.selectorRow td {
	padding: 0px;
	color: #000000;
	background-color: #7b8988;
	border-right: solid 1px #68817e;
}

table.dataSelector td table.selectorRow td.last {
	border-right: none;
}

table.dataSelector td table.selectorRow td a {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-image: url('../images/selector_button-norm.gif');
	background-repeat: repeat-x;
	background-color: #a6bab8;
	padding: 4px 3px 2px 3px;
}

table.dataSelector td table.selectorRow td a:hover {
	text-decoration: none;
}

table.dataSelector td table.selectorRow td a:active {
	background-image: url('../images/selector_button-hl.gif');
	background-repeat: repeat-x;
	background-color: #c7dbda;
}

table.dataSelector td table.selectorRow td a.selected {
	background-image: none;
	background-color: #00ffbf;
}

table.dataSelector td table.selectorRow td p.notice {
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 4px 3px 2px 3px;
}

table.dataSelector td table.selectorRow td p.disabled {
	text-align: center;
	color: #626e6d;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding: 4px 3px 2px 3px;
}

