﻿/* DEFAULTS
----------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #f3f8fa;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
}

body {
    background-repeat: repeat-y;
    color: #000055;
    background-color: #f3f8fa;
}

a:link, a:visited {
    color: #1d60ff;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

.aHover {
    color: #034af3;
    text-decoration: underline;
    cursor: pointer;
    font-size: .90em;
}

a:active {
    color: #034af3;
    outline: none;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    /*color: #333;*/
    font-weight: 200;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1000px;
    margin: 0px auto 0px auto;
}

.reportPage {
    margin: 0px 10px 0px 10px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin-left: 0px;
    width: 140px;
    min-height: 200px;
    float: left;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.mainBody {
    margin-top: 1px;
    margin-left: 0px;
}

.divPnlMain {
    margin: 0px 10px 8px 4px;
    padding-top: 2px;
}

.pnlMainBody {
    width: 920px;
    padding-bottom: 10px;
    background: #f3f8fa;
    color: #333;
    min-height: 600px;
    margin-left: 6px;
}

.pnlReportMainBody {
    width: auto;
    padding-bottom: 10px;
    background: #f3f8fa;
    color: black;
    min-height: 600px;
}

.pnlTopBanner {
    position: absolute;
    width: 198px;
    height: 30px;
    z-index: 1;
    left: 0px;
    top: 80px;
    background-color: #3189b7;
}

.menuNav {
    position: absolute;
    width: 95%;
    height: 40px;
    z-index: 9;
    left: 199px;
    top: 80px;
    background-color: transparent;
    display: none;
    color: black;
}

.pnlBanner {
    width: 860px;
    height: 20px;
    color: #333;
    background: #dcebf3;
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 10px;
    width: inherit;
    font-family: Arial;
}

.pnlMenu {
    width: 140px;
    background: #e37a14;
    color: black;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 4px;
}

.pnlMenuContent {
    width: 136px;
    background: #f3f8fa;
    color: black;
}

.pnlMain {
    background: #f3f8fa;
    color: black;
    width: 860px;
    height: 420px;
}

.pnlS2Web {
    background-image: url(HeaderBanner.gif);
    color: black;
    width: 100%;
    height: 80px;
    margin-top: 0px;
}

input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 955px;
    margin-left: 20px;
}

div.menu {
    padding: 0px 0px 0px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: transparent;
            border: 1px gray none;
            color: black;
            display: block;
            line-height: 0.8em;
            padding: 4px 20px;
            color: Silver;
            font-weight: 600;
            text-decoration: underline;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
                outline: none;
            }

.menutabs {
}

.tabTablet {
    padding: 0px 10px;
    background-color: transparent;
    border-radius: 10px 5px;
    width: 250px;
    font-size: 1.5em;
    border-top-color: white;
    border-top-width: 1px;
    border-top-style: inset;
    border-left-color: white;
    border-left-width: 1px;
    border-left-style: inset;
    border-right-color: gray;
    border-right-width: 1px;
    border-right-style: outset;
    border-bottom-color: gray;
    border-bottom-width: 1px;
    border-bottom-style: outset;
}

    .tabTablet hover {
        margin-left: 10px;
        padding: 0px 10px;
        background-color: yellow;
        border-radius: 10px 5px;
        width: 250px;
        font-size: 1.5em;
    }

.tab {
    border: solid 1px #333;
    padding: 0px 10px;
    background-color: #f3f8fa;
    font-size: 1.0em;
}

.selectedtab {
    border: solid 1px black;
    padding: 0px 10px;
    border-bottom: solid 1px #FF9900;
    background-color: #FF9900;
}

.tabBody {
    margin-top: 3px;
    padding-top: 0px;
    width: 160px;
}

    .tabBody a:link, a:visited {
        color: black;
        text-decoration: none;
    }

.tabExport {
    background-color: #fff;
    font-size: 12px;
    color: #333;
    width: 100px;
    margin: 0px 5px 5px 5px;
}

    .tabExport a:visited a:link {
        color: #333;
    }

.selectedtabExport {
    border: solid 1px black;
    padding: 0px 10px;
    border-bottom: solid 1px #FF9900;
    background-color: #FF9900;
    width: 160px;
}

