body{
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	cursor:default;
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(/images/indexbg.jpg);	
	background-repeat: no-repeat;
	background-position: center top;
}

h1,h2{font-size:12px;margin:0px; display:inline;
}
a {
	color:#0E6DC5;
	text-decoration:none;
}

a:hover{ 
	color:#FF8040; 	
}

#page_content {
	margin:auto;
	width:980px;
}
/*** Logo ***/
#logo {
	margin:auto;
	margin-top:50px;
	margin-bottom:6px;
}

/*****Navibar******/
#navi {
	margin:auto;
	width:100%;
	height:22px;
}

#nav {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;	
	margin-bottom: 0pt;
	margin-left:auto;
	margin-right:auto;
	padding-left:60px;	
}

#nav li{
float:left;
}

#nav .page_item{
	text-align:center;	
}

#nav .page_item a{
	float: left;
	color: #FFA943;
	background-color: #660000;
	background:url(/images/tab.gif) no-repeat center 0;	
	text-decoration: none;
	padding-right: 7px; /*Tab间隔*/	
	padding-left: 7px;	/*注意right,left要相等，否则文字会不显示在中间*/
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;	
	line-height: 22px; /* 控制Tab的高度 */
	width:60px; /*Tab宽度，会影响Tab中文字的水平位置*/
	margin:auto;
}

#nav .page_item a:hover{
	background:url(/images/tab.gif) no-repeat center -23px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav .selected a{
	float: left;
	color: #FFA943;
	background-color: #660000;
	background:url(/images/tab.gif) no-repeat center -23px;
	color: #FFFFFF;	
	text-decoration: none;
	padding-right: 7px; /*Tab间隔*/	
	padding-left: 7px;	
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;	
	line-height: 22px; /* 控制Tab的高度 */
	width:58px; /*Tab宽度，会影响Tab中文字的水平位置*/
	margin:auto;
}

#navline {	
	width:980px;
	height:2px;
	_height:1px;
	_line-height:2px;
	background-color: #FF7C11;	
	padding:0;
	
}
/*****Navibar******/

/** 圆角***/
.box{margin-top:4px;}
.box_hd1{height:1px; overflow:hidden; margin:0 1px; background:#FFA943;}
.box_hd2{height:1px; overflow:hidden; border-left:2px solid #FFA943; border-right:2px solid #FFA943;}
.box_bd{border-left:1px solid #FFA943; border-right:1px solid #FFA943;}

/**** Left part of the page ***/
#left {
	width:180px;
	height:1000px;
	margin-left:4px;
	float:left;
}
/** User panel**/
#user, #ad {
	width:180px;
	margin-left:4px;	
}

#user .textLabel {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#959595;
	text-align:left;
}

#user .textInput {
	border:solid 1px #797979;
	background:#F1F1F1;
	width:150px;
}
#user .forgetText {
	font-weight:normal;
	font-size:9px;
}

#user_panel_table td{
	padding:6px;
	text-align:left;
}

.collect_games {
	text-align:left;
	position:relative;
}
.collect_games ul{
	margin:auto;		
	padding-left:6px;
}

.collect_games li{
	list-style-type: none;	
}

#recent_played_games{	
	margin-top:12px;
	text-align:left;	
	margin:auto;
	padding-left:2px;
	width:98%;	
	font-size:10px;
	position:relative;
}

#confirm_dialog {
	position:absolute;
	right:0px;
	top:25px;	
	display:none;
	width:150px;
	height:20px;
	background:#FFFF99;
	border:1px solid #FF8040;
	padding:4px;
	text-align:center;
	color:red;
}

#recent_played_games  a{ 
	display:inline; 
	width: 100%;  
	text-decoration:none;
	color:#0E6DC5;
	vertical-align:middle;
	font-size:12px;
}

#recent_played_games a:hover{ 
	color:#FF8040; 	
}
#recent_played_games img{ 
	display:inline;	
	vertical-align:middle;
	cursor:pointer;
}

#recent_played_games ul {	
	padding:0;  /*不可省*/
	margin:0;	/*不可省*/
	padding-left:6px;	
	width:100%;	
	text-align:left;
	list-style-type: none;
}

#recent_played_games li {
	width:160px;	
	margin:auto;		
	width:100%;		
	vertical-align:middle;
	line-height:15px;
}

#recent_played_games li img{
	border:0;
	vertical-align:middle;
}

#imgTd, #imgTd2{
	padding:2px;
	text-align:center;
	background:#FFFDF0;
	border-bottom:solid 1px #FFF1C0;
}

/** Ads left**/
#ad_title {
	background:#FFF9E3;
	height:20px;
	padding-left:4px;
	padding-top:4px;
	color:#FF9900;
	font-weight:bold;
}
#ad_contents {
	padding:3px;
}

/*** Main divs**/

.mainDiv{
	width:778px;	
	float:left;
	margin-left:8px;
	margin-right:2px;
	text-align:left;
}

/* More favorites or played */
.moreGamesContents {
	height:600px;
}

#top_games_title, #latest_games_title, #categories_games_title{
	background:#FFF9E3;
	height:20px;
	padding-left:4px;
	padding-top:4px;
	color:#FF9900;
	font-weight:bold;
	position:relative;
	font-size:14px;
}
#top_games_contents{
	text-align:center;	
	height:146px;
	padding-left:4px;
}

#games_list_contents{
	text-align:center;	
	height:440px;
	padding-left:4px;
}
.top_games_item {	
	float:left;
	width:122px;
	height:140px;	
	margin:2px;
	border:solid 1px #EAEAEA;
	display:inline;
}

