.ThumbTitle
    {
        font-family: Verdana, Arial;
        font-size: 8pt;
        font-weight: bold;
        color: #1c314c;
    }
    
.ThumbViewText
    {
        text-decoration: none;
        font-family: Verdana, Arial;
        font-size: 8pt;
        font-weight: normal;
        color: #0000FF;
    }    
    
.ThumbViewTextHover
    {
        text-decoration: underline;
        font-family: Verdana, Arial;
        font-size: 8pt;
        font-weight: normal;
        color: #0000FF;
    }    
    
.ThumbTextCell
    {
        vertical-align: top;
    }    
    
.ThumbDescription
    {
        font-family: Verdana, Arial;
        font-size: 8pt;
        font-weight: normal;
        color: #1c314c;
        margin-top: 5px;
    }   
    
.ThumbBackground
    {
        background-image: url(../images/common/thumb_back_gradient.jpg);
        background-repeat: repeat-y;
        background-position: right;
    }    