.tabBodyExport {
    margin-top: 0px;
    padding-top: 0px;
    width: 160px;
    height: 20px;
}

    .tabBodyExport a:link, a:visited {
        color: black;
        text-decoration: none;
    }
/*defines top menu*/
.topmenu {
    padding: 0px 0px 0px 8px;
}

div.topmenu ul {
    list-style: none;
    margin: 0px;
    padding: 4px 0px;
    width: 920px;
}

    div.topmenu ul li a {
        background-color: #E8E7E6;
        color: #333;
        display: block;
        line-height: 0.8em;
        padding: 6px;
        text-decoration: underline;
        white-space: nowrap;
        border: 1px solid grey;
        border-radius: 3px;
        margin: 0 2px;
    }

        div.topmenu ul li a:visited {
            background-color: #E8E7E6;
            color: #333;
            display: block;
            line-height: 0.8em;
            padding: 6px;
            text-decoration: underline;
            white-space: nowrap;
            border: 1px solid grey;
            border-radius: 3px;
            margin: 0 4px;
        }

        div.topmenu ul li a:hover {
            background-color: #fff;
            color: #ff4700;
            border: 1px solid #ff4700;
            text-decoration: none;
        }

        div.topmenu ul li a:active {
            background-color: #ede9e2;
            color: #333;
            text-decoration: none;
        }

div.topmenu a:link {
    text-decoration: none;
    color: #333;
}
/*for customer logo*/
figure.logo-wrapper {
    border: 2px #fff solid;
    background-color: #fff;
    border-radius: 7px;
    padding: 5px 20px 0;
    position: absolute;
    width: 249px;
    height: 58px;
    z-index: 2;
    left: 1%;
    top: 1px;
    margin-left: 0px;
    margin-top: 2px
}

    figure.logo-wrapper:hover {
        border: 2px #ff8000 solid;
    }

    figure.logo-wrapper a {
        display: block;
    }


/* for tableitems*/
figure.icon-wrapper {
    width: 160px;
    height: 160px;
    border: 2px #dcebf3 solid;
    background-color: #fff;
    border-radius: 7px;
    text-align: center;
    padding: 5px 0 0;
    margin-left: 0px;
    margin-top: 0px;
}

    figure.icon-wrapper:hover {
        border: 2px #ff8000 solid;
    }

    figure.icon-wrapper a {
        display: block;
    }

figcaption {
    clear: both;
    padding: 5px 20px 0;
    font-size: 16px;
    /* 		    text-transform: uppercase; */
    text-decoration: none;
    line-height: 1.25;
}
/*defines horizontal menu*/
.tabBodyHMenu {
    /*border: 2px solid #3189b7;
    background-color: #3189b7;*/
    background-color: #E8E7E6;
    color: #333;
    padding: 5px 0;
    /*border-radius: 5px;*/
    overflow: hidden;
}

    .tabBodyHMenu a:link, a:visited {
        text-decoration: none;
    }

    .tabBodyHMenu img {
        width: 24px; /*change to 16 px for classic*/
        border-radius: 3px;
        background-color: white;
    }

    .tabBodyHMenu a:hover {
        text-decoration: none;
        /*background-color: transparent;*/
        background: #ff9900;
    }

.treeNodeStyleHMenu {
    background-color: #3189b7;
    font-family: Arial;
    font-size: 14px;
    border: 2px solid #3189b7;
    border-radius: 3px;
    margin: 0 2px;
}

    .treeNodeStyleHMenu a {
        display: block;
        text-decoration: none;
        width: auto;
        padding: 4px 4px 4px 4px;
        color: #fff;
    }

        .treeNodeStyleHMenu a:hover {
            display: block;
            text-decoration: none;
            padding: 4px 4px 4px 4px;
            width: auto;
        }



.treeNodeStyle2HMenu {
    color: white;
    background-color: #3189b7;
    font-size: 16px;
}


    .treeNodeStyle2HMenu a {
        display: block;
        width: 162px;
        color: #fff;
        padding: 4px 4px 4px 4px;
        font-family: Arial;
    }

        .treeNodeStyle2HMenu a:hover {
            display: block;
            padding: 4px 4px 4px 4px;
            width: 162px;
            /*background-color: #dcebf3;*/
        }

