div.horizontalBars {
	width: 100%; position: relative; height: 10px;
	background-position:bottom;
	background-color: #61316D;
}

div.horizontalBottomBar{
	width: 100%; position: relative; height: 10px;
	margin-top:10px;
	background: #61316D;
	background-position:top;
}

td.activeTab {
	vertical-align: middle;
	background-color: #61316D;
	cursor: pointer; 
	white-space: nowrap;
}

td.inactiveTab {
	vertical-align:middle;
	position: relative; 
	cursor: pointer; 
	background-color:#EEEEEE;
	white-space: nowrap;
}

td.tabLeftSpace{
	width:10px;
	white-space: nowrap;
}

.activeTabLabel {
	margin-right: 8px; margin-left: 8px;
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; color: #FFFFFF; 
	text-decoration: none
}

a.tabLabel {
	margin-right: 8px; margin-left: 8px;
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:link {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:active {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt;	
	color: #333333; text-decoration: none
}

a.tabLabel:visited {
	margin-right: 8px; margin-left: 8px; 
	padding-right:8px; padding-top: 5px; padding-bottom: 5px;
	font-weight: bold; font-size: 9pt; 
	color: #333333; text-decoration: none
}
a.tabLabel:hover {
	font-weight: bold; font-size: 9pt; 
	color: #000000; text-decoration: underline
}