.top_games_item_image {
	width: 120px;
	height: 90px;
	margin:auto;
}

#latest_games_contents{
	text-align:center;	
	height:146px;
	padding-left:2px;
}

.more {			
	display:inline;
	position:absolute;
	top:4px;
	right:4px;
}

/** For left divs*/
.moreGames, #morePlayedGames {
	position:absolute;
	bottom:0px;
	right:4px;
	color:#FF9900;
}

.moreGames a, a:visited, a:hover, a:active{
	color:#FF9900;
}

#morePlayedGames a {
	color:#FF9900;
}
/** Categories **/
#categories_games_contents {
	height:950px;
	text-align:center;
	padding:2px;
}

.categories_games_text_title a {
	color:#666666;
	font-size:14px;
	font-weight:bold;	
}

.categories_games_text_title a:hover{
	color:#0099FF;
	font-size:14px;
	font-weight:bold;	
}
#featured_game {
	padding:4px;	
}
.category_game_name {
	color:black;
	font-weight:bold;	
}
#categories_games_contents ul{	
	margin-top:12px;
	text-align:left;
	list-style-type: none;
	margin:auto;
	padding-left:10px;
	width:128px;
}

#categories_games_contents ul li a{ 
	display:block; 
	width: 100%;  
	text-decoration:none;
	color:#0E6DC5;
}
#categories_games_contents ul li a:hover{ 
	color:#FF8040; 
	font-weight:bold;
}

#categories_games_contents img{	
	width:120px;
	height:80px;
	margin-top:2px;
	margin-bottom:2px;
}

.category {
	float:left;
	width:147px;
	height:230px;	
	margin:2px;
	border:solid 1px #EAEAEA;
	display:inline;
}


/** Stars **/
.big_vote_star{
	width:155px;
	height:30px;
	line-height:30px;
	display:block;
	overflow:hidden;
	float:left;
}
.big_vote_star .bg{
	width:155px;
	height:30px;
	line-height:30px;
	display:block;
	background:url("/images/big_star.jpg") 0px -30px;
	text-align:left;
}
.big_vote_star div.score{
	height:30px;
	line-height:30px;
	background:url("/images/big_star.jpg");
	overflow:hidden;
}

#big_vote b, #big_vote #uppct{
	font-size:20px;
}
#big_vote b{margin:4px 6px 0px 0px;}


.small_vote_star{
	width:78px;
	height:15px;
	line-height:15px;
	display:block;
	overflow:hidden;	
	margin:auto;
}
.small_vote_star .bg{
	width:78px;
	height:15px;
	line-height:15px;
	display:block;
	background:url("/images/small_star.png") 0px -16px;
	text-align:left;}

.small_vote_star div.score{
	height:15px;
	line-height:15px;
	background:url("/images/small_star.png");
	overflow:hidden;
}
#small_vote b, #small_vote #uppct{font-size:10px;}
#small_vote b{margin:4px 6px 0px 0px;}


#footer {
	width:100%;
	font-size:11px;
	margin-top:3px;
	padding-top:3px;
	color:#808080;
}
.ua{list-style:none; padding-left:0px;}

/** Login **/
.outerDiv {
	width:80%;	
	text-align:center;	
	margin:auto;
	padding-top:10px;
}

.outerDiv_table{
	width:240px;	
	margin:auto;
	text-align:center;		
	color:#8D8D8D;
}

.outerDiv_input {
	width:150px;
	height:20px;
	font-size:15px;
	color:#FF9900;
	font-weight:bold;
	margin-bottom:10px;
}

.outerDiv_input_submit {
	width:150px;
	height:50px;
	background:#FFF9E3;
	margin-bottom:10px;
	font-family: Helvetica,sans-serif;
}

.div_title {
	background:#FFF9E3;
	height:20px;	
	padding:4px;
	color:#FF9900;
	font-weight:bold;
	font-size:22px;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom:8px;
}

.div_title h1{font-size:18px;margin:0 0 0 15px;text-align:left;}

.div_contents {
	text-align:left;
	width:80%;
	text-align:center;
	margin:auto;	
}

.hint{color:#8D8D8D;font-size:12px;text-align:left;}

.error_msg {color:red;font-size:14px;text-align:center;}
.blank10{margin:10px;}
.blank20{margin:20px;}

.guide_div{height:15px;}
#pagination{text-align:center;}


/**** Game Details ****/
.gameTitle{		
	border-bottom:1px solid #CCCCCC;
	background:#FFF9E3;
	height:30px;
	padding-left:8px;
	padding-top:4px;
	vertical-align:middle;
}
.gameName {
	width:80%;	
	color:#FF9900;
	font-size:26px;
	font-weight:bold;	
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	display:inline;	
	float:left;
}
.timePlayed {
	width:18%;	
	font-size:12px;	
	display:inline;	
	float:right;
	vertical-align:text-bottom;	
	line-height:30px;
}

.flash {
	width:100%;	
	text-align:center;		
}

#swf {
	margin:10px;
	border-bottom:2px solid #CCCCCC;
}

.gameButtons {
	text-align:left;
	padding:10px;
}

.gameButtons img{
	cursor:pointer;
}

.gameDescriptionTitle{	
	height:31px;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-weight:bold;
	text-align:left;	
	vertical-align:bottom;
	background-image: url(./images/game_description_bg.jpg);
}
.gameDescriptionText {
	background:#FFF7D6;	
	text-align:left;
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	padding:4px;

}
.seperateLine{
	height:4px;
	background:#FAB741;
}