﻿/* r.a.d.tabstrip INOXACCESS skin */

.RadTabStrip_InoxAccess
{
	font: 12px Arial, Arial, sans-serif;
}


.RadTabStrip_InoxAccess li a
{
	padding-left: 10px;
	background: transparent url('img/transparent.gif') 0px 0px no-repeat;
	height: 26px;
	text-decoration:none;
}


.RadTabStrip_InoxAccess li a .wrap
{
	color: #1E5B8A;
	padding-right: 10px;
	height: 26px;
	background: transparent url('img/transparent.gif') right 0px no-repeat;
}

.RadTabStrip_InoxAccess li a:hover
{
	color: #1E5B8A;
}

.RadTabStrip_InoxAccess li a .innerWrap
{
	line-height: 26px;
	padding: 0px 10px;
	background: transparent url('img/transparent.gif') 0px 0px repeat-x;
	text-align: center;
}

.RadTabStrip_Inox li a.selected
{
	padding-top: 0px;
	padding-left: 5px;
	background: transparent url('Img/menu_select_ombre_gauche.jpg') 0px 0px no-repeat;
	line-height: 28px;
}

.RadTabStrip_InoxAccess li a.selected .wrap
{
	background-image:url('img/menu_select_ombre_droit.jpg');
	line-height: 26px;
	padding-right: 10px;
	color: #1E5B8A;
	
}

.RadTabStrip_InoxAccess li a.selected .innerWrap
{
	background-image:url('img/menu_select_ombre_centre.jpg');
	padding-top: 0px;
}

.RadTabStrip_InoxAccess li a.disabled,
.RadTabStrip_InoxAccess li a.disabled .wrap,
.RadTabStrip_InoxAccess li a.disabled .innerWrap
{
	cursor: default;
	text-decoration: line-through;
}

.RadTabStrip_InoxAccess li a.red,
.RadTabStrip_InoxAccess li a.red .wrap,
.RadTabStrip_InoxAccess li a.red .innerWrap
{
	color: #1E5B8A;
}

/* scrolling arrows */

.RadTabStrip_InoxAccess .leftArrow
{
	background-image:url(img/ScrollLeft.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}

.RadTabStrip_InoxAccess .rightArrow
{
	background-image:url(img/ScrollRight.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 8px;
}


.RadTabStrip_InoxAccess .leftArrowDisabled
{
	background-image:url(img/ScrollLeftDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}

.RadTabStrip_InoxAccess .rightArrowDisabled
{
	background-image:url(img/ScrollRightDisabled.gif);
	height: 11px;
	width: 8px;
	background-repeat: no-repeat;
}