/* SCHEDULE PAGE */
#schedule_menu {
    display: block;
    float: left;
    width: 99%;
    margin: 0;
    clear: both;
    border: 0px solid #cbcbcb;
}
#schedule_menu li {
    text-align: center;
    border-left: 1px solid #cbcbcb;
}
#schedule_menu li:first-child { padding: 0 4px 0 0; border: none; }
#schedule_menu li a { padding: 0 4px; }
#schedule_menu li a:hover { text-decoration: none; }
#schedule_notices div { float: left; width: 97%; clear: none; }
#schedule_notices2 div { float: left; width: 46%; clear: none; }
#schedule_notices2 .schedule_notice_info { float: right; }
.schedule_key { font-size: 90%; }
.schedule_key, .schedule { width: 99%; }
.schedule th { font-size: 100%; vertical-align: bottom; }
.schedule tr { font-size: 90%; }
.schedule tr.lab { background-color: #ffcc00; }
.schedule tr.lab2 { background-color: #fbda66; }
.schedule tr.lab td, .schedule tr.lab2 td { border-bottom: none; }
.schedule tr.closed { background-color: #cd2c30; color: #ccc; }
.schedule tr.closed2 { background-color:#de4d42; color: #ccc; }
.schedule tr.closed td, .schedule tr.closed2 td { border-bottom: none; }
