/* General */
#tournament-table {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	vertical-align: top;
	border: 1px solid #CCC;
}
#tournament-table td {
	padding:3px;
}
#tournament-table tr.odd td {
	background-color: #E7E7E7;
}

#tournament-table tr.highlight td {
	background-color: #C6DCE9;
}

#tournament-table th {
	text-align: left;
	background-color: #C6DCE9;
}

/* Links */
#tournament-table h3 a,
#tournament-table h3 a:link
#tournament-table h3 a:active
#tournament-table h3 a:visited {
	color: #000;
}
#tournament-table h3 a:hover {
	text-decoration: none;
}

/* Headings */
#tournament-table .header h2 {
	display: inline;
}
#tournament-table h2,
#tournament-table h3 {
	margin:0px;
}
#tournament-table .header {
	background-color: #C6DCE9;
	height: 20px;
}
#tournament-table .day-top {
	background-color: #C6DCE9;
	text-align: center;
}
#tournament-table .channel {
	vertical-align: top;
}
#tournament-table .title {
	width:100px;
}
#tournament-table .day-top,
#tournament-table .title,
#tournament-table .time {
	font-weight: bold;
}
/*
#tournament-table .title {
}
#tournament-table .description{
}
*/
