/* CSS Document */

body {
	margin-top: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #003333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

table.borders td {
	border-left: 1px solid #805C46;
	border-bottom: 1px solid #805C46;
}
td.row0 {
	background-color: #805C46;
	color: #FFFFFF;
}
td.row0 a {
	color: #FFFFFF;
	text-decoration: underline;
}
td.row0 a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
td.row1 {
	background-color: #E5DAD5;
}
td.row1Right {
	background-color: #E5DAD5;
	border-right: 1px solid #805C46;
}
td.row2 {
	background-color: #DDC6B9;
}
td.row2Right {
	background-color: #DDC6B9;
	border-right: 1px solid #805C46;
}
td.showPlugsBox {
	background-color: #ECDAD5;
	border-right: 1px solid #805C46;
	border-left: 1px solid #805C46;
	border-bottom: 1px solid #805C46;
}

table.stats {
	font-size: 10px;
	font-weight: bold;
}
table.stats td {
	border-left: 1px solid #805C46;
	border-bottom: 1px solid #805C46;
}
/*
table.stats td.row1Right {
	background-color: #E5DDD9;
	border-right: 1px solid #805C46;
}
table.stats td.row2Right {
	background-color: #DDCBC0;
	border-right: 1px solid #805C46;
}
*/

div.sectionJump {
	width: 500px;
	text-align: right;
	float: right;
}
h3.config {
	margin-top: 0px;
}

#mainBoxOuter {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
}

#mainBox {
	width: 900px;
	padding: 0 0 20px 0;
	overflow: hidden;
	float: left;
}

#headerBox {
	width: 900px;
	height: 64px;
	border-bottom: 1px solid #B2B2B2;
	overflow: hidden;
	float: left;
}

#logoBox {
	width: 325px;
	height: 64px;
	overflow: hidden;
	float: left;
}

#pageMenuBox {
	width: 340px;
	height: 48px;
	padding: 16px 27px 0 0;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	overflow: hidden;
	float: left;
}
#pageMenuBox a {
	color: #FFFFFF;
}

#searchBox {
	width: 207px;
	height: 64px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
#searchBox p {
	margin: 8px 0 0 0;
}
#searchBox select {
	max-width: 196px;
	font-size: 12px;
}

#middleBox {
	width: 900px;
	background-color: #EEEEEE;
	overflow: hidden;
	float: left;
}

#status {
	width: 900px;
	padding: 12px 0 8px 0;
	color: red;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	float: left;
}

#featuredBox {
	width: 880px;
	height: 124px;
	padding: 6px 0 0 20px;
	background-image: url(images/featured-bg.jpg);
	background-position: bottom;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}
#featuredBox a {
	color: #FFFFFF;
}
#featuredBox div.game {
	width: 116px;
	padding: 0 3px 0 4px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

#mainMiddleBox {
	width: 900px;
	padding: 18px 0 0 0;
	overflow: hidden;
	float: left;
}

#leftSidebarBox {
	width: 172px;
	background-color: #F5F0EC;
	background-image: url(images/cats-bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
	float: left;
}
#leftSidebarBox img.tl {
	position: absolute;
	left: 0px;
	top: 0px;
}
#leftSidebarBox img.tr {
	position: absolute;
	right: 0px;
	top: 0px;
}

#leftMenuBox {
	width: 135px;
	padding: 0 6px 15px 14px;
	color: #003333;
	font-size: 11px;
	overflow: hidden;
	float: left;
}
#leftMenuBox p.title {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#leftMenuBox p.links {
	line-height: 1.3;
}

#rightContentBox {
	width: 728px;
	overflow: hidden;
	float: right;
}

#playedNowTitleBox {
	width: 728px;
	height: 14px;
	padding: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: .8;
	float: left;
}

#playedNowBox {
	width: 728px;
	padding: 4px 0 30px 0;
	margin: 0 0 15px 0;
	background-image: url(images/played-now-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	position:relative;
	overflow: hidden;
	float: left;
}
#playedNowBox img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#playedNowBox img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#playedNowBox div.game {
	width: 116px;
	height: 125px;
	padding: 0 0 0 4px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

div.ad_728x90 {
	width: 728px;
	padding: 0 0 26px 0;
	overflow: hidden;
	float: left;
}

div.ad_100x100 {
	width: 100px;
	padding: 0 2px 6px 2px;
	overflow: hidden;
	float: left;
}

#homeBlueColumn {
	width: 242px;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
	background-image: url(images/newest-games-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
#homeBlueColumn p.title {
	width: 100%;
	padding-top: 6px; 
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
#homeBlueColumn p.more {
	width: 100%;
	padding-top: 6px; 
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
#homeBlueColumn img.left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#homeBlueColumn img.right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#homeBlueColumn div.game {
	width: 116px;
	height: 125px;
	padding: 0 2px 0 2px;
	line-height: 1;
	overflow: hidden;
	overflow: hidden;
	float: left;
}

#homeRedColumn {
	width: 242px;
	padding: 0 0 6px 0;
	margin: 0 0 14px 0;
	background-image: url(images/top-rated-bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	float: left;
}
#homeRedColumn p.title {
	width: 100%;
	padding-top: 6px; 
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
#homeRedColumn p.more {
	width: 100%;
	padding-top: 6px; 
	font-weight: bold;
	text-align: center;
	display: block;
	overflow: hidden;
	foat: left;
}
#homeRedColumn img.left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#homeRedColumn img.right {
	position: absolute;
	right: 0px;
	top: 0px;
}
#homeRedColumn div.game {
	width: 116px;
	height: 125px;
	padding: 0 2px 0 2px;
	line-height: 1;
	overflow: hidden;
	float: left;
}

#bottomBox {
	width: 708px;
	min-height: 190px;
	padding: 8px 10px 14px 10px;
	background-image: url(images/bottom-box-bg.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	float: left;
}
#bottomBox p.title {
	padding-top: 6px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#bottomBox input, #bottomBox textarea, #bottomBox select {
	max-width: 245px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

td.fieldInfo {
	font-size: 11px;
	background-color: #F4F4F4;
	border: 1px solid #AAAAAA;
}
	
#footerBox {
	width: 900px;
	height: 112px;
	background-image: url(images/footer-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
}

#copyrightBox {
	width: 900px;
	padding: 20px 0 10px 0;
	text-align: center;
	overflow: hidden;
	float: left;
}