.TabStripContentStyle
{
	padding: 10 10 0 10;
	background-color: #FCFCFC;
}

.TabLabelDefaultStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
	line-height: 22px;
	cursor:pointer;
}


.TabLabelSelectedStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: black;
	line-height: 22px;
	cursor:pointer;
}

.TabLabelDisabledStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 9pt;
	color: gray;
	text-decoration: line-through;
	line-height: 22px;
}
.TabLabelSelectedInnerStyle {
	padding-top:14px;
}
.TabLabelDefaultInnerStyle {
	padding-top:14px;
}
