/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bg-img
{
	background-image:url(../WebGames/back.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
}
.tbl-bg-color
{
	background-color:#000000;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;

}
a:hover{
	text-decoration:underline;
}
p {
	padding:0px;
	margin:0px;
	text-align:justify;
	line-height:18px;
}
p.default {
	margin:0px !important;
	padding:0px !important;
	text-align:justify !important;
	line-height:18px !important;
}

.NewsLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425200;
	font-weight:bold;
	text-decoration:none;
}
.NewsLink:hover{
	text-decoration:underline;
}

.ClearBoth {
	clear:both;
}

.ClearLeft {
	clear:left;
}

.ClearRight {
	clear:right;
}
select.flat, textarea.flat, input.flat, 
select.comp, textarea.comp, input.comp,
textarea.code { 
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
}

select.flat, textarea.flat, input.flat,
textarea.code { 
	border-color : #9C9C9C;
}

.MainTableBorder {
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color:#000000;
	background-color:#EFFFB5;
}

.heading {
	background-image:url(../images/tr_bg.jpg);
	background-repeat:repeat-x;
	height:37px;
}

.heading_txt {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#151515;
}

.forum_bg {
	background-image:url(../images/new_10.jpg);
	background-repeat:repeat-x;
}

.review_img_border {
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color:#000000;
}

.top_game {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #424A31;
}

div#Review ul {
	padding:0px;	
	margin:0px;
	list-style:none;
	
}

div#Review li {
	float:left;
	text-align:center;
	font-size:10px;
	margin-left:10px;
	margin-bottom:15px;
	width:110px;
}
div#Review li img {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.forum_text {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#eaffb5;
	text-align:justify;	
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
}
.left_forum_text {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#eaffb5;
	text-align:justify;	
	padding-bottom:10px;
}

.forum_link {
	font-family:"trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#eaffb5;
	padding-right:10px;
	text-decoration:none;
}
.forum_link:hover {
	text-decoration:underline;
}

.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;

}
.footer_link:hover{
	text-decoration:underline;
}
.footer_BG {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
}

.Top_Games {
	float:left; 
	width: 120px; 
	margin-right:10px;
	margin-left:10px;
}