
.line_width_96
{
	background-image: url(../Img/tabsBg.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: 96%;
}
.line
{
	background-image: url(../Img/tabsBg.gif);
	background-repeat: repeat-x;
	text-align: left;

}
.TabStripLabelsStyle
{
	vertical-align:bottom;
}

.TabStripContentStyle
{
	border-top:0;
}

.TabLabelDefaultStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;

	cursor: pointer;
}

.TabLabelTextStyle
{
	text-align: center;
}

.TabLabelHoverStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;

	font-size: 8pt;
	color: #4F9BCF;
	cursor: pointer;
}

.TabLabelDisabledStyle
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;

	filter: progid:DXImageTransform.Microsoft.Alpha( style=1,opacity=40,finishOpacity=100,startX=100,finishX=100,startY=100,finishY=100);
	-moz-opacity: .40;
	text-align: center;
	cursor: default;
}

.TabLabelSelectedStyle
{
	color: #009CF4;
	font-family: "MS Sans Serif", Arial, sans-serif;

	font-size: 8pt;
	cursor: pointer;
}

.AppleContainer {
	background-image: url(../Img/bg.gif);
	background-repeat: repeat-x;
	padding: 10px;
	padding-top: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.Level2SubGroup
{
	background-image: url(../Img/innerTabBg.gif);
}

.Label
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;

	height: 18px;
	cursor: pointer;
}

.LabelSelected
{
	font-family: "MS Sans Serif", Arial, sans-serif;
	font-size: 8pt;

	background-image: url(../Img/innerTabBgSelected.gif);
	height: 18px;
	cursor: pointer;
}