body
{
	background: #A0FFA0 url(images/background.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	font: 16px lucida sans, helvetica;
	font-weight: bold;
}

A:link
{
	text-decoration: none;
	color: blue;
}

A:hover
{
	text-decoration: none;
	color: red;
}

A:visited
{
	text-decoration: none;
	color: blue;
}

A:visited:hover
{
	text-decoration: none;
	color: red;
}

A:active
{
	text-decoration: none;
	color: red;
}

img { border: 0px; }

#page
{
	width: 99%;
	margin: 0px 10px auto;
	padding: 0;
}

#title
{
	padding: 0;
	margin-top: 0;
	margin: 0 auto;
	height: 70px;
	width: 99%;
}

#navbar
{
	height: 24px;
	width: 99%;
	padding: 0;
	margin: 0;
	border-top: 2px solid #929F7C;
	border-bottom: 2px solid #929F7C;
}

ul#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a
{
	display: block;
	color: #e03020;
}

#tab
{
	/*width: 200px;*/
	margin: 3px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	border-right: 2px solid #929F7C;
}

#tabsel
{
	/*width: 200px;*/
	margin: 3px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	border-right: 2px solid #929F7C;
	text-decoration: underline;
}

#main
{
	/*background: #A0FFA0;*/
	width: 99%;
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#table.maintable {
	width: 99%;
	margin: 0;
	padding: 0;
	border: 0;
}

td#leftbarcol {
	width: 120px;
	vertical-align: top;
	border-left: 2px solid #929F7C;
}

#leftbar
{
	padding: 10px 10px 10px 10px;
	color: #e03020;
	text-align: left;
	font-size: normal;
	width: 120px;
	margin: 0;
}

td#rightbarcol {
	vertical-align: top;
	border-right: 2px solid #929F7C;
}

#rightbar
{
	padding: 10px 10px 10px 10px;
	color: #e03020;
	text-align: left;
	font-size: normal;
	/*width: 120px;*/
	margin: 0;
}

td#contentcol {
	width: 640px;
	border: 0;
	vertical-align: top;
	border-left: 2px solid #929F7C;
	border-right: 2px solid #929F7C;
}

#content
{
	padding: 10px 10px 10px 10px;
	color: #e03020;
	text-align: left;
	font-size: smaller;
	margin: 0;
	width: 640px;
}

#copyright
{
	padding: 0px 10px 0px 10px;
	color: #282828;
	text-align: center;
	font-size: smaller;
	clear: both;
	border-top: 2px solid #929F7C;
}

.error { color: #ff0000; }
.success { color: #00a000; }
.important { color: #ff0000; }

table.scores
{
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 600px;
	font-size: large;
}

tr.selected {
	
}

td.nr
{
	width: 50px;
	height: 35px;
	padding-left: 25px;
}

td.pin { width: 50px; }
td.name { }
td.selectedname { 
	font-size: larger;
}

td.score
{
	width: 150px;
	text-align: right;
	padding-right: 50px;
}

div.screenshotsbar
{
	width: 170px;
	padding: 5px 5px 5px 5px;
	float: left;
}

div.screenshot { height: 130px; }
#centertitle { text-align: center; }

.downpurch
{
	text-align: center;
	vertical-align: center;
	font-size: 1.5em;
}

p.about
{
	color: #282828;
	font-size: small;
}

ul.about
{
	margin-left: 160px;
}

li.about
{
	color: #282828;
	font-size: small;
}

p.quote { 
font-size: 1.1em;
color: red;
}

p.links
{
	color: #282828;
	font-size: 0.7em;
}

p.instructions
{
	color: #282828;
	font-size: 0.8em;
}

p.news
{
	color: #282828;
	font-size: 0.7em;
}

.error { color: #ff0000; font-size: 1.5em;}

.success { color: #00a000; font-size: 1.5em;}

.important { color: #ff0000; font-size: 1.5em;}