* {
    font-family: verdana, arial, helvetica, sans-serif;
}

.toolbar {
    background-image: url('/images/toolbar_back.jpg');
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.UserLoggedOn {
    font-weight: bold;
    color: #000000;
}

.MainBody {
    background-color: #eeeeee;
}

.contentwrapper {
    width: 100%;
    background-color: #eeeeee;
    padding: 10px;
}

.page {
    background-color: #ffffff;
    width: 1100px;
    margin: auto;
    margin-top: 20px;
    border: 8px solid #dddddd;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h2, #teletype {
    line-height: 1pt;
    font-size: 14px;
    color: #888888;
}

label {
    font-size: 12px;
    color: #555555;
}

a {
    font-size: 12px;
}

span {
    font-size: 12px;
    color: #555555;
}

.form {
    background-color: #dddddd;
    border: 2px solid #888888;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.form_small {
    background-color: #dddddd;
    border: 2px solid #888888;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.downloadlink span {
    color: #2188FF;
    text-decoration: underline;
    font-size: 16px;
    width: 100%;
}

.downloadlink {
    padding: 2px;
}

    .downloadlink span:hover {
        background-color: #1B61B9;
        color: #ffffff;
        cursor: pointer;
    }

.downloadlinknew span {
    color: #2188FF;
    font-size: 16px;
    width: 100%;
}

.downloadlinknew {
    background-color: #eeeeee;
    padding: 2px;
}

    .downloadlinknew span:hover {
        background-color: #1B61B9;
        color: #ffffff;
        cursor: pointer;
    }

.Normal {
    font-size: 10pt;
    font-weight: normal;
}

.tableheader {
    background-color: #0094FF;
    align: left;
}

.headertext {
    color: #ffffff;
    font-weight: bold;
}

.logoff {
    background-color: transparent;
    border: 0;
    font-weight: bold;
    color: #0094FF;
}

    .logoff:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.LastLoggedIn {
    font-size: 8pt;
}

.NavMenu {
    width: 200px;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.standardtextheader {
    font-size: 1em;
    color: black;
}


.standardtext {
    font-size: 0.8em;
    color: #888888;
}

.standardtext_white {
    font-size: 0.8em;
    color: #FFFFFF;
}

.standardtext_black {
    font-size: 0.8em;
    color: #000000;
}

.standardtext_black_bold {
    font-weight: bold;
    font-size: 0.8em;
    color: #000000;
}

.NavMenuItem {
    background-color: #eeeeee;
    padding: 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.NavMenuItemHover {
    background-color: #0079E9;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.NavMenuItemSelected {
    background-color: #777777;
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="text"], input[type="password"] {
    border: 1px solid Silver;
    width: 207px;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
}

input[type="submit"], input[type="button"], .button {
    border: 1px solid #000000;
    background-color: #0079E9;
    color: #ffffff;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

    input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
        cursor: pointer;
        border: 1px solid #000000;
        background-color: #ffffff;
        color: #0079e9;
        padding: 4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.red, .red a {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.black, .black a {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.greenText {
    font-weight: bold;
    font-size: 0.8em;
    color: #247200;
}

.redText, .error {
    font-weight: bold;
    font-size: 0.9em;
    color: #ff0000;
}

.padded {
    padding: 10px;
}

.green {
    font-weight: bold;
    font-size: 18px;
    color: #00ff00;
}

span.green:hover, span.red:hover, span.black:hover {
    cursor: pointer;
}

input[type="text"]:focus {
    border: 1px solid DodgerBlue;
    background: transparent;
    background-color: White;
    color: Black;
}


table.AvailabilityTable {
    padding: 0;
    margin: 10px 0;
    font-size: 12px;
}

    table.AvailabilityTable tr {
        border-right: 1px solid #313131;
    }

    table.AvailabilityTable td {
        border-bottom: 1px solid #313131;
        border-left: 1px solid #313131;
        text-align: center;
        width: 90px;
    }

.dayRow {
    border-top: 1px solid #313131;
    padding: 3px 0;
    color: #ffffff;
    background-color: #0079e9;
    font-weight: bold;
}

.rightRow {
    border-right: 1px solid #313131 !important;
}

.emptyCell {
    border-left: 1px solid #fff !important;
}

.weekEnd {
    background-color: #dddddd;
}

.wcCell {
    background-color: #0079e9;
    color: white;
}

span.setWeekA, span.setWeekN {
    font-size: 20px;
    padding: 5px;
}

    span.setWeekA:hover, span.setWeekN:hover {
        cursor: pointer;
    }

span.setWeekA {
    color: white;
}

span.setWeekN {
    color: white;
}

.Orridge_Menu {
    height: 34px;
    background-color: #0079E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.clock {
    width: 440px;
    font-size: 1.2em;
    color: #0ca5f4;
    font-weight: bold;
    padding-right: 5px;
}

.logout {
    color: #ffffff;
    padding-right: 10px;
}

.detailarea_gray {
    background-color: DarkGray;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 5px;
    border-radius: 5px;
    border: 2px solid Gray;
    color: #000000;
}

.detailarea_red {
    height: 100%;
    background-color: #D99795;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #f98674;
    margin-top: 5px;
    color: #ffffff;
}

.detailarea_blue {
    background-color: #0079E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #000000;
    margin-top: 5px;
    color: #ffffff;
}

    .detailarea_blue span {
        color: #ffffff;
    }

.detailarea_green {
    background-color: #267F00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #133F00;
    margin-top: 5px;
    color: #ffffff;
}

.adminpanel {
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Notification window Elements */
#box:hover {
    cursor: pointer;
}

#box {
    top: 0;
    left: 50%;
    margin-left: -150px;
    background-color: #ffffff;
    width: 300px;
    position: fixed;
    float: right;
    border: 1px solid #cccccc;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

#notificationcontainer {
    overflow: auto;
    visbility: hidden;
}

#notifications {
    width: 100%;
}

.message_red {
    font-size: 0.8em;
    width: 94%;
    padding: 5px;
    margin: 2px;
    background-color: #ff0000;
    color: #ffffff;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.message_green {
    font-size: 0.8em;
    width: 94%;
    padding: 5px;
    margin: 2px;
    background-color: #008800;
    color: #ffffff;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.message_blue {
    font-size: 0.8em;
    width: 94%;
    padding: 5px;
    margin: 2px;
    background-color: #3DABFF;
    color: #ffffff;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.message_yellow {
    font-size: 0.8em;
    width: 94%;
    padding: 5px;
    margin: 2px;
    background-color: #FFEA2D;
    color: #000000;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.uploadgroup {
    color: #888888;
}

    .uploadgroup:hover {
        cursor: pointer;
        color: #343222;
    }

.minimenu {
    border-collapse: collapse;
}

    .minimenu tr:hover {
        background-color: #cccccc;
        cursor: pointer;
    }

.viewprogramme_container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ProgrammeTable {
    width: 100%;
    padding: 5px;
    border-collapse: collapse;
    background-color: #cccccc;
}

    .ProgrammeTable thead {
        background: DodgerBlue;
        color: #ffffff;
    }

    .ProgrammeTable tr {
        horizontal-align: center;
        font-size: 0.7em;
    }

    .ProgrammeTable td {
        background-color: #cccccc;
        padding: 2px;
    }

.autocomplete_completionListElement {
    margin: 0!important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: small;
    text-align: left;
    list-style-type: none;
}

.PoolCarControl * {
    padding-left: 8px;
}

.PoolCarControl input[type=button] {
    font-size: 1.1em;
}

.PoolCarControl {
    font-size: 1.1em;
    border-collapse: collapse;
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .PoolCarControl thead {
        background: #0079E9;
        font-size: 0.7em;
        color: #ffffff;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .PoolCarControl thead th {
            padding: 8px;
        }

    .PoolCarControl tr {
        border-bottom: 1px solid #dddddd;
    }


.highlight {
    background: red;
}

.PoolCarControl td {
    font-size: 0.8em;
}


#weekstart {
    border: 1px solid #0079E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
}

#ExpenseForm {
    padding-left: 10px;
}

    #ExpenseForm input[type="text"] {
        width: 80px;
    }

.wdgDeductions .igg_Summary:nth-child(2), .wdgDeductions .igg_Summary:nth-child(4) {
    display: none;
}

.wdgDeductions .igg_Summary:nth-child(3) {
    text-align: left;
    padding-left: 124px;
}

.wdgDeductions .igg_SummaryRow {
    text-align: right;
    vertical-align: middle;
}

#tblPositions div.background-red {
    background-color: red!important;
    font-size: 1.1em;
    font-weight: bold;
}

#tblPositions td.background-red {
    background-color: red!important;
}

