﻿body
{
    color: black;
    font-family: Arial;
    font-size: 8pt;
    margin: 0px;
    background-image: url(images/back.gif);
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
A
{
    
    font-weight: bold;
    color: black;
}
A:Hover
{
    color: black;
    text-decoration: underline;
}
P
{
    margin-bottom: 0px;
}
Input
{
    font-family: Verdana;
    font-size: 10px;
}
Select
{
    font-family: Verdana;
    font-size: 10px;
}
Textarea
{
    font-family: Verdana;
    font-size: 10px;
}
TD.Bottomborder
{
    border-bottom: solid 1px white;
}
TD.Topborder
{
    border-top: solid 1px white;
}
TD.Rightborder
{
    border-right: solid 1px white;
}
TD.Leftborder
{
    border-left: solid 1px white;
}
TD.ActiveTab
{
    background-color: Gainsboro;
}
TD.ForumInfo
{
    font-weight: bold;
}
TD.RoleMenu
{
    background-color: black;
    padding-right: 20px;
}
TD.Content
{
    background-color: #B4CCDC;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
}
TABLE.UploadTable
{
    border: solid 10px white;
    background-color: #B4CCDC;
}
TD.FileList
{
    font-size: 9px;
}
DIV.UploadSucces
{
    color: Green;
    font-size: 8pt;
}
DIV.UploadFailed
{
    color: Red;
    font-size: 8pt;
}
DIV.LeftBar
{
    height: 17px;
    width: 120px;
    background-image: url(images/leftbar.png);
    padding-top: 3px;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: hand;
}
.PageTitle
{
    font-weight: bold;
    font-size: large;
}
.ForumTitle
{
    font-weight: bold;
}
.Watermark
{
    color: lightblue;
}
