﻿.tabWrapper
{
    background-color: #000000;
    width: 410px;
}
.tabs
{
    margin-bottom: 10px;
}
.tabImage, .tabVideo, .tabAudio, .tabWriting
{
    width: 91px;
    height: 33px;
    float: left;
}
.tabImage, .tabVideo, .tabAudio
{
    margin-right: 1px;
}
.tabImage
{
    background: url(../img/2009/tab_images.gif) no-repeat;
}
.tabImage:hover
{
    background: url(../img/2009/tab_images_ovr.gif) no-repeat;
}
.tabVideo
{
    background: url(../img/2009/tab_videos.gif) no-repeat;
}
.tabVideo:hover
{
    background: url(../img/2009/tab_videos_ovr.gif) no-repeat;
}
.tabAudio
{
    background: url(../img/2009/tab_audio.gif) no-repeat;
}
.tabAudio:hover
{
    background: url(../img/2009/tab_audio_ovr.gif) no-repeat;
}
.tabWriting
{
    background: url(../img/2009/tab_writing.gif) no-repeat;
}
.tabWriting:hover
{
    background: url(../img/2009/tab_writing_ovr.gif) no-repeat;
}
/* Thumbs Table */

table.tbl_thumbs /* due to cellspacing the table is being pulled to the right as is not inline with the rest of the content so this css adjusts that */
{
    margin-left: -5px;
    width: 102.5%;
}

table.tbl_thumbs td
{
    width: 75px;
    height: 75px;
    border: 1px solid #E1007A;
    text-align: center;
    padding: 5px;
}
table.tbl_thumbs td img
{
    width: 86px;
}
.largeImage
{
    margin-top: 7px;
    padding: 10px 5px 5px 5px;
    border: 1px solid #E1007A;
    text-align: center;
    margin-right: -2px;
}
span.title
{
    font-weight: bold;
    display: block;
    margin: 10px 0px 10px 0px;
}
span.description
{
    text-align: left;
    display: block;
    margin: 0px 10px 10px 10px;
}

/* Members Page Media Item Table & Styling */
table.tbl_lrgMedia
{
    margin: 0 auto;
}
td.title
{
    padding-top: 10px;
    font-weight: bold;
}
td.title, td.shareThis, td.description
{
    text-align: left;
}
td.viewComments
{
    text-align: right;
}
td.description
{
    padding-top: 5px;
}
