/* CSS Document */

.TabsTable
{
	height: 29px;
}

.TabSector
{
	padding-left: 2px; 
	padding-right: 2px;
}

.TabItem
{
	cursor: pointer;
}

.SelectedTabItem
{
	width: 100px;
	text-align: center;
	background-color: #ffcc00;
	font-weight: bold;
	font-size: 8pt;
	color: Black;
}


.UnavailableTabItem
{
	background-color: #e6e6fa;
	width: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	color: #b1b1ff;
	text-decoration: none;
}


.UnselectedTabItem, .UnselectedTabItem A, .UnselectedTabItem A:hover
{
	width: 100px;
	text-align: center;
	background-color: #a6caf0;
	font-weight: bold;
	font-size: 8pt;
	color: Navy;
	text-decoration: none;
}
