/* CSS Document */
.calendarliston {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}

a.calendarlistoff {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.calendarlistoff:hover {
	text-decoration: underline;
}

.stdtitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 10px;
}

.stdheader {
	background: #DFDFDF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.stdheaderbonus {
	background: #DFDFDF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.stdtext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.stdtextbonus {
	background: #EFEFEF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.racesliston {
	font-family: "Arial Narrow",Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	padding-left: 10px;
}

a.raceslistoff {
	font-family: "Arial Narrow",Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}

a.raceslistoff:hover {
	text-decoration: underline;
}

.racetitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.racetabon {
	background: #DFDFDF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

a.racetaboff {
	display: block;
	height: 100%;
	background: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
	padding-top: 4px;
}

a.racetaboff:hover {
	background: #DFDFDF;
}