﻿body {
    margin: 0 !important;
    background: #fff;
    font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}


.LocationPaneHelper {
    display: block;
    height: 25px;
    background-color: #0A355E;
    color: #F4C900;
    text-align: center;
}

section#nav-wrapper {
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
}

.alertoutput {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
}


h1, h2, h3, h4, h5, h6 {
    color: #4C4D52;
    margin: 0;
    font-family: "FrutigerLight",Arial,Sans-Serif;
    font-weight: normal;
}

a, a:visited {
    color: #666;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 5px;
    line-height: normal;
    padding: 8px 10px;
    font-family: "Open Sans",Helvetica, Arial, sans-serif;
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover {
        color: #222;
        background: #ddd; /* Old browsers */
        background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
        background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
        background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
        background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
        background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
        background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
        border: 1px solid #888;
        border-top: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }

    .button:active,
    button:active,
    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active {
        border: 1px solid #666;
        background: #ccc; /* Old browsers */
        background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
        background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
        background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
        background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
        background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
        background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */
    }

    .button.full-width,
    button.full-width,
    input[type="submit"].full-width,
    input[type="reset"].full-width,
    input[type="button"].full-width {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: center;
    }

    /* Fix for odd Mozilla border & padding issues */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    float: left;
    border: 1px solid #DFDFDF;
    padding: 9px 8px 9px 8px;
    outline: none;
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2),0px 0px 5px 0px rgba(0,0,0,0.3);
    -webkit-appearance: none;
    border-radius: 0;
}

select {
    float: left;
    outline: none;
    margin: 0 10px 0 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
}

