/* Style sheet for the tournament pages */

table.team_listing {
	border-collapse: collapse;
	width: 90%;
}
.team_listing td {
	border-right: 1px solid #03C;
	border-bottom: 1px solid #03C;
	background: #fff;
    font-size :  12px;
	padding: 6px 1em 6px 1em; 
	color: black;
}
.team_listing td.category {
	border-left: 1px solid #03C;
	font-weight: bold;
}
.team_listing td.first {
	border-left: 1px solid #03C;
}
.team_listing td.game_time {
	border-left: 1px solid #03C;
	text-align: right;
	padding-left: 1.5em;
}
.team_listing td.title {
	border-left: 1px solid #03C;
	border-top: 1px solid #03C;
	background: #ff6;
	padding: 6px 6px 6px 12px; 
    font-size :  16px;
	font-weight: bold;
	color: #03C;
}
.team_listing td.title2 {
	border-left: 1px solid #03C;
	border-top: 1px solid #03C;
	padding: 6px 3px 6px 3px; 
    font-size :  12px;
	font-weight: bold;
	color: #03C;
}
.team_listing td.spacer_row {
	border-bottom: 0px;
	border-right: 0px;
	color: black;
}
p.update_time {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

