﻿/* CSS Document */


/* ELEMENTS */

html, body, form {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    cursor: default;
}

html {
    overflow: scroll; /* always show scroll so pages dont jump in FF edited for .NET */
}

body {
    padding: 30px 0;
    color: #474747;
    font-size: 0.8em;
    text-align: center;
    background: #529538 url(../../images/grass.jpg) left top repeat;
}


/* DIVS */
#mainS {
    width: 665px;
}


/* END DIVS */

.hideElement {
    display: none;
}

.smallLeftPadding {
    padding-left: 2px;
}

.pageWidth {
    width: 665px;
    text-align: left;
}

.normalText {
    font-weight: normal;
}

.padLeft {
    padding-left: 2px;
}

.boldText {
    font-weight: bold;
}

.vAlignMiddle {
    vertical-align: middle !important;
}

.tableLabel {
    font-weight: normal;
    font-size: 0.9em;
    text-align: right;
    width: 150px;
}

.tableLabelMiddle {
    font-weight: normal;
    font-size: 0.9em;
    vertical-align: middle;
    text-align: right;
}

.tableLabelTop {
    font-weight: normal;
    font-size: 0.9em;
    vertical-align: top;
    text-align: right;
}

.tableHeaderText {
    color: white;
    background-color: #0a6023;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

h3 {
    margin: 0.1em 0 0.1em 0.0em;
    color: #1E773B;
    border-bottom-style: none;
}

h4 {
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0em 0em 0.4em 0em;
    padding: 0;
    font-size: 1.3em;
    color: #198b55;
}

 h5  {
    margin: 0.1em 0 0.1em 0.0em;
    color: #1E773B;
    border-bottom-style: none;
    font-size:18px;
    text-align:left;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1 {
    border-bottom: 1px solid #eeeeee;
    margin: 1.1em 0 0.3em 0;
    color: #d33b3c;
}

.ulListClass {
    padding: 0;
    margin: 0 0 0 50px;
    list-style-image: url(../../images/listgraphic.gif);
}


    .ulListClass li {
        margin-bottom: 10px;
    }


a {
    color: #0000ff;
    text-decoration: none;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
}


p {
    margin: 0 0 0em 0;
    padding: 0 0 0 0px;
    cursor: default;
    font-size: 1em;
}

.button {
    border-right: #add1af 1px solid;
    padding-right: 5px;
    border-top: #add1af 1px solid;
    padding-left: 5px;
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 2px;
    border-left: #add1af 1px solid;
    color: #ffffff;
    line-height: 14px;
    padding-top: 2px;
    border-bottom: #add1af 1px solid;
    background-color: #226e2f;
    cursor: pointer;
}


    .button.disabled, .button[disabled] {
        border-right: #add1af 1px solid;
        padding-right: 5px;
        border-top: #add1af 1px solid;
        padding-left: 5px;
        font-weight: bold;
        font-size: 12px;
        padding-bottom: 2px;
        border-left: #add1af 1px solid;
        color: #D6D1D1;
        line-height: 14px;
        padding-top: 2px;
        border-bottom: #add1af 1px solid;
        background-color: #f5f5f5;
        cursor: pointer;
    }


ul.Pad li {
    margin-bottom: 10px;
}

img {
    border: none;
}

/* AJAX */

.PanelTable {
    background-color: #E2FFCA;
    border-bottom: 1px dashed #006633;
    border-top: 1px dashed #006633;
    border-left: 1px dashed #006633;
    border-right: 1px dashed #006633;
}

.popupControl {
    border: 2px solid #006633;
    background-color: #cdfec6;
    position: absolute;
    visibility: hidden;
    width: 350px;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    font-size: 0.85em;
}

.popupControlSmallText {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 350px;
    text-align: left;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlLBoard {
    border: 2px solid #a91112;
    background-color: #ffffff;
    position: absolute;
    width: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    font-size: 0.85em;
    z-index: 1;
}

.popupControl2 {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 553px;
    padding: 3px 4px 3px 4px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControl2NotHidden {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    width: 553px;
    padding: 3px 4px 3px 4px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlNarrow {
    color: #000000;
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 250px;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlVNarrow {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 145px;
    text-align: left;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlENarrow {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 50px;
    text-align: left;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlMedium {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 420px;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.popupControlMedium2 {
    border: 2px solid #006633;
    background-color: #cdfec6;
    font-size: xx-small;
    position: absolute;
    visibility: hidden;
    width: 450px;
    padding: 3px 4px 3px 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: none;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.PopUpText {
    color: #006633;
    text-decoration: none;
    border-bottom: 1px dashed #006633;
}


/* for AJAX Accordian control */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0a6023;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 640px;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: underline;
    }

        .accordionHeader a:hover {
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0a6023;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    width: 640px;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    background-color: #cdfec6;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    width: 640px;
}

/* for AJAX Collapsible panels */
.collapsePanel {
    width: 541px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 531px;
    height: 12px;
    color: #ffffff;
    background-color: #0a6023;
    font-weight: bold;
    float: left;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.Hlink {
    cursor: pointer;
}

.HlinkSmall {
    cursor: pointer;
    font-size: 0.85em;
}


/* Chart Modals */

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.ChartPopup {
    width: 650px;
    height: 475px;
    background: white;
}

.ChartPopupBar {
    width: 650px;
    height: 520px;
    background: white;
}

/* END AJAX */

.imgBorder {
    border: 1px grey solid;
    vertical-align: bottom;
}

.imgBorderH {
    border: 1px grey solid;
}



/* for edit gridviews */
.FooterStyle {
    background-color: #cccccc;
    color: White;
    text-align: left;
}

.PagerStyle {
    background-color: #8A9F8D;
    color: Black;
}

.PagerStyleBor {
    background-color: #8A9F8D;
    color: Black;
    border-bottom: 2px solid #8A9F8D;
}

.PagerStyleBor2 {
    background-color: #8A9F8D;
    color: Black;
    border-bottom: 1px solid #8A9F8D;
}

.PagerStyleBor3 {
    background-color: #8A9F8D;
    color: Black;
    border-bottom: 3px solid #8A9F8D;
}

    .PagerStyle a:link, .PagerStyleBor a:link, .PagerStyleBor2 a:link, .PagerStyleBor3 a:link {
        text-decoration: underline;
        color: White;
        text-align: right;
    }

    .PagerStyle td, .PagerStyleBor td, .PagerStyleBor2 td, .PagerStyleBor3 td {
         border-left: 0px solid;
        border-right: 0px solid;
    }

.HeaderStyle {
    background-color: #0a6023;
    color: White;
    text-align: left;
}

.HeaderStyleBS {
    background-color: #609580;
    color: White;
    text-align: left;
}

.HeaderStyle th, .HeaderStyleBS th {
    border: 1px solid #3A7B49;
    padding:6px;
}


    .HeaderStyle a:link, .HeaderStyleBS a:link {
        text-decoration: none;
        color: White;
    }

.RowStyle {
    background-color: #ffffff;
    color: Black;
    text-align: left;
}

.AltRowStyle {
    background-color: #E2FFCA;
    color: Black;
    text-align: left;
}

.RowStyle1 {
    background-color: #ffffff;
    color: Black;
    text-align: left;
    border-right: 1px solid #dddddd;
}

.AltRowStyle1 {
    background-color: #EFFEE3;
    color: Black;
    text-align: left;
    border-right: 1px solid #dddddd;
}

.RowStyle1 td {
    border: 1px solid #dddddd;
    padding:6px;
}

.AltRowStyle1 td {
    border: 1px solid #dddddd;
     padding:6px;
}

/* for leaderboard gridviews */
.HeaderStyleLB {
    background-color: #a91112;
    color: White;
    text-align: left;
}

.AltRowStyleLB {
    background-color: #f8f1f5;
    color: Black;
    text-align: left;
}

#container {
    text-align: left;
    width: 800px;
    margin: 0px auto;
    background: url(../../images/containBackg.jpg) left top repeat-y;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}

#containerTop {
    background: transparent url(../../images/containTop.jpg) left top no-repeat;
}

#containerBottomOld {
    min-height: 900px;
    background: transparent url(../../images/containBottom.gif) left bottom no-repeat;
    padding: 70px 50px 70px 40px;
}

* html #container {
    height: 900px;
}

div#containerBottom {
    position: relative; /* needed for footer positioning*/
    margin: 0 auto; /* center, not in IE5 */
    width: 800px;
    background: transparent url(../../images/containBottom3.jpg) left bottom no-repeat;
    padding: 1em 0em 0em 2em;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 800px; /* real browsers */
}

* html #container {
    height: 800px;
}


div#content {
    padding: 0em 4em 5em 2.5em; /* bottom padding for footer */
}

    div#content p {
        text-align: justify;
        padding: 0 0em;
    }

    div#content ol {
        list-style-image: url(../../images/listgraphic.gif);
    }

div#contentWide {
    padding: 0em 4em 5em 2em; /* bottom padding for footer */
}

    div#contentWide p {
        text-align: justify;
        padding: 0 1em;
    }

    div#contentWide ol {
        list-style-image: url(../../images/listgraphic.gif);
    }


