﻿body 
{
	font: 75% arial, helvetica, sans-serif;
	font-weight: bold;
	color: #FBD40A;
	background-color: #ed1b24;
}

.side-border 
{
	background-color: #ed1b24;
	width: 50%;
}

.bottom-border 
{
	background-color: #ed1b24;
	height: 20px;
}
/*
.master-table
{
	width: 800px;
	height: 800px;
}
*/
.header-user
{
	background-color: #ffeb04;
	height: 30px;
}

.header-image
{
	background-color: #ed1b24;
}

.header-bottom
{
	background-color: #ed1b24;
	height: 20px;
}

.content-main
{
	background-color: black;
}

.leaderboard-header
{
	text-align:center;
	background-color:gray;
	color:#FBD40A;
}

.user-selection-font
{
	font: 85% arial, helvetica, sans-serif;
}

.highlight-posted-code
{
	background-color: #add8e6;
	color:Red;
}
.leaderboard-link
{
	font-size:14px;
	color: white;
}
.leaderboard-error
{
	font-family:arial, helvetica, sans-serif;
	color:Red;
}
.leaderboard-GridRow
{
	color:Black;
	/*color:#D61526;*/
}
.leaderboard-GridRowAlternate
{
	color:Black;
	background-color:#FFFFC0;
}

.pageTitle
{
	font-family: arial, helvetica, sans-serif;
	font-size:18px;
	color:#FBD40A;
	
}
.pageMenu
{
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	color:white;
}

