/* CSS Document */


.shadetabs{
padding: 2px 0;
margin-left: 0;
margin-bottom: 0;
font: "Times New Roman", Times, serif 10px bold;
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;
padding: 0 0 0 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 20px;
color: #000;
padding: 2px;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: none;
background: #;
color: #FFF;
}

.shadetabs li a.selected { /*selected main tab style */
top: 0px;
color: #000;
}

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

.tabcontent{
display:none;
}

.photo 
{}

.photo-title
{border-bottom: #000 1px solid; padding-bottom: 0px; font-weight:bold;}

.photo-image
{padding-top: 1px; padding-bottom: 30px; background:#CC53F8;}



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