.mainrow {
    background-color: #f2f3f8;
    padding: 5px 5px 5px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.alternaterow {
    background-color: #e5e5e8;
    padding: 5px 5px 5px 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.psideheader {
    padding: 8px 5px 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #FF9900;
    background: #EEF6F8; /* Old browsers */
    background: #EEF6F8 -moz-linear-gradient(top, rgba(255,204,153,.35) 0%, rgba(255,204,0,.4) 100%); /* FF3.6+ */
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,153,.35)), color-stop(100%,rgba(255,204,0,.4))); /* Chrome,Safari4+ */
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #EEF6F8 -o-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* Opera11.10+ */
    background: #EEF6F8 -ms-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* IE10+ */
    background: #EEF6F8 linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.alertheader {
    padding: 8px 5px 8px 5px;
    color: #FFFFFF;
    font: 12px Arial;
    border: 1px solid #000000;
    background: #e80c0c; /* Old browsers */
    background: #e80c0c -moz-linear-gradient(top, rgba(236,33,40,.35) 0%, rgba(234,40,47,.4) 100%); /* FF3.6+ */
    background: #e80c0c -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,33,40,.35)), color-stop(100%,rgba(234,40,47,.4))); /* Chrome,Safari4+ */
    background: #e80c0c -webkit-linear-gradient(top, rgba(236,33,40,.35) 0%,rgba(234,40,47,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #e80c0c -o-linear-gradient(top, rgba(236,33,40,.35) 0%,rgba(234,40,47,.4) 100%); /* Opera11.10+ */
    background: #e80c0c -ms-linear-gradient(top, rgba(236,33,40,.35) 0%,rgba(234,40,47,.4) 100%); /* IE10+ */
    background: #e80c0c linear-gradient(top, rgba(236,33,40,.35) 0%,rgba(234,40,47,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.warningheader {
    padding: 8px 5px 8px 5px;
    color: #000000;
    font: 12px Arial;
    border: 1px solid #000000;
    background: #e8e80c; /* Old browsers */
    background: #e8e80c -moz-linear-gradient(top, rgba(240, 245, 7,.35) 0%, rgba(224, 227, 68,.4) 100%); /* FF3.6+ */
    background: #e8e80c -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240, 245, 7,.35)), color-stop(100%,rgba(224, 227, 68,.4))); /* Chrome,Safari4+ */
    background: #e8e80c -webkit-linear-gradient(top, rgba(240, 245, 7,.35) 0%,rgba(224, 227, 68,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #e8e80c -o-linear-gradient(top, rgba(240, 245, 7,.35) 0%,rgba(224, 227, 68,.4) 100%); /* Opera11.10+ */
    background: #e8e80c -ms-linear-gradient(top, rgba(240, 245, 7,.35) 0%,rgba(224, 227, 68,.4) 100%); /* IE10+ */
    background: #e8e80c linear-gradient(top, rgba(240, 245, 7,.35) 0%,rgba(224, 227, 68,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.disabledheader {
    padding: 8px 5px 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #a5a5a2;
    background: #d7d9d9; /* Old browsers */
    background: #d7d9d9 -moz-linear-gradient(top, rgba(215,217,217,.35) 0%, rgba(149,151,151,.4) 100%); /* FF3.6+ */
    background: #d7d9d9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(215,217,217,.35)), color-stop(100%,rgba(149,151,151,.4))); /* Chrome,Safari4+ */
    background: #d7d9d9 -webkit-linear-gradient(top, rgba(215,217,217,.35) 0%,rgba(149,151,151,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #d7d9d9 -o-linear-gradient(top, rgba(215,217,217,.35) 0%,rgba(149,151,151,.4) 100%); /* Opera11.10+ */
    background: #d7d9d9 -ms-linear-gradient(top, rgba(215,217,217,.35) 0%,rgba(149,151,151,.4) 100%); /* IE10+ */
    background: #d7d9d9 linear-gradient(top, rgba(215,217,217,.35) 0%,rgba(149,151,151,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ciosideheader {
    padding: 8px 5px 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #FF9900;
    background: #EEF6F8;
    background: #EEF6F8 -moz-linear-gradient(top, rgba(255,204,153,.35) 0%, rgba(255,204,0,.4) 100%);
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,204,153,.35)), color-stop(100%,rgba(255,204,0,.4)));
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%);
    background: #EEF6F8 -o-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%);
    background: #EEF6F8 -ms-linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%);
    background: #EEF6F8 linear-gradient(top, rgba(255,204,153,.35) 0%,rgba(255,204,0,.4) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.collpase_all_message {
    background: url(/_resources/images/jquery.ui/collapse-all.gif) no-repeat right center;
    padding-right: 12px;
    color: #666666;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

    .modal-content h3 {
        font-weight: bold;
        background-color: lightgray;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding-left: 5px;
    }

.osideheader {
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
    background: #EEF6F8; /* Old browsers */
    background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%); /* FF3.6+ */
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4))); /* Chrome,Safari4+ */
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* Opera11.10+ */
    background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* IE10+ */
    background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.opagebanner {
    padding: 8px 0 8px 5px;
    color: red;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
    background: #EEF6F8;
    background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4)));
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.opagealert {
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #72BCCF;
    background: #EEF6F8;
    background: #EEF6F8 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(160,210,223,.4)));
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    background: #EEF6F8 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(160,210,223,.4) 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cioajaxhelpertooltip {
    float: right;
    padding-right: 5px;
    color: black;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    padding: 9px 1px 9px 0px;
}

.current {
    padding: 8px 0 8px 5px;
    color: black;
    font: bold 12px Arial;
    border: 1px solid #CCCCCC;
    background: #EEF6F8; /* Old browsers */
    background: #EEF6F8 -moz-linear-gradient(top, rgba(254,254,50,.35) 0%, rgba(204,204,0,.4) 100%); /* FF3.6+ */
    background: #EEF6F8 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,50,.35)), color-stop(100%,rgba(204,204,0,.4))); /* Chrome,Safari4+ */
    background: #EEF6F8 -webkit-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #EEF6F8 -o-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* Opera11.10+ */
    background: #EEF6F8 -ms-linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* IE10+ */
    background: #EEF6F8 linear-gradient(top, rgba(254,254,50,.35) 0%,rgba(204,204,0,.4) 100%); /* W3C */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
