/*-- Race Schedule Calendar --------------------------------------------------------------------*/
.main-raceschedule {
	font-family: Helvetica;
	text-align: center;
	
}
.main-raceschedule h1 {
	font-family: Helvetica;
	font-size: 35px;
	font-weight:600;
	padding-top: 20px;
	color: #f8f8f8;
}
.main-raceschedule table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 35px;
	font-weight:600;
}
.main-raceschedule td, th {
	width: 79px;
	height: 79px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/cells.png);
	color: #444;
	position: relative;
}
.main-raceschedule th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
.main-raceschedule td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
.main-raceschedule td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
.main-raceschedule td.date_has_event:hover {
	background-position: 162px -81px;
}
.main-raceschedule td.padding {
	background: url(../images/calpad.jpg);
}
.main-raceschedule td.today {
	background-position: 81px 0px;
	color: white;
}
.main-raceschedule td.today:hover {
	background-position: 81px -81px;
}
.main-raceschedule .events {
	position: relative;
}
.main-raceschedule .events ul {
	text-align: center;
	position: absolute;
	
	padding: 15px;
	background: url(../images/popup2.png) no-repeat;
	color: white;
	/*border: 1px solid #a3c7fb;*/
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
	z-index: 1000;
}
.main-raceschedule .events li {
	padding-bottom: 5px;
}
.main-raceschedule .events li span {
	/*display: block;*/
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.main-raceschedule .events li span.title {
	font-weight: bold;
	color: #222;
}

.calendar {
padding: 0 0 50px 0;
}