﻿.drTabBlue
{
	float: left;
	width: 100%;
	line-height: normal;
white-space: nowrap;
cursor: pointer;
}
.drTabBlue ul
{
	margin: 0;
	padding: 10px 0px 0px 4px;
	list-style: none;
white-space: nowrap;
cursor: pointer;
}
.drTabBlue li
{
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 31px;
	_width: 100px;
	text-transform:uppercase;
	text-align: center;
white-space: nowrap;
cursor: pointer;
}


.drTabBlue a:visited {text-decoration: none;}
.drTabBlue a
{
	font: bold 12px Arial;
	display: inline;
	float: left;
	background: url( "tableft_inactive.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	text-decoration: none;
	background-color: #ff850a;
	height: 31px;
white-space: nowrap;
cursor: pointer;

}
.drTabBlue a span
{
	float: left;
	display: block;
	background: url( "tabright_inactive.gif" ) no-repeat right top;
	padding: 10px 15px 5px 6px;
	color: #ffffff;
white-space: nowrap;
	height: 31px;
cursor: pointer;
}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
.drTabBlue a span
{
	float: none;
white-space: nowrap;
cursor: pointer;
}



/* End IE5-Mac hack */
.drTabBlue a:hover span
{
	color: #FF9834;
	white-space: nowrap;
cursor: pointer;
}



.drTabBlue a:hover{
background-position: 0% -42px;
background: url( "tableft_active.gif" ) no-repeat left top;
text-decoration: none;
background-color: #30a5d4;
white-space: nowrap;
cursor: pointer;
}
.drTabBlue a:hover span{
background: url( "tabright_active.gif" ) no-repeat right top;
color: #ffffff;
padding: 10px 15px 5px 6px;
white-space: nowrap;
cursor: pointer;
}



.drTabBlue .current a{
background-position: 0% -42px;
background: url( "tableft_active.gif" ) no-repeat left top;
white-space: nowrap;
text-decoration: none;
background-color: #30a5d4;
cursor: pointer;
}
.drTabBlue .current a span{
background: url( "tabright_active.gif" ) no-repeat right top;
color: #ffffff;
white-space: nowrap;
cursor: pointer;
}


.drTabBlue .current
{
	padding: 0px;
	margin-left: 1px;
white-space: nowrap;
cursor: pointer;
}




.Tab-Blue-Content
{
	border-right: solid 4px #FFFFFF;	
	border-bottom: solid 4px #FFFFFF;	
	border-left: solid 4px #FFFFFF;	
	padding: 0px 5px 5px 5px;
white-space: nowrap;
}
.Tab-Blue-Pager
{
	background: #FFFFFF;
	border-left: solid 4px #FFFFFF;	
	border-right: solid 4px #FFFFFF;
white-space: nowrap;
cursor: pointer;
}
































