body {
    background-color: #FFFFFF;
}

IMG {
    border: none;
    vertical-align: middle;
}

label {
    font-weight: normal;
}

.scrollableY {
    overflow-y: auto;
}

.notScrollableY {
    overflow-y: hidden;
}

/* New Drop Down */
/* These are the "theme" styles for our button applied via separate button class, style as you like */
.button {
    border: 1px solid #bbb;
    border-radius: .3em;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.custom-select select {
    /* General select styles: change as needed */
    font-family: sans-serif;
    font-weight: normal;
    color: #444;
    line-height: 1.3;
}


.darkTitle {
    padding-left: 6px !important;
    padding-top: 6px !important;
    vertical-align: middle !important;
    font-family: Verdana !important;
    font-size: 12pt !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.custom-select::after {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #666;
    margin-top: -3px;
}

.custom-select {
    border: 1px solid #bbb;
}
    /* Hover style */
    .custom-select:hover {
        border-color: #888;
    }
    /* Focus style */
    .custom-select select:focus {
        outline: none;
        box-shadow: 0 0 1px 3px rgba(180,222,250, 1);
        color: #222; /* Match-02 focus color */
    }

    /* Set options to normal weight */
    .custom-select option {
        font-weight: normal;
    }

/* Container used for styling the custom select, the buttom class below adds the 
 * bg gradient, corners, etc. */
.custom-select {
    position: relative;
    display: block;
}

    /* This is the native select, we're making everything but the text invisible so 
 * we can see the button styles in the wrapper */
    .custom-select select {
        width: 100%;
        margin: 0;
        outline: none;
        /*	padding: .6em .8em .5em .8em; */
        /* Prefixed box-sizing rules necessary for older browsers */
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* Font size must be 16px to prevent iOS page zoom on focus */
        font-size: 11px;
    }


    /* Custom arrow sits on top of the select - could be an image, SVG, icon font, 
  * etc. or the arrow could just baked into the bg image on the select. */
    .custom-select::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 2;
        /* These hacks make the select behind the arrow clickable in some browsers */
        pointer-events: none;
        display: none;
    }


@supports ( -webkit-appearance: none ) or ( appearance: none )
/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none ) 
	 * @supports ( mask-type: alpha ) is Firefox 35+ 
	 */
or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
    /* Show custom arrow */
    .custom-select::after {
        display: block;
    }
    /* Remove select styling */
    .custom-select select {
        padding-right: 2em; /* Match-01 */
        /* inside @supports so that iOS <= 8 display the native arrow */
        background: none; /* Match-04 */
        /* inside @supports so that Android <= 4.3 display the native arrow */
        border: 1px solid transparent; /* Match-05 */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .custom-select select:focus {
            border-color: #aaa; /* Match-03 */
        }
}

/* End New Drop Down */

.DropDownAutoWidth {
    width: auto !important;
}

.CallOutBox {
    position: absolute;
    width: 400px;
    font-family: Verdana;
    font-size: 10pt;
    z-index: 100;
    display: none;
    background-color: #FFFFFF;
}

.BaseTabText {
    color: #000000;
    font: 9pt sans-serif;
    text-decoration: none;
}

.BaseTabSelected {
    cursor: default;
    height: 44px;
    background-Image: url(images/BaseTab_s_Middle.png);
    background-repeat: repeat-x;
    margin: 0px;
}

.BaseTabSelectedLeft {
    padding: 0px;
    width: 7px;
    height: 44px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_s_Left.png);
}

.BaseTabSelectedRight {
    padding: 0px;
    width: 7px;
    height: 44px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_s_Right.png);
}

.BaseTabBoxLeft {
    padding: 0px;
    width: 5px;
    background-repeat: repeat-y;
    background-Image: url(images/BaseTab_s_BoxLeft.png);
}

.BaseTabBoxCenter {
    background-color: white;
    width: 100%;
}

.BaseTabBoxRight {
    padding: 0px;
    width: 5px;
    background-repeat: repeat-y;
    background-Image: url(images/BaseTab_s_BoxRight.png);
}

