/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px Verdana;
padding-top:10px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index:1;
padding: 3px 10px;
margin-right: 0px;
border: 1px solid #b5b5b5;
border-bottom: 0px solid #778;
color: #000;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color:#2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top:1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/shadeactive.gif);
border-bottom: 1px solid #d6eaf6 ;
padding-top:10px;
font: bold 12px Verdana;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */
.gynavbg1 {background-color: #CCCCCC;}
.tdnavpad1 {padding: 0 8px 0 8px; background-color: #FFFFFF; height: 20px;}
