
/****华丽的标题**/
.title{
	color: white;
	font-size: 18px;
	float: left;
	width: 200px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	background: url(./title.png);
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 760px;
}
.title a{
	color: white;
}
.title a:hover{
}
.column{
	float: left;
	width: 130px;
}
.team{
	float: left;
	width: 110px;
	height: 73px;
	border:3px solid #009CFF;
	margin:0px 6px;
	padding: 0px;
}
.team:hover{
	float: left;
	width: 110px;
	height: 73px;
	border:3px solid red;
	margin:0px 6px;
	padding: 0px;
}
.team img{
	display: block;
	border: 0;
	padding: 0;
	width: 110px;
	height: 73px;
}
.gamelink{
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	float: left;
	width: 128px;
	background: transparent;
	text-align: center;
}
.pairborder{
	border: 1px solid #00d6ff;
	float: left;
	width: 128px;
	padding: 6px 0;
	position: relative;
}
.chooser div{
	z-index: 1;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 2px;
	width: 80px;
	float: left;
	cursor: pointer;
}
.chooserin div{
	z-index: 1;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 2px;
	width: 80px;
	float: left;
	cursor: pointer;
}
.chooser{
	float: left;
	margin: 2px 3px;
	background: url("./chooser.png") no-repeat scroll 0px 0px transparent;
	height: 20px;
	width: 80px;
	font-weight: bold;
	color: #009CFF;
	font-size: 14px;
}
.chooserin{
	float: left;
	margin: 2px 3px;
	background: url("./chooser.png") no-repeat scroll 0px -40px transparent;
	height: 20px;
	width: 80px;
	font-weight: bold;
	color: white;
	font-size: 14px;
	text-decoration:none;
}
a.chooserin:hover{
	text-decoration:none;
}
.chooser:hover{
	text-decoration: none;
	background: url("./chooser.png") no-repeat scroll 0px -20px transparent;
}

