html, body {
	background: white;
	color: black;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
}

.schedule_table {
    font-size: .8em;
}

.schedule_table th {
	color: #34668f;
	border-bottom: 1px solid #34668f;
	width: 500px;
    text-align: left;
}

.schedule_table tr td {
	line-height: 2.2;
	padding: 0px 1px 0px 1px;
}

.schedule_table tr td.schedule_date {
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
	color: #555;
    background-image: url('/media/base/images/manage/table_row.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    line-height: 1.5;
}

#header {
	text-align: right;
	font-size: .8em;
	padding: 0px 20px 0px 0px;
}

#footer {
	text-align: center;
	padding-top: 20px;
	font-size: .8em;
}

a, a:visited {
	text-decoration: none;
	color: black;
}

.winner {
	font-weight: bold;
}
