﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.825em;
    color: #333333;
    line-height: 23px;
    padding: 0px;
    margin: 0px;
    background-image: url('../img/img/Bg001.gif');
    background-repeat: repeat-x;
    background-attachment: scroll;
}

a
{
    color: #666666;
    font-size: 1em;
    text-decoration: none;
}
a:hover
{
    color: #009999;
}
#ContentPage
{
    background-color: #C0C0C0;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    width: 980px;
}

#HeaderPage
{
    height: 80px;
    background-color: #4B2A82;
}

#MainPage
{
    background-color: #FFFFFF;
    min-height: 460px;
    min-height: 460px!important;
    min-height: 20px;
}

.Fiel
{
    padding: 5px;
    margin: 3px 20px 3px 20px;
    text-align: left;
    min-height: 400px;
    height: auto!important;
    height: 400px;
    width: 900px;
}

.Normaly
{
    height: 18px;
    border: 1px solid #808080;
    padding-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.GridLine
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}
.warning
{
    color: #FF0000;
    font-weight: bold;
}
