
/* CSS Document */
#DTLtabs{
	padding: 0;
	width: 100%;
	background: transparent;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 99%;
	
/*	background-color: #CCCCCC;
	padding: 2px 2px 2px 2px;*/
}

#DTLtabs ul{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F4F4;

	
}

#DTLtabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:none;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F4F4F4;
 
}

#DTLtabs a{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}

#DTLtabs a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-image: url(../images/imgDTLimg1_24.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 4px;
}

#DTLtabs #current a{ /*currently selected tab*/
	background-color: #073573; /*Brown color theme*/
	/*border-color: #0066FF; Brown color theme*/
	color:White;
}

#DTLtabsline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

/*   tabs   */

.mattblacktabs{
	width: 100%;
	overflow: hidden; /*bottom horizontal line that runs beneath tabs*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	
}

.mattblacktabs ul{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #333333; /*background of tabs (default state)*/
	background-color: #E4E4E4;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.mattblacktabs li a:hover, .mattblacktabs li.selected a{
	background-color: black;
	background-image: url(../images/imgDTLimg1_24.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}
 #current a{ /*currently selected tab*/
	background-color: black;
	background-image: url(../images/imgDTLimg1_24.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration: none;
}