﻿.tabHolder 
{
	margin-left:5px;
	height:29px;
}
.tabBottom 
{
	clear:both;
	background-color:#001494;		
	height:10px;
}

.tabBlue, .tabGray , .tabLightBlue 
{
	border:0px;
	height:19px;	
	float:left;
	font-size:11px;
	text-align:center;
	font-weight:bold;
    line-height:12px;
    cursor:pointer;
    padding-top:10px;
} 

.tabBlue  A, .tabGray  A, .tabLightBlue A
{
	text-decoration:none;	
	white-space:nowrap;
	color:#ffffff;	
}

.tabBlueStart 
{

	background:url('/images/tabs/BlueLeft.png') no-repeat;
	width:10px;
	height:100%;
	float:left;
}

.tabBlue 
{
	background-color:#001494;	
}

.tabBlueEnd 
{			
	background:url('/images/tabs/BlueRight.png') no-repeat right top;
	float:left;
	width:10px;
	height:100%;
	margin-right:3px;
}

.tabGrayStart 
{

	background:url('/images/tabs/GrayLeft.png') no-repeat;
	width:10px;
	height:100%;
	float:left;
}

.tabGray
{
	background-color:#ADAAAD;	
}

.tabGrayEnd 
{			
	background:url('/images/tabs/GrayRight.png') no-repeat right top;
	float:left;
	width:10px;
	height:100%;
	margin-right:3px;
}

.tabLightBlueStart 
{

	background:url('/images/tabs/LightBlueLeft.png') no-repeat;
	width:10px;
	height:100%;
	float:left;
}

.tabLightBlue 
{
	background-color:#00C3E7;	
}

.tabLightBlueEnd 
{			
	background:url('/images/tabs/LightBlueRight.png') no-repeat right top;
	float:left;
	width:10px;
	height:100%;
	margin-right:3px;
}

