/* CSS Document */
body {
	background-image: url(../moban/images/bg_homepage.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #466B25;
}
td {
	font-size: 9pt;
}
.gamedanyuan {
	background-color: #90C960;
	border: 1px solid #006600;
	margin: 10px;
	padding: 10px;
}
.play {
	border: 1px solid #006600;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px;
}
.gametitle {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
}
.gamelist {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 20px;
	letter-spacing: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #669900;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
}
.gamename {
	font-size: 12pt;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	background-image: url(../Game/images/icon87.gif);
	background-repeat: no-repeat;
	height: 35px;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 40px;
}

.gamelist img{
	margin-top: 15px;
}
/*.trans {
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity: 0.5;

}*/
a:link {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #78C302;
}
/*Tooltips*/
.tooltips{
position:relative; /*这个是关键*/
z-index:2;
}
.tooltips:hover{
z-index:3;
background:none; /*没有这个在IE中不可用*/
}
.tooltips span{
display: none;
}
.tooltips:hover span{ /*span 标签仅在 :hover 状态时显示*/
display:block;
position:absolute;
top:21px;
left:9px;
width:10em;
border:1px solid #FFFFFF;
background-color:#E6F4BF;
padding: 3px;
color:black;
}
.tooltips:visited span{ /*span 标签仅在 :hover 状态时显示*/
background-color:#E6F4BF;
}
.name {
	font-size: 12pt;
	font-weight: bold;
}
.play {
	background-color: #AFDB6A;
	border: 5px outset #339900;
	height: 25px;
	font-size: 14pt;
	width: 150px;
}
.topbgl {
	background-image: url(../Game/images/bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: left;
}
.topbgr {
	background-image: url(../Game/images/bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right;
}
.jianjiegame {
	overflow: scroll;
	font-size: 10pt;
	line-height: 16px;
	letter-spacing: 1px;
	color: #000000;
}
.gameplayerlist {
	font-size: 9pt;
	line-height: 25px;
	letter-spacing: 1px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.palyerlistbg02 {
	background-color: #339900;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
	line-height: 25px;
}
.palyerlistheader {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #90C960;
}


.titlelist {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
#ptd {
	background-image: url(../Game/images/bg_down.gif);
	background-repeat: no-repeat;
	height: 30px;
	background-position: right;
}
#help {
	padding-left: 280px;
	padding-top: 65px;
}
.game_tag {
	background-image: url(../Game/images/icon.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 15px;
}
