﻿/* Page - Play Game*/
.gamepage {
	margin-top: -10px;
	width:980px;
	text-align:center;
}
.div_normal .right {
	float:right;
	display:inline;
	margin-right:10px;
	width:160px;
	margin-bottom:10px;
}
.div_score .right {
	float:right;
	display:inline;
	margin-right:10px;
	width:262px;
}
.div_score .info-plug {
	background:url('info-plug.gif') no-repeat;
	width:249px;
	height:17px;
	*margin:-3px 0px 0px 6px;
	margin:-3px 0px 4px 6px;
	float:left;
}
.div_score .info-plug .open-link {
	float:right;
	padding: 3px 14px 0px 0px;
	color:#919191;
	font-size:8px;
}
.div_score .info-plug .open-link a {
	color:#919191;
	font-size:8px;
	text-decoration:none;
}
.div_score .info-plug .open-link a:hover {
	color:#919191;
	font-size:8px;
	text-decoration:none;
}
.div_score .info-plug .user-online {
	float:left;
	padding: 1px 0px 0px 17px;
	color:#4d4d4d;
	font-size:11px;
	position:relative;
	left:0px;
	top:0px;
	font-weight:bold;
}
.div_normal .playgame {
	float:left;
	display:inline;
	width:799px;
	background:#F7F7F7;
	position:relative;
	margin-bottom:10px;
}
.div_score .playgame {
	float:left;
	display:inline;
	width:701px;
	background:#F7F7F7;
	position:relative;
	margin-bottom:10px;
}
.div_normal .playgamebody {
	width:799px;
	min-height:580px;
	margin-right:auto;
	margin-left:auto;
	display: table-cell;
	vertical-align: middle;
}
.div_score .playgamebody {
	width:700px;
	min-height:611px;
	*min-height:600px;
	margin-right:auto;
	margin-left:auto;
	display: table-cell;
	vertical-align: middle;
}

