/* ######### CSS for theft Tabs. Remove if not using ######### */


.thefttabs{
padding: 3px 0;
margin: 0 0 -2px 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.thefttabs li{
display: inline;
margin: 0;

}

.thefttabs li a{
text-decoration: none;
position: relative;
color: #fff;
background: url('images/button_top.gif') no-repeat top left; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;

}

.thefttabs li a:visited{
color: #fff;
}

.thefttabs li a:hover{
text-decoration: underline;
color: #fff;
}

.thefttabs li a.selected{ /*selected main tab style */
position: relative;
background: url('images/button_top_selected.gif') no-repeat top left; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;

}

.thefttabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}




.thefttabs2{
padding: 3px 0px 0px 0px;
margin: 0;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.thefttabs2 li{
display: inline;
margin: 0;
}

.thefttabs2 li a{
text-decoration: none;
position: relative;
color: #fff;
background: white url('images/button_bottom.gif') no-repeat top left; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;

}

.thefttabs2 li a:visited{
color: #fff;
}

.thefttabs2 li a:hover{
text-decoration: underline;
color: #fff;
}

.thefttabs2 li a.selected{ /*selected main tab style */
position: relative;
background: white url('images/button_bottom_selected.gif') no-repeat top left; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;

}

.thefttabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}




.tabcontent{
display:none;
}

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