.treeNodeStyleXHMenu {
    background-color: #dcebf3;
    font-size: 14px;
}

    .treeNodeStyleXHMenu a {
        display: block;
        color: #0071ac;
        padding: 4px 4px 4px 40px;
        font-family: Arial;
        width: 162px;
    }

        .treeNodeStyleXHMenu a:hover {
            display: block;
            width: 162px;
            padding: 4px 4px 4px 40px;
            background-color: #fff;
            color: #ff4900;
        }

/*This is a section that defiens s2 menu*/
.tabBodyMenu {
    border: 2px solid #3189b7;
    background-color: #3189b7;
    padding: 5px 0;
    /*min-height: 468px;*/
    border-radius: 5px;
}

    .tabBodyMenu a:link, a:visited {
        text-decoration: none;
    }

    .tabBodyMenu img {
        width: 24px; /*change to 16 px for classic*/
        border-radius: 3px;
        background-color: white;
    }

    .tabBodyMenu a:hover {
        text-decoration: none;
        background-color: transparent;
        /*background: #ff9900;*/
    }

.treeNodeStyleMenu {
    background-color: #3189b7;
    font-family: Arial;
    font-size: 16px;
}

    .treeNodeStyleMenu a {
        display: block;
        text-decoration: none;
        width: 172px;
        padding: 4px 0px 4px 10px;
        color: #fff;
    }

        .treeNodeStyleMenu a:hover {
            display: block;
            text-decoration: none;
            padding: 4px 0px 4px 10px;
            width: 172px;
        }



.treeNodeStyle2Menu {
    color: white;
    background-color: #3189b7;
    font-size: 16px;
}


    .treeNodeStyle2Menu a {
        display: block;
        width: 162px;
        color: #fff;
        padding: 4px 0px 4px 20px;
        font-family: Arial;
    }

        .treeNodeStyle2Menu a:hover {
            display: block;
            padding: 4px 0px 4px 20px;
            width: 162px;
            /*background-color: #dcebf3;*/
        }

.treeNodeStyleXMenu {
    background-color: #dcebf3;
    font-size: 14px;
}

    .treeNodeStyleXMenu a {
        display: block;
        color: #0071ac;
        padding: 4px 0px 4px 20px;
        font-family: Arial;
        width: 162px;
    }

        .treeNodeStyleXMenu a:hover {
            display: block;
            width: 162px;
            padding: 4px 0px 4px 20px;
            background-color: #fff;
            color: #ff4900;
        }

gridview {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    padding: 6px;
    border-collapse: collapse;
    border-spacing: 0px;
}

table {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
}

td {
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
}

a:hover {
    background-color: #ff7f00;
}

.headerStyle {
    background-color: #ccc;
    color: WindowText;
    font-weight: normal;
}

    .headerStyle a:link {
        font-weight: normal;
        color: WindowText;
    }

.rowStyle {
    background-color: white;
    color: WindowText;
}

.alternatingRowStyle {
    /*background-color:snow;*/
    background-color: #fff;
    color: WindowText;
}

.selectedRowStyle {
    background-color: silver;
    color: InfoText;
}

.pagerStyle {
    background-color: #999999;
    color: WindowText;
}

.dropdwn {
    display: none;
    position: absolute;
    background: none;
    margin: 5px 0;
    width: 300px;
    border: 2px solid silver;
}

.tablePlainGrid {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px none;
    width: 100%;
    border-style: none;
}

    .tablePlainGrid td {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border: 0px none;
        border-style: none;
    }

    .tablePlainGrid th {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border-style: none;
    }


.tableStyleGrid {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 1px;
    border-color: #ccc;
    border-style: none;
    border-spacing: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 98%;
}

    .tableStyleGrid td {
        border-color: #CDCDCD;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px dotted #ccc;
        border-left: 1px dotted #ccc;
        padding: 3px;
    }

    .tableStyleGrid th {
        border-color: #CDCDCD;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px dotted #ccc;
        border-left: 1px dotted #ccc;
        /*background-color:silver;*/
        padding: 3px;
    }

        .tableStyleGrid th a:link {
            color: #333;
            font-weight: 300;
            font-family: Arial;
        }

    /*.tableStyleGrid tr:nth-child(2n+1) {
        background-color: #ccc;
    }*/

.tableStyleGrid tr:active {
    color: red;
}

