﻿body
{
    font-family: sans-serif;
    font-size: 8pt;
}
TD
{
    font-family: sans-serif;
    font-size: 8pt;
}
INPUT
{
    font-family: sans-serif;
    font-size: 8pt;
}
SELECT
{
    font-family: sans-serif;
    font-size: 8pt;
}
TEXTAREA
{
    font-family: sans-serif;
    font-size: 8pt;
}

a:link
{
    color: #232E57;
    font-size: 8pt;
    text-decoration: none;
}
a:visited
{
    color: #232E57;
    font-size: 8pt;
    text-decoration: none;
}
a:hover
{
    color: Gray;
    font-size: 8pt;
    text-decoration: underline;
}
.bg_Main
{
    background-color: #b6a073;
    background-repeat: repeat-x;
    background-repeat: repeat-y;
}
.bg_Body
{
    background: url(  'images/BGImage.jpg' ) no-repeat;
    background-color: White;
    position: absolute;
    z-index: 1;  
}
.bg_BodyLong
{
    background: url(  'images/BGImage.jpg' );
    background-color: White;
    position: absolute;
    z-index: 1;  
}
.bg_1
{
    background: #006600 url(  'bars/bg_mtns.gif' ) no-repeat;
}
.bg_2
{
    background: #006600 url(  'bars/bg_top.gif' ) no-repeat;
}
.bg_3
{
    background: url(  'bars/bg_left.gif' ) no-repeat;
}
.bg_Main_Reporting
{
    background: url(  'images/Reporting2.jpg' ) no-repeat;
}
.StandardForm
{
    background-color: white;
}
.RowHighLight
{
    background-color: palegoldenrod;
}
.RightAlign
{
    text-align: right;
}

.BlueTitle
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: Sans-Serif;
    height: 19px;
    background-color: #232E57;
    padding-left: 2px;
}
.GreenTitle a:link
{
    color: White;
    text-decoration: none;
    padding-left: 2px;
}
.GreenTitle a:visited
{
    color: White;
    text-decoration: none;
    padding-left: 2px;
}
.GreenTitle a:hover
{
    color: palegoldenrod;
    text-decoration: underline;
    padding-left: 2px;
}
.GreenTitle a:active
{
    color: palegoldenrod;
    text-decoration: underline;
    padding-left: 2px;
}
.GreenTitle td
{
    padding-left: 2px;
}

.PaleTitle
{
    font-weight: bold;
    font-size: 9pt;
    color: #232E57;
    font-family: Sans-Serif;
    height: 18px;
    vertical-align: middle;
    background-color: gainsboro;
    border-bottom: silver 1pt solid;
}
.LightTitle
{
    font-weight: bold;
    font-size: 9pt;
    color: #232E57;
    font-family: Sans-Serif;
    height: 18px;
    vertical-align: middle;
    background-color: palegoldenrod;
    border-bottom: palegoldenrod 1pt solid;
}
.LightGridRows
{
    font-family: Sans-Serif;
    height: 18px;
    border-bottom: gainsboro 1px solid;
}
.GridViewBorder
{
	border-color:Black;
	border-width:1px;
}
/*div#test
{
    background: url( 'images/Barchart.gif' ) no-repeat;
    position:absolute; 
        width: 700px;
        height: 600px;        
        z-index: 1;
        left: 15px;
        top: 344px;   

}*/