﻿html {
    height: 100%;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 9pt;
    margin: 0;
    height: 100%;
}

form {
    height: 100%;
}

P {
    margin-left: 10px;
}

.clsErrorMessage {
    color: Red;
    font-weight: bold;
}

DIV.clsIndent {
    margin-left: 10px;
}


.clsGreen {
    background-color: #4B6C62;
}

.clsGradientGreen {
    background: url('/Media/Images/WorkDesk/WorkDeskGradientGeneral.gif') repeat-x;
}

.clsPaleGreen {
    background-color: #C5D4CF;
}

.clsPaleGreenLeftRightBorder {
    background-color: #C5D4CF;
    border-left: solid 2px #4B6C62;
    border-right: solid 2px #4B6C62;
}

.clsPaleGreenTopBottomBorder {
    background-color: #C5D4CF;
    border-top: solid 2px #4B6C62;
    border-bottom: solid 2px #4B6C62;
}

.clsAlertRed {
    background-color: #F31111;
}

.clsPaleAlertRed {
    background-color: #F0CDCD;
}

.clsPaleAlertRedTopBottomBorder {
    background-color: #F0CDCD;
    border-top: solid 1px #F31111;
    border-bottom: solid 1px #F31111;
}

.clsImageButton {
    cursor: pointer;
}

.clsImage {
    border: 0;
    padding: 0;
    margin: 0;
    cursor: default;
    height: 1px;
    width: 1px;
}

    .clsImage:hover {
        cursor: default;
    }

.clsWorkDeskAlertsRotator {
    background-color: #F0CDCD;
    border-top: solid 1px #F31111;
    border-bottom: solid 1px #F31111;
}

.clsWorkDeskCalendarRotator {
    background-color: #C5D4CF;
    border-top: solid 1px #4B6C62;
    border-bottom: solid 1px #4B6C62;
}

.clsHyperlinkNoUnderline {
    text-decoration: none;
    color: Black;
}

.clsHyperlinkNoUnderlineBoldHover {
    text-decoration: none;
    color: Black;
}

    .clsHyperlinkNoUnderlineBoldHover:hover {
        text-decoration: underline;
        color: Black;
    }

.clsHyperlinkNoUnderlineWhite {
    text-decoration: none;
    color: white;
}

.clsHyperlinkNoUnderlineBold {
    text-decoration: none;
    font-weight: bold;
    color: Black;
    cursor: pointer;
}

    .clsHyperlinkNoUnderlineBold:Hover {
        text-decoration: none;
        font-weight: bold;
        color: #4B6C62;
        cursor: pointer;
    }

.clsHyperlinkNoUnderlineHover {
    text-decoration: none;
    color: Black;
    cursor: pointer;
}

    .clsHyperlinkNoUnderlineHover:Hover {
        text-decoration: none;
        color: Black;
    }

.clsHyperlinkNoUnderlineWhiteHover {
    text-decoration: none;
    color: White;
}

    .clsHyperlinkNoUnderlineWhiteHover:Hover {
        text-decoration: none;
        color: White;
    }

    .clsHyperlinkNoUnderlineWhiteHover:Visited {
        text-decoration: none;
        color: White;
    }

.clsHyperlinkNoUnderlineHoverSchoolAdmin {
    text-decoration: none;
    color: #760428;
    cursor: pointer;
}

    .clsHyperlinkNoUnderlineHoverSchoolAdmin:Hover {
        text-decoration: none;
        color: #760428;
        font-weight: bold;
    }

.clsUserPhoto {
    height: 106px;
    width: 80px;
}

.clsNoButton {
    cursor: pointer;
}

.clsProgressBackgroundFilter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}

.clsProcessMessage {
    position: fixed;
    top: 40%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 6px rgb(74, 74, 74);
    border: solid 6px rgba(74, 74, 74, 215);
    border-radius: 10px;
    text-align: center;
    font-size: 12pt;
}

.clsTable {
    padding: 0;
    border-spacing: 0;
    border: 0;
}

.clsTableCellCaption {
    text-align: right;
    margin-left: 10px;
    white-space: nowrap;
}

.clsTableCellCaptionBold {
    text-align: right;
    margin-left: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.clsTableCellCaptionBoldCenter {
    margin-left: 10px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.clsTableCellCaptionTop {
    text-align: right;
    margin-left: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.clsTableCellCaptionTopBold {
    text-align: right;
    margin-left: 10px;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
}

.clsTableCellData {
    text-align: left;
}

.clsRotate90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    height: 70px;
    width: 20px;
}

.clsAlertsInfo {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

#alertblock {
    border: solid 1px #999;
    width: 300px;
    padding: 4px;
    margin: 3px;
    background-color: #EFF;
    border-radius: 5px;
}

#alertblock-tag-alert {
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.auto-style1 {
    font-style: normal;
}

.clsAbsencesInfo {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

#absenceblock {
    width: 100%;
    padding: 4px;
    margin: 3px;
}

#absenceblock-tag-absence {
    /*font-family: sans-serif;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-align: center;*/
}

.auto-style2 {
    font-style: normal;
}

.clsCalendarInfo {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

#calendarblock {
    width: 100%;
    padding: 4px;
    margin: 3px;
}

#calendarblock-tag-calendar {
    /*font-family: sans-serif;
    font-size: 120%;
    font-style: italic;
    font-weight: bold;
    text-align: center;*/
}

.clsSpellCheckButton {
    background-image: url('/Media/Images/Buttons/SpellCheckButtonSmall.gif');
    height: 30px;
    width: 30px;
    padding: 0;
    border-spacing: 0;
    border: 0;
}

.clsBackgroundFilter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10000;
}
.clsProcessMessage > progress {
    width: 100%;
}

.nbspPaddingSubstitute {
    padding: 0 1ch;
}

@media print {
  a[href]:after {
    content: none !important;
  }
}