.inspectionTableGrid {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 4px;
    margin-left: 0.5%;
    width: auto;
}

    .inspectionTableGrid td {
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

    .inspectionTableGrid th {
        background-color: #ccc;
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

.paddedTableGrid {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 4px;
    margin-left: 0.5%;
    width: auto;
}

    .paddedTableGrid td {
        border-bottom: 1px solid  silver;
        border-right: 1px solid Silver;
        border-left: 1px solid silver;
        border-top: 1px solid silver;
        padding: 4px;
    }

    .paddedTableGrid th {
        background-color: #ccc;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        padding: 4px;
    }


.newTableGrid {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 1px solid #D3DEEF;
    margin: 0px;
    margin-top: 5px;
    margin-left: 10px;
    width: 98%;
    background-color: #f3f8fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .newTableGrid caption {
        text-align: left;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
        color: #2a6b93;
    }

    .newTableGrid td {
        font-size: 14px;
        font-family: Arial;
        padding: 4px;
        border: none;
        /*border-bottom: 1px solid;*/
        border-color: #A1DCF2;
        color: #333;
    }

    .newTableGrid th {
        background: #dcebf3;
        padding: 5px 2px;
        border: none;
        border-right: 1px solid #D3DEEF;
        color: #2b88b9;
        font-size: 12px;
        font-family: Arial;
    }

        .newTableGrid th a:link {
            color: #2b88b9;
            text-decoration: none;
        }

        .newTableGrid th a:active {
            text-decoration: underline;
            background-color: transparent;
            outline: none;
        }

        .newTableGrid th a:hover {
            text-decoration: underline;
            background-color: transparent;
        }

    /*.newTableGrid tr:nth-child(2n+1) {
        background-color: #fff;
    }*/

    .newTableGrid tr:hover {
        background-color: #ffffdb;
    }

.S2Table {
    border: 1px solid black;
    border-collapse: collapse;
    width: auto;
}

    .S2Table td {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }

    .s2Table th {
        background-color: #000;
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

.tablePlain {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px none;
    width: auto;
    border-style: none;
}

    .tablePlain td {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border: 0px none;
        border-style: none;
    }

    .tablePlain th {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border-style: none;
    }


.tableStyle {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-width: 1px;
    border-color: #ccc;
    border-style: none;
    border-spacing: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 99%;
}

    .tableStyle td {
        border-color: #CDCDCD;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        padding: 3px;
    }

    .tableStyle th {
        border-color: #CDCDCD;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        /*background-color:silver;*/
        padding: 3px;
        background-color: #ccc;
    }


.inspectionTable {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 4px;
    margin-left: 0.5%;
    width: auto;
}

    .inspectionTable td {
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

    .inspectionTable th {
        background-color: #ccc;
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

.paddedTable {
    font-family: Arial,Verdana, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 4px;
    margin-left: 0.5%;
    width: auto;
}

    .paddedTable td {
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        padding: 5px;
    }

    .paddedTable th {
        background-color: #ccc;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid gray;
        border-top: 1px solid gray;
        padding: 5px;
    }
.genericReportCell {
    border: 1px solid #2b88b9;
    padding: 2px;
}

.newTable {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px dotted;
    border-color: transparent;
    margin: 0px;
    margin-top: 4px;
    margin-left: 10px;
    width: auto;
    /*background-color: #f3f8fa;*/
    background-color: transparent;
    font-family: "Arial";
}


.newTable span {
    font-size: 12px;
    color: #2a6b93;
}

.newTable td {
    font-size: 14px;
    padding: 2px;
    border: none;
    /*border-top: 1px solid;
        border-bottom: 1px solid;
        border-color: #d5d1cd;*/
}

.newTable th {
    background: #dcebf3;
    padding: 5px 2px;
    border: none;
    border-right: 1px solid #D3DEEF;
    color: #2b88b9;
    font-size: 12px;
    font-family: Arial;
}

.newTable input[type=text] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
}

.newTable textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
}

.newTable label {
    font-size: 12px;
    color: #2a6b93;
    padding-right: 10px;
}

.newTable input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
}

.newTable th a:link {
    color: black;
}

.newTable tr {
    color: black;
}

select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
}


.tableStyle th a:link {
    color: black;
}


.S2Table {
    border: 1px solid black;
    border-collapse: collapse;
    width: auto;
}

    .S2Table td {
        padding-bottom: 1px;
        padding-top: 1px;
        padding-right: 0px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
    }

    .s2Table th {
        background-color: #000;
        border-bottom: 1px dotted gray;
        border-right: 1px dotted gray;
        border-left: 1px dotted gray;
        border-top: 1px dotted gray;
    }

.rounded_corners {
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*overflow-x:auto;*/
}
/*.rounded_corners td, .rounded_corners th
    {
        border: 1px solid #A1DCF2;
        font-family: Arial;
        font-size: 10pt;
        text-align: center;
    }
    .rounded_corners table table td
    {
        border-style: none;
    }*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #d1e6f0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 0 10px;
    width: auto;
    /*border: 1px solid #A1DCF2;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    fieldset legend {
        margin-left: 20px;
        color: #2b7099;
        font-size: 14px;
        padding: 0 5px;
    }


    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

input.textEntry {
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
    color: #333;
}

textArea.textEntry {
    width: 200px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-color: #95c7df;
    border-style: solid;
    border-width: 1px;
    padding: 2px 5px;
    color: #333;
}

input.dateEntry {
    width: 100px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 180px;
    border: 1px solid #ccc;
}

input.loginEntry {
    width: 180px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

.textLabel {
    text-align: left;
}

.lexEntry {
    height: 18px;
    background-color: yellow;
}

.lblInfo {
    background-color: InfoBackground;
    color: InfoText;
    padding-right: 3px;
}

.lblAlerts {
    min-height: 20px;
    margin: 10px 10px 0;
    padding: 10px 10px 10px 40px;
    color: #2a6b93;
    border: 1px dotted #3189b7;
    background: #fff url(../../Images/blueIcons/icon_alert_blue.png) no-repeat 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

p.message {
    margin-left: 10px;
    font-size: 12px;
    color: grey;
}

.txtNumbers {
    width: 30px;
}

.createMenu {
    margin-left: 5px;
    padding-top: 3px;
}

.pnlBtnFunctions {
    margin-left: 200px;
}
/* MISC  
----------------------------------------------------------*/
.changed {
    color: Highlight;
}

.btnFunctions {
    margin-left: 0px;
    margin-right: 0px;
    width: 100px;
}

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 0px;
}