#tblPositions div.background-gold {
    background-color: #d9b700!important;
    font-size: 1.1em;
    font-weight: bold;
}

#tblPositions td.background-gold {
    background-color: #d9b700!important;
}

#tblPositions .me {
    color: blue;
    font-size: 1.1em;
    font-weight: bold;
    text-align: right;
}

.gold {
    Color: #d9b700;
    font-size: 18px;
    font-weight: bold;
}

#tblPositions th.header {
    background-color: #0079e9;
    text-align: center;
    font-size: 1.2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    #tblPositions th.header span {
        color: white;
    }

#tblPositions td.head {
    text-align: center;
}

#tblPositions th.igg_HeaderCaption:first-child {
    text-indent: -9999px;
}

#tblPositions tr.igg_FilterRowCell td:nth-child(2) span, #tblPositions .igg_FilterRowCell td:first-child span, #tblPositions tr.igg_FilterRowCell td:nth-child(2) button, #tblPositions .igg_FilterRowCell td:first-child button {
    text-indent: -9999px;
    display: none;
    z-index: -9999;
}

.blue {
    color: blue;
    font-size: 18px;
    font-weight: bold;
}
/*Paging*/
/*.igg_CustomPager
{
    font-size: 11px;
    margin-right: 30px;
    background-color: transparent;
    text-align: center !important;
    vertical-align: middle !important;
    background-image: url(/samplesbrowser/samplescommon/aspnet/webdatagrid/style/pagingcustomcss/pagerbg.gif);
    background-position: 0 0px;
}
.DropDownClass
{
    font-size: 11px;
}
.igg_PageLink
{
    border: 0px solid #ff0000;
    padding-left: 0px;
    padding-right: 0px;
}
.igg_CurrentPageLink
{
    color: white;
    background-image: url(/samplesbrowser/samplescommon/aspnet/webdatagrid/style/pagingcustomcss/custompager.png);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}*/

#UpdatePanel1 {
    position: relative;
}

#Body_BtnReport {
    position: absolute;
    left: 250px;
    top: 35px;
    padding: 2px;
}

#Body_BtnBack {
    padding: 2px;
}

.bwhite {
    color: white;
    font-weight: bold;
}

.color333 {
    color: #333;
}

.ui-autocomplete {
    text-decoration: none;
    list-style-type: none;
    padding-left: 0;
}

tr.unopened.notificationMessageRow > td > input.confirmReadButton{
    display:none;
}