.TabLabelDefaultStyle
{
	font-family: tahoma;
	font-size: 8pt;
	color: #333333;
	cursor:pointer;
	text-align: center;
	font-weight:bold;
}


.TabLabelSelectedStyle
{
	font-family: tahoma;
	font-size: 8pt;
	color:#660000;
	color: black;
	cursor:pointer;
	text-align: center;
	font-weight:bold;
}

.TabLabelDisabledStyle
{
	font-family: tahoma;
	font-size: 8pt;
	color: gray;
	text-decoration: line-through;
	line-height: 22px;
	text-align: center;
	cursor: no-drop;
}
.TabLabelHoverStyle
{
	font-family: tahoma;
	font-size: 8pt;
	color: #770000;
	line-height: 22px;
	text-align: center;
	cursor: default;
	font-weight:bold;
}
.TabLabelSelectedInnerStyle {
	padding-top:5px;
}
.TabLabelDefaultInnerStyle {
	padding-top:5px;
}