.fwg_history {
    font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	padding-top:1px;
	margin-left:1px;
	font-size:12px;
	width:162px;
	height:275px;
	background:#3f84c8;
}
.nTab {
	padding-left:1px;
	float: left;
	width:160px;
	height:275px;
}
.nTab .TabTitle {
	clear: both;
	height: 25px;
	overflow: hidden;
	color:#069;
}
.nTab .TabTitle ul {
	margin:0;
	padding:0;
}
.nTab .TabTitle li {
	float: left;
	text-align:center;
	width: 80px;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 7px;
	list-style-type: none;
}
.nTab .TabTitle .active {
	font-weight:bold;
	color:#164638;
	background:url(../images/fwg_history.png) -86px -27px no-repeat;
}
.nTab .TabTitle .normal {
	color:#164638;
	background:url(../images/fwg_history.png) -3px -27px no-repeat
}
.nTab .TabContent {
	color:#FFF;
	width:auto;
	height:215px;
	margin: 0px auto;
	padding-left:0px;
	padding-top:2px;
}
.none {
	display:none;
}
.singleGameItem{
	cursor:pointer;
	float:left;
	margin-left:1px;
	margin-top:2px;
	height:32px;
}
.gameItem_normal{
	float:left;
	cursor:pointer;
 	margin-left:1px;
	padding-top:6px;
	padding-left:2px;
	margin-top:2px;
	width:140px;
	height:20px;
}
.gameItem_over{
	float:left;
	cursor:pointer;
	margin-left:2px;
	padding-top:6px;
	padding-left:2px;
 	margin-top:2px;
	width:140px;
	height:20px;
	background:#2672BC;
}
.del_show{
	float:left;
	text-align:center;
	font-size:14px;
	padding-top:6px;
	margin-top:2px;
	width:12px;
	height:20px;
	cursor:pointer;
	background:#2672BC;
}
.del_hide{
	float:left;
	text-align:center;
	font-size:14px;
	padding-top:6px;
	margin-top:2px;
	width:12px;
	height:20px;
	cursor:pointer;
}

.prePageBtn{
 	float:left;
	cursor:pointer;
	color:#FFF;
	margin-top:2px;
	border:none;
	width:20px;
	height:25px;
	background:url(../images/fwg_history.png) -10px -50px no-repeat;
}
.nextPageBtn{
	float:left;
	cursor:pointer;
	marign-top:2px;
	width:20px;
	height:25px;
	border:none;
	background:url(../images/fwg_history.png) -32px -50px no-repeat;;
}
.controls{
	float:left;
	width:160px;
	height:30px;
	margin-top:1px;
	color:#06C;
	background:#2675C2;
}

.page_info{
	text-align:center;
	width:45px;
	margin-top:8px;
	float:left; 
	color:#CCC;;
}
.sort_info{
	text-align:center;
	width:40px;
	margin-top:8px;
	float:left;
}
.sort_az_on{
	cursor:pointer;
	text-align:center;
	width:35px;
	margin-top:7px;
	float:left;
	color:#FFF;
	font-weight:bold;
	border:1px solid #CFF;
}
.sort_az_off{
	cursor:pointer;
	text-align:center;
	width:35px;
	margin-top:7px;
	float:left;
	color:#999;
	border:1px solid #06C;
}
.clearBtn{
	font-family: "MS Sans Serif", Arial, Helvetica, sans-serif;
	color:#FFF;
	border:none;
	font-weight:bold;
	cursor:pointer;
	margin-left:8px;
	padding-top:6px;
	float:left;
	width:25px;
	height:25px;
	background:none;
	/*background:url(../images/fwg_history.gif) -80px -50px;*/
}
