﻿body, html
{
    background-image: url(Assets/bkground_r1_c2.jpg);
    background-repeat: repeat-x;
    /*background-color: #f9f9f9;*/
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #333333;
}

A:link
{
    text-decoration: none;
    color: #3e6037;
}

A:visited
{
    text-decoration: none;
    color: #3e6037;
}

A:visited IMG
{
    border-color: #3e6037;
}

A:hover
{
    text-decoration: underline; /*color: #eb3342;*/
    color: #3e6037;
}

.reversed A:link
{
    text-decoration: none;
    color: #ffffff;
}

.reversed A:visited
{
    text-decoration: none;
    color: #ffffff;
}

.reversed A:hover
{
    text-decoration: underline;
    color: #ffffff;
}

.reversed
{
    color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.title
{
    font-size: 20pt;
    font-family: Georgia, Serif;
    color: #121d1a;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 5px;
}

.subtitle
{
    font-size: 14pt;
    font-family: Georgia, Serif;
    color: #3e6037;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    font-variant: normal;
    text-decoration: none;
    padding-top: 5px;
    margin-bottom: 0px;
}

/*.colheading
{
    font-size: 12pt;
    font-family: Georgia, Serif;
    color: #121d1a;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #dbe1df;

.colheading
{
    font-size: 12pt;
    font-family: Georgia, Serif;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #dbe1df;
}
.colheading
{
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #D0D7D6;
    font-weight: bold;
    text-transform: none;
    color: #8D9C99;
}
}*/

.colheading
{
    font-size: 12pt;
    font-family: Georgia, Serif;
    margin-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 6px;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #dbe1df;
}

.leftNavContainer
{
    width: 190px;
    vertical-align: top;
    text-align: left;
    background-position: right top;
    background-image: url(Assets/leftnav_bkground.jpg);
    background-repeat: no-repeat;
}

.rightColumnContainer
{
    width: 190px;
    vertical-align: top;
    text-align: left;
    background-position: left top;
    background-image: url(Assets/rcolumn_bkground.jpg);
    background-repeat: no-repeat;
}

.mainContent
{
    padding: 20px;
    line-height: 15pt;
    background-position-y: top;
    /*background-image: url(Assets/content_bkground.jpg);*/
    background-repeat: repeat-x;
}

.rightColumn
{
    font-size: 8pt;
    color: #333333;
    padding: 20px 0px 20px 20px;
}

.leftNavUnselectedItem
{
    font-size: 8pt;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333333;
}

.leftNavUnselectedItem A:link
{
    text-decoration: none;
    color: #333333;
}

.leftNavUnselectedItem A:visited
{
    text-decoration: none;
    color: #333333;
}

.leftNavUnselectedItem A:hover
{
    text-decoration: underline;
    color: #333333;
}

/*text in textboxes prior to text entry*/
.watermark
{
    font-size: 9pt;
    color: gray;
    font-style: italic;
    font-family: Verdana;
}

/*when hovering over an editable content block*/
.managedContent
{
    background-color: #cccccc;
}

/*gray border around images*/
.contentImage
{
    padding: 4px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #b9b9b9;
    border-right-color: #b9b9b9;
    border-bottom-color: #b9b9b9;
    border-left-color: #b9b9b9;
}

.numberListNumber
{
    vertical-align: top;
    text-align: right;
    width: 50px;
    padding-right: 10px;
    padding-top: 1px;
    font-family: Georgia;
    font-size: 18pt;
    color: #3E6037;
}

.pageBottomLink
{
    border: solid 1px Gray;
    color: Gray;
    padding: 5px 5px 5px 5px; /*text-transform: uppercase;*/ /*font-size: 7pt;*/
    font-family: Verdana;
}

.disabledLink
{
    color: #999999;
}