.loginDisplay {
    display: block;
    float: right;
    text-align: right;
    padding: 2px;
    color: #333;
    margin-top: -20px;
    margin-right: 10px;
}

    .loginDisplay a:link {
        color: #034af3;
    }

    .loginDisplay a:visited {
        color: #034af3;
    }

    .loginDisplay a:hover {
        color: orange;
    }

.labelCommand {
    margin-left: 10px;
}

    .labelCommand a:link {
        color: #034af3;
        text-decoration: underline;
    }

    .labelCommand a:visited {
        color: #034af3;
        text-decoration: underline;
    }

.failureNotification {
    font-size: 1.0em;
    color: Red;
}

.ValidationNotification {
    color: Red !important;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/* for rounded corners */
.rtop, .rbottom {
    display: block;
}

    .rtop *, .rbottom * {
        display: block;
        height: 1px;
        overflow: hidden;
    }

.r1 {
    margin: 0 5px;
}

.r2 {
    margin: 0 3px;
}

.r3 {
    margin: 0 2px;
}

.r4 {
    margin: 0 1px;
    height: 2px;
}

.pnlAdd {
    padding: 0px 2px 2px 2px;
    background-color: #ff7900;
    color: #333;
    /*opacity: .95;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
}

.pnlDrag {
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 4px 3px 4px 10px;
    background-color: #ff7900;
    cursor: pointer;
    color: #fff;
    /*opacity: 0.8;*/
    min-height: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.pnlBody {
    padding: 5px;
    background-color: #f3f8fa;
    color: #333;
    /*opacity: .95;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    font-size: 12px;
}

.pnlAlwaysVisible {
    background-color: ThreeDFace;
    cursor: pointer;
    color: black;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=90);
}


/* default layout */
.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    overflow: hidden;
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.tabpanelS2 .ajax__tab_header {
    font-family: arial,verdana,tahoma,helvetica;
    font-size: 11px;
    color: #2b88b9;
    /*background: url(tab-line.gif) repeat-x bottom;*/
    background-color: transparent;
    padding-bottom: 5px;
    border-bottom: 1px #A1DCF2 solid;
}

.tabpanelS2 .ajax__tab_outer {
    padding-right: 4px;
    /*background: url(tab-right.gif) no-repeat right;*/
    height: 21px;
}

.tabpanelS2 .ajax__tab_inner {
    padding-left: 3px;
    margin-top: 4px;
    /*background: url(tab-left.gif) no-repeat;*/
}

.tabpanelS2 .ajax__tab_tab {
    height: 13px;
    padding: 3px 12px;
    margin: 0px;
    color: #2b88b9;
    border: 1px #A1DCF2 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*background: url(tab.gif) repeat-x;*/
}

.tabpanelS2 .ajax__tab_hover .ajax__tab_outer {
    cursor: pointer;
    background-color: #fff;
    color: #ff4900;
    /*background: url(tab-hover-right.gif) no-repeat right;*/
}

.tabpanelS2 .ajax__tab_hover .ajax__tab_inner {
    cursor: pointer;
    background-color: #fff;
    color: #ff4900;
    /*background: url(tab-hover-left.gif) no-repeat;*/
}

.tabpanelS2 .ajax__tab_hover .ajax__tab_tab {
    cursor: pointer;
    background-color: #fff;
    color: #ff4900;
    /*background: url(tab-hover.gif) repeat-x;*/
}

.tabpanelS2 .ajax__tab_active .ajax__tab_outer {
    /*background: url(tab-active-right.gif) no-repeat right;*/
}

.tabpanelS2 .ajax__tab_active .ajax__tab_inner {
    /*background: url(tab-active-left.gif) no-repeat;*/
}

.tabpanelS2 .ajax__tab_active .ajax__tab_tab {
    background-color: #3189b7;
    color: #fff;
    border: 1px solid #A1DCF2;
    outline: none;
    /*background: url(tab-active.gif) repeat-x;*/
}

.tabpanelS2 .ajax__tab_disabled {
    color: #A0A0A0;
}

.tabpanelS2 .ajax__tab_body {
    font-family: arial,verdana,tahoma,helvetica;
    font-size: 12px;
    padding: 8px;
    /*background-color: white;*/
    overflow: visible;
}

.tabpanelS2 .ajax__fileupload_uploadbutton {
}

/*.popupDiv - Selector for the outermost container for the image upload popup that is displayed when you click the "insert image" button
    .ajax__fileupload - Selector for the outer container div for the file upload area
    .ajax__fileupload_dropzone - Selector for the "drag and drop" file upload area. This will only appear in browsers that support this feature.
    .ajax__fileupload_selectFileContainer - Selector for the container around the traditional file upload area (click for windows file select dialog).
    .ajax__fileupload_selectFileButton - selector for the span around "Select file"
    .ajax__fileupload_topFileStatus - selector for the container around the "Please select file(s) to upload area (to the right of "Select a file")
    .ajax__fileupload_queueContainer - selector for the container that surrounds the files you've selected so far
        .ajax__fileupload_fileItemInfo - You'll get one of these for each file you upload
    .ajax__fileupload_footer - Selector around the bottom section of the popup (below the list of files).
    .ajax__fileupload_ProgressBarHolder Container for the progress bar section of the popup
    .ajax__fileupload_progressBar - Use this to target the progress bar
    .ajax__fileupload_uploadbutton - Selector for the "Upload" button*/

/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll;
}

.ajax__scroll_auto {
    overflow: auto;
}

/* plain theme */
.ajax__tab_plain .ajax__tab_outer {
    text-align: center;
    vertical-align: middle;
    border: 2px solid #999999;
}

.ajax__tab_plain .ajax__tab_inner {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_body {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_header {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {
    background: #FFFFE1;
}

.autocomplete_completionListElement {
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    max-height: 600px;
    text-align: left;
    list-style-type: none;
    text-overflow: ellipsis;
}
/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}
/*Textbox Watermark*/

.unwatermarked {
    height: 18px;
    width: 148px;
}

.watermarked {
    /*height:20px; 	width:150px; 	padding:2px 0 0 2px; 	border:1px solid #BEBEBE; */ /*background-color:#F0F8FF; */
    color: gray;
    font-style: italic;
}

.ajax__colorPicker {
}

.ajax__colorPicker_container {
    background-color: #fff;
    position: absolute;
    width: 201px;
    overflow: hidden;
}

    .ajax__colorPicker_container table {
        border: 1px solid #646464;
    }

        .ajax__colorPicker_container table td div {
            width: 10px;
            height: 11px;
            cursor: crosshair;
        }

.customerbanner {
    color: #000000;
    background-color: #FF9900;
    font-weight: normal;
    padding-left: 5px;
    font-weight: bold;
}

    .customerbanner strong {
        color: #000000;
    }

#calendar {
    width: 241px;
    height: 165px;
    text-align: center;
    margin: 5px auto;
    border: 5px double #000000;
    background-color: #f3f8ff;
    position: absolute;
    outline-width: thick;
    font: 11px Trebuchet MS;
    background-attachment: fixed;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.months, .emptM, .headDay, .dayNormal, .dayBlank, .dayDisabled, .dayWeekend, .dayCurrent, .yearBrowse, .monthDisabled, .currMonth, #closeBtn {
    margin: 1px 0 0 1px;
    padding: 0;
    width: 39px;
    height: 14px;
    line-height: 14px;
    float: left;
    text-align: center;
    background-color: #feefe4;
    color: #000;
    display: inline;
}

.emptM, .dayDisabled, .monthDisabled {
    color: #d7d6d5;
    background-color: #f2f2f2;
}

.headDay {
    color: #fff;
    background-color: #007AD0;
    width: 33px;
}

.dayNormal, .dayBlank, .dayWeekend, .dayCurrent {
    color: #fff;
    background-color: #70b0ff;
    width: 33px;
}

.dayBlank {
    background-color: #f3f8ff;
}

.dayWeekend {
    background-color: #FF6600;
}

.dayCurrent, .currMonth {
    background-color: #569FFF;
}

.dayDisabled {
    width: 33px;
}

#days {
    margin-left: 1px;
    width: 238px;
}

#elements {
    height: 150px;
}

.months a, #days a, .currMonth a {
    color: #000;
    text-decoration: none;
    display: block;
}

