﻿body
{
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 8pt;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

P
{
    margin-left: 10px;
}

.clsImageButton
{
    cursor: hand;
}

.clsErrorMessage
{
    color: Red;
    font-weight: bold;
}

.clsSchoolAdminAccessPageHeading
{
    font-size: 14pt;
    color: #7D0000;
    font-weight: bold;
}

.clsTable
{
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
}

.clsTableCellCaption
{
    text-align: right;
    margin-left: 10px;
    white-space: nowrap;
}

.clsTableCellCaptionBold
{
    text-align: right;
    margin-left: 10px;
    font-weight: bold;
    white-space: nowrap;
}

.clsTableCellCaptionBoldCenter
{
    text-align: right;
    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;
}

.clsTableCellData
{
    text-align: left;
}

.clsSchoolAdminAccessHorizontalRule
{
    width: 80%;
    color: #7D0000;
    background-color: #7D0000;
    height: 2px;
    border: none;
}


.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;
}
