.topGames {
	display: inline;
}

*
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5B4500;
}
p, td
{
	font-size: 18px;
}

p
{
	text-indent: 15px;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 22px;
	text-align: justify;
	margin: 2px;
}

p:first-letter
{
	font-size: 17px;
	font-weight: bold;
}

a:link, a:visited
{
	color: #BF7300;
}
a:hover
{
	color: #000066;
}
.input
{
	margin: 2px;
	border: 1px solid #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #EEF1F9;
	color: #204175;
}
.messageTitle
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #7E6305;
	font-weight: bold;
	display: block;
}
.messageText
{
	background-color: white;
}
.title2
{
	color: #5f2a00;
	font-weight: bold;
}
h1
{
	margin-left: 30px;
}
.errorLabel
{
	display: block;
	padding-bottom: 10px;
	text-decoration: underline;
	
}
/*
Tab system
*/
.normalTab {
    border: 1px solid #d3b87c;	
	background-image:url(/images/btnbg.png);
	color: #897420;
	font-weight:bold;
	padding: 3px;
	padding-bottom: 0px;
	font-size: 14px;
	display:block;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.normalOverTab {
    border: 1px solid #ad7600;		
	background-image:url(/images/btnbg_over.png);	
	color: #614e00;
	font-weight:bold;
	padding: 3px;
	padding-bottom: 0px;
	font-size: 14px;
	display:block;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}
.activeTab {
	background-image:url(/images/btnbg_over.png);	
      border: 1px solid #ad7600;	
	color: #614e00;
	font-weight:bold;
	padding: 5px;
	padding-bottom: 0px;
	font-size: 18px;
	display:block;
	cursor: default;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
.tabDescription {
	
}
.stat td
{
	text-align: center;
}
.beststat td
{
	text-align: center;
	font-size: 13px;
}
.beststat th
{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}