.currMonth a {
    color: #FFF;
}

#days a {
    color: #fff;
}

.yearBrowse, #closeBtn {
    width: 240px;
    background-color: #FFF;
    line-height: 14px;
}

    .yearBrowse a, #closeBtn a {
        text-decoration: none;
        color: #000000;
        font-weight: bold;
    }

    .yearBrowse b {
        margin: 0 5px;
    }

.fadingTooltip {
    z-index: 999;
    visibility: hidden;
    position: absolute;
    border-right: darkgray 1px outset;
    border-top: darkgray 1px outset;
    font-size: 12px;
    border-left: darkgray 1px outset;
    width: auto;
    color: black;
    border-bottom: darkgray 1px outset;
    height: auto;
    background-color: White;
    margin: 3px 3px 3px 3px;
    padding: 3px 3px 3px 3px;
    border-bottom-width: 3px 3px 3px 3px;
}
/* Accordion */
.accordionHeader {
    border: 1px solid #2F4F4F;
    color: gray;
    background-color: InfoBackground;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeader a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a {
    color: #FFFFFF;
    background: none;
    text-decoration: none;
}

    #master_content .accordionHeaderSelected a:hover {
        background: none;
        text-decoration: underline;
    }

.accordionContent {
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.ajax__fileupload {
    padding: 4px;
    border: #D3D3D3 1px solid;
    overflow: auto;
}

.ajax__fileupload_selectFileContainer {
    height: 24px;
    line-height: 24px;
}

.ajax__fileupload_selectFileButton {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 80px;
    text-align: center;
    background-color: #212121;
    color: #D0D0D0;
    cursor: pointer;
    margin-right: 4px;
    font-size: 13px;
}

    .ajax__fileupload_selectFileButton:hover {
        background-color: #000000;
        color: #ffffff;
    }

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126);
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px;
    _margin-right: 0;
}