.BaseTabBottomLeft {
    padding: 0px;
    width: 7px;
    height: 6px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_s_BottomLeft.png);
}

.BaseTabBottomCenter {
    background-Image: url(images/BaseTab_s_BottomMiddle.png);
    background-repeat: repeat-x;
    height: 6px;
    width: 100%;
}

.BaseTabBottomRight {
    padding: 0px;
    width: 7px;
    height: 6px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_s_BottomRight.png);
}

.BaseTabInactive {
    cursor: default;
    height: 44px;
    background-Image: url(images/BaseTab_n_Middle.png);
    background-repeat: repeat-x;
    margin: 0px;
}

.BaseTabEnd {
    height: 44px;
    background-Image: url(images/BaseTab_n_End.png);
    background-repeat: repeat-x;
    margin: 0px;
}

.BaseTabInactiveLeft {
    padding: 0px;
    width: 7px;
    height: 44px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_n_Left.png);
}

.BaseTabInactiveRight {
    padding: 0px;
    width: 7px;
    height: 44px;
    background-repeat: no-repeat;
    background-Image: url(images/BaseTab_n_Right.png);
}

div.Move {
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: move;
    background-image: url(/images/Move.png);
}

.GridViewHeaderStyle, .GridViewPagerStyle {
    background-image: url(Images/GridViewHeader.png);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #99ccff;
    vertical-align: middle;
}

    .GridViewHeaderStyle th {
        font-family: Verdana;
        font-size: 11pt;
        text-align: left;
        padding: 5px;
        color: #003366;
    }

    .GridViewHeaderStyle a {
        text-decoration: none;
        color: #003366;
        display: block;
        text-align: left;
        font-weight: normal;
    }

.GridViewHeader {
    color: White;
    background-color: #428BCA;
    border-color: #EAF3FA;
    border-width: 1px;
    border-style: Solid;
}

.TemplateFieldContent {
    background-color: #c2e0ff;
    clear: both; /*display: block;*/
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 40px;
    height: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    border-style: solid;
    border-width: thin;
    border-color: #000000;
}

