﻿.profile-thumb-frame
{
    border-right: #22b5ec 2px solid;
    border-top: #22b5ec 2px solid;
    border-left: #22b5ec 2px solid;
    border-bottom: #22b5ec 2px solid;
}

.profile-thumb-image
{
    border: #f7941c 1px solid; 
    background-color: #ffffff; 
    padding:1px;
}

.profile-thumb-image-td
{
    padding-top:8px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
}

.profile-thumb-title
{
    background-color: #22b5ec; 
    padding:2px;
    padding-left:10px;
}

.profile-thumb-title A
{
    color:White;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}

.profile-thumb-title A:hover
{
    text-decoration:underline;
}

.thumb-shadow-left
{
    background-image: url(../images/thumbShadowLeft.jpg);
    background-repeat:repeat-y;
    width:10px;
    vertical-align:top;
}



.thumb-shadow-bottom
{
    height: 10px;
    background-image: url(../images/thumbShadowBottom.jpg);
    background-repeat:repeat-x;
    border-width:0px;
    text-align:right;
}