.ajax__fileupload_uploadbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #000099;
}

.ajax_fileupload_cancelbutton {
    width: 60px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    background-color: #990033;
}

.ajax__fileupload_dropzone {
    border-style: dotted;
    border-width: 1px;
    line-height: 50px;
    text-align: center;
    _text-align: left; /* IE Only */
    margin-bottom: 2px;
    display: none;
}

.ajax__fileupload_queueContainer {
    border: #A9A9A9 1px solid;
    border-width: 1px;
    margin-top: 2px;
    padding: 4px;
    clear: both;
}

.ajax__fileupload_progressBar {
    padding-left: 4px;
    background-color: #CCFFCC;
}

.ajax__fileupload_footer {
    margin-top: 2px;
    line-height: 20px;
    height: 20px;
}

.ajax__fileupload_fileItemInfo {
    line-height: 20px;
    height: 20px;
    margin-bottom: 2px;
    overflow: hidden;
}

    .ajax__fileupload_fileItemInfo .filename {
        font-weight: bold;
    }

    .ajax__fileupload_fileItemInfo .uploadstatus {
        font-style: italic;
    }

    .ajax__fileupload_fileItemInfo .removeButton {
        cursor: pointer;
        background-color: #900;
        color: white;
        width: 55px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        display: block;
        float: left;
    }

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #060;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .uploadingState {
        color: #FF9900;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .pendingState {
        color: #009;
        background-color: #fff;
    }

    .ajax__fileupload_fileItemInfo .errorState {
        color: #ffffff;
        background-color: #ff0000;
    }

    .ajax__fileupload_fileItemInfo .cancelledState {
        color: #900;
        background-color: #fff;
    }

