/*tabs*/

.tabs, #red .tabs
{
    margin: 0px;
    padding: 0px;
    height:26px;
	background:url(images/bg_tabcontainer.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.tabs ul, #red .tabs ul
{
	margin-left: 2px;
	padding:0px;
	list-style-type: none;
}

#red .tabs ul
{
	background-image:none;
	height:21px;
}

.tabs li , #red .tabs li
{
	margin:0px;
	padding:0px;
	background:transparent;
	margin-left: 0px;
	float: left;
	display:inline;
}

.Taba
{
	background:url(images/tabs_unselected_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.Tab
{
	background:url(images/tabs_unselected_02.gif) top;
	background-position:right top;
	background-repeat:no-repeat;
}
.Taba:hover,.currenttab .Taba:hover
{
	background:url(images/tabs_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.Tab:hover,.currenttab .Tab:hover
{
	background:url(images/tabs_02.gif) top;
	background-position:right top;
	background-repeat:no-repeat;
}
.currenttab .Taba
{
	background:url(images/tabs_selected_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.currenttab .Tab
{
	background:url(images/tabs_selected_02.gif) top;
	background-position:right top;
	background-repeat:no-repeat;
}

.tabs a
{
	height:22px;
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 7px;
	color:#ffffff;
	text-decoration: none;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	border:none;

}


.currenttab span, #red .currenttab span
{
	background:url(images/tabs_selected_02.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration: none;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
#red .currenttab span
{
	background:url(images/tabsr_selected_02.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.tabs span:hover, #red .tabs span:hover
{
	background:url(images/tabs_02.gif);
	background-position:right top;
	background-repeat:no-repeat;
	color:#0f1214;
	text-decoration: none;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
#red .tabs span:hover
{
	background:url(images/tabsr_selected_02.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.tabs span:hover a, #red .tabs span:hover a
{
	background:url(images/tabs_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#ffffff;
	text-decoration: none;
	/*font-family:Arial, Helvetica, sans-serif;*/
}
#red .tabs span:hover a
{
	background:url(images/tabsr_selected_01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
