.TabLabelDefaultStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	cursor:pointer;
	text-align: center;
}


.TabLabelSelectedStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: black;
	cursor:pointer;
	text-align: center;
}

.TabLabelDisabledStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: gray;
	text-decoration: line-through;
	line-height: 22px;
	text-align: center;
	cursor: no-drop;
}
.TabLabelHoverStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 22px;
	text-align: center;
	cursor: default;
}
.TabLabelSelectedInnerStyle {
	padding-top:14px;
}
.TabLabelDefaultInnerStyle {
	padding-top:14px;
}