div#ad-bottom {
    position: absolute;
    width: 750px;
    bottom: 0em;
    border-top: 0px;
    padding: 0em 1em 4em 10.6em;
}

div#footer {
    position: absolute;
    width: 750px;
    bottom: 0;
    border-top: 0px solid #cccccc;
    padding: 0em 1em 1em 1em;
}

    div#footer table {
        border-top: 1px solid #cccccc;
    }

    div#footer td {
        padding: 1em;
        margin: 0;
        font-size: 0.8em;
        text-align: center;
    }

div#warning {
    color: #ff0000;
    font-size: 0.9em;
    text-align: center;
}

.dragHandle {
    width: 21px;
    height: 21px;
    background-image: url(../../images/reorder.gif);
    cursor: move;
    border: outset thin white;
}

.itemArea {
    margin-left: 15px;
    font-size: 1em;
    text-align: left;
}

.reorderCue {
    border: dashed thin black;
    width: 100%;
    height: 25px;
}

.shadeform {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background-image: url(../../images/shadeform.gif);
    font-size: 13px;
    border-left: #000000 1px solid;
    width: 180px;
    border-bottom: #000000 1px solid;
    text-align: left;
}

.shadeformLong {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background-image: url(../../images/shadeform.gif);
    font-size: 13px;
    border-left: #000000 1px solid;
    width: 324px;
    border-bottom: #000000 1px solid;
    text-align: left;
}

