﻿/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, "DejaVu Sans Condensed", FreeSans, sans-serif;
    color: #222;
}

::-moz-selection {
    background: #3399ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3399ff;
    color: #fff;
    text-shadow: none;
}

a {
    color: #00e;
}

    a:visited {
        color: #551a8b;
    }

    a:hover {
        color: #06e;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 15px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    /*cursor: pointer;*/
}

td label {
    /* padding: 5px;*/
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, input {
    line-height: normal;
    *overflow: visible;
}

table button, table input {
    *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
   Author: Marlo Simon Noval
   ========================================================================== */
body {
    background: #ebebeb;
}

/* ASP.net defaults */
p {
    margin: 0 0 10px 0;
    /*line-height: 1.6em;
    font-size: 18px;*/
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
}

h1 {
    font-size: 190%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 167%;
}

h3 {
    font-size: 167%;
}

h4 {
    font-size: 153.9%;
}

h5 {
    font-size: 138.5%;
    margin-top: 0px;
    margin-bottom: 5px;
}

h6 {
    font-size: 123.1%;
}

.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

.page {
    width: 960px;
    background-color: #fff;
    margin: 10px auto 0px auto;
    padding: 5px;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffcc33;
    width: 100%;
    border-top: 5px solid #fe9900;
    -moz-border-radius: 5px 5px 3px 3px;
    -webkit-border-radius: 5px 5px 3px 3px;
    border-radius: 5px 5px 3px 3px;
}

    .header h1 {
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #072269;
        border: none;
        line-height: 2em;
        font-weight: bold;
    }

.main {
    margin: 10px 15px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

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: #465c71;
        border: 1px #4e667d solid;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        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;
        }

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntryBig {
    width: 800px;
    border: 1px solid #ccc;
    padding: 5px;
    color: #666;
}

.textEntry {
    width: 320px;
    border: 1px solid #ccc;
    padding: 5px;
    color: #666;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
    padding: 5px;
}

input[type="submit"] {
    background: none;
    border: 0 none;
    background-color: #FE9900;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 12px;
}

div.accountInfo {
    width: 82%;
}

    div.accountInfo p {
        margin-bottom: 0;
    }

        div.accountInfo p span {
            display: block;
        }

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding: 5px 0 0 10px;
    width: 600px;
}

.loginDisplay {
    display: block;
    text-align: right;
    padding: 10px 10px 5px;
    color: white;
    height: 60px;
}

    .loginDisplay a {
        background-color: #903900;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        padding: 4px 6px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

        .loginDisplay a:hover {
            bottom: -1px;
            position: relative;
        }

.failureNotification {
    color: Red;
    font-family: Geneva, Verdana, "DejaVu Sans", sans-serif;
}

    .failureNotification ul {
        margin-top: 0;
    }

.bold {
    font-weight: bold;
}

.submitButton {
    padding-right: 10px;
}

.paCheckBox {
    font-size: 14px;
}

.paImage {
    height: 12px;
    vertical-align: top;
}
/* Mon */
a.button, .button-standard button {
    color: #444;
    border: 1px solid #D4D4D4;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 12px;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #ececec );
    background-image: -moz-linear-gradient(top, #f4f4f4, #ececec );
    background-image: -ms-linear-gradient(top, #f4f4f4, #ececec );
    background-image: -o-linear-gradient(top, #f4f4f4, #ececec );
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

    a.button:hover {
        bottom: -1px;
        position: relative;
    }

.oldie a.button {
    background-color: #ececec;
}

a.link {
    color: #00e !important;
    margin: 0 15px 0 0;
    font-family: Geneva, Verdana, "DejaVu Sans", sans-serif;
    font-size: 12px;
}

    a.link.space {
        margin-right: 50px;
    }

input.link.space {
    margin-right: 25px;
}

a.link:hover {
    background-color: #00e !important;
    color: #fff !important;
    text-decoration: none;
}

a.linkRed, .linkRed input {
    color: red !important;
    /*font-family: Geneva, Verdana, "DejaVu Sans", sans-serif;*/
    font-size: 12px;
    background-color: transparent;
    background-image: none!important;
    border: 0 none;
    padding: 0;
    font-weight: normal;
}

    a.linkRed:hover, .linkRed input:hover {
        background-color: red !important;
        color: #fff !important;
        text-decoration: none;
    }

span.or {
    display: inline !important;
    font-family: Geneva, Verdana, "DejaVu Sans", sans-serif;
    font-size: 12px;
}

.loginStatus {
    color: #903900;
}

.menu {
    padding: 8px 0 0;
}

    .menu a.button {
        background: none;
        border: 0 none;
        color: #fff;
        background-color: #FE9900;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        text-shadow: none;
        display: inline-block;
    }

.oldie .menu a.button {
    background: none;
    border: 0 none;
    background-color: #c43c40;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
}

.pageTitle {
    display: inline-block;
    margin: 30px 0 20px;
}

    .pageTitle h2 {
        display: inline;
        vertical-align: middle;
    }

    .pageTitle p {
        color: #666;
        padding-top: 5px;
    }

    .pageTitle .button {
        display: inline;
        margin-left: 10px;
    }


/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.width320 {
    width: 320px;
    display: block;
}

.strong, .bold {
    font-weight: bold;
}

/* calendar styling for events and folders*/

.calmeeting div.rsAptContent {
    border-top: 3px solid #fb0808;
    background: #fadd04;
}

.calevent div.rsAptContent {
    border-top: 3px solid #fb0808;
    background: #fe9900;
}

.calnoperm div.rsAptContent {
    border-top: 3px solid #9c9b9b;
    background: #ccc;
}

div.rsAptResize {
    display: none;
}


.calfolder a.rsAptDelete {
    display: none;
}
/*signature image style*/

.signature {
    height: 40px;
}

.form-element {
    margin-bottom: 25px;
}

    .form-element label, .form-label {
        display: block;
        margin-bottom: 5px;
    }

.form-data {
    font-weight: bold;
    padding: 5px 0;
    display: block;
    font-size: 15px;
}

.form-table {
}

    .form-table .form-label {
        min-width: 140px;
        margin-bottom: 10px;
    }

    .form-table .form-data {
        padding: 0;
    }

.checkbox-table label {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}

.radio-btn-container {
    padding-top: 5px;
}

    .radio-btn-container label {
        display: inline-block;
        font-size: 12px;
        margin: 0 40px 0 10px;
    }

.current-group {
    padding: 10px 15px;
    color: #666;
}

/* Caledar Page */
.RadScheduler .rsAptContent {
    font-size: 11px;
    line-height: 1.3;
}
/* Overwrite */
.RadScheduler_MetroTouch .rsAptContent {
    padding: 5px!important;
}
/* Overwrite */
.RadGrid_Default .rgMasterTable,
.RadGrid_Default .rgDetailTable,
.RadGrid_Default .rgGroupPanel table,
.RadGrid_Default .rgCommandRow table,
.RadGrid_Default .rgEditForm table,
.RadGrid_Default .rgPager table,
.RadDock .rdContent,
.RadButton_Default .rbDecorated {
    font-family: Arial, Helvetica, sans-serif!important;
}
/* Overwrite */
/*.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td {padding:0 0 20px 0!important}*/
.viewingPermission .rgRow td {
    padding-bottom: 5px!important;
}

.RadButton_Default.rbSkinnedButton,
.RadButton_Default .rbDecorated,
.RadButton_Default.rbVerticalButton,
.RadButton_Default.rbVerticalButton .rbDecorated,
.RadButton_Default .rbSplitRight,
.RadButton_Default .rbSplitLeft {
    background-image: none!important;
}
/* Overwrite */
.RadGrid.RadGrid_Default .rgRow a,
.RadGrid.RadGrid_Default .rgAltRow a,
.RadGrid.RadGrid_Default .rgEditRow a {
    color: #00e;
}

.rbSkinnedButton {
    vertical-align: middle!important;
    height: auto!important;
}
/* Overwrite */
.rbDecorated {
    height: auto!important;
}
/* Overwrite */
input[type="submit"].rbDecorated {
    color: #fff;
    background-image: none;
}
/* Overwrite */
.upcoming-events .RadGrid .rgRow td, .upcoming-events .RadGrid .rgAltRow td {
    padding: 0 0 20px 0;
}

.upcoming-events .RadGrid_Default .rgAltRow {
    background-color: transparent;
}
    /* Overwrite */
    .upcoming-events .RadGrid_Default .rgAltRow td {
        border: 0 none;
    }
/* Overwrite */
.event-subject {
    font-size: 14px;
    margin-bottom: 5px;
}

.event-type {
    color: #FE9900;
    font-size: 13px;
    margin-bottom: 5px;
}

.event-time {
    margin-bottom: 3px;
}

    .event-time span {
        display: inline-block;
        width: 50px;
    }

.event-desc {
    color: #666;
}

.calendar-popup {
    padding: 0 30px 20px;
}

/*delete pop-up color*/
.RadScheduler_MetroTouch .rsModalWrapper .rsModalDialog .rsModalTitle {
    background: #FE9900!important;
}

a.cal {
      color: #000 !important;   
}
/*
a.calmeeting {
      color: #000 !important;   
}

a.calevent { 
    color: #000 !important;  
}

a.calnoperm {
      color: #000 !important;  
}*/

.calmeeting {
   border-top: 3px solid #fb0808;
    color: #000 !important;
    background: #fadd04;
    padding: 5px;
}

.calevent {
    border-top: 3px solid #fb0808;
    color: #000 !important;
    background: #fe9900;
    padding: 5px;
}

.calnoperm {
    border-top: 3px solid #9c9b9b;
    color: #000 !important;
    background: #ccc;
    padding: 5px;
}

.calmanage {
    font-size:10px;padding: 5px;
}
/*

    to apply the styles to 
    .event-subject

     take away the biold
        background: #ccc;
    padding: 5px;
    font-size: 14px;
    font-weight: bold; 
margin-bottom: 5px; border-top: 3px solid #9c9b9b; .calmeeting div.rsAptContent {
    border-top: 3px solid #fb0808;
    background: #fadd04;
}

.calevent div.rsAptContent {
    border-top: 3px solid #fb0808;
    background: #fe9900;
}

.calnoperm div.rsAptContent {
    border-top: 3px solid #9c9b9b;
    background: #ccc;
}

*/
