﻿
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.tabs{
padding: 0;
/*width: 362px;*/
/* width: 528px;  width of column body */
width: 508px;
height: 16px;
/*border-top: 5px solid #D25A0B; */
border-bottom: 4px solid #FDC20A; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.tabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.tabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.tabs a{
float: left;
display: block;
/*font: bold 11px Arial;*/
font: bold 9px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
/*padding: 5px 10px;*/
padding: 2px 7px;
background-color:#999999; /*Brown color theme*/ 
border-top: 1px solid white;
}

.tabs a:hover{
/*background-color: #D25A0B; Brown color theme*/ 
/*color: white;*/
}

.tabs a.selected{ /*currently selected tab*/
/*background-color: #D25A0B; Brown color theme*/ 
background-image: url('../images/nav_title_bkgrd.gif');
background-repeat: repeat-x;
/*color: white;*/
border-color:#FDC20A /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

