
/* 
    custom css settings for site
    should come after html css file
*/

#divLayOutBody {
    width: 100%;
    min-height: 650px;
    background-color: #f7f7f7;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
    #divLayOutBody label {
        color: darkblue;
    }

.pTitle {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    color: #929292;
    margin-bottom: 15px;
}

.pLeft {
    text-align: left;
}
.pCenter {
    text-align:center;
}
.pRight {
    text-align: right;
}
.pBold {
    font-weight:500;
}
.pLarge1 {
    font-size:1.1em;
}
.pItalic {
    font-style:italic;
}

.subText {
    color: #35804d;
    font-weight: 500;
    font-size: .8em;
}
.spanEdit {
    font-size: .8em;
    vertical-align: bottom;
}
.spanName {
    font-weight: 600;
    font-size: 1em;
    color: #399aeb;
    margin-right: 7px;
}
.spanSub {
    font-weight: 500;
    font-size: .8em;
    margin-right: 15px;
}

.spanSmall1 {
    font-size: .9em;
}
.spanSmall2 {
    font-size: .8em;
}
.spanSmall3 {
    font-size: .7em;
}
.spanLarge1 {
    font-size: 1.1em;
}
.spanLarge2 {
    font-size: 1.2em;
}
.spanLarge3 {
    font-size: 1.3em;
}
.spanLarge4 {
    font-size: 1.4em;
}
.spanMLeft {
    margin-left:15px;
}
.spanMRight {
    margin-right:15px;
}

.spanWeightNormal {
    font-weight:normal;
}
.spanItalic {
    font-style:italic;
}
.spanBold {
    font-weight:500;
}
.spanRed {
    color:red;
}
.spanGreen {
    color: green;
}
.spanYellow {
    color: yellow;
}
.spanHover:hover {
    font-weight:bold;
}

.divClear {
    clear:both;
}

.ulNoBullets {
    padding: 5px;
}
    .ulNoBullets li {
        list-style-type: none;
    }

.floatLeft {
    float:left;
}

.elementActive {
    color:red;
}

.studentActive {
    color: green;
    font-weight: 600;
}

.studentInactive {
    color: red;
    font-weight: 600;
}

.rowInactive {
    background-color:#deebcd;
    border-top:1px red solid;
}
.rowInactive td {
    border-bottom: 1px darkblue solid;
}


.divPageBreak {
    page-break-after: always;
}

.divBreak {
    page-break-after: always;
}