﻿/* v1.1 */
.RadTabStrip_Vista {
	font: 0.9em Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #efedeb;
}

.RadTabStrip_Vista li a,
.RadTabStrip_Vista li a:visited {
	height: 20px;
	text-decoration: none;
	color: #262626;
	outline: none;
	position: relative;
	overflow: visible;
	border-right: 3px solid #fff;
	margin-top: 4px;
}

.RadTabStrip_Vista .levelwrap {
	margin-top: 0px;
}

/*Class added for Selected Tab background image (Requirement ID 40,46)*/
.RadTabStrip_Vista li a.selected .wrap
{
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	position: relative;
	overflow: visible;
	background: url('whiteTabStripCornerLeft.gif') no-repeat;
	width: auto;
}

/*New class added for Tab background image (Requirement ID 40,46)*/
.RadTabStrip_Vista li a .wrap 
{
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	position: relative;
	overflow: visible;
	background: url('greyTabStripCornerLeft.gif') no-repeat;
	width: auto;
}

/*New class added for Tab background image (Requirement ID 40,46)*/
.RadTabStrip_Vista li a .innerWrap {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0px 1px 0px 4px;
	text-align: center;
	position: relative;
	background: url('greyTabStripBg.gif') no-repeat top right;
	width: 80px;
}

/*New class added for selected Tab background image (Requirement ID 40,46)*/
.RadTabStrip_Vista li a.selected .innerWrap {
	height: 20px;
	line-height: 20px;
	padding: 0;
	margin: 0px 1px 0px 4px;
	text-align: center;
	position: relative;
	background: url('whiteTabStripBg.gif') no-repeat top right;
	width: 80px;
}

/*New class added for Tab width (Requirement ID 40,46)*/
.RadTabStrip_Vista li a.selected span.innerWrap
{
	width:auto!important;
	padding-left:5px;
	padding-right:5px;	
}

/*New class added for Tab width (Requirement ID 40,46)*/
.RadTabStrip_Vista li a span.innerWrap
{
	width:auto!important;	
	padding-left:5px;
	padding-right:5px;
}

/*New class added for width of Tab zone(Requirement ID 40,46)*/
tabstrip .RadTabStrip_Vista
{
	width:auto!important;
}

.RadTabStrip_Vista li a:hover {
	color: #0066d7;
}

.RadTabStrip_Vista li a:hover .innerWrap {}

.RadTabStrip_Vista li a.selected,
.RadTabStrip_Vista li a.selected:visited {
	color: #0066d7;
	margin: 4px 0px 0px 0px;
	height: 20px;
	line-height: 20px;
}

.RadTabStrip_Vista li a.selected:hover {
	color: #0066d7;
}

.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('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(ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_Vista .rightArrow {
	background-image:url(ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_Vista .leftArrowDisabled {
	background-image:url(ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_Vista .rightArrowDisabled {
	background-image:url(ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

/* ALL ORIGINAL VISTA skin styles
.RadTabStrip_Vista
{
	font: 11px Arial, Tahoma, sans-serif;
}

.RadTabStrip_Vista li a
{
	height: 20px;
	text-decoration: none;
	color: #333;
	outline: none;
	background: transparent url('tabStripBg.gif') repeat-x 0 0;
	position: relative;
	overflow: visible;
	border: 1px solid #898c95;
}

.RadTabStrip_Vista .levelwrap
{
	margin-top: 2px;
}

.RadTabStrip_Vista li a .wrap
{
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	position: relative;
	overflow: visible;
	border-right: 1px solid #fff;
}

.RadTabStrip_Vista li a .innerWrap
{
	height: 16px;
	line-height: 16px;
	padding: 0 12px;
	margin: 1px 1px 0 1px;
	text-align: center;
	position: relative;
}

.RadTabStrip_Vista li a:hover
{
	border-color: #3c7fb1;
	border-bottom-color: #898c95;
	background: transparent url('tabStripBgOver.gif') repeat-x 0 0;
}

.RadTabStrip_Vista li a:hover .innerWrap
{
	margin-left: 0;
	border-left: 1px solid #fff;
	border-bottom-width: 0;
}

.RadTabStrip_Vista li a.selected
{
	background: #fff;
	margin: -2px 0 0 0;
	height: 19px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}

.RadTabStrip_Vista li a.selected:hover
{
	border-color: #898c95;
	border-bottom-color: #fff;
	background: #fff;
}

.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('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;
}

.RadTabStrip_Vista .leftArrow
{
	background-image:url(ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_Vista .rightArrow
{
	background-image:url(ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_Vista .leftArrowDisabled
{
	background-image:url(ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_Vista .rightArrowDisabled
{
	background-image:url(ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}
*/
