.RadTabStrip_Vista
{
	height:35px;
	border-bottom:5px solid red;
	border: 0px solid red;
	color:#333;
	text-align:center;
	width:62%;
}
#ctl00_ContentPlaceHolder1_Pageview2
{
	margin-top:20px;
	color:#333;
}

.RadTabStrip_Vista ul
{
	border-bottom: 4px solid #a3b8c4;
	height:36px;
	padding-left:20px;
	width:615px;
}

.RadTabStrip_Vista li a
{
	height:35px;
	width:117px;
	text-decoration: none;
	outline: none;
	background: transparent url('Img/tabStripBg.gif') repeat-x 0 0;
	position: relative;
	overflow: visible;
	border: 1px solid #a3b8c4;
	border-bottom: 4px solid #a3b8c4;
	margin-right:5px;
}

.RadTabStrip_Vista li a .wrap
{
	height: 35px;
	line-height: 35px;
	text-align: center;
	vertical-align:middle;	
	color:#093d72;
	width:117px;
	display:block;	
}

.RadTabStrip_Vista li a .innerWrap
{
	height: 35px;
	line-height: 35px;
	text-align: center;
	display:table;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0f4067;	
	width:117px;
}

.RadTabStrip_Vista li a:hover
{
	height:35px;
	border-color: #a3b8c4;
	border-bottom-color: #a3b8c4;
	background: transparent url('Img/tabStripBgOver.gif') repeat-x 0 0;
	text-decoration:none;
}

.RadTabStrip_Vista li a:hover .innerWrap
{
	margin-left: 0;
	border-left: 0px solid #fff;
	border-bottom-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#760212;		
}

.RadTabStrip_Vista li a.selected
{
	margin: -11px 5px 0 0;
	height: 46px;
	line-height: 35px;
	border-right:3px solid #a3b8c4;
	border-bottom-color: #fff;
	vertical-align:middle;
	text-decoration:none;
	color:#000;
}
.RadTabStrip_Vista li a.selected .innerWrap
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#000000;
	margin-top:11px;		
}



.RadTabStrip_Vista li a.selected:hover
{
	border-color: #a3b8c4;
	border-bottom-color: #fff;
	background: #fff;
	text-decoration:none;
	color:#000;
}

.RadTabStrip_Vista li a.disabled,
.RadTabStrip_Vista li a.disabled .wrap,
.RadTabStrip_Vista li a.disabled .innerWrap
{
	cursor: default;
	color: #aaa;
}

.RadTabStrip_Vista li a.disabled,
.RadTabStrip_Vista li a.disabled:hover
{
	background-image: url('Img/tabStripBg.gif');
	border: 1px solid #898c95;
}

.RadTabStrip_Vista li a.disabled:hover .innerWrap
{
	margin-left: 1px;
	border-left: 0;
}

.RadTabStrip_Vista li.break
{
	visibility: hidden;
	width: 0;
	float: none;
}

.RadTabStrip_Vista li a.red,
.RadTabStrip_Vista li a.red .wrap,
.RadTabStrip_Vista li a.red .innerWrap
{
	color: red;
}

/* scrolling arrows */

.RadTabStrip_Vista .leftArrow
{
	background-image:url(Img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_Vista .rightArrow
{
	background-image:url(Img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_Vista .leftArrowDisabled
{
	background-image:url(Img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_Vista .rightArrowDisabled
{
	background-image:url(Img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
