NAV {
    padding: 0;
    width: 100%;
    height: 100px;
    background-color: #990100;
    background-image: url('../../../images/6C06F7B6-C98A-3554-E44C-16116644CF54/TransGenBanner.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}
UL { list-style: none; }
#divFormContentSection { padding: 0px !important; }
#btnAdmin {
    position: absolute;
    top:72px;
    right: 17px;
}
#menu {
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 3em;
}
#menu LI {
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-family: Montserrat;
    border: 1px #990100 solid;
    transition: all 0.5s ease;
    background-color: #7A7A7A;
}
#menu > LI {
    float: left;
    min-width: 110px;
    padding: 2px 15px;
    text-align: center;
    border-top: 0 !important;
}
#menu LI A { color: #FFFFFF; }
#menu LI A:hover { text-decoration: none; }
#menu LI I {
    float: left;
    font-size: 0.5em;
    margin-top: 5px;
}
#menu LI:hover {
    background-color: #990100;
    border: 1px #FFFFFF solid;
}
#menu LI:hover A { color: yellow; }
#site_help { margin-right: 12px; }
#menu UL {
    padding: 0;
    z-index: 1;
    min-width: 280px;
    position: absolute;
    display: none;
    left: -1px;
    top: 22px;
}
#menu UL.expanded {
    display: block;
}
#menu UL.expanded LI {
    text-align: left;
    line-height: 24px;
    display: block;
    padding-left: 10px;
    border-top: 1px #990100 solid;
    background-color: #7A7A7A;
}
#menu UL.expanded A { color: #FFFFFF; }
#menu UL.expanded I {
    margin-top: 9px;
    margin-right: 10px;
}
#menu UL.expanded LI:hover {
    background-color: #990100;
    border-top: 1px #FFFFFF solid;
}
#menu LI.l2 UL.expanded {
    left: -281px;
    top: 0;
}
#menu .fa-chevron-down { font-size: 0.7em; }
#table_stripes {
    background-image: url('../../../images/6C06F7B6-C98A-3554-E44C-16116644CF54/grline_middle_bg_03.jpg');
    background-position: left center;
    background-repeat: repeat-x;
    line-height: 1px;
    color: #FFFFFF;
}
#slideShowImages {
    position: relative;
    margin: 0px auto;
    width:600px;
    height:400px;
}
#slideShowImages IMG {
    position: absolute;
    width: 600px;
    height: 400px;
    z-index: 1;
    opacity: 0;
    transition: all 1s ease;
}
#slideShowImages IMG.active {
    opacity: 1;
    z-index: 10;
}
#slideheader {
    position: absolute;
    top: 10px;
    left: 15px;
    padding: 5px;
    z-index: 1000;
    color: #FFFFFF;
    font-style: italic;
    text-align: center;
    font-family: Verdana;
    font-size: .8em;
    font-weight: normal;
    background: rgba(0,0,0, .7);
}
#subt_class_grade_assignment { width: 500px !important; }
#subtable_honors_options { width: 700px !important; }
.list_top {
    font-size: 14px;
    list-style: disc;
}
.list_sub {
    list-style: circle;
    font-size: 14px;
}
.risk-links {
    text-decoration: underline;
    color: #0174c3;
}
.hidden { display: none; }
.allcaps { text-transform: uppercase; }
.readonly {
    border: 0 !important;
    background: transparent;
    color: #202020;
    outline: 0;
}
.readonly:focus { outline: 0; }