/*Check*/
.ajax__fileupload_selectFileContainer {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 80px;
    /*float: left;*/
}

    .ajax__fileupload_selectFileContainer input {
        border: medium none;
        cursor: pointer;
        height: 40px;
        margin: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }



.ajax__fileupload_fileItemInfo {
    position: relative;
    z-index: 0;
}

    .ajax__fileupload_fileItemInfo div {
        display: inline-block;
    }

        .ajax__fileupload_fileItemInfo div.removeButton {
            position: absolute;
            top: 0;
            right: 0;
        }

.s2calendar .ajax__calendar_container {
    padding: 1px;
    cursor: default;
    width: 185px;
    font-size: 11px;
    text-align: center;
    font-family: arial,tahoma,verdana,helvetica;
}

.s2calendar .ajax__calendar_body {
    height: 140px;
    width: 180px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.s2calendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.s2calendar .ajax__calendar_container TABLE {
    padding: 0px;
    margin: 1px;
    font-size: 11px;
    border-collapse: collapse;
    border: 1px solid silver;
    width: 96%;
}

.s2calendar .ajax__calendar_container TD {
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    border: 1px solid silver;
}

.s2calendar .ajax__calendar_header {
    height: 20px;
    width: 100%;
    background: silver;
}

.s2calendar .ajax__calendar_prev {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("Calendar.arrow-left.gif")%>);
}

.s2calendar .ajax__calendar_next {
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(<%=WebResource("Calendar.arrow-right.gif")%>);
}

.s2calendar .ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.s2calendar .ajax__calendar_footer {
    height: 12px;
}

.s2calendar .ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.s2calendar .ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.s2calendar .ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.s2calendar .ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.s2calendar .ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.s2calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.s2calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.s2calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.s2calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.s2calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.s2calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.s2calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_today .ajax__calendar_day {
    border-color: #0066cc;
}

.s2calendar .ajax__calendar_today .ajax__calendar_month {
    border-color: #0066cc;
}

.s2calendar .ajax__calendar_today .ajax__calendar_year {
    border-color: #0066cc;
}

.s2calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.s2calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.s2calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: orange;
    border-color: #daf2fc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.s2calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.s2calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}

/* styles for invalid dates as defined by startDate and endDate*/
.s2calendar .ajax__calendar_invalid .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    text-decoration: line-through;
    cursor: default;
}

.s2calendar .ajax__calendar_invalid .ajax__calendar_month {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    text-decoration: line-through;
    cursor: default;
}

.s2calendar .ajax__calendar_invalid .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
    text-decoration: line-through;
    cursor: default;
}

.s2calendar .ajax__calendar_invalid .ajax__calendar_today {
    visibility: hidden;
    cursor: default;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopup {
    background-color: #FFFFFF;
    width: 300px;
    border: 3px solid #0DA9D0;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 3px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
    }

    .modalPopup .yes {
        background-color: #2FBDF1;
        border: 1px solid #0DA9D0;
    }

    .modalPopup .no {
        background-color: #9F9F9F;
        border: 1px solid #5C5C5C;
    }
