﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Catamaran);

/* Body Background */
body {
    background-color: #7ea8ad;
    font-family: "Catamaran", catamaran bold, catamaran extralight;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 13px;
    color: #5c4925;
}

h1 {
    font-size: 25px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 15px;
    text-transform: uppercase;
}

h2 {
    color: #42738d;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0;
    padding-top: 15px;
    margin-bottom: 10px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0px;
}

h4 {
    font-size: 14px;
    font-weight: bold;
    color: #335c87;
    padding: 6px 0px 13px 0px;
    margin: 0;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    color: #42738d;
    padding: 0;
    margin: 5px;
}

.validator {
    color: #B94E5E;
}

.textbox {
    color: #8a7e70;
    border: 1px solid #93897C;
    height: 21px;
}

.line {
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid black;
    margin-bottom: 5px;
    color: rgb(119, 154, 196);
    font-size: 22px;
    font-family: "Catamaran", catamaran bold, catamaran extralight;
}


.OptionsPanel {
    background-color: #eae8e2;
    width: 1000px;
}

.OptionsTable {
    color: rgb(119, 154, 196);
    background-color: white;
    font-size: 12px;
    font-weight: bold;
    border-collapse: collapse;
}

    .OptionsTable td {
        border: 1px solid #887f6f;
        border-collapse: collapse;
        padding: 5px;
        white-space: nowrap;
    }

.OptionsBand {
    text-align: center;
    background-color: #d9d5ca;
    text-transform: uppercase;
    font-size: 15px;
    color: #362f2d;
}

.OptionsHeader {
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: #a29a8c;
    white-space: nowrap;
}

.OptionsAltBG {
    background-color: #d7ca9e;
}

.OptionsSummable {
    color: #335c87;
}

.optional {
}

a {
    color: inherit;
    text-decoration: underline;
}

    a:hover {
        color: #a1662c;
    }

.ajax__calendar_container {
    font-family: "Catamaran", catamaran bold, catamaran extralight;
    color: #8a7e70 !important;
}

.ajax__calendar_title {
    font-size: 12px !important;
}

.ajax__calendar_other .ajax__calendar_day {
    color: #B3ADA4 !important;
}

ajax__calendar_footer {
    color: #789F58 !important;
}
/* FormView */
.formheader {
    font-style: normal;
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
    font-size: 14pt;
    color: #000;
    height: 37px;
    vertical-align: middle;
    white-space: nowrap;
}

.formtext {
    font-size: 14px;
    font-weight: bold;
}

.form {
    color: #000;
    text-align: right;
    font-weight: Normal;
    height: 30px;
    font-size: 11pt;
    white-space: nowrap;
}

.formdata {
    font-size: 10pt;
    background-color: #EBE8E3;
    font-weight: normal;
    color: #000;
    padding: 4px 4px 4px 4px;
    text-align: left;
    white-space: nowrap;
    border: solid 1px #9A9B8C;
}

#page {
    width: 97%;
    margin: 0px auto;
    min-width: 1350px;
    padding: 10px 0px 10px 0px;
    background: #fff;
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    font-size: 15px;
}

#header a, #header a img {
    border: 0px;
}

#header {
    width: 100%;
    background-color: #fff;
    height: 151px;
}

#leftheader {
    position: relative;
    width: 20%;
    float: left;
    top: 5px;
    background-color: White;
    height: 142px;
    z-index: 50;
}

#rightheader {
    position: relative;
    width: 80%;
    background-color: white;
    float: right;
    top: 5px;
    left: 0px;
    padding-top: 5px;
    background-image: url(/images/backgroundright.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 137px;
    text-align: right;
    z-index: 30;
}

    #rightheader img {
        padding-right: 5px;
        padding-bottom: 5px;
    }

.searchButton {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    border: 1px solid #999; /*#5A481A;*/
    background-color: #5A481A;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    padding: 5px;
    background-image: url(/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    margin-right: 5px;
}

.searchText {
    width: 200px;
    margin-right: 5px;
    font-style: italic;
    color: #999;
}

    .searchText:hover {
        font-style: normal;
        color: #000;
    }

#loginStatus {
    color: #5c4925;
    font-weight: bold;
    line-height: 22px;
    vertical-align: top;
    margin-top: 5px;
}

    #loginStatus > span {
        vertical-align: top;
    }

    #loginStatus > a {
        color: #5c4925;
        vertical-align: top;
    }

        #loginStatus > a:hover {
            color: #a1662c;
        }

#navigation {
    background-color: #42738d;
    height: 29px;
    text-align: left;
    margin-top: -12px;
}

#content {
    padding: 10px 10px;
}

.gvHeader {
    background: rgb(234, 232, 226);
    color: rgb(90, 71, 27);
    font-style: normal;
    font-size: 11pt;
    font-weight: normal;
}

.gvText {
    color: rgb(90, 71, 27);
    font-style: normal;
    font-size: 11pt;
}

#footer {
    clear: both;
    font-size: 12px;
    color: #fff;
    background-color: #42738d;
    padding: 10px;
    overflow: auto;
}

    #footer a {
        font-size: 12px;
        color: #DFC298;
        text-decoration: none;
    }

        #footer a:hover {
            color: #5c4925;
        }

    #footer #footershare {
        width: 250px;
        float: left;
        margin-bottom: 5px;
        margin-right: 15px;
    }

        #footer #footershare a img {
            vertical-align: middle;
            margin-right: 2px;
            border: none;
        }

        #footer #footershare a:hover img {
            vertical-align: middle;
        }

    #footer #footercontact {
        /*width: 500px;*/
        float: right;
        margin-bottom: 5px;
        text-align: right;
    }

    #footer #footer-end {
        width: 100%;
        clear: both;
        border-top: 1px #0d1115 solid;
        padding-top: 5px;
    }

.centerControl {
    margin: 0 auto;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
