﻿html {
    font-size: 62.5% !important; /**Auto Size Fonts*/
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 1em !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 2000px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
/*****Auto Size Fonts*****/
@media (max-width: 300px) {
    html {
        font-size: 50% !important;
    }
}

@media (min-width: 500px) {
    html {
        font-size: 70% !important;
    }
}

@media (min-width: 700px) {
    html {
        font-size: 90% !important;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 110% !important;
    }
}


/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    margin: 30px;
    position: relative;
    bottom: -55px; /*Position of Logo...*/
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    float: right;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}

/* Roung Edges */

.RoundEdges {
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: none;
    }

.accordionContent {
    background-color: #a50000;
    border: 1px dashed #a50000;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-decoration: none;
}

.watermarked {
    color: Gray;
    background: GhostWhite;
    font-family: "Arial";
}

.gridrowRemoveUnderline {
    text-decoration: none;
}

.map-wrap {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 20px 0px;
}

.map {
    margin: 0px auto;
    width: 400px;
    height: 400px;
}

.validation-summary-errors {
    color: #C00;
}

.QuickSearchPanel {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=LightBlue,endColorStr=Navy);
}

.AdvanceSearchPanel {
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=Gray,endColorStr=Silver);
}

.TabPanel1 {
    border: 1px solid #696;
    padding: 60px 0;
    text-align: center;
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: #A50000;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#A50000), to(Red));
    background: -webkit-linear-gradient(#A50000, Red);
    background: -moz-linear-gradient(#A50000, Red);
    background: -ms-linear-gradient(#A50000, Red);
    background: -o-linear-gradient(#A50000, Red);
    background: linear-gradient(#A50000, Red);
    -pie-background: linear-gradient(#A50000, Red);
    behavior: url(Scripts/PIE.htc);
}

.TabPanel2 {
    height: 100%;
    border: 1px solid #696;
    padding: 60px 0;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    background: Gray;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(Gray), to(silver));
    background: -webkit-linear-gradient(Gray, silver);
    background: -moz-linear-gradient(Gray, silver);
    background: -ms-linear-gradient(Gray, silver);
    background: -o-linear-gradient(Gray, silver);
    background: linear-gradient(Gray, silver);
    -pie-background: linear-gradient(Gray, silver);
    behavior: url(Scripts/PIE.htc);
}

.cursor {
    cursor: pointer;
}
/* SlideShow styles */

.slideTitle {
    font-weight: bold;
    font-size: small;
    font-style: italic;
}

.slideDescription {
    font-size: small;
    font-weight: bold;
    font-style: italic;
}

.SearchableListbox {
    font-weight: bold;
}

.map-wrap {
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 10px;
    margin: 20px 0px;
}

.map {
    margin: 0px auto;
}

.Calc {
    outline: none;
    text-decoration: none;
    border: none;
}

.gradientDemo {
    background-color: #8f7eac;
    filter: progid:DXImageTransform.Microsoft.Gradient( gradientType=0,startColorStr=#d8cde9, endColorStr=#8f7eac);
}
/*Modal Popup*/
.modalBackground {
    background-color: Brown;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    padding: 3px;
    width: 250px;
}

.popup_background {
    background-color: #4E6662;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* Collapsible Panel */

.collapsePanel {
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

.collapsePanelHeader {
    width: 640px;
    height: 30px;
    color: White;
    background-color: #18BFB4;
    font-weight: bold;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
}

.navigation {
    text-align: center;
}


/* Collapsible Panel */

.collapsePanel {
    width: 640px;
    height: 0px;
    background-color: white;
    overflow: hidden;
}

collapsePanelHeader {
    width: 640px;
    height: 20px;
    color: Black;
    background-color: Whitesmoke;
    font-weight: bold;
    float: none;
    padding: 5px;
    cursor: pointer;
    vertical-align: middle;
}
/************ PasswordStrength Related Styles ***********************/
.TextIndicator_TextBox1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak {
    color: Red;
    background-color: Red;
}

.BarIndicator_TextBox2_average {
    color: Blue;
    background-color: Blue;
}

.BarIndicator_TextBox2_good {
    color: Green;
    background-color: Green;
}

.BarBorder_TextBox2 {
    border-style: solid;
    border-width: 1px;
    padding: 2px 2px 2px 2px;
    width: 200px;
    vertical-align: middle;
}

.TextIndicator_TextBox3 {
    background-color: Blue;
    color: Yellow;
    font-size: small;
    font-variant: small-caps;
    padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle {
    width: 16px;
    height: 14px;
    background-image: url(images/Question.png);
    overflow: hidden;
    cursor: help;
}

.TextIndicator_TextBox1_Strength1 {
    background-color: Gray;
    color: White;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength2 {
    background-color: Gray;
    color: Yellow;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength3 {
    background-color: Gray;
    color: #FFCAAF;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength4 {
    background-color: Gray;
    color: Aqua;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.TextIndicator_TextBox1_Strength5 {
    background-color: Gray;
    color: #93FF9E;
    font-family: Arial;
    font-size: x-small;
    font-style: italic;
    padding: 2px 3px 2px 3px;
    font-weight: bold;
}

.BoxShadow1 {
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}

.BoxShadow2 {
    -moz-box-shadow: -5px -5px 5px #888;
    -webkit-box-shadow: -5px -5px 5px #888;
    box-shadow: -5px -5px 5px #888;
}

.BoxShadow3 {
    -moz-box-shadow: inset -5px -5px 5px #888;
    -webkit-box-shadow: inset -5px -5px 5px #888;
    box-shadow: inset -5px -5px 5px #888;
}

.BoxShadow4 {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='Gray')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='Gray');
}




.ShadingAndShadow {
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, #1C293F 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, #1C293F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #1C293F 0%, White 100%);
    /* Box Shadow...*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color='Gray')";
}

.JustShading {
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, #1C293F 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, #1C293F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #1C293F 0%, White 100%);
}

.JustBoxShadowWithRounding {
    /* Box Shadow...*/
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color='Gray')";
    background-image: -webkit-linear-gradient(bottom, #C3D69B 0%, #F5FFEA 100%);
}

.JustRoundEdgesTopRight {
    /*Internet Explorer*/
    border-top-right-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topright: 20px;
    /*Safari*/
    -webkit-border-top-right-radius: 20px; /* top right corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
}

.JustRoundEdgesTopLeft {
    /*Internet Explorer*/
    border-top-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topleft: 20px;
    /*Safari*/
    -webkit-border-top-left-radius: 20px; /* top left corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
}

.JustRoundEdgesTop {
    /*Internet Explorer*/
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    /*Safari*/
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
}

.JustRoundEdgeBottom {
    /*Internet Explorer*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /*Safari*/
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
}

.JustRoundEdgesTopAndShading {
    /*Internet Explorer*/
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    /*Safari*/
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, #1C293F 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, #1C293F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #1C293F 0%, White 100%);
}

.JustRoundEdgeBottomAndShading {
    /*Internet Explorer*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /*Safari*/
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, #1C293F 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, #1C293F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #1C293F 0%, White 100%);
}

.JustRoundEdgeBothAndShading {
    /*Internet Explorer*/
    border-Top-right-radius: 20px;
    border-Top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    /*Safari*/
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    /*Opera*/
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, gray 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=gray);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=gray)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, gray 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, gray));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, gray 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, gray 0%, White 100%);
}

.JustRoundedEdgeBoth {
    /*Internet Explorer*/
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /*Safari*/
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
}

.JustRoundedEdgeBothSmall {
    /*Internet Explorer*/
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*Modzilla*/
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    /*Safari*/
    -webkit-border-top-left-radius: 5px; /* top left corner */
    -webkit-border-top-right-radius: 5px; /* top right corner */
    -webkit-border-bottom-left-radius: 5px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 5px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-topright: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-bottomright: 5px;
    -o-border-radius-bottomleft: 5px;
}

.RoundedShadingBoxShadow {
    /*Internet Explorer*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    /*Safari*/
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    /*Opera*/
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
    /* Shading...*/
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, White 0%, #1C293F 100%);
    /* IE9 Consumer Preview */
    filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F);
    /* IE8> Consumer Preview */
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=White,endColorStr=#1C293F)";
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, White), color-stop(1, #1C293F));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #1C293F 0%, White 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #1C293F 0%, White 100%);
    /* Box Shadow...*/
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color='Gray')";
}

.RoundedBoxShadow2 {
    background: Black;
    /*Internet Explorer*/
    border-Top-right-radius: 20px;
    border-Top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*Modzilla*/
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    /*Safari*/
    -webkit-border-bottom-left-radius: 20px; /* bottom left corner */
    -webkit-border-bottom-right-radius: 20px; /* bottom right corner */
    -webkit-border-top-left-radius: 20px; /* top left corner */
    -webkit-border-top-right-radius: 20px; /* top right corner */
    /*Opera*/
    -o-border-radius-bottomright: 20px;
    -o-border-radius-bottomleft: 20px;
    -o-border-radius-topright: 20px;
    -o-border-radius-topleft: 20px;
    /* Box Shadow...*/
    -moz-box-shadow: 5px 5px 5px Gray;
    -webkit-box-shadow: 5px 5px 5px Gray;
    box-shadow: 5px 5px 5px Gray;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=11, Direction=135, Color='Gray')";
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.NoUnderline {
    text-decoration: none;
}
/*
            Set the Style for parent CSS Class
            of Calendar control
            Parent [CssClass] = myCalendar
        */
.myCalendar {
    background-color: Teal;
    width: 650px;
    color: White;
}

    /*
            Common style declaration for hyper linked text
        */
    .myCalendar a {
        text-decoration: none;
    }

/*
            Styles declaration for top title
            [TitleStyle] [CssClass] = myCalendarTitle
        */
.myCalendarTitle {
    font-weight: bold;
    background-color: Navy;
    height: 10px;
}

/*
            Styles declaration for date cells
            [DayStyle] [CssClass] = myCalendarDay
        */
td.myCalendarDay {
    border: solid 2px #fff;
    border-left: 0;
    border-top: 0;
    width: 70px;
    height: 70px;
    background-color: GhostWhite;
    font-size: 7pt;
    cursor: pointer;
}

/*
            Styles declaration for next/previous month links
            [NextPrevStyle] [CssClass] = myCalendarNextPrev
        */
.myCalendarNextPrev {
    text-align: center;
}

    .myCalendarNextPrev a {
        display: block;
        line-height: 18px;
    }

        .myCalendarNextPrev a:hover {
            color: Navy;
        }
/*
            Styles declaration for Week/Month selector links cells
            [SelectorStyle] [CssClass] = myCalendarSelector
        */
td.myCalendarSelector {
    background-color: #dddddd;
    width: 70px;
    height: 70px;
}

.myCalendarSelector a:hover {
    background-color: #cccccc;
    cursor: pointer;
}

td.myCalendarWeekend {
    color: #B7CEEC;
    background-color: White;
    width: 70px;
    height: 70px;
}

.myCalendarOtherMonth {
    color: #B7CEEC;
    width: 70px;
    height: 70px;
}

.myCalendarSelectedDay {
    width: 70px;
    height: 70px;
    font-size: 7pt;
    cursor: pointer;
}

    .myCalendarSelectedDay a:hover {
        color: #B7CEEC;
        background-color: #ADDFFF;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #16A170 !important;
    background-image: linear-gradient(to bottom, #17AA76, #149466) !important;
    background-repeat: repeat-x !important;
    color: #FFFFFF;
    outline: 0 none;
    text-decoration: none;
}

.CenterAligner {
    text-align: center;
}

.cal_Theme {
    border: 1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

    .cal_Theme .ajax__calendar_other .ajax__calendar_day,
    .cal_Theme .ajax__calendar_other .ajax__calendar_year {
        color: white;
    }

    .cal_Theme .ajax__calendar_hover .ajax__calendar_day,
    .cal_Theme .ajax__calendar_hover .ajax__calendar_month,
    .cal_Theme .ajax__calendar_hover .ajax__calendar_year {
        color: yellow;
    }

    .cal_Theme .ajax__calendar_active .ajax__calendar_day,
    .cal_Theme .ajax__calendar_active .ajax__calendar_month,
    .cal_Theme .ajax__calendar_active .ajax__calendar_year {
        color: lightgreen;
        font-weight: bold;
    }

.gridViewPager td {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 2px;
}
