﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.drTabDDRed{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

.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 0px 0 0;
padding:0;
text-transform:uppercase;
}


.drTabDDRed a{
display: block;
color: white;

margin:0 7px 0 0;

text-decoration:none;
letter-spacing: 1px;
}

.drTabDDRed a span{
float:left;
display:block;


}

.drTabDDRed a span{
float:none;
}


.drTabDDRed a:hover{
color: white;
text-decoration:none;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.drTabDDRed a:hover span{

color: white;
text-decoration:none;
}

.drTabDDRed a:visited
{
color:white;
}

.drTabDDRed .current a, .drTabDDRed .current span{ /*currently selected tab*/

}

.drTabDDRedline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;

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;	*/
}