.ShortenedContent {
    width: 120px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.PortalTitle, .PortalTitleSmall {
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    font-weight: bold;
    vertical-align: text-bottom;
}

.PortalTitle {
    font-size: 18px;
    padding: 0 0 5px 0;
    color: #005596;
}

.PortalTitleSmall {
    font-size: 9pt;
    padding-bottom: 2px;
}

.PortalSubTitle {
    font-size: 12pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
}

.PortalHeader {
    font-size: 12pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
}

.PortalText {
    font-size: 11pt;
    color: #000000;
    font-family: Verdana, Arial, Tahoma;
    padding-left: 20px;
}

.PortalLinkCell {
    padding-left: 20px;
}

.PortalDivider {
    width: 10px;
    background-position: center top;
    background-image: url(images/PortalDivider.png);
    background-repeat: no-repeat;
}

.PortalMessage {
    width: 100%;
    text-align: right;
    font-family: Verdana, Arial, Tahoma;
    font-size: 8pt;
    color: #000000;
}

A.PortalTitleLink:link, A.PortalTitleLink:visited, A.PortalTitleLink:active, A.PortalTitleLink:hover {
    font-size: 14pt;
}

A.PortalTitleLinkSmall:link, A.PortalTitleLinkSmall:visited, A.PortalTitleLinkSmall:active, A.PortalTitleLinkSmall:hover {
    font-size: 11pt;
}

A.PortalLink:link, A.PortalLink:visited, A.PortalLink:active, A.PortalLink:hover,
A.MasterPortalLink:link, A.MasterPortalLink:visited, A.MasterPortalLink:active, A.MasterPortalLink:hover {
    font-size: 10pt;
}

A.PortalLinkSmall:link, A.PortalLinkSmall:visited, A.PortalLinkSmall:active, A.PortalLinkSmall:hover {
    font-size: 10pt;
}

a.PortalLinkSmall img {
    vertical-align: middle;
}

A.PortalTitleLink:link, A.PortalTitleLink:visited, A.PortalTitleLink:active, A.PortalTitleLink:hover,
A.PortalLink:link, A.PortalLink:visited, A.PortalLink:active, A.PortalLink:hover,
A.PortalLinkSmall:link, A.PortalLinkSmall:visited, A.PortalLinkSmall:active, A.PortalLinkSmall:hover,
A.PortalTitleLinkSmall:link, A.PortalTitleLinkSmall:visited, A.PortalTitleLinkSmall:active, A.PortalTitleLinkSmall:hover {
    font-family: Verdana, Arial, Tahoma;
    text-decoration: none;
}

A.PortalLink:link, A.PortalLink:visited, A.PortalLink:active, A.PortalLinkSmall:link, A.PortalLinkSmall:visited, A.PortalLinkSmall:active {
    color: #0066FF;
}

A.MasterPortalLink:link, A.MasterPortalLink:visited, A.MasterPortalLink:active, A.MasterPortalLink:hover {
    color: #000000;
}

A.PortalTitleLink:link, A.PortalTitleLink:visited, A.PortalTitleLink:active, A.PortalTitleLink:hover, A.PortalTitleLinkSmall:link, A.PortalTitleLinkSmall:visited, A.PortalTitleLinkSmall:active, A.PortalTitleLinkSmall:hover {
    color: #000000;
}

A.PortalLink:hover, A.PortalLinkSmall:hover, A.PortalTitleLink:hover, A.PortalTitleLinkSmall:hover {
    color: #3399FF;
}

.HeaderText {
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

.FormLabel {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    font-family: Verdana, Arial, Tahoma;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

.FieldLabel, .FieldLabelFixed {
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    font-family: Verdana, Arial, Tahoma;
    vertical-align: middle;
    line-height: 24px;
    clear: both;
}

.FieldLabel {
    float: left;
    width: 180px;
    height: 24px;
}

.TipText {
    color: #000000;
    font-size: 9pt;
    font-style: italic;
    font-weight: lighter;
    font-family: Arial,Tahoma, Verdana;
    vertical-align: top;
    text-align: left;
}

.hiddenContent {
    display: none;
}

.RequiredField, .RequiredFieldWatermarked {
    background-color: #FFFFCD !important;
}

    .RequiredField.select2-container > a.select2-choice {
        background-color: #FFFFCC !important;
    }

    .RequiredField input {
        background-color: #FFFFCC !important;
    }

.TemplateRequiredField {
    background-color: #F5A5A0;
}

.HighlightText {
    color: #CC3300;
}

.unwatermarked {
    font-weight: normal;
}

.watermarked, .RequiredFieldWatermarked {
    color: gray;
    font-style: italic;
}

.watermarked {
    background-color: #C0C0C0;
}

/* Mask */
.MaskedEditFocus {
    background-color: #E1F5FF;
    color: #000000;
}

.MaskedEditMessage {
    color: #000000;
    font-weight: bold;
    font-size: 11pt;
}

.MaskedEditError {
    background-color: #FFFFCD;
}

.MaskedEditFocusNegative {
    background-color: #C0C0C0;
    color: #000000;
}

.MaskedEditBlurNegative {
    color: #000000;
}
/* Password Strength */
.BarIndicator {
    color: #000000;
    background-color: #0099FF;
}

.BarBorder {
    border-style: inset;
    border-width: 2px;
    width: 200px;
    vertical-align: middle;
}
/*  Validation */
.ValidatorCallout {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 300px;
    display: none;
}

.TipCallout {
}

.ValidatorCallout div, .ValidatorCallout td {
    border: 1px solid #006699;
    background-color: #99CCFF;
}

.TipCallout div, .TipCallout td {
    border: 1px solid #006699;
    background-color: #CCFFFF;
}

.ValidatorCallout_popup_table {
    border: none;
    background-color: transparent;
    padding: 0px;
}

.TipCallout .ValidatorCallout_popup_table_row, .ValidatorCallout .ValidatorCallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.TipCallout .ValidatorCallout_callout_cell, .ValidatorCallout .ValidatorCallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.TipCallout .ValidatorCallout_callout_table, .ValidatorCallout .ValidatorCallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.TipCallout .ValidatorCallout_callout_table_row, .ValidatorCallout .ValidatorCallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.TipCallout .ValidatorCallout_callout_arrow_cell, .ValidatorCallout .ValidatorCallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

    .TipCallout .ValidatorCallout_callout_arrow_cell .ValidatorCallout_innerdiv, .ValidatorCallout .ValidatorCallout_callout_arrow_cell .ValidatorCallout_innerdiv {
        font-size: 1px;
        position: relative;
        left: 1px;
        border-bottom: none;
        border-right: none;
        border-left: none;
        width: 15px;
        background-color: transparent;
        padding: 0px;
    }

        .TipCallout .ValidatorCallout_callout_arrow_cell .ValidatorCallout_innerdiv div, .ValidatorCallout .ValidatorCallout_callout_arrow_cell .ValidatorCallout_innerdiv div {
            height: 1px;
            overflow: hidden;
            border-top: none;
            border-bottom: none;
            border-right: none;
            padding: 0px;
            margin-left: auto;
        }

.TipCallout .ValidatorCallout_error_message_cell, .ValidatorCallout .ValidatorCallout_error_message_cell {
    font-family: Verdana;
    font-size: 10px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.TipCallout .ValidatorCallout_icon_cell, .ValidatorCallout .ValidatorCallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.TipCallout .ValidatorCallout_close_button_cell, .ValidatorCallout .ValidatorCallout_close_button_cell {
    vertical-align: top;
    padding: 0px;
    text-align: right;
    border-left: none;
}

    .TipCallout .ValidatorCallout_close_button_cell .ValidatorCallout_innerdiv, .ValidatorCallout .ValidatorCallout_close_button_cell .ValidatorCallout_innerdiv {
        border: none;
        text-align: center;
        width: 10px;
        padding: 2px;
        cursor: pointer;
    }

/*  Calendar */
.cpYearNavigation, .cpMonthNavigation {
    background-color: #1e90ff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled,
.cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText,
.cpTodayTextDisabled, .cpText {
    font-family: arial;
    font-size: 10pt;
}

TD.cpDayColumnHeader {
    border-style: solid;
    border-color: #0061C1;
    text-align: right;
    border-width: 0px 0px 1px 0px;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
    text-align: right;
    text-decoration: none;
    color: #336699;
}

.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled {
    color: #0099CC;
    text-align: right;
    text-decoration: line-through;
}

.cpCurrentMonthDate, .cpCurrentDate {
    color: #F0F8FF;
}

.cpOtherMonthDate {
    color: #35CDF9;
}

TD.cpCurrentDate {
    color: white;
    background-color: #007EFD;
    border: 1px solid #CEE7FF;
}

TD.cpCurrentDateDisabled {
    border-width: 1px;
    border: solid thin #FFAAAA;
}

TD.cpTodayText, TD.cpTodayTextDisabled {
    border-style: solid;
    border-color: #0055AA;
    border-width: 1px 0px 0px 0px;
}

A.cpTodayText, SPAN.cpTodayTextDisabled {
    height: 20px;
}

A.cpTodayText {
    color: #B7DBFF;
}

.cpTodayTextDisabled {
    color: #D0D0D0;
}

.cpBorder {
    border: 2px outset #6CB6FF;
    background-color: #1e90ff;
}

.AjaxCalendar .ajax__calendar_container {
    z-index: 1000;
    border: 1px solid #646464;
    background-color: #1e90ff;
    color: #ffffff;
}

.AjaxCalendar .ajax__calendar_other .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_other .ajax__calendar_year {
    color: #cccccc;
}

.AjaxCalendar .ajax__calendar_hover .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #ffffff;
}

.AjaxCalendar .ajax__calendar_active .ajax__calendar_day,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_month,
.AjaxCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}

.MCEvent {
    width: 120px;
    height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #dddddd;
}

.CMCalendar {
    width: 100%;
    background: #d9edf6;
    border: 4px solid #EDF7FF;
    margin-bottom: 1em;
    padding: 0px;
}

    .CMCalendar ul {
        padding: 0;
        list-style: none;
    }

th.CMCalendar,
td.CMCalendar {
    width: 14%;
    vertical-align: top;
    border: 1px solid #EDF7FF;
}

td.CMCalendarDummy {
    width: 14%;
    vertical-align: top;
    border: 1px solid #EDF7FF;
    background-color: #F2FAFF;
    font-weight: bold;
    font-size: .9em;
    padding-left: 5px;
    padding-top: 5px;
}

td.CMCalendarReal {
    width: 14%;
    vertical-align: top;
    border: 1px solid #EDF7FF;
    background-color: #ffffff;
    font-weight: bold;
    font-size: .9em;
    padding-left: 5px;
    padding-top: 5px;
}

td.CMCalendarToday {
    width: 14%;
    vertical-align: top;
    border: 1px solid #EDF7FF;
    background-color: #F2FAFF;
    font-weight: bold;
    font-size: .9em;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 5px;
}

td.CMCalendarCurrent {
    width: 14%;
    vertical-align: top;
    border: 1px solid #FFFFCC;
    background-color: #569bce;
    font-weight: bold;
    font-size: .9em;
    color: #ffffff;
    padding-left: 5px;
    padding-top: 5px;
}

td.CMCalendarToday a {
    color: #000000;
    text-decoration: none;
}

th.CMCalendar {
    font-size: .9em;
    background: #015697;
    color: #ffffff !important;
}

td.MCReal {
    background: #fff;
}

td.MCReal, td.MCPast, td.MCDay {
    padding: 5px;
}

td.MCDay {
    height: auto;
    min-height: 75px;
}

td.MCReal, .MCDayHead {
    overflow: hidden;
    height: 18px;
}

td.MCReal, .MCDayNum, .MCDayNum a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

td.MCReal, .MCDayActions {
    font-size: .9em;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-collapse: separate;
}

.CMCalendar tbody td.MCReal .MCDayActions .mKid {
    visibility: hidden;
}

.CMCalendar tbody td.MCReal .meetup {
    background: #ffffff;
    color: #fff;
}

    .CMCalendar tbody td.MCReal .meetup a.url {
        color: #EDF7FF;
    }

    .CMCalendar tbody td.MCReal .meetup a:hover {
        text-decoration: none;
    }

        .CMCalendar tbody td.MCReal .meetup span.eventName:hover, .CMCalendar tbody td.MCReal .meetup a:hover span.eventName {
            text-decoration: underline;
        }

.CMCalendar tbody td.MCReal .rsvpState {
    background: #fff;
    font-weight: bold;
    font-size: 0.9em;
    padding: 1px;
    margin-top: 0.5em;
    text-align: center;
}

.CMCalendar tbody td.MCReal .note {
    border: 1px solid #E5C981;
    background: #F8EFBC;
}

TD.NoWrapCell {
    text-wrap: none;
}
/* 2014 Schedule */
.SDP {
    position: absolute;
    top: 0px;
    left: 0px !important;
    width: 480px;
    background-color: #ffffff;
    font-family: Verdana;
    cursor: default;
    font-size: 10pt;
    z-index: 100;
    display: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.VH {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    margin: 0px;
    color: #ffffff;
    height: 21px;
    font-weight: bold;
    font-size: 9pt;
    font-family: Verdana, Arial, Tahoma;
    text-align: left;
    background-color: #015697;
}

TD.SH {
    height: 22px;
    color: #c0f2ff;
    background-color: #015697;
    border-left: solid 1px #015697;
    border-right: solid 1px #015697;
    border-top: solid 1px #015697;
    text-wrap: none;
    padding: 6px 1px 6px 8px;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
    font-family: Arial;
    font-size: 10pt;
    text-align: left;
}

td.SSH, td.SSHL {
    color: #c0f2ff;
    background-color: #418bca;
    padding-left: 8px;
    padding-right: 8px;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    vertical-align: top;
    text-align: left;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
}

td.SSHL {
    border-left: solid 1px #ffffff;
}

.SL:hover {
    background-color: #99ccff;
}

.SL {
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
    padding: 4px 2px 0px 2px;
    display: block;
    text-align: left;
    color: #000000;
}

TD.S1, TD.S1A, TD.S1Hr, TD.S1AHr, TD.S1B, TD.S1HrB,
TD.S2, TD.S2A, TD.S2Hr, TD.S2AHr, TD.S2B, TD.S2HrB {
    height: 22px;
    border-right: solid 1px #ffffff;
    text-wrap: none;
    vertical-align: top;
}

TD.S1Hr, TD.S1HrB {
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 0px 0px;
}

TD.S2Hr, TD.S2HrB {
    border-top: solid 1px #ffffff;
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 0px 0px;
}

TD.S1, TD.S2, TD.S1B, TD.S2B {
    vertical-align: top;
    border-top: solid 1px #ffffff;
    padding: 0px 1px 0px 1px;
    margin: 0px 0px 0px 0px;
}

TD.S1A, TD.S1AHr, TD.S1AB, TD.S1AHrB, TD.S2A, TD.S2AHr, TD.S2AB {
    background-color: #e9f3fc;
    height: 22px;
}

TD.S1AHrB, TD.S1B, TD.S1AB, TD.S1HrB, TD.S2AHrB, TD.S2B, TD.S2AB, TD.S2HrB {
    border-bottom: solid 1px #ffffff;
}

.DoNotScheduleLink {
    color: #000000;
    background-color: #f6cecd;
}

.DoNotScheduleCss {
    background-color: #f6cecd;
}
/* End 2014 Schedule */

/* Crop Image styles */
.webImageMaker_popup {
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 500;
    background-color: #f0f0f0;
    border: 1px solid black;
}

.webImageMaker_thumbs {
    overflow: auto;
    width: 250px;
    height: 250px;
    position: absolute;
    z-index: 501;
    background-color: #ffffff;
    border: 1px solid #000000;
}

    .webImageMaker_thumbs input {
        margin: 3px;
        padding: 3px;
        float: left;
    }

.webImageMaker_thumbpicker {
    font-size: x-small;
    background-color: #ffffff;
    margin-bottom: 4px;
}

.webImageMaker_canvas {
    position: relative;
    top: 30px;
    left: 30px;
    z-index: 501;
}

.webImageMaker_selection {
    position: absolute;
    border-style: groove;
    border-width: 2px;
    border-color: #ff0000;
    z-index: 502;
}

.webImageMaker_popup input {
    width: 80px;
    margin: 5px 0px 0px 15px;
}

.ImgCtrl {
    padding: 30px;
}

.AutoCompleteListItem {
    font-size: x-small;
    width: 400px;
}

.AutoCompleteList {
    padding: 0px;
    margin: 0px;
    border: 2px inset #0066FF;
    width: 404px;
    background-color: #99CCFF;
}

.AutoCompleteHighlightedListItem {
    font-size: x-small;
    width: 400px;
    background-color: #0099cc;
    cursor: pointer;
}

.VerticalHeader {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    white-space: nowrap;
    cursor: pointer;
}
/* Accordion */
.accordionHeader {
    border: 1px solid #333333;
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
    background-color: #99ccff;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            color: #333333;
        }

a.accordionLink a.accordionLink:hover a.accordionLink:active, a.accordionLink:visited {
    font-size: 11pt;
    font-family: Verdana Arial Sans-Serif;
    color: #000000;
}

.accordionHeaderSelected {
    border: 1px solid #666666;
    color: #000000;
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    cursor: pointer;
    background-color: #0099CC;
}

    .accordionHeaderSelected a {
        color: #003366;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
        }

.accordionContent {
    border-top: none;
    padding: 5px;
    border-style: none inset inset inset;
    border-width: 1px;
    border-color: #333333;
}
