﻿/* Timetable table */
.timetable-container
{
	text-align: center;
}

table.timetable
{
	margin: 0px auto 0px auto;
	padding: 0px;
	border-collapse: collapse;
}

table.timetable td
{
	text-align: center;
	margin: 0;
	padding: 0 1px 0 0;
}

table.timetable th
{
	margin: 0;
	padding: 0;
}

.timetable a
{
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}

.timetable a:hover
{
	border-bottom: 1px dotted #FFFFFF;
}

.timetable_row{}

.timetable_loader
{
	margin: 30px auto 0 auto;
	text-align: center;
}

.timetable_loader p
{
	margin: 5px auto 0px auto;
}


.timetable .contentcell
{
	width: 200px;
	height: 50px;
	overflow: hidden;
}

.timetable .datecell
{
	width: 50px;
}

.timetable .arrive-drive
{
	background-image: url('../Images/Calendar/Arrive-Drive.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}

.timetable .closed
{
	background-image: url('../Images/Calendar/Closed.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}


.timetable .full
{
	background-image: url('../Images/Calendar/Full.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}

.timetable .privatebooking
{
	background-image: url('../Images/Calendar/Private-Booking.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}

.timetable .grandprix
{
	background-image: url('../Images/Calendar/Grand-Prix.png');
	background-repeat: no-repeat;
	color: #EEEEEE;
}

.timetable .superprix
{
	background-image: url('../Images/Calendar/Super-Prix.png');
	background-repeat: no-repeat;
	color: #333333;
}

.timetable .endurance
{
	background-image: url('../Images/Calendar/Endurance.png');
	background-repeat: no-repeat;
	color: #333333;
}
.timetable .racenight
{
	background-image: url('../Images/Calendar/Race-Night.png');
	background-repeat: no-repeat;
	color: #333333;
}
.timetable .avail
{
	background-image: url('../Images/Calendar/Available.png');
	background-repeat: no-repeat;
	color: #333333;
}
.timetable .grandorsuper
{
	background-image: url('../Images/Calendar/Grand-Prix.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.timetable .cadet-club
{
	background-image: url('../Images/Calendar/Cadet-Club.png');
	background-repeat: no-repeat;
	color: #000000;
}
.timetable .available-or-arrivedrive
{
	background-image: url('../Images/Calendar/Available.png');
	background-repeat: no-repeat;
	color: #000000;
}
.timetable .arkstest
{
    background-image: url('../Images/Calendar/ARKS.png');
	background-repeat: no-repeat;
	color: #000000;
}
.timetable .junior-intermediate
{
    background-image: url('../Images/Calendar/Junior-Intermediate.png');
	background-repeat: no-repeat;
	color: #000000;
}
.timetable .junior-advanced
{
    background-image: url('../Images/Calendar/Junior-Advanced.png');
	background-repeat: no-repeat;
	color: #000000;
}
.timetable .tuition
{
    background-image: url('../Images/Calendar/Tuition.png');
	background-repeat: no-repeat;
	color: #000000;
}


.timetable .confirm
{
	background-image: url('../Images/Calendar/Closed.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
}
.timetable .confirm .eventtitle
{
	font-weight: normal !important;
}

.timetable a { color: #FFFFFF; }
.timetable a:hover { color: #FFFFFF; border-bottom: 1px dotted #FFFFFF; }

.timetable .avail a, .timetable .superprix a, .timetable .endurance a, .timetable .racenight a, .timetable .cadet-club a,
	.timetable .available-or-arrivedrive a, .timetable .arkstest a, .timetable .junior-intermediate a, .timetable .junior-advanced a,
	.timetable .tuition a
{
	color: #333333;
}
.timetable .avail a:hover, .timetable .superprix a:hover, .timetable .endurance a:hover, .timetable .racenight a:hover,
		.timetable .cadet-club a:hover, .timetable .available-or-arrivedrive a:hover, .timetable .arkstest a:hover,
		.timetable .junior-intermediate a:hover, .timetable .junior-advanced a:hover, .timetable .tuition a:hover
{
	color: #333333;
	border-bottom: 1px dotted #333333;
}

.timetable p.eventtitle
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.timetable p.eventspaces
{
	margin: 0;
	padding: 0;
}

.timetable .datebox
{
	margin-right: 10px;
}


.timetable-container .buttons
{
	margin: 0 auto;
	width: 300px;
}

.timetable-container .buttons a
{
	position: relative;
	border: 0;
}

.timetable-nextbutton
{
	position: absolute;
	float: right;
	margin: 0;
	padding: 0;
	height: 28px;
	width: 117px;
}

.timetable-nextbutton span
{
	position: absolute;
	left: 0px; top: 0px;
	width: 117px; height: 28px;
	background-repeat: no-repeat;
	background-image: url('../Images/Calendar/Next-Week-Black.png');
}

.timetable-prevbutton
{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	height: 28px;
	width: 152px;
}

.timetable-prevbutton span
{
	position: absolute;
	left: 0px; top: 0px;
	width: 152px; height: 28px;
	background-repeat: no-repeat;
	background-image: url('../Images/Calendar/Previous-Week-Black.png');
}


.timetable-wrapper
{
	text-align: center;
	margin: 20px auto 0 auto;
	width: 734px;
}

.timetable-box
{
	width: 752px;
	background-image: url('../Images/Calendar/Box-Background.png');
	background-repeat: repeat-y;
}

.timetable-box .box-header
{
	height: 41px;
	background-image: url('../Images/Calendar/Box-Top.png');
	background-repeat: no-repeat;
}

.box-footer
{
	height: 20px;
	background-image: url('../Images/Calendar/Box-Bottom.png');
	background-repeat: no-repeat;
}

.timetable-box .timetable-tabs
{
	margin: 0;
	padding: 0;
}

.timetable-tabs
{
	height: 33px;
}