﻿body {
}
.HeaderPanel
{
    height: 60px;
    text-align: center;
    font-size: 50px;
    color: #0000FF;
}
.FooterPanel
{
    text-align: center;
    height: 25px;
}
.MainContainer
{
    height: 100%;
}
.optStyle
{
    text-align: center;
    width: 100%;
}
.btnStyle
{
    width: 100px;
    height: 40px;
}
.lblStyle
{
    text-align: right;
    position: inherit;
    width: 47%;
    float: left;
    line-height: 1.3em;
}
.txtStyle
 {
    text-align: left;
    position: inherit;
    width: 52%;
    float: right;
}
.centerStyle
{
    text-align: center;
    width: 100%;
}
.baseError
{
    font-family: "Times New Roman", Times, serif;
    font-size: x-large;
    font-weight: normal;
    text-align: center;
    color: #FF0000;
}
.RightFloat
{
    float: right;
    height: 400px;
    width: 1px;
}
.CenterContainer
{
}
.timezone
{
    font-size: smaller;
    color: #C0C0C0;
}
