.matches {
	border : none;
	margin : 5px 0;
	font-size : 0.9em;
	width : 464px;
}

.matches th.title {
	background-color : #fff;
	color : #000;
	padding : 8px 0 0 0;
}
.matches th.title h4 {
	margin : 3px 0;
}
.matches th.date {
	width : 120px;
}
.matches th.game {
	width : 65px;
}
.matches th.sets {
	width : 35px;
}
.matches td {
	text-align : center;
}






.standings {
	border : none;
	margin : 5px 0;
	width : 464px;
	font-size : 0.9em;
}
.standings th {
	text-align : center;
	background-color : #CC3300;
	color : #fff;
}
.standings th.no {
	width : 40px;
}
.standings th.team {
	width : 110px;
}
.standings th.matches {
	width : 50px;
}
.standings th.pts {
	width : 70px;
}
.standings th.sets {
	width : 65px;
}

.standings td {
	text-align : center;
}
.standings td.no {
	text-align : right;
}
.standings td.team {
	text-align : left;
	padding : 0 0 0 4px;
}
.standings tr.selected td {
	font-weight : bold;
}
.matches th {
	text-align : center;
	background-color : #CC3300;
	color : #fff;
}