/* Game info */
.game_info {
	float:right;
	display:inline;
	width:697px;
	background:#F7F7F7;
	position:relative;
	margin-right:10px;
	height:265px;
}
.gameinfobody {
	text-align:right;
	margin-top:6px;
	width:697px;
	margin-right:auto;
	margin-left:auto;
}
.gsummary{background:url('corners/left_summary_game.gif') no-repeat top left;width:319px;margin: 7px 6px 10px 0px;;float:right;position:relative;}
.gsummary img{float:right;border:1px solid #D5D5D5;}
.gsummarybody{background:url('corners/center_summary_game.gif') repeat-x top;width:225px;height:86px;float:right;}
.gsummarybody h2{*margin-right:4px;}
.gsummarybody h2 a{color:#333333;font-weight:bold;text-decoration:none;margin-right:4px;}
.gsummarybody h2 a:hover{color:#E02424;}
.gsummarybody p{font-size:11px;margin-right:4px;}

.goptionsforgame{background:url('line3.gif') no-repeat right;float:right;width:90px;text-align:center;margin-right:10px;padding-right:6px;}
.goptionsforgame h6{margin-top:6px;text-align:center;}
.goptionsforgame img{margin-top:10px;}
.goptionsforgame a{text-decoration:none;font-size:11px;}

.grate{background:url('line3.gif') no-repeat right;float:right;width:100px;text-align:center;margin-right:8px;padding-right:4px;}
.grate h6{margin-top:6px;text-align:center;}
.grate img{margin-top:10px;}
.grate a{text-decoration:none;font-size:11px;}

.gcodes{background:url('line3.gif') no-repeat right;float:right;width:135px;text-align:center;margin-right:0px;padding-right:10px;}
.gcodes h6{margin-top:6px;text-align:center;}
.gcodes form{margin-top:5px;}
.gcodes fieldset{border:0px;margin:0px;}
.gcodes img{text-align:center;margin-left:3px;margin-top:10px;_position:relative;}
.gcodes a{text-decoration:none;font-size:11px;font-weight: bold;}
.gcodes a:hover{text-decoration:none;color:#E02424;font-weight: bold;}
.gcodes .copy {border:1px solid #e8e8e8;background-image:url(login_input.gif);width:84px;}
.gcodes span{font-size:11px;color:#7B7B7B;position:relative;float:right;right:5px;}
.gcodes button{background:url('buttons/searchbuttonback.gif') repeat-x top left;border:1px solid white;width:40px;height:19px;color:#8B8B8B;font-weight:bold;margin-right:3px;}

.separate {
	background-image:url(separate.gif);
	background-repeat:no-repeat;
	width:397px;
	height:1px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	margin-top:9px;
	*margin-top:26px;
}
.control {
	background:white;
	width:319px;
	height:95px;
	margin: 12px 6px 6px 5px;
	position:relative;
	display:inline;
	float:right;
}

/*
.trcontrol {
	background:url('corners/trcontrol.gif') no-repeat;
	width:5px;
	height:5px;
	float:right;
	position:absolute;
	right:6px;
}
.tlcontrol {
	background:url('corners/tlcontrol.gif') no-repeat;
	width:5px;
	height:5px;
	float:left;
	position:relative;
}
.brcontrol {
	background:url('corners/brcontrol.gif') no-repeat;
	width:5px;
	height:5px;
	float:right;
	position:absolute;
	right:6px;
	bottom:8px;
	*bottom:6px;
}
.blcontrol {
	background:url('corners/blcontrol.gif') no-repeat;
	width:5px;
	height:5px;
	float:left;
	position:relative;
	bottom:2px;
	left:0px;
}
*/
.control h4 {
	border-bottom:1px solid #e8e8e8;
	margin: 0px 8px 0px 8px;
	padding: 5px 4px 3px 0px;
	font-weight:bold;
}
.control p {
	margin: 8px 8px 5px 8px;

}


.ad_box {
	width:280px;
	height:95px;
	margin: 12px 35px 6px 5px;
	position:relative;
	display:inline;
	float:right;
}
.ad_box h4 {
	border-bottom:1px solid #e8e8e8;
	margin: 0px 8px 0px 8px;
	padding: 5px 4px 3px 0px;
	font-weight:bold;
}
.ad_box p {
	margin: 8px 8px 5px 8px;

}
.gameinfobody .ads {
	float:right;
	padding: 20px 55px 3px 6px;
}
.gameinfobody .big_ads {
	float:right;
	padding: 16px 6px 3px 6px;
}

/* Style for ScorePluge page game */
.scoread {margin-bottom:8px;background:#F7F7F7;width:262px;float:right;position:relative;}
.scoread .body{margin: 5px 0px 3px 0px;text-align:center;}

.score {margin-bottom:8px;background:#F7F7F7;width:262px;float:right;position:relative;}
.score .scorebody{margin: 4px -2px 5px 0px;*margin: 4px 0px 5px 0px;text-align:center;}

/* float Message */
.game_info .floatinghelper {
	display: none;
	background:transparent;
	position: absolute;
	top:-25px;
	left:0px;
	margin-right: 10px;
}
.game_info .floatinghelper .top {
	background: url("up.png") no-repeat;
	height: 13px;
	width: 137px;
}
.game_info .floatinghelper .mid {
	padding: 5px;
	width: 125px;
	color:black;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f6f6f6;
	border: 1px solid #d9d9d9;
	border-top: 0;
	border-bottom: 0;
}
.game_info .floatinghelper .bot {
	background: url("do.png") no-repeat;
	height: 28px;
	width: 137px;
}
.faa {
	width:605px;
	text-align:right;
}
.baig {
	display: inline;
	float:right;
	width:485px;
}
.like_border{
	background-image:url(like_border.jpg);
	background-repeat:no-repeat;
	width:119px;
	height:55px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#313131;
	padding-top:5px;
	float:left;
	display: inline;
}