.shadeformShort {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    background-image: url(../../images/shadeform.gif);
    font-size: 13px;
    border-left: #000000 1px solid;
    width: 50px;
    border-bottom: #000000 1px solid;
    text-align: left;
}


.rightPanel {
    padding: 0px 0px 0px 40px;
}

.greenText {
    color: #198B55;
}

.greenTextBold {
    color: #198B55;
    font-weight: bold;
}


.redText {
    color: #d33b3c;
}

.blackText {
    color: #000000;
    padding-left: 4px;
}

.bodyText {
    color: #474747;
    font-weight: bold;
}

/* These 2 not used */
.fieldsetClass {
    position: relative;
    margin-top: 1em;
    padding-top: .75em;
    color: #d33b3c;
    background: #f0faf1;
}

.legendClass {
    position: absolute;
    top: -.5em;
    left: .5em;
    color: #198B55;
}

.loginPanel {
    color: #d33b3c;
    background: #f0faf1;
}

.smallText2 {
    font-size: 0.85em;
    color: #333333;
}

.smallText {
    font-size: x-small;
    color: #333333;
}

.smallTextIndent {
    font-size: xx-small;
    color: #000000;
    padding-left: 55px;
    width: 100%;
    vertical-align: top;
}

.smallTextBody {
    font-size: xx-small;
    color: #474747;
}

.smallCheckBox {
    padding-top: 17px;
}


    .smallCheckBox label {
        margin-left: 5px;
        font-size: x-small;
        color: #333333;
        padding-top: 0px;
    }

.subtitle {
    font-weight: bold;
    color: #d33b3c;
}

.subtitle2 {
    font-weight: bold;
    color: #d33b3c;
    width: 110px;
    text-align: right;
}

.subtitle2Cal {
    font-weight: bold;
    color: #d33b3c;
    width: 245px;
    text-align: right;
    padding: 5px 2px 8px;
}

.subtitle2G {
    font-weight: bold;
    color: #0c6225;
    width: 110px;
    text-align: right;
}


.subtitle2Small {
    font-weight: bold;
    color: #d33b3c;
    font-size: xx-small;
}


.subtitle2S {
    font-weight: bold;
    color: #d33b3c;
    width: 90px;
    text-align: right;
}


.fieldLabel {
    font-weight: bold;
    color: #d33b3c;
}

.alignCentre {
    text-align: center;
}


