﻿div.timetable-container 
{
    overflow: auto;
}

table.timetable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse:collapse;
    table-layout:fixed;
}

table.timetable th {
    font-size: x-small;
    font-weight: normal;
    overflow: hidden;
    border:1px solid #ddd;
}

table.timetable tr, table.timetable td, table.timetable td.day, table.timetable thead, table.timetable th {
    border-right:1px solid #aaa;
    padding:3px;
    overflow:hidden;
}

table.timetable td {
    border-top:1px solid #e7e7e7;
	border-right:none;
	border-bottom:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
    font-size:small;
    background-color:#f7f7f7;
    text-transform: uppercase;

}

table.timetable a {
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
}

table.timetable td.day, table.timetable th {
    background-color:#ddd;
    border-color:#ccc;
    color:#666;
}

table.timetable td.first-of-hour {
    border-left-color:#979797;
}

table.timetable td.half-hour {
    border-left-color:#ccc;
}

table.timetable td.quarter-hour {
    border-left-color:#c7c7c7;
}

table.timetable td.day {
    text-align: center;
    font-size: x-small;
    vertical-align: top;
}

table.timetable th.dayHeader {
    width: 40px;
}

table.timetable td {
    min-height: 35px;
    min-width: 7px;
}

table.timetable td div.event {
    border-color: #999;
    min-height: 30px;
    padding: 3px;
    overflow:hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
}

table.timetable td div.event span.time {
    float:right;
    font-size:x-small;
    vertical-align:bottom;
}

table.timetable td.odd {
    background-color: #efefff;
}

div.timetable-date-summary 
{
    float: left;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

.timetable-prev-week
{
    z-index: 5000;
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(colorbox/style1/images/controls.png) no-repeat -75px -25px;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.timetable-prev-week-disabled
{
    z-index: 5000;
    border: none;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(colorbox/style1/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.timetable-next-week 
{
    z-index: 5000;
    border: none; 
    position:absolute; 
    bottom:0; 
    left:27px; 
    background:url(colorbox/style1/images/controls.png) no-repeat -50px -25px;
    width:25px; 
    height:25px; 
    text-indent:-9999px;
}

.MenuDivider
{
    font-style: italic;    
}