.TabStripContentStyle
{
	padding-top:3px;
	border:1px solid #919B9C;
	border-top:0px;
	top:-3px;

	vertical-align: top;
	
}


.TabLabelDefaultStyle
{
	font-family: "Arial";
	color: #006699;
	font-size: 13px;
	cursor: pointer;
	height:1px;
	z-index:2;
	text-align: center;
}
.TabLabelSelectedStyle
{
	font-family: "Arial";
	color: #006699;
	font-size: 13px;
	cursor: pointer;

	z-index:3;
	text-align: center;
}

.TabLabelDisabledStyle
{
	font-family: "Arial";
	color: #006699;
	font-size: 13px;
	cursor: default;
	height:1px;
	z-index:2;
	text-align: center;
}

.RadTabstrip
{
	background-color: #FCFCFE;
}