﻿body
{
    background-color: #e2e2e2;
    scrollbar-base-color: #e2e2e2;
    scrollbar-track-color: #e2e2e2;
    scrollbar-face-color: #fafafa;
    scrollbar-arrow-color: #a54485;
    scrollbar-darkshadow-color: #e2e2e2;
    scrollbar-3dlight-color: #e2e2e2;
    scrollbar-highlight-color: #e2e2e2;
    scrollbar-shadow-color: #e2e2e2;
    overflow: hidden;
}
body.entrance
{
    background-color: #e2e2e2;
    overflow: hidden;
}
A.entranceText
{
    color: White;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 8pt;
    text-decoration: none;
}
A.entranceText:hover
{
    color: #a54485;
}
A.menu
{
    color: White;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 10pt;
    font-style: italic;
    text-decoration: none;
}
A.menu:hover
{
    color: #a54485;
}
TD.menu
{
    padding-top: 3px;
    padding-bottom: 4px;
}
A.normalText
{
    text-decoration: none;
}
A.normalText:hover
{
    color: black;
}
.normalText
{
    color: #8c627e;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-style: italic;
    font-size: 9pt;    
}
.smallText
{
    color: #8c627e;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-style: italic;
    font-size: 8pt;    
}
.verySmallText
{
    color: #d9d9a3;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-size: 7pt;    
}
.titleText
{
    color: #8c627e;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial;
    font-weight: bold;
    font-style: italic;
    font-size: 11pt;    
}
.copyrightNotice
{
    color: #6c425e;
    font-family: Small Fonts;
    font-weight: bold;
    font-size: 7pt;    
}
TD.thumbCell
{
    background-color: #F2F2F2;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
}
TD.thumbCellhover
{
    background-color: #DFDFDF;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
}
TD.thumbCellselected
{
    background-color: #333333;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
}
TD.thumbCellselectedhover
{
    background-color: #111111;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: default;
}
.imgPreview
{
    background-repeat: no-repeat;
    background-position: center;
    filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=50,Duration=1,Enabled=false);
}
.imgShow
{
    background-repeat: no-repeat;
    background-position: center;
    filter:blendTrans(duration=0.3);
}
.rightCell
{
    background-color: #332930;
}
.previewTable
{
    background-image: url(/img/ani_loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}