﻿body 
{
    background: Black;
    color: White;
}

table
{
    background: #333333;
    border: 2px;
    border-style: solid;
    border-color: Gray;
}

.table1
{
    background: #333333;
    border: 2px;
    border-style: solid;
    border-color: Gray;
    height: 600px;
}

td
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

.header
{
    text-align: center;
    vertical-align: middle;
    color: Gray;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}

.footer
{
    text-align: center;
    vertical-align: middle;
    color: Gray;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 50px;
}

.leftmenu
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: left;
    width: 96px;
    border: 1px;
    border-right-style: dashed;
}

.page
{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: left;
}

a:link, a:visited
{
    font-size: medium;
    color: #0077FF;
}

a:hover
{
    font-size: medium;
    color: #0099FF;
}

a:active
{
    font-size: medium;
    color: #0033DD;
}

input, textarea
{
    background: #AABBDD;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: White;
    font-size: smaller;
}

input:hover, textarea:hover
{
    background: #BBCCEE;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: White;
    font-size: smaller;
}

input:active, textarea:active
{
    background: #8899BB;
    color: Black;
    border-style: solid;
    border-width: 1px;
    border-color: White;
    font-size: smaller;
}

.watermark1
{
    color: Red;
}

.updateprogress 
{
    background: #AADD55;
    color: Black;
    border: 2px;
    border-style: solid;
    position: absolute;
    top: 300px;
    left: 300px;
    height: 64px;
    width: 256px;
    vertical-align: middle;
    text-align: center;
    padding-top: 10px;
    border-color: White;
}

.UnderConstruction
{
    border: 2px;
    border-style: solid;
    border-color: Gray;
    width: 500px;
    height: 300px;
}

.bar
{
    font-size: medium;
    color: Black;
    font-weight: bold;
    
    background-image: url("images/bar.png");
    height: 32px;
    width: 100%;
    background-repeat: repeat-x;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
    
    border-style: solid;
    border-width: 2px;
    
    display: table;
}
