﻿/* Miscellaneous ========================================== */

.qzRCLine
{
	position: relative;
	left: -11px;
	padding-left: 11px;
	border-bottom: solid 1px #003399;
}

.qzNoBottom
{
	margin-bottom: 0 !important;
}
.qzNoTop
{
	margin-top: 0 !important;
}

.qzWidth50pc
{
	width: 50%;
}


/* Timetable formatting =================================== */

.qzCalendar
{
	display: block;
	padding: 0px 0 10px 40px;
	background-repeat: no-repeat;
	background-position: left 50%;
	background-image: url(../Images/Standard/calendarS.gif);
	line-height: normal;
}

.qzTimetable
{
	margin-top: -25px;
	border-top: solid 2px #003399;
	width: 100%;
}

.qzTimetableTime
{
	border-right: solid 1px #bbbbff;
	width: 70px;
}

.qzTimetable td
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #003399;
}

.qzTimetable td td
{
	border-bottom: none;
}

.qzTimetable p
{
	line-height: normal;
}

.qzTimetableBreak td
{
	background-color: #f2f2ff;
}

.qzStreamL
{
}

.qzStreamR, .qzStreamR TD
{
	padding-top: 0;
}

