﻿html, body, form { height: 100%; }

body
{
    background:#F0F0F0;
    color: Black;
    font-size: 0.8em;
    padding: 0px;
    font-family: "Lucida Sans Unicode", Tahoma, Helvetica, Arial, Verdana, Sans-Serif;
    margin: 0 auto;   
}

table { margin: 0px; border-width: 0px;}
h1, h2, h3, h4, h5 { font-weight: bold; }
h1 { font-size: 1.8em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.0em; }
img { border: 0; }

h2.sectionHeader { border-bottom: solid 1px black; }
h3.sectionHeader { border-bottom: solid 1px black; }
h4.sectionHeader { border-bottom: solid 1px black; }

a { text-decoration: none; color: #2222dd; }
a:hover { text-decoration: underline; }

table#main { margin: 0 auto; width: 800px; height: 100%; border-collapse: collapse;
    border: solid 1px black; }
table#main td#header { background: #1A66B1; padding: 7px; vertical-align: top; 
    border-bottom: solid 1px black;}
table#main td#content { padding: 10px; background: #ffffff; height: 100%; vertical-align: top; 
    font-size: 1.0em; }

.headerTitle { font-weight: bold; color: #ffffff; margin-top: 0px;}
.headerText { color: #dddddd; font-weight: bold; margin-bottom: 0px;}
.headerText a:link { color: #ffffff; text-decoration: underline; }
.headerText a:visited { color: #ffffff; text-decoration: underline;}
.headerText a:hover { color: #dddddd; text-decoration: underline;}
.headerText a:active { color: #dddddd; text-decoration: underline;}

.contentDiv { margin-top: 0px; line-height: 1.7em; color: #333333; width: 100%; }

table.commonGrid { border: 1; color: Black; background-color: White; border-color: #DEDFDE; 
    border-width: 1px; border-style: Solid; border-collapse: collapse; }
table.commonGrid td { padding: 3px; }
table.commonGrid th { padding: 3px; }
tr.commonGridHeader { color: White; background-color:#5D7B9D; font-weight:bold; }
tr.commonGridHeader a { color: White; }
tr.commonRow { background-color: #F7F6F3; }
tr.commonRowAlternate { background-color:White; }
tr.commonPager { color: Black; background-color: #F7F7DE; }
tr.commonPager a { color: #2222dd; text-decoration: underline; }

.bold { font-weight: bold; }