﻿body
{
    background-color: #FFFFFF;
    color: #2B5668;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin: 0px;
}

input, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

td, th
{
    font-size: 8pt;
}

a, a:link, a:active, a:visited
{
    color: #2F7F98;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h3 
{
    font-size: 11pt;
}

h4
{
    font-size: 9pt;
    margin-bottom: -10px;
}

hr 
{
    border-style: none;
    border-width: 0px;
    border-top-color: #2F7F98;
    border-top-style: solid;
    border-top-width: 1px;
    height: 1px;
}

ul 
{
    list-style-type: circle;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: 200px;
}

ul.Level2
{
    list-style-type: square;
    margin-top: 0px;
    margin-bottom: 0px;
}

ul li 
{
    line-height: 15pt;
    margin-top: 7px;
    margin-bottom: 7px;
}

.Information 
{
    color: #429CBD;
    font-weight: bold;
}

p.Information
{
    font-style: italic;
    padding-left: 25px;
    padding-right: 50px;
}

.Error 
{
    color: #CC0000;
    font-weight: bold;
}

div.MenuBar
{
    width: 996px;
}

table.MenuBar 
{
    background-color: #E5F1F7;
    border-collapse: collapse;
    border-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

table.MenuBar td
{
    padding: 5px;
    margin: 0px;
}

table.Shadow 
{
    width: 996px;
}

table.Shadow td
{
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: url(../../Images/Shadow.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 6px;
}

div.Content 
{
    padding: 20px;
    width: 996px;
}

div.ContentPrint
{
    padding: 20px;
}

table.GridView 
{
    border-collapse: collapse;
}

table.GridView td, table.GridView th
{
    border-color: #A0CDDE;
    border-style: solid;
    border-width: 1px;
    
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.GridView table.CheckBoxList td
{
    border-style: none;
    border-width: 0px;
    white-space: nowrap;
}

tr.GridHeader
{
    background-attachment: scroll;
    background-image: url(../../Images/GridHeader.gif);
    background-position: top;
    background-repeat: repeat-x;
    height: 31px;
}

tr.GridFooter
{
    background-attachment: scroll;
    background-image: url(../../Images/GridFooter.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 30px;
}

tr.GridFooter td
{
    padding: 0;
}

tr.GridInsert td 
{
}

tr.GridFooter td table tr td
{
    border-style: none;
    padding-left: 3px;
    padding-right: 3px;
}

blockquote 
{
    margin-left: 20px;
}

p.Help 
{
    line-height: 17pt;
    margin-top: 20px;
    margin-bottom: 20px;
}

span.HelpButton 
{
    border-color: #2F7F98;
    border-style: solid;
    border-width: 1px;
    cursor: default;
    font-style: italic;
    padding: 3px;
    white-space: nowrap;
}

span.HelpButton img, p.Help img
{
    vertical-align: middle;
    line-height: inherit;
}

.GridViewFilterStyle
{
    padding: 8px;
    margin-bottom: 5px;
}

.GridViewFilterStyle label
{
    margin-left: 10px;
    font-weight: bold;
}

.GridViewFilterStyle input, .GridViewFilterStyle select
{
    margin-right: 10px;
}

.GridViewFilterStyle span.RadioButtonCheckBox
{
    margin-left: 10px;
    margin-right: 10px;
}

.GridViewFilterStyle span.RadioButtonCheckBox label
{
    margin-left: 5px;
    font-weight: bold;
}

.GridViewFilterStyle span.RadioButtonCheckBox input
{
    margin-right: 0px;
}

.FolderTreeHeader
{
	color: #2F7F98;
}

input.ImageLinkButton
{
	padding-left: 10px;
}

a.ImageLinkButton
{
	padding-right: 10px;
}

a.ImageHyperLink 
{
	padding-left: 10px;
	padding-right: 10px;
}