@font-face {
    font-family: Lato;
    src: url('/Fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: LatoBold;
    src: url('/Fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: CDS_Button;
    src: url('/Fonts/Yantramanav-Bold.ttf');
}

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'Lato', Arial, Sans-Serif;
    font-size: 10pt;
    color: #222233;
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

form {
    display: inline-block;
}

.Red {
    color: #cc0000 !important;
}

.RedBlock {
    color: #cc0000 !important;
    white-space: nowrap;
    display: inline-block;
    outline: 2px solid #cc0000;
    padding: 0 5px;
}

.Green {
    color: #009900 !important;
}

.GreenBlock {
    color: #007700 !important;
    white-space: nowrap;
    display: inline-block;
    outline: 2px solid #00aa00;
    padding: 0 5px;
}

.Blue {
    color: blue !important;
}

.SBold {
    font-size: 8pt;
    font-weight: bold;
}

.Font12 {
    font-size: 12pt !important;
}

.Font14 {
    font-size: 14pt !important;
}

.Font16 {
    font-size: 16pt !important;
}

div.Sponsor_Header {
    text-align: center;
    padding: 15px;
    vertical-align: middle;
}

.Sponsor_Prefix {
    font-family: 'Brush Script MT';
    font-weight: normal;
    font-size: 18pt;
}

.Sponsor_Title {
    font-style: italic;
    font-weight: bold;
    color: #cc0000;
    font-size: 16pt;
    white-space: nowrap;
}

img.Sponsor {
    max-height: 90px;
    max-width: 130px;
    vertical-align: middle;
}

div.Fade_About_Us {
    margin: 0 auto;
    background-image: url('/Images/About_Us_Small.jpg');
    width: 224px;
    height: 149px;
    /* you need to match the shadow color to your background or image border for the desired effect*/
    box-shadow: 0 0 8px 8px white inset;
}

div.BigLink {
    cursor: pointer;
    white-space: nowrap;
    font-size: 11pt;
    font-weight: bold;
    padding: 8px;
    background-color: #56d5fe;
    border: 1px solid #0090d0;
    display: table-cell;
}

.NoWrap {
    white-space: nowrap;
}

div.Footer {
    text-align: center;
    padding-top: 50px;
}

select {
    font-size: 10pt;
    font-weight: bold;
    padding: 1px;
}

.Left {
    text-align: left;
}

.Right {
    text-align: right;
}

.Center {
    text-align: center;
}

div.Table {
    display: table;
    margin: 10px auto;
}

div.Master {
    display: block;
    margin: 0 10px 10px 10px;
    text-align: center;
}

table.Container {
    width: 100%;
    margin: 0 auto;
    border-style: none;
}

table.Panel_Clear {
    margin: 5px auto;
    border-style: none;
}

tr.DSpacer {
    height: 1px;
}

th.Divider {
    text-align: center;
    padding: 4px;
}

td.DSpacer {
    width: 165px;
    border-style: none;
}

table.Master {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-style: none;
}

td.Master {
    padding: 0 25px;
    text-align: center;
    border-style: none;
}

td.Divider {
    padding: 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    background: #cccccc;
    background-image: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    text-align: center !important;
}

div.Center_Panel {
    min-width: 850px;
    min-height: 500px;
    padding: 5px 0px;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.HiLite {
    background-color: #ffffaa;
}

.Blue {
    color: #0955ed;
}

.DBlue {
    color: #000099;
}

input {
    font-size: 10pt;
    font-weight: bold;
}

    input[type="text"], [type="password"], textarea {
        color: #000099;
        padding: 1px;
    }

    input[type="button"], input[type="submit"] {
        font-family: CDS_Button, Tahoma, sans-serif;
        background-color: #4391D9;
        background: linear-gradient(to bottom, #4391D9 0%,#0650C3 100%);
        border: 1px solid #777777;
        border-radius: 5px;
        padding: 3px 5px;
        color: white;
        margin: 2px;
    }

button {
    font-family: CDS_Button, Tahoma, sans-serif;
    background-color: #4391D9;
    background: linear-gradient(to bottom, #4391D9 0%,#0650C3 100%);
    border: 1px solid #777777;
    border-radius: 5px;
    padding: 3px 5px;
    color: white;
    margin: 2px;
}

table {
    border-spacing: 0px;
    border-collapse: collapse;
}

caption {
    padding: 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    background: #cccccc;
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
}

tr {
    vertical-align: top;
}

th {
    padding: 4px 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    background: #cccccc;
    background-image: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaaaaa;
    text-align: center;
}

td {
    padding: 3px;
    color: #000000;
    font-size: 10pt;
    border-collapse: collapse;
}

input.Field {
    color: #000099;
    font-size: 10pt;
    font-weight: bold;
    padding: 1px;
}

input.Field_Err {
    color: #cc0000;
    background-color: #ffff99;
    font-size: 10pt;
    font-weight: bold;
    padding: 1px;
}

span.Form {
    display: inline-block;
    min-width: 120px;
    border-bottom: 1px solid black;
    font-family: LatoBold, Arial, sans-serif;
}

.noselect {
    /* Prevent users from selecting text to copy */
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

div.Note {
    padding-left: 3px;
    font-size: 8pt;
    font-style: italic;
    color: blue;
}

.BtnYellow {
    background-color: #FDF203 !important;
    background: linear-gradient(to bottom, #FDF203 0%,#DFD604 100%) !important;
    color: black !important;
}

.BtnRed {
    background-color: #F90303 !important;
    background: linear-gradient(to bottom, #F90303 0%,#940404 100%) !important;
}

.BtnOrange {
    background: linear-gradient(to bottom, #FFAF55 0%,#EE9E2A 100%) !important;
    color: black !important;
}

.BtnGreen {
    background-color: #2EE70A !important;
    background: linear-gradient(to bottom, #2EE70A 0%,#24AB0A 100%) !important;
    color: black !important;
}

input.HomeBtn {
    font-size: 10pt !important;
    margin: 8px 20px !important;
}

input.BtnBlueL {
    font-size: 12pt;
    padding: 5px 10px !important;
    margin: 10px auto !important;
}

input.BtnCDS {
    font-size: 10pt;
    margin: 2px 10px;
    padding: 2px 6px !important;
}

input.BtnCDSL {
    font-size: 12pt;
    margin: 4px 10px !important;
    padding: 2px 10px !important;
}

input.BtnCDXL {
    font-size: 14pt;
    margin: 4px 10px !important;
    padding: 2px 12px !important;
}

.Btn14 {
    font-size: 14pt !important;
    padding: 3px 20px !important;
}

ul.teardrop {
    margin-top: 0px;
    list-style-image: url("/images/SS_Button_min.gif"); /*SS_Button_min.gif*/
}

table.Header {
    border: 0 none white;
    margin: 0 auto;
    width: 100%;
}

td.HeaderL {
    text-align: left;
    padding-left: 25px;
    width: 485px;
    vertical-align: top;
}

td.HeaderR {
    text-align: right;
    padding-right: 25px;
    padding-top: 5px;
    vertical-align: top;
    min-width: 450px;
}

img.Carmody {
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    border-width: 0px;
}

img.Left {
    border-width: 0px;
    float: left;
}

img.Right {
    border-width: 0px;
    float: right;
}

a {
    color: #0955ed;
    font-size: 10pt;
    font-weight: bold;
}

td.Link {
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
}

img.Link {
    vertical-align: middle;
    width: 22px;
    height: 22px;
}

a.List {
    color: #0955ed;
    font-weight: bold;
    font-size: 10pt;
    display: block;
    margin: 2px auto 5px auto;
}

    a.List:hover {
        color: #dd0000;
    }

a.Link {
    color: #0955ed;
    font-weight: bold;
    font-size: 8pt;
    line-height: 160%;
}

span.Link {
    cursor: pointer;
    color: #0955ed;
    font-weight: bold;
    font-size: 8pt;
    line-height: 160%;
    text-decoration: underline;
}

.Bold {
    font-weight: bold;
}

div.box {
    border-right: 1px solid;
    padding-right: 5px;
    border-top: 1px solid;
    padding-left: 5px;
    padding-bottom: 5px;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

table.Content {
    width: 100%;
    border-style: none;
}

td.News_Left {
    width: 224px;
    text-align: center;
    padding: 0 10px;
}

td.News_Right {
    width: 224px;
    text-align: center;
    padding: 0 10px;
}

td.Content {
    padding: 0;
    text-align: center;
}

div.Msg_Plain {
    text-align: center;
    font-size: 12pt;
    color: black;
    font-weight: bold;
    padding: 20px 10px;
}

div.Msg_PlainR {
    text-align: center;
    font-size: 12pt;
    color: #dd0000;
    font-weight: bold;
    padding: 20px 10px;
}

div.Description {
    padding: 10px 0;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    font-style: italic;
    white-space: normal;
}

div.BtnLink {
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #222222;
    text-align: center;
    background-color: #fffffa;
    margin: 10px auto 15px auto;
    padding: 5px 10px;
    white-space: nowrap;
    border: 1px solid #bbbbaa;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #999999;
}

    div.BtnLink:hover {
        color: blue;
    }

div.News_Header {
    width: 244px;
    height: 143px;
    margin: 0 auto 10px auto;
    background-image: url('/Images/Notice.png');
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 20px;
}

div.News_Item {
    position: relative;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #222222;
    text-align: justify;
    background-color: #fffffa;
    width: 220px;
    margin: 0 auto 10px auto;
    padding: 5px 10px;
    min-height: 25px;
    border: 1px solid #bbbbaa;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #999999;
}

div.News_ItemC {
    position: relative;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #222222;
    text-align: center;
    background-color: #fffffa;
    width: 220px;
    margin: 0 auto 10px auto;
    padding: 5px 10px;
    min-height: 25px;
    border: 1px solid #bbbbaa;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #999999;
}

a.News_ItemC {
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    color: #222222;
    font-size: 13pt;
    font-weight: bold;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

    a.News_ItemC:hover {
        color: blue;
    }

tr {
    vertical-align: top;
}

H1 {
    font-size: 180%;
    color: #ffcc00;
    background-color: transparent;
    text-align: center;
}

H2 {
    color: black;
    text-align: center;
}

    H2.left {
        text-align: left;
    }

    H2.smallBottomMargin {
        margin-bottom: 0px;
    }

H3 {
    color: black;
    text-align: center;
}

    H3.left {
        text-align: left;
    }

    H3.smallCaps {
        font-size: 14pt;
        color: black;
        font-style: normal;
        background-color: transparent;
        text-align: center;
        font-variant: small-caps;
    }

HR {
    border-right: 1px;
    border-top: 1px;
    border-left: 1px;
    border-bottom: 1px;
    height: 1px;
}

    hr.Green {
        color: #ffcc00;
        background-color: white;
    }

input.Text {
    font-size: 10pt;
}

input.BtnFixed70 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    font-size: 11pt;
    width: 70px;
}

input.BtnBlue {
    font-size: 11pt;
}

input.radBlack {
    background-color: white;
    width: 25px;
    height: 25px;
}

input.radYellow {
    background-color: yellow;
    width: 25px;
    height: 25px;
}

input.chkBlack {
    background-color: white;
    width: 23px;
    height: 23px;
}

input.chkYellow {
    background-color: yellow;
    width: 23px;
    height: 23px;
}

li.Spaced {
    line-height: 120%;
    padding-bottom: 10px;
}

li.Note {
    font-weight: bold;
    padding-bottom: 5px;
}

div.Header {
    color: #eeeeee;
    border-color: #ffcc00;
    font-size: 11pt;
    background-color: #0955ed;
}

p.larger {
    font: bold larger;
}

.Required {
    font-weight: bold !important;
    color: #cc0000 !important;
}

p.securityError {
    border-right: maroon thick solid;
    border-top: maroon thick solid;
    font-weight: bolder;
    font-size: larger;
    border-left: maroon thick solid;
    width: 100%;
    color: #dd0000;
    border-bottom: maroon thick solid;
    font-style: italic;
    background-color: white;
    text-align: center;
}

input.Number {
    text-align: right;
}

img.b1 {
    margin: 1px;
    border: 2px white solid;
    cursor: pointer;
}

img.b2 {
    margin: 1px;
    border: 2px #dd0000 solid;
    cursor: pointer;
}

table.Alert {
    color: #dd0000;
    background-color: #fcfed0;
    font-weight: bold;
}

table.Message {
    color: #0955ed;
    background-color: #fcfed0;
    font-weight: bold;
}

table.data {
    background-color: white;
    border: 1px solid #aaaaaa;
    border-spacing: 0px;
    margin: 0 auto;
}

table.dataC {
    background-color: white;
    border: 1px solid #aaaaaa;
    margin: 0 auto;
}

table.dataL {
    background-color: white;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: 0px;
    margin-right: auto;
}

table.dataR {
    background-color: white;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-right: 0px;
    margin-left: auto;
}

table.dataCNB {
    border-style: none !important;
    margin: 0 auto;
}

table.dataLNB {
    border-style: none !important;
    margin-left: 0;
    margin-right: auto;
}

table.dataRNB {
    border-style: none !important;
    margin-right: 0;
    margin-left: auto;
}

table.Panel {
    border: 1px solid #999999;
    background-color: white;
    margin: 10px auto;
    border-collapse: collapse;
    border-spacing: 0;
}

#divAbout {
    width: 650px;
    position: fixed;
    z-index: 90;
    display: none;
    top: 20%;
    left: 50%;
    margin-left: -325px;
}

div.PopUpContainer {
    position: relative;
}

div.PopUpDialogIE {
    position: absolute;
    top: -10px;
    left: 3px;
    right: 3px;
    z-index: 3;
    display: table;
    max-width: 500px;
    min-width: 200px;
    background-color: #cccccc;
    display: none;
}

div.Menu {
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    color: white;
    padding: 2px 25px;
    text-align: center;
    border-width: 0 1px;
    border-style: solid;
    border-color: #6393c1;
    white-space: nowrap;
    cursor: pointer;
    background-image: url('/Images/Menu.png');
    background-repeat: repeat-x;
}

div.MenuSelect {
    display: inline-block;
    font-size: 14pt;
    font-weight: bold;
    color: yellow;
    padding: 2px 25px;
    text-align: center;
    border-width: 0 1px;
    border-style: solid;
    border-color: #6393c1;
    white-space: nowrap;
    cursor: pointer;
    background-image: url('/Images/Menu_Select.png');
    background-repeat: repeat-x;
}

a.Menu {
    text-decoration: none;
    color: inherit;
    font-size: 14pt;
    font-weight: bold;
}

    a.Menu:hover {
        color: yellow;
    }

.Table {
    display: table;
    margin: 0 auto;
}

div.PopUpDialog {
    position: absolute;
    top: -10px;
    left: 3px;
    right: 3px;
    z-index: 3;
    display: table;
    max-width: 500px;
    min-width: 200px;
    background: #bbbbbb; /* Old browsers */
    background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* Opera11.10+ */
    background: linear-gradient(top, #cfe7fa 0%,#6393c1 100%); /* W3C */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 15px 15px 10px #010101;
    -webkit-box-shadow: 15px 15px 10px #010101;
    box-shadow: 15px 15px 10px #010101;
    display: none;
}

.Shadow {
    -moz-box-shadow: inset 0 0 10px #aaaaaa;
    -webkit-box-shadow: inset 0 0 10px #aaaaaa;
    box-shadow: inset 0 0 10px #aaaaaa;
}

.Chamfer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

table.Popup {
    border: solid 3px #999999;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    z-index: 95;
}

.TableTitle {
    color: #000000;
    border: 1px solid #999999;
    background-color: #cccccc;
    text-align: center;
    border-collapse: collapse;
}

div.Title {
    text-align: center;
    white-space: nowrap;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px;
}

div.BBlock {
    text-align: center;
    white-space: nowrap;
    font-size: 12pt;
    font-weight: bold;
    padding: 15px;
}

th.CellL {
    background: none white !important;
    font-weight: bold !important;
    color: black !important;
    vertical-align: top;
    text-align: left !important;
    border-style: none !important;
}

th.title {
    text-align: center;
    color: #000000;
    border: 1px solid #999999;
    padding: 3px;
    font-weight: bold;
    font-size: 11pt;
    background-color: #000000;
    border-collapse: collapse;
}

th.Shade {
    text-align: center;
    color: black;
    border: 1px solid #999999;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 10pt;
    background-color: #cccccc;
    border-collapse: collapse;
}

td.Shade {
    text-align: center;
    border: 1px solid #999999;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px;
    background-color: white;
    color: #0000bb;
    border-collapse: collapse;
}

td.ShadeR {
    text-align: right;
    border: 1px solid #999999;
    font-size: 10pt;
    font-weight: bold;
    padding: 3px;
    background-color: white;
    color: #0000bb;
    border-collapse: collapse;
}

table.Form {
    background-color: white;
    border: 1px solid #999999;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
}

th.Form {
    color: #000000;
    font-size: 11pt;
    padding: 3px;
    background-color: #cccccc;
    border: 1px solid #999999;
    border-collapse: collapse;
    text-align: left;
}

td.Panel {
    border-style: none;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    padding: 6px;
}

td.PanelC {
    border-style: none;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding: 6px;
}

td.Form {
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    background-color: white;
    border: 1px solid #999999;
    text-align: left;
    border-collapse: collapse;
}

td.formL {
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    border-collapse: collapse;
    border: 1px solid #999999;
    padding: 4px;
}

td.formR {
    text-align: right;
    font-size: 10pt;
    font-weight: bold;
    border: 1px solid #999999;
    border-collapse: collapse;
    padding: 4px;
}

td.formC {
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    border: 1px solid #999999;
    border-collapse: collapse;
    padding: 4px;
}

td.data {
    background-color: white;
    padding: 4px;
    border: 1px solid #999999;
    border-collapse: collapse;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}

td.dataL {
    border: 1px solid #999999;
    border-collapse: collapse;
    background-color: white;
    padding: 4px;
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}

td.dataR {
    border: 1px solid #999999;
    border-collapse: collapse;
    background-color: white;
    padding: 4px;
    font-size: 10pt;
    text-align: right;
    font-weight: bold;
    vertical-align: top;
}

td.dataC {
    border: 1px solid #999999;
    border-collapse: collapse;
    background-color: white;
    padding: 4px;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}

td.dataLNB {
    text-align: left !important;
    padding: 5px !important;
    font-weight: bold !important;
}

td.dataRNB {
    text-align: right !important;
    padding: 5px !important;
    font-weight: bold !important;
}

td.dataCNB {
    text-align: center !important;
    padding: 5px !important;
    font-weight: bold !important;
}

td.dataLR {
    background-color: white;
    padding: 3px;
    font-size: 10pt;
    text-align: left;
    font-weight: bold;
    color: Red;
}

td.dataRR {
    background-color: white;
    padding: 3px;
    font-size: 10pt;
    text-align: right;
    font-weight: bold;
    color: Red;
}

td.dataCR {
    background-color: white;
    padding: 3px;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    color: Red;
}

th.data {
    padding: 2px 5px;
}

th.dataC {
    padding: 4px 5px !important;
    border: 1px solid #aaaaaa;
    text-align: center !important;
}

th.dataR {
    padding: 4px 5px !important;
    border: 1px solid #aaaaaa;
    text-align: right !important;
}

th.dataL {
    padding: 4px 5px !important;
    border: 1px solid #aaaaaa;
    text-align: left !important;
}

th.Label {
    padding: 4px 5px !important;
    border: 1px solid #aaaaaa;
    text-align: left !important;
    background-image: linear-gradient(to right, #f0f0f0 0%,#dddddd 100%) !important;
    vertical-align: top !important;
    font-size: 10.5pt !important;
}

/* General Table classes *********************************************************************************************************************/
td.colHead {
    text-align: left;
    border: solid 1px #999999;
    padding: 1px;
    font-weight: bold;
    font-size: 10pt;
}

th.colHead {
    text-align: right;
    color: #000000;
    border: solid 2px #555555;
    padding: 1px;
    font-weight: bold;
    font-size: 10pt;
    background-color: #cccccc;
}

th.header {
    font-size: 10pt;
    color: #ffcc00;
    background-color: black;
}

th.header2 {
    font-size: 13pt;
}

th.RedTitle {
    color: #dd0000 !important;
}

td.address {
    font-size: 9px;
    font-weight: bold;
}

td.underline {
    border-bottom: black thin solid;
}

td.ColoredText {
    color: green;
}

td.CalendarToday {
    font-weight: bolder;
    font-size: 110%;
    background-color: white;
}

td.CalendarWeekDay {
    background-color: white;
}

td.CalendarWeekend {
    background-color: white;
}

td.CalendarDayNames {
    background-color: #ffd700;
    font-weight: bolder;
    color: green;
}

td.CalendarMonthName {
    font-weight: bolder;
    color: green;
    background-color: #ffd700;
}

td.CalendarMonthNav {
    font-weight: bolder;
    color: green;
    background-color: #ffd700;
}

td.CalendarEmpty {
    background-color: silver;
}

th.DropDown {
    font-size: 14pt;
    font-weight: bold;
    color: #eeeeee;
    background-color: #0955ed;
    border-style: outset;
    border-width: thin;
    border-color: #000044;
    text-align: left;
}

td.DropDown {
    font-size: 11pt;
    color: black;
    background-color: white;
    border-style: ridge;
    border-width: 0px 2px 2px 2px;
    border-color: #000044;
    text-align: left;
}

div.Msg {
    display: table;
    margin: 10px auto;
    text-align: center;
}


div.ErrInline {
    display: inline-flex;
    max-width: 700px;
    margin: 5px auto;
    background: yellow;
    font-size: 11pt;
    font-weight: bold;
    color: #dd0000;
    padding: 5px 7px;
    border: solid 1px #dd0000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.Err {
    display: inline-flex;
    max-width: 700px;
    margin: 15px auto;
    background: #ffff99;
    font-size: 11pt;
    font-weight: bold;
    color: #dd0000;
    padding: 10px 15px;
    border: solid 1px #dd0000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.Info {
    text-align: center;
    max-width: 700px;
    display: inline-flex;
    margin: 15px auto;
    font-size: 11pt;
    font-weight: bold;
    background-color: #f3ecb2;
    color: #000099;
    padding: 10px 15px;
    border: solid 1px #000099;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.Success {
    text-align: center;
    display: inline-flex;
    max-width: 700px;
    margin: 5px auto;
    font-size: 11pt;
    font-weight: bold;
    background-color: #71f880;
    color: #000000;
    padding: 4px 10px;
    border: solid 1px #000000;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

div.Error {
    color: #dd0000;
    font-size: 9pt;
    font-weight: bold;
    background-color: #ffff99;
    font-style: italic;
    text-align: left;
    padding: 2px;
    display: table;
}

input.Error {
    background-color: yellow;
}

select.Error {
    background-color: yellow;
}

textarea.Error {
    background-color: yellow;
}

H2.linetwo {
    margin-top: -35px;
    font-size: 100%;
    font-style: italic;
}

.question {
    color: #0955ed;
    font: courier;
    font-size: 2px;
}

.answer {
    color: #ffcc00;
    font: arial;
    font-size: 2px;
}

a.Btn {
    display: block;
    padding: 0;
    margin: 0;
}

img.Btn {
    cursor: pointer;
    margin: 1px;
}

input.BtnLarge {
    width: 214px;
    height: 44px;
    font-size: 11pt;
}

.BtnSS11 {
    font-size: 11pt;
    width: 120px;
}

.BtnSS10 {
    font-size: 10.5pt;
    width: 120px;
}

input.BtnSepticSearch, button.BtnSepticSearch {
    font-size: 13pt;
    background: linear-gradient(180deg, rgba(71,148,219,1) 5%, rgba(3,94,178,1) 100%);
    border-radius: 6px;
    color: white;
    width: 120px;
    margin: 4px;
    height: 22px;
    border-color: #000055;
    font-weight: normal;
    line-height: 17px;
}

button.BtnSepticSearchD {
    font-family: 'calibri';
    font-size: 13pt;
    background: linear-gradient(180deg, rgba(71,148,219,1) 5%, rgba(3,94,178,1) 100%);
    border-radius: 6px;
    color: white;
    width: 120px;
    margin: 4px;
    height: 44px;
    border-color: #000055;
    font-weight: normal;
    line-height: 17px;
}

input.BtnSpaced, button.BtnSpaced {
    width: 125px;
    font-size: 9pt;
}

input.BtnSpacedS, button.BtnSpacedS {
    width: 95px;
    font-size: 9pt;
}

input.BtnSpacedL, button.BtnSpacedL {
    width: 180px;
    font-size: 9pt;
    margin: 5px !important;
}

input.BtnMedium {
    width: 160px;
    height: 33px;
    font-size: 11pt;
}

input.BtnSmall {
    width: 100px;
    height: 21px;
    font-size: 10pt;
}

input.BtnTiny {
    width: 76px;
    height: 16px;
    font-size: 8pt;
}

div.County {
    color: #eeeeee;
    border-style: none;
    font-weight: bold;
    font-size: 10pt;
    margin: 5px auto 10px auto;
    display: table;
    background: #000033 url('/images/Site_Decor/Title1.png') repeat-x;
    text-align: center;
}

div.Table {
    display: table;
    margin: 0 auto;
}

div.TablePad {
    margin: 5px 10px;
    display: table;
}

div.Page_Title {
    font-size: 14pt;
    font-weight: bold;
    color: #2572ba;
    text-align: center;
    padding: 10px 0 15px 0;
    background-color: transparent;
}

div.CS_Spacer {
    display: table;
    margin: 15px auto 25px auto;
    text-align: center;
}

div.CountySelect {
    display: table-cell;
    padding: 7px 16px;
    color: black;
    font-size: 11pt;
    font-weight: bold;
    background: #cccccc;
    background: linear-gradient(to bottom, #e0e0e0 0%,#cccccc 100%);
    border-radius: 14px;
}

div.Panel {
    display: table;
    margin: 10px auto;
    background-color: #4e8ef4; /* Old browsers */
    background: -moz-linear-gradient(top, #efefff 0%, #dddddd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #efefff 0%,#dddddd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #efefff 0%,#dddddd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.Panel_Pad {
    display: block;
    text-align: center;
    color: black;
    padding: 10px;
    font-size: 10pt;
    background-color: transparent;
}


/******************************* Main Header CSS **********************************************************************************/

div.Master {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 900px;
}

div.Main_Wrapper {
    position: relative;
    width: 100%;
    min-width: 900px;
    height: 110px;
    margin-bottom: 20px;
}

div.Main_Content {
    position: fixed;
    background-color: white;
    width: 100%;
    height: 110px;
    z-index: 99;
}

table.Main_Container {
    margin: 0;
    width: 100%;
    min-width: 900px;
    border-style: none;
    text-align: center;
}

table.Main_Header {
    background-color: white;
    width: 100%;
    border-style: none;
    border-spacing: 0;
    margin: 0;
    border-bottom: 2px solid #bbbbbb;
}

td.HeaderLogo {
    text-align: center;
    padding-top: 2px;
    vertical-align: top;
    width: 160px;
}

td.HeaderLeft {
    font-size: 10pt;
    font-weight: bold;
    color: black;
    padding-left: 15px;
    padding-top: 4px;
    text-align: left;
    vertical-align: top;
    width: 180px;
}

td.HeaderRight {
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
    color: black;
    padding: 2px;
    width: 160px;
    vertical-align: bottom;
}

ul.HoverBox {
    margin: 5px 0;
    overflow: hidden;
    background-color: white;
    z-index: 100;
    position: absolute;
    font-size: 10pt;
    height: 1.2em;
    list-style: none;
    padding: 0;
    cursor: pointer;
}

li.HoverBox {
    padding-right: 4px;
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 10pt;
    background-color: white;
    width: 100%;
}

ul.HoverBox:hover {
    height: auto;
    border: 2px outset #999999;
}

td.HeaderMenu {
    text-align: left;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    max-height: 35px;
    padding: 0;
}

div.LinkBar {
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    color: black;
    margin-top: 5px;
}

a.LinkBar {
    color: black;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold;
    margin-left: 20px;
    margin-right: 20px;
}

    a.LinkBar:hover {
        color: #2f2ffe;
        text-shadow: 0 0 3px #2182f8;
    }

div.MenuBar {
    margin-top: 50px;
    white-space: nowrap;
    width: 100%;
    min-width: 900px;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: black;
    height: 35px;
    line-height: 35px;
    max-height: 35px;
    background-color: white;
}

ul.MenuBar {
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
}

div.MenuBar a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: block;
    -webkit-padding-start: 0;
}

span.HeaderDate {
    float: right;
    color: black;
    font-weight: bold;
    font-size: 10pt;
    padding: 0 9px;
    line-height: 35px;
    white-space: nowrap;
    min-width: 180px;
}

/* The container <div> - needed to position the dropdown content */
.MenuCategory {
    position: relative;
    display: inline-block;
    margin: 0;
}

    .MenuCategory:hover .MenuContent {
        display: block;
    }

/* Dropdown Button */
.MenuButton {
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    color: black;
    margin-left: 12px;
    padding: 0 8px;
    line-height: 35px;
    height: 35px;
    font-size: 11pt;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

/* Dropdown Button */
.MenuButton2 {
    text-decoration: none;
    display: inline-block;
    background-color: #ffffaa;
    color: black;
    margin-left: 12px;
    padding: 0 8px;
    line-height: 35px;
    height: 35px;
    font-size: 11pt;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.MenuCategory:hover .MenuButton .MenuButton2 {
    color: #eeeeff;
    background-color: #777799 !important;
}

/* Dropdown button on hover & focus */
.MenuButton:hover {
    color: #eeeeff;
    background-color: #777799;
}

/* Dropdown button on hover & focus */
.MenuButton2:hover {
    color: #eeeeff;
    background-color: #777799 !important;
}

/* Dropdown Content (Hidden by Default) */
.MenuContent {
    display: none;
    position: absolute;
    margin-left: 11px;
    background-color: #dddddd;
    min-width: 170px; /* 160px */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
    -webkit-padding-start: 0;
}

.MenuItem {
    display: block;
    padding: 1px 10px;
    text-align: left;
    display: block;
    white-space: nowrap;
}

    .MenuItem a {
        display: block;
        width: 100%;
    }

    /* Change color of dropdown links on hover */
    .MenuItem:hover {
        color: #2f2ffe;
        background-color: #cccccc;
    }

/* End of Menu CSS ******************************************************************************************************************************************/

div.HoverBox {
    border: 2px solid #555555;
    background-color: white;
    margin: 10px auto;
    padding: 0;
    height: 1.8em; /* If you change this value, it must also be changed in Functions.js fShow_Box() */
    overflow: hidden;
    font-size: 10pt;
    cursor: pointer;
    text-align: left;
}

    div.HoverBox:hover {
        height: auto;
    }

div.StaticBox {
    border: 2px solid #555555;
    background-color: white;
    display: block;
    text-align: left;
    margin: 15px auto;
    font-size: 10pt;
    height: auto;
}

div.HoverTitle {
    padding: 4px 3px;
    vertical-align: middle;
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    background: #cccccc;
    background-image: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaaaaa;
    text-align: center;
}

img.HoverBox {
    float: right;
    border-style: none;
    cursor: pointer;
}

/* Popup container */
div.PopUp2 {
    position: fixed;
    padding: 20px 10px;
    top: 50%;
    left: 50%;
    height: 220px; /* adjust as per your needs */
    width: 500px; /* adjust as per your needs */
    margin-top: -110px; /* negative half of height above */
    margin-left: -250px; /* negative half of width above */
    visibility: hidden;
    background-color: #f6e9bb;
    color: black;
    border: 4px #656565 outset;
    text-align: left;
    z-index: 99;
}

div.Popup_MsgL {
    text-align: justify;
    margin: 10px auto 20px auto;
    padding: 0 8px;
    width: 480px;
    height: 130px;
    font-size: 11pt;
    font-weight: normal;
    color: black;
    overflow-y: auto;
}

div.Popup_MsgC {
    text-align: center;
    margin: 10px auto 20px auto;
    width: 480px;
    height: 130px;
    font-size: 11pt;
    font-weight: normal;
    color: black;
    overflow-y: auto;
}

div.PopUpLink {
    cursor: pointer;
    text-decoration: underline;
    color: blue;
    font-weight: bold;
}

div.PopUpLinkR {
    cursor: pointer;
    text-decoration: underline;
    color: #dd0000;
    font-weight: bold;
}

input.PopUpClose {
    color: black;
    background-color: white;
    font-size: 12pt;
    font-weight: bold;
    margin: 10px;
    padding: 3px 6px;
}
