.shadetabs
{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    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;
    padding: 3px 7px;
    color: #2d2b2b;
    background-image: url(../../images/gallery_tab.jpg);
    background-repeat: no-repeat;
    width: 95px;
}

.shadetabs li a:visited
{
    color: #2d2b2b;
}

.shadetabs li a:hover
{
    text-decoration: none;
    color: #2d2b2b;
}

.shadetabs li.selected
{
    position: relative;
    color: #ffffff;
    top: 1px;
}

/*selected main tab style */
.shadetabs li.selected a
{
    background-image: url(../../images/gallery_tab_selected.jpg);
    background-repeat: no-repeat;
    color: #ffffff;
    text-decoration: none;
    width: 95px;
}

/*selected main tab style */
.shadetabs li.selected a:hover
{
    text-decoration: none;
}

/*style of tab content oontainer*/
.tabcontentstyle
{ 
    border: 1px solid gray;
    margin-bottom: 1em;
    padding: 10px;
}

.tabcontent
{
    display:none;
}

@media print 
{
    .tabcontent 
    {
        display:block!important;
    }
}
