﻿body
{
    font-size: 10pt;
    color: #000;
    font-family: arial;
    background-color: #ffffff;
}
h1 {font:20px tahoma; color:#005f9f; }
h2 {font:17px tahoma; color:#525050; }
.LowerBorder
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
    border-bottom: lightgrey thin solid;
}

p
{
    font-size: 10pt;
    color: #000;
    font-family: arial;
}
li
{
    font-size: 10pt;
    color: #000;
    font-family: arial;
}
.GeneralClass
{
    font-size: 10pt;
    color: #005f9f;
    font-family: Arial;
}
.Cell10pt
{
    font-size: 10pt;
    color: #000;
    font-family: arial;
    text-decoration: underline;
}
.GridviewClass
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.TableClass
{
    font-size: 10pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.AlternatingRS
{
    font-size: 8pt;
    color: navy;
    font-family: Arial;
    background-color: transparent;
}
.EditRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}

.EmptyDataRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}

.FooterRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.HeaderRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.PagerRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.RowRS
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
    background-color: transparent;
}
.SelectedRS
{
    font-size: 8pt;
    color: #000000;
    font-family: Arial;
    background-color: silver;
}
.LabelClass
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
}
.TextBoxClass
{
    font-size: 8pt;
    color: #000000;
    font-family: Arial;
}
.ButtonClass
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
}
.GridHeaderClass
{
    font-size: 8pt;
    color: #005f9f;
    font-family: Arial;
}
.BackImage
{
    font-family: arial, tahoma, sans-serif;
    color: #000099;
    width: 70%;
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 1px;
    height: 420px;
    font-size: 8pt;
    vertical-align: top;
    text-align: left;
    background-image: url(Images/bg_cnt.jpg);
    background-repeat: no-repeat;
}
.BackImage1
{
    font-family: arial, tahoma, sans-serif;
    color: #195D92;
    height: 300px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    font-size: 8pt;
    vertical-align: top;
    text-align: left;
    background-image: url(Images/bg_cnt.jpg);
    background-repeat: no-repeat;
}
.MasterTable
{
    border-right: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
    background-color: white;
    width: 1000px;
    height: 600px;
}
.TopMenu
{
    font-family: Tahoma;
    border-top: #195D92 thin solid;
    font-weight: bold;
    font-size: 9pt;
    color: #195D92;
    border-bottom: #195D92 thin solid;
}
.GeneralTable
{
    font-size: 8pt;
    color: black;
    font-family: Tahoma;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
    padding:    0;
}