.RadTabStrip_WebBlue
{
	font: 105% tahoma, sans-serif, arial;
}

.RadTabStrip_WebBlue li 
{
	margin-left:1px;
}
.RadTabStrip_WebBlue li a
{
	padding-left: 25px;
	background: #C1C5C9 url('img/TabLeft.gif') 0px 0px no-repeat;
	line-height: 23px;
	color: #069;
	text-decoration:none;
}

.RadTabStrip_WebBlue li a .wrap
{

	padding-right: 25px;
	line-height: 23px;
	background:#C1C5C9 url('img/tabRight.gif') right 0px no-repeat;
}

.RadTabStrip_WebBlue li a:hover
{
	color: #6e7c86;
}

.RadTabStrip_WebBlue li a .innerWrap
{
	line-height: 38px;
	background:#C1C5C9 /*url('img/tabMiddle.gif') 0px 0px repeat-x;*/;
	text-align: center;
}


.RadTabStrip_WebBlue li a.selected
{
	padding-left: 25px;
	background: #FFF url('img/TabLeftSelected.gif') left top no-repeat;
	line-height: 35px;
	margin-top: 3px;
}

.tabstrip UL
{
	
}
.PageViewHolder
{
	width:100%;
	height:200px;
	border: 1px #879EB7 solid;
	background: #FFF;
	margin:0;
}
.RadTabStrip_WebBlue li a.selected .wrap
{
	background:#fff url('img/tabRightSelected.gif') right top no-repeat;
	line-height: 35px;
	padding-right: 25px;
	color: #666;
}

.RadTabStrip_WebBlue li a.selected .innerWrap
{
	background:#fff /*url('img/tabMiddleSelected.gif');*/;
	padding-top: 0px;
	line-height:35px;
}

.RadTabStrip_WebBlue li a.disabled,
.RadTabStrip_WebBlue li a.disabled .wrap,
.RadTabStrip_WebBlue li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_WebBlue li a.red,
.RadTabStrip_WebBlue li a.red .wrap,
.RadTabStrip_WebBlue li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_WebBlue .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_WebBlue .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_WebBlue .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_WebBlue .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}