.subtitle2L {
    font-weight: bold;
    color: #d33b3c;
    width: 110px;
    text-align: left;
}

.subtitle2W {
    font-weight: bold;
    color: #d33b3c;
    width: 135px;
    text-align: right;
    padding-top: 17px;
}

.subtitle3W {
    font-weight: bold;
    color: #d33b3c;
    width: 250px;
    text-align: right;
    padding: 0px 5px;
}

.subtitle2VS {
    font-weight: bold;
    color: #d33b3c;
    width: 30px;
    text-align: right;
    padding-top: 17px;
}

.subtitle2Sb {
    font-weight: bold;
    color: #d33b3c;
    width: 90px;
    text-align: right;
    padding: 2px 10px;
}

.subtitle3 {
    font-weight: bold;
    color: #198b55;
    font-size: 1.4em;
}

.subtitle4 {
    font-weight: bold;
    color: #d33b3c;
    width: 290px;
}

.subtitle5 {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 210px;
    text-align: right !important;
}

.blanktable {
    background-color: #F0F9E0;
}

.subtitle5b {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 120px;
    text-align: right !important;
}

.subtitle5c {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 130px;
    text-align: right;
}

.subtitle5d {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 250px;
    text-align: right !important;
    vertical-align: top;
}

.subtitle5e {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 330px;
    text-align: right;
    vertical-align: top;
}

.subtitle5f {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    width: 28%;
    text-align: right !important;
}

.subtitle5h {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #0a6023;
    width: 210px;
    text-align: left;
}

.subtitle6 {
    color: #000000;
    width: 210px;
    text-align: left;
    background-color: #F0F9E0;
}

.subtitle6b {
    color: #000000;
    width: 170px;
    text-align: left;
    background-color: #F0F9E0;
}

.subtitle6c {
    color: #000000;
    width: 260px;
    text-align: left;
    background-color: #F0F9E0;
}

.subtitle6d {
    color: #000000;
    width: 22%;
    text-align: left;
    background-color: #F0F9E0;
}

.subtitle7 {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    width: 110px;
    text-align: right !important;
    border-bottom: #0a6023 1px solid;
    padding: 0px 2px 0px 0px;
}

.subtitle7Pad {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    width: 110px;
    text-align: right;
    border-bottom: 1px dashed #8BB381;
    padding: 3px 2px 3px 0px;
}


.subtitle7red {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 110px;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.subtitle7redLeft {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 110px;
    text-align: left !important;
    border-bottom: #0a6023 1px solid;
}

.subtitle7b {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
}

.subtitle7bred {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.Logo {
    text-align: left;
    padding: 0px 0 9px 0;
}

.subtitle7bredThin {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    text-align: right;
    border-bottom: #0a6023 1px solid;
    height: 5px;
}


.subtitle7c {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    width: 95px;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.subtitle7cred {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 95px;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.subtitle7credLonger {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 103px;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.subtitle7credLeft {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 95px;
    text-align: left !important;
    border-bottom: #0a6023 1px solid;
}

.subtitle7d {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    width: 145px;
    text-align: right;
    border-bottom: #0a6023 1px solid;
}

.subtitle7dExtra {
    width: 165px; 
}

.subtitle7dTop {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    width: 145px;
    text-align: right;
    vertical-align: top;
    border-bottom: #0a6023 1px solid;
}

.subtitle7dred {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 145px;
    text-align: right;
    border-bottom: #d33b3c 1px solid;
    border-right: #d33b3c 1px solid;
}

.subtitle7dredline {
    background-color: #d33b3c;
    font-weight: bold;
    color: #ffffff;
    width: 145px;
    text-align: right;
    border-bottom: #d33b3c 1px solid;
}

.subtitle7t {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
    text-align: right !important;
}

.subtitle7tPad {
    background-color: #0a6023;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
    text-align: right;
    border-bottom: 1px dashed #8BB381;
    border-top: 1px dashed #8BB381;
    padding: 3px 2px 3px 0px;
}

.subtitle8 {
    background-color: #F0F9E0;
    font-weight: bold;
    color: #000000;
    text-align: left;
}



.subtitle8n {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding: 0px 0px 0px 2px;
}

.subtitle8nBorder {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-bottom: 1px dashed #0a6023;
    padding: 3px 0px 3px 2px;
}



.subtitle9 {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #000000;
    text-align: right;
    padding:5px;
}

.subtitle9Left {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #000000;
    text-align: left !important;
    padding:5px;
    font-size: 1.01em;
}

.subtitle9h {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #000000;
    text-align: right;
    height: 22px;
}

.subtitle10 {
    background-color: #F0F9E0;
    font-weight: normal;
    color: #0a6023;
    text-align: left;
    font-size: 0.9em;
}

.subtitle11 {
    background-color: #ffffff;
    font-weight: normal;
    color: #d33b3c;
    text-align: center;
    font-size: 0.9em;
    border: 1px solid #d33b3c;
}

.userLabel {
    font-weight: bold;
    color: #198B55;
    font-size: 0.8em;
}

    .userLabel a {
        text-decoration: underline;
        outline-color: invert;
        outline-style: none;
        outline-width: medium;
    }

.style3 {
    width: 2%;
}

.style3b {
    width: 12%;
}

.style6 {
    width: 18%;
}

.fullWidth {
    width: 100%;
}

.fullWidthLeft {
    width: 95%;
    text-align: left;
}

.fullWidthC {
    width: 95%;
    text-align: center;
}

.fullWidthD {
    width: 100%;
    padding: 0px 0px 0px 80px;
}

.ViewGridRow {
    width: 100%;
    padding: 0px 0px 0px 15px;
}

.alignTable {
    padding: 0px 0px 0px 50px;
}

.alignSection {
    padding: 0px 0px 0px 15px;
}

.alignTableST {
    padding: 0px 0px 0px 10px;
    font-size: xx-small;
    color: #000000;
}

.alignTableST2 {
    padding: 0px 0px 0px 50px;
    font-size: x-small;
    color: #000000;
}

.alignTable2 {
    padding: 0px 0px 0px 130px;
}

.alignTable3 {
    padding: 15px 0px 0px 10px;
}

.alignTable3L {
    padding: 6px 0px 0px 10px;
    text-align: left;
}

.alignTable3b {
    padding: 15px 0px 0px 50px;
}

.alignTable3c {
    padding: 15px 0px 0px 10px;
    width: 100px;
}

.alignTable3d {
    padding: 15px 0px 0px 10px;
    width: 160px;
}

.alignTable4 {
    padding: 0px 0px 0px 110px;
    width: 260px;
}

.alignTable5 {
    padding: 0px 0px 0px 25px;
}

.alignTable5b {
    padding: 0px 0px 0px 45px;
}

.alignTable5c {
    padding: 0px 0px 0px 35px;
}

.alignTable5n {
    padding: 0px 0px 0px 10px;
}


table.tblPopUp, table.tblPopUpIE {
    width: 100%;
    border-collapse: collapse;
}

    table.tblPopUp .dateCol, table.tblPopUpIE .dateCol {
        width: 75px;
    }

    table.tblPopUp .weekCol, table.tblPopUpIE .weekCol {
        width: 35px;
    }

    table.tblPopUp td, table.tblPopUp th {
        text-align: left;
        border: 1px solid #98bf21;
        padding: 2px 2px 2px 2px;
    }

    table.tblPopUpIE td, table.tblPopUpIE th {
        text-align: left;
        border: 0px solid #98bf21;
        padding: 2px 2px 2px 2px;
    }


    table.tblPopUp th, table.tblPopUpIE th {
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #009900;
        color: #fff;
    }

    table.tblPopUp td, table.tblPopUpIE td {
        color: #000;
        background-color: #EAF2D3;
    }


.subtitle2alignTable {
    font-weight: bold;
    color: #d33b3c;
    width: 110px;
    padding: 0px 0px 0px 50px;
}

.subtitle2SalignTable {
    font-weight: bold;
    color: #d33b3c;
    width: 90px;
    padding: 0px 0px 0px 50px;
}

.adminTable {
    border-collapse: collapse;
    border-top: 1px solid #198b55;
    border-left: 1px solid #198b55;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

    .adminTable th {
        border-top: 1px solid #0a6023;
        border-left: 1px solid #0a6023;
        border-right: 1px solid #0a6023;
        border-bottom: 1px solid #0a6023;
    }

    .adminTable td {
        text-align: right;
        border-top: 1px solid #0a6023;
        border-left: 1px solid #0a6023;
        font-size: 0.9em;
    }


    .adminTable th a {
        color: #10659E;
    }

    .adminTable td a {
        color: #000099;
    }

    .adminTable tr.unchecked {
        background-color: #ffffff;
    }

    .adminTable tr.checked {
        background-color: #E7F4FF;
    }

.adminTableLeft {
    border-collapse: collapse;
    border-top: 1px solid #198b55;
    border-left: 1px solid #198b55;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

    .adminTableLeft th {
        border-top: 1px solid #0a6023;
        border-left: 1px solid #0a6023;
        border-right: 1px solid #0a6023;
        border-bottom: 1px solid #0a6023;
    }

    .adminTableLeft td {
        border-top: 1px solid #0a6023;
        border-left: 1px solid #0a6023;
    }

.adminTable2 {
    border-collapse: collapse;
    border-top: 1px solid #0a6023;
    border-left: 1px solid #0a6023;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

.adminTable2Pred {
    border-collapse: collapse;
    border-top: 1px solid #0a6023;
    border-left: 1px solid #0a6023;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

    .adminTable2Pred td {
        border-left: 1px solid #0a6023;
    }

.adminTable3 {
    border-collapse: collapse;
    border-top: 1px solid #0a6023;
    border-left: 1px solid #0a6023;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

    .adminTable3 td {
        border-collapse: collapse;
        text-align: left;
    }

.subscribeTable {
    border-collapse: collapse;
    border-top: 1px solid #0a6023;
    border-left: 1px solid #0a6023;
    border-right: 1px solid #0a6023;
    border-bottom: 1px solid #0a6023;
}

    .subscribeTable td {
        border-collapse: collapse;
        border-top: 1px solid #0a6023;
        border-bottom: 1px solid #0a6023;
        height: 70px;
        padding: 15px 0px 0px 50px;
        text-align: left;
    }


.announceTable {
    text-align: left;
    border-collapse: collapse;
    border-top: 1px solid #d33b3c;
    border-left: 1px solid #d33b3c;
    border-right: 1px solid #d33b3c;
    border-bottom: 1px solid #d33b3c;
}

.wellExtra {
    overflow: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

img.floatRight {
    float: right;
    margin: 4px 4px 8px 30px;
}

.limitsize img {
    max-width: 190px; /*width: expression(this.width > 190 ? 190: true);	/* for IE <v7 */
}

.limitsizeAdmin img {
    max-width: 400px; /*width: expression(this.width > 400 ? 400: true);	/* for IE <v7 */
}

.butClass {
    border: 1px solid;
    border-color: #D6D3CE;
}

.tdClass {
    padding-left: 3px;
    padding-top: 3px;
}

input.prompt {
    border: 1px solid transparent;
    background-color: #99ccff;
    width: 70px;
    font-family: arial;
    font-size: 12px;
    color: black;
}

table.promptbox {
    border: 1px solid #ccccff;
    background-color: #FFFFE6;
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-family: arial;
    font-size: 12px;
}

input.promptbox {
    border: 1px solid #0000FF;
    background-color: white;
    width: 100%;
    font-family: arial;
    font-size: 12px;
    color: black;
}

td.titlebar {
    background-color: #DBEAF5;
    color: #000066;
    font-weight: bold;
    font-family: arial;
    font-size: 12px;
}

/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader {
    background: transparent;
    width: 800px;
    height: 24px;
    color: #FFF;
    margin-left: 0px;
}

    #subheader h2 {
        color: #FEAB06;
    }
/*#subheader a {color: #FECF5F; }*/

.logoNavbar {
    padding: 0px 5px 0px;
    float: left;
}

.smallerTextDD {
    color: rgb(29, 86, 39);
    font-size: .9em;
}

.subtitle2VSSmall {
    font-weight: bold;
    color: #d33b3c;
    width: 30px;
    text-align: right;
    font-size: x-small;
}

/* Added after Resp */

.ZoomDiv {
    text-align: center;
    padding-bottom: 20px;
}

.ZoomText {
    font-weight: bold;
    color: #C2A37F;
}

.FloatLeft{
   float: left;
}

 .FloatRight{
   float: right;
}
  .ClearFloat{
   clear: both;
}

.TwoCol{
   float: left;
   margin-right:20px;
   width:320px;

}

.TwoColContent{
    min-height: 50px;
     max-height:350px;
}
.TwoColWrapper{
    width: 100%;
    padding-top: 20px;
}
.LightGreenBG {
    background-color: #F0F9E0;
}