﻿
/*Timetable replacement */
/* 'Timetable*/




.timetable {
    vertical-align: top;
    position: absolute;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}

#Main_divMain #timetableContent {
    position: relative;
    overflow: hidden;
}

.timetableContents {
    width: 100%;
    height: 175px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.timetablePeriod {
    width: 106px;
    height: 175px;
    float: left;
    vertical-align: top;
    position: relative;
    padding: 0px;
}

.timetablesession {
    height: 45px;
    float: left;
    vertical-align: top;
    position: relative;
    padding: 0px;
}


.timetableNoSchoolDay {
    width: 100%;
    height: 120px;
    text-align: center;
    position: relative;
    top: 0px;
}

.timetableSlotBody {
    width: 120px;
    height: 200px;
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 20px;
    text-align: center;
    padding: 0px;
    /*position:relative;*/
    top: -24px;
}

.timetableDayHeader {
    width: 100%;
    height: 21px;
    text-align: center;
    padding: 0px;
    background-repeat: repeat-x;
}




.timetableSlotBody > div div:nth-child(5) {
    font-size: .7em !important;
    margin-top: .4em;
}

.timetableSlotBody > div {
    border-color: #1c495e !important;
}


.TT_Subject {
    font-size: .8em;
}


.subjectIcon1 {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 36px;
    top: 4px;
    /*z-index:1000;*/
}

.TT_period {
    position: absolute;
    left: 0px;
    top: 0px;
    /*z-index:1000;*/
    font-size: .8em;
}


.TT_starttime {
    position: absolute;
    left: 5px;
    top: 24px;
    /*z-index:1000;*/
    font-size: .8em;
}

    .TT_starttime > span {
        font-size: .8em;
    }

.TT_endtime {
    position: absolute;
    right: 5px;
    top: 24px;
    /*z-index:1000;*/
    font-size: .8em;
}

    .TT_endtime > span {
        font-size: .8em;
    }