html, body
{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	background-image: url("images/nav_bg.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #333;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ol, ul, li, div, p
{
	margin: 0px;
	padding: 0px;
}

h2 
{
	margin-bottom: 10px;
	padding: 0;
}

form, input, submit {
	margin: 0px !important;
	padding: 0px !important;
}

div#usersonline {
	position: relative;
	float: right;
}

div 
{
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

*html .disp_table {
	border: dotted 0px black;
	padding:10px;
	margin-bottom:5px;
}
*html .disp_td {
	padding: 2px;
	margin-bottom: 5px;
	background-color: #8c0303;
}
*html .disp_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: auto;
	margin-left: 5px;
}

*html .disp_data {
	margin-top: 2px;
	color: #FFF;
	float: right;
	margin-left: auto;
	margin-right: 5px;
}

*.html .disp_sg {
	padding-left: 0px;
	margin-top: 0px;
}

.disp_sg {
	padding-left: 5px;
	padding-top: 10px;
}

.disp_table {
	border: dotted 0px black;
	padding:0px;
	margin-bottom:5px;
}
.disp_td {
	padding: 2px;
	margin-bottom: 5px;
	background-color: #8c0303;
}
.disp_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: auto;
	margin-left: 5px;
}

.disp_data {
	margin-top: 2px;
	color: #FFF;
	float: right;
	margin-left: auto;
	margin-right: 5px;
}

a:link, a:active, a:visited {
	color: #8c0303;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#main
{
	width: 750px;
	margin: auto;

}

div#nav
{
	margin: 13px 0 18px 0;
	font-size: 11px;
	text-align: right;
}

div#nav a
{
	margin: 0 8px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

h1
{
	width: 152px;
	height: 41px;
	margin: 30px 0 10px 15px;
	padding: 0;
	background-image: url("images/logo.gif");
	text-indent: -9999px;
	overflow: hidden;
}

/* styles for the star rater  */

a
{
outline: none;
}

	/*             styles for the star rater                */
	.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 150px;
		height: 30px;
		position: relative;
		background: url(images/star_rating.gif) top left repeat-x;
		overflow: hidden;
	}



	.star-rating li{
	    display: block;
	    width: 30px;
	    height: 30px;
	    text-indent: -90000px;
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		background: transparent;
		display:block;
		width:30px;
		height: 30px;
		text-decoration: none;
		text-indent: -9000px;
		position: absolute;
		padding: 0px;
		top: 0;
		left: 0;
	}
	.star-rating li a.one-star
	{
		width: 30px;
		z-index: 5;
	}
	.star-rating li a.two-stars
	{
		width: 60px;
		z-index: 4;
	}
	.star-rating li a.three-stars
	{
		width: 90px;
		z-index: 3;
	}
	.star-rating li a.four-stars
	{
		width: 120px;
		z-index: 2;
	}
	.star-rating li a.five-stars
	{
		width: 150px;
		z-index: 1;
	}
	.star-rating li a:hover{
		background: url(images/star_rating.gif) left center;
	}
	.star-rating li.current-rating{
		background: url(images/star_rating.gif) left bottom;
		height: 30px;
		display: block;
		text-indent: -9000px;
	}

div#title {
	width: 121px;
	height: 28px;
	margin-left: -8px;
	margin-bottom: 20px;
}

div.border {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 2px black dotted;
}

div.border a:link, div.border a:active, div.border a:visited {
	font-weight: bold;
}

div.inner {
	margin-top: 5px;
	padding: 10px;
	background-color: #eaeaea;
}

/* split contents within "content" area */

p.splitL {
	width: 350px;
	padding-right: 5px;
	text-align: left;
	float: left;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 15px;
}

p.splitR {
	width: 220px;
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
	padding-bottom: 15px;
}

div.showgame {
	background-image: url(images/game_bg.gif);
	background-repeat: no-repeat;
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	width: 56px;
	height: 56px;
	margin-bottom: 15px !important;
}

div.showgametext
{
	padding-top: 8px;
	font-size: 12px;
}

div#dacontent {
	margin-bottom: 15px;
}

/* "sort results" bar */

div#sort {
	padding: 10px 0;
	margin: 10px 0 30px 0;
	background-color: #BC0204;
}

div#sort span, div#sort a
{
	padding: 10px;
	background-color: #BC0204;
	color: #fff;
	border-right: 2px solid #fff;
}

div#sort a:hover, div#sort a.current
{
	background-color: #900;
}

div#footer, div#pacmanspaceinvadersthing
{
	padding: 6px;
	background-color: #282828;
	border: 10px solid #4c4c4c;
	color: #fff;
}

div#pacmanspaceinvadersthing
{
	height: 158px;
	background-image: url("images/header_bg.png");
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

div#content
{
	padding: 0;
	margin: 20px 10px 50px 10px;
}

p#footerL {
	width: 200px;
	float: left;
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: auto;
}

p#footerR {
	padding-right: 10px;
	margin-left: auto;
	margin-right: 0px;
	text-align: right;
	width: 300px;
}