body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma;
	background: #FFF;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul, table {
	text-align: center;
}
a,
a:link,
a:visited {
	text-decoration: none;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0044DD;
}
a:hover,
a:active {
	color: #FF3300;
	text-decoration: underline;
}
.clear {
	clear: both;
}
#homeAway {
	width: 98px;
	border: 1px solid #FFF;
	border-top: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
	background: #FFF;
}
.home,
.away {
	font-size: 12px;
	font-weight: 700;
}
.home {
	color: #03C;
}
.away {
	color: #C00;
}
.listScore {
	background: #CCC;
}
.listScore td {
	background: #FFF;
	width: 80px;
	height: 20px;
	line-height: 1.22em;
	cursor: default;
}
.listScore a {
	font-weight: 700;
}

.leftTeam li,
.topTeam li {
	width: 79px;
	float: left;
	color: #FFF;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topTeam li {
	background: #C00;
	border: 1px solid #CCC;
	border-left: 0;
}
.leftTeam li {
	width: 98px;
	background: #03C;
	border: 1px solid #CCC;
	border-top: 0;
}
#homeAway,
#topTeam,
#leftTeam,
#listScoreBox {
	position: absolute;
	text-align: center;
}
#topTeam {
	z-index: 999;
	left: 100px;
}
#leftTeam {
	z-index: 998;
	width: 80px;
	top: 68px;
	left: 0;
}
#listScoreBox {
	z-index: 997;
	left: 99px;
	top: 67px;
}
ul.n2 li,
table.n2 td {
	height: 40px;
}
ul.n2 li {
	line-height: 40px;
}
ul.n3 li,
table.n3 td {
	height: 60px;
}
ul.n3 li {
	line-height: 60px;
}
ul.n4 li,
table.n4 td {
	height: 80px;
}
ul.n4 li {
	line-height: 80px;
}
ul.n5 li,
table.n5 td {
	height: 100px;
}
ul.n5 li {
	line-height: 100px;
}

.tr0 td {
	background: #FFF;
}
.tr1 td {
	background: #E5EFFA;
}
.trMover td {
	background: #FFCEE7;
}
.fun_menu {
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	background: #FFF;
}

.top_menu {
	height: 21px;
	line-height: 21px;
	padding-left: 10px;
}
.top_menu a:link,
.top_menu a:visited {
	color: #000;
	text-decoration: underline;
}