﻿body
{
   background-color: #C9E7B4;
   color: #000000;
   font-size: 12px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:link
{
   color: #990000;
   text-decoration: underline;
   font-weight: normal;
}

a:visited
{
   color: #990000;
   font-weight: normal;
}
a:hover
{
   color: #990000;
   background-color: #CCCCCC;
}
a:active
{
   color: #990000;
}
p, td, br, div
{
   color: #000000;
   /*line-height: 16.5px;*/
}

.small
{
   font-size: 8.5px;
   line-height: 13.5px;
}

.title_red1
{
   font-size: 14px;
   color: #990000;
   font-weight: bold;
   line-height: 18px;
}

.title_red2
{
   font-size: 14px;
   color: #990000;
   font-weight: bold;
   line-height: 20px;
}

.title_grn2
{
   font-size: 14px;
   color: #416D23;
   font-weight: bold;
   line-height: 20px;
}

.title_hilite_grn
{
   font-weight: bold;
   color: #FFFFFF;
   background-color: #416D23;
   padding: .5px;
}

.title_hilite_red
{
   font-weight: bold;
   color: #FFFFFF;
   background-color: #990000;
   margin: .5px;
   padding: .5px;
}


.quote_lrg
{
   font-family: Georgia, Times New Roman, Trebuchet MS, Serif;
   font-size: 26px;
   font-style: italic;
   color: #333333;
   line-height: 34px;
}

cite
{
   font-size: 10px;
   font-style: italic;
}



ASP:REQUIREDFIELDVALIDATOR
{
    font-size: 8px;
}
asp:RegularExpressionValidator
{
    color: Red;
    font-size: X-Small;
}

.validators
{
    color: Red;
    font-size: 0.9em;
}
.quote_lrg
{
    font-size: 26px;
    color: #333333;
    line-height: 34px;
    font-family: Georgia, Times New Roman, Trebuchet MS, Serif;
}
.note
{
    font-size: 12px;
    font-family: Georgia, Times New Roman, Trebuchet MS, Serif;
    font-style: italic;
}

.page_descriptor
{
    height: 33px;
    font-family: Times New Roman, Times, serif;
    font-size: 17px;
    color: #800000;
}

a.NoUnderline
{
    text-decoration: none;
}
.pinStyle1
{
    position: relative;
    background: url('/images/l_red.gif') no-repeat 0 0;    
    height: 30px;
    width: 25px;
    top: -15px;
    color: #fff;
    text-align: center;
    font: bold 10px Arial;
    cursor: pointer;
}
.pinStyle1 .text
{
    position: relative;    
    top: 3px;
    left : -2px;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    z-index: 99999;
    overflow: auto;
}
.updateProgress
{
    border-width: 1px;
    border-style: solid;
    background-color: #CCCCCC;
    position: relative;
    width: 130px;
    height: 50px;
}
.updateProgressMessage
{
    margin: 3px;
    font-family: Trebuchet MS;
    font-size: small;
    vertical-align: middle;
}

