@charset "utf-8";
.table_header {
	font-size: 24px;
	font-weight: bold;
	background-color: #999999;
}

/* CSS Document */

.table_info {
	width: 100%;
}
.table_daily {
	width: 100%;
}
.table_races_header {
	width: 100%;
}
.table_races {
	width: 100%;
}
.track_info {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display: block;
	background-color: #FFFF6F;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.track_info:hover {
	background-color: #E33E3E;
}
.sched_header {
	font-size: x-large;
	font-weight: bold;
}


.red_text {
	color: #FF0000;
}

