﻿body {
    background-color: #03314B;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .71em;
}

.MenuLinks {
    border-bottom: solid 1px #999;
    padding: 0.5em;
    background-color: #cccccc;
    display: flex;
    justify-content: space-around;
}

.CourseTable {
    width: 670px;
    background-color: white;
    float: right;
    margin-right: 10px
}

#Left_Nav {
    width: 200px;
    background-color: white;
    float: left;
    margin-left: 10px;
    line-height: 2em;
}

.msg {
    color: #dd0000;
    margin-left: 6em;
    margin-right: 6em;
}

.hours {
    display: inline-block;
    float: right;
}

.WebOnlyMsg {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: #dd0000;
    width: 100%;
    font-size: 120%;
}

#top-section {
    text-align: center;
}

.StandardRowEven {
    color: black;
    background-color: #DCDCDC;
    caption-side: top;
    Vertical-Align: top
}

.StandardRowOdd {
    color: black;
    background-color: #cccccc;
    caption-side: top;
    Vertical-Align: top
}

.StandardRowHeader {
    background-color: #000000;
    color: #EEEEEE;
}

    .StandardRowHeader th {
        padding: 2px 0 2px 4px;
    }

.StandardSubHeader {
    background-color: #e1e0e0;
    color: black;
}

a {
    color: #505050;
    font-weight: bold;
    text-decoration: none;
}

.cInfoLinks a {
    color: -webkit-link;
    font-weight: normal;
    text-decoration: underline;
}

a:hover {
    color: #808080;
    text-decoration: underline;
}

.header {
    width: 940px;
    margin-top: 12px;
    position: relative;
}
.tamuc_logo {
    margin-left: 24px;
    margin-bottom: 8px;
    float: left;
    border: none;
    width: 300px;
}
#hdrText {
    display: inline-block;
    color: #eab322;
    font-size: 350%;
    letter-spacing: 2px;
    padding-left: 70px;
    padding-top: 6px;
}

.vName {
    text-align: center;
    font-size: 90%;
    color: #aaaa99;
}

.term {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
    color: #000000;
}

#outer {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#inner {
    width: 946px;
    clear: both;
    background-color: #ffffff;
    overflow-y: auto;
    border: solid 4px #999999;
    padding-bottom: 20px;
}

td, th {
    line-height: 1.75em;
}

#Left_Nav span {
    line-height: 1.1em;
    display: inline-block;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    color: #003D7D;
    margin-bottom: 0;
    letter-spacing: 0.9px;
}

#content h1 {
    font-size: 3.1em;
    font-weight: 700;
    padding-bottom: 0.1em;
}

#content h2 {
    font-size: 2.1em;
    font-weight: 700;
    padding-bottom: 0.3em;
}

#content h3 {
    font-size: 1.9em;
    font-weight: 400;
    padding-bottom: 0.2em;
}

#content h4 {
    font-size: 1.5em;
    font-weight: 400;
    padding-bottom: 0.1em;
}

#content h5 {
    font-size: 1.1em;
    font-weight: 400;
    padding-bottom: 0.1px;
}

.navSubj {
    margin-bottom: 0.5em;
    width: 100%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}
