﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.drTabDDRed{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

.drTabDDRed ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
float:left;
display:inline;
width:100%;
}

.drTabDDRed li
{
float:left;
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.drTabDDRed a{
display: block;
color: white;
background: #8b0000 url(color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.drTabDDRed a span{
float:left;
display:block;
background: transparent url(color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

.drTabDDRed a span{
float:none;
}


.drTabDDRed a:hover{
background-color: #d50509;
color: white;
text-decoration:none;
}
.drTabDDRed a:visited{
color: white;
text-decoration:none;
}

.drTabDDRed a:hover span{
background-color: #d50509;
color: white;
text-decoration:none;
}

.drTabDDRed a:visited
{
color:white;
}

.drTabDDRed .current a, .drTabDDRed .current span{ /*currently selected tab*/
background-color: #d50509;
}

.drTabDDRedline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #8b0000;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.Tab-DD-Red-Content
{
	border: solid 4px #d50509;	
	padding: 5px;
}
.Tab-DD-Red-Pager
{
/*	border-bottom: solid 4px #d50509;	*/
}
