.shadetabs{
padding: 3px 12px;
margin-left: 0px;
margin-top: 7px;
margin-bottom: 0;
font: normal 10pt Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0px;
}
.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
margin-left: 0px;
border: 0px;
color: rgb(127,127,127);
background: url(../images/tab_bg.jpg) top left repeat-x;
}
.shadetabs li a:hover{
text-decoration: none;
color: rgb(255,0,0);
}
.shadetabs li.selected a{ /*selected main tab style */
color: rgb(255,0,0);
font: bold 10pt Verdana;
background: url(../images/tab_bg4.jpg) top left repeat-x;
}
.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
div#gallery_tabs_container{ /*style of tab content oontainer*/
border-top: 1px dotted #000040;
width: 621px;
padding-left: 8px;
padding-right: 8px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
.tabcontent{
display:none;
text-align: justify;
font: normal 8pt Verdana;
color: rgb(255,255,255);
}
@media print {
.tabcontent {
display:block!important;
}
}
