#calendar {
	width: 435px;
	margin-top: 25px;
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #a9a9a9;
}

/*	Common  */

.clearer {
	font-size: 0px;
	height: 0px;
	clear: both;
	line-height: 0px;
}

#calendar hr {
	margin: 0px;
	clear: both;
	width: 435px;
	height: 1px;
	background-color: #363636;
	color: #363636;
	border: none;
}

/*	Navigation  */

#calendar-nav {margin-top: 20px;}

#calendar-nav img {border: none;}

#calendar-nav a {float: left;}

#calendar-nav p {
	width: 360px;
	float: left;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
}

/*	Monting month's days  */

#days {
	clear: both;
	margin-top: 10px;
	border-top: 3px solid #363636;
	padding-top: 10px;
}

.day-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*	Day states  */

.display-inactive {
	float: left;
	width: 70px;
	height: 34px;
	color: white;
	background: url(../images/calendar/inactive_bg.png) no-repeat;
}

.display-free {
	float: left;
	width: 70px;
	height: 34px;
	color: white;
	background: url(../images/calendar/free_bg.png) no-repeat;
}

.display-race {
	float: left;
	width: 70px;
	height: 34px;
	color: white;
	background: url(../images/calendar/race_bg.png) no-repeat;
}

.display-reserved {
	float: left;
	width: 70px;
	height: 34px;
	color: white;
	background: url(../images/calendar/reserved_bg.png) no-repeat;
}

.display-training {
	float: left;
	width: 70px;
	height: 34px;
	color: white;
	background: url(../images/calendar/training_bg.png) no-repeat;
}

#calendar .daynum {
	float: left;
	width: 35px;
	margin-top: 10px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	font-family: Helvetica, Arial;
}

#calendar .day {
	width: 35px;
	float: right;
	text-align: center;
	margin-top: 10px;
	color: white;
	font-family: Helvetica, Arial;
}

#calendar .details {
	font-family: Helvetica, Arial;
	width: 340px;
	float: right;
}

#calendar .details ul {
	font-family: Helvetica, Arial;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#calendar .details p {
	font-family: Helvetica, Arial;
	margin: 0px;
	padding: 0px;
}

#calendar .details li {
	font-family: Helvetica, Arial;
	line-height: 20px;
}

#calendar .details span, #calendar .details strong {
	font-family: Helvetica, Arial;
	font-weight: bold;
	color: white;
	padding-right: 10px;
}


.template_large {
	font-size: 14px;
}

.template_normal {
	font-size: 12px;
}

