.RadTabStrip_Default
{
	background-image: url(Img/lineBg.gif);
	height:31px;
	font-size:11px;
	color:#1e58a1;
}
.RadTabStrip_Default .level1 li a
{
	color:white;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	background-color:#f78f1e;
	/*background-image:url(../../../../GetGradientImage.aspx?lgm=2&col1=%23e8eff7&col2=white&w=150&h=31&sbf=1%2e0);*/
	border:solid 1px #f78f1e;
	height:22px;
	padding-top:7px;
	margin-left:0px;
	margin-right:4px;
	padding-left:2px;
	padding-right:2px;
}
.RadTabStrip_Default .level1 li a.selected
{
	color:#004489;
	background-color:white;
	background-image:none;

	border-top:solid 2px #f78f1e;
	border-bottom:none;
	/*border-top:solid 1px #fabd23;
	border-bottom:white;*/
}
