@charset "utf-8";
/* CSS Document */

.divLogin{
	width:336px;
	height:458px;
	overflow:auto;
	margin-bottom:3px;
}
.boxLoginTop_daimond{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/daimond_board.gif);
	position: relative;
	overflow:hidden;
	}
.boxLoginTop_gold{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/gold_board.gif);
	position: relative;
	overflow:hidden;
	}
.boxLoginTop_normal{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/normal_board.gif);
	position: relative;
	overflow:hidden;
	}
.boxLoginTop_platinum{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/platinum_board.gif);
	position: relative;
	overflow:hidden;
	}
.boxLoginTop_sapphire{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/sapphire_board.gif);
	position: relative;
	overflow:hidden;
	}
.boxLoginTop_silver{
	height:101px;
	width:336px;
	background-image:url(../imgs/level/silver_board.gif);
	position: relative;
	overflow:hidden;
	}
.loginTitle{
	width:336px;
	height:100px;
	margin:0px 0px 0px 0px;
	padding-top:0px;
	*margin:0px 0px 0px 0px;
	_margin:0px 0px 0px 0px;
	*padding:0px;
	_padding:0px;
	}
.loginIcon_daimond{
	background-image:url(../imgs/level/daimond.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginIcon_gold{
	background-image:url(../imgs/level/gold.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginIcon_normal{
	background-image:url(../imgs/level/normal.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginIcon_platinum{
	background-image:url(../imgs/level/platinum.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginIcon_sapphire{
	background-image:url(../imgs/level/sapphire.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginIcon_silver{
	background-image:url(../imgs/level/silver.png);
	width:100px;
	height:100px;
	float:left;
	}
.loginLevelTxt{
	width:300px;
	*width:180px;
	_width:300px;
	margin-top:0px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	padding:0;
	}
.secondTitle{
	display:inline;
	font-size:12px;}
.level{
	display:inline;
	color:#578B3A;
}
.loginBottom{
	height:356px;
	background-image:url(../imgs/board/gameatt_loginboard.gif);
	}
.loginBottom ul li{
	width:300px;
	height:40px;
	border-bottom-style:solid;
	border-bottom-color: #9ece82;
	border-bottom-width:1px;
	display:block;
	margin:auto;
	line-height:20px;
	}
.loginBottom ul li a:link{
  text-decoration: none;
  cursor: pointer;
  cursor:pointer !important; 
  }
.loginBottom ul li a:hover{
  text-decoration: none;
  cursor: pointer;
  cursor:pointer !important; 
  }
.loginBottom ul li a:visited{
  text-decoration: none;
  cursor: pointer;
  cursor:pointer !important; 
  }

.eventNow{
	width:300px;
	border-bottom-style:solid;
	border-bottom-color: #F00 !important;
	border-bottom-width:1px;
}
.loginGameTitle_daimond{
	background-image: url(../imgs/level/daimond_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitle_gold{
	background-image: url(../imgs/level/gold_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitle_normal{
	background-image: url(../imgs/level/normal_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitle_platinum{
	background-image: url(../imgs/level/platinum_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitle_sapphire{
	background-image: url(../imgs/level/sapphire_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitle_silver{
	background-image: url(../imgs/level/silver_title.png);
	background-position:top;
	background-repeat:no-repeat;
	width:322px;
	font-weight:bold;
	margin-left:6px;
	margin-top:-9px;
	}
.loginGameTitleTxt{
	margin:0px 0 10px 50px;
	width:280px;
	height:15px;
	padding-top:15px;
	color:#333;
	font-size:15px;
}
.eventIcon{
	width:21px;
	height:28px;
	display: inline;
	float:left;
	margin-top:7px;
	margin-right:5px;
	margin-left:3px;
	}
.loginTxt{
	font-weight: normal;
	}
.loginDate{
	font-size:11px;
	font-weight: normal;
	color:#999;
}
