/* Styles for the schedule pages */
#schedule-top-slice {
	position: absolute;
	top: 269px;
	left: 213px;
}
#schedule-middle-slice {
	position: absolute;
	top: 295px;
	left: 213px;
}
#schedule-bottom-slice {
	position: absolute;
	top: 861px;
	left: 213px;
}
.schedule-panel {
	position: absolute;
	overflow: auto;
	top: 388px;
	left: 431px;
	width: 347px;
	height: 450px;
	color: white;
}
.tournament-date {
	background-image: url(../images/tournament-date-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 10px;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 55px;
	margin-bottom: 0px;
}
.tournament-listing {
	text-align: center;
	margin-top: 0px;
	margin-left: 8px;
	width: 95%;
	font-size: 12pt;
}
.tight-table {
	margin-top: 0px;
	padding-top: 0px;
	border: 0;
}
.tight-table tr {
	margin: 0px;
	padding: 0px;
}
.tight-table tr td {
	margin: 0px;
	padding: 0px;
}