﻿*
{
	padding: 0;
	margin: 0;
}
/*
body
{
	font: 11px Tahoma;
	background-color: #F7F7E9;
}
*/
h1
{
	font: bold 32px Times;
	color: #666;
	text-align: center;
	padding: 20px 0;
}
#container
{
	width: 600px;
	margin: 5px auto;
}

.RTGrid
{
	width: 447px;
	background-color: #fff;
	margin: 5px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}
.RTGrid td
{
	padding: 2px;
	border: solid 0px #c1c1c1;
	color: #717171;
	font-size: 0.9em;
}

.RTGrid tr
{
	border: solid 1px #525252;
}

.RTGrid th
{
	padding: 4px 2px;
	color: #fff;
	background: #424242 url(./images/grd_head.png) repeat-x top;
	border-left: solid 1px #525252;
	font-size: 0.8em;
	border-collapse: collapse;
	border: solid 0;
	text-align: center;
}
.RTGrid .alt
{
	background: #fcfcfc url(./images/grd_alt.png) repeat-x top;
}
.RTGrid .pgr
{
	background: #424242 url(./images/grd_pgr.png) repeat-x top;
}
.RTGrid .pgr table
{
	margin: 5px 0;
}
.RTGrid .pgr td
{
	border-width: 0;
	padding: 0 6px;
	border-left: solid 1px #666;
	font-weight: bold;
	color: #fff;
	line-height: 10px;
}
.RTGrid .pgr a
{
	color: #666;
	text-decoration: none;
}
.RTGrid .pgr a:hover
{
	color: #000;
	text-decoration: none;
}

.RTLastGame
{
	width: 447px;
	height: 41px;
	background-image: url('./images/match.png');
	background-repeat: no-repeat;
	border: solid 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
