﻿body 
{
	font-family:Tahoma;
	font-size:0.8em;
}

.BodyPanel
{
	border: solid thin black;
}

.ContentPanel
{
	padding:5px;
}

.PanelHeader
{

	padding:5px;
	color: White;
	font-weight: bold;
	background-color:Blue;	
}

.PanelHeader a
{
	color: White;
	font-weight:bold;
	text-decoration:none;	
}

.Footer
{
	padding:5px;
	color:White;
	background-color:Blue;
	font-size:0.7em;
}

.Footer a
{
	color: White;
	font-weight:bold;
	text-decoration:none;	
}

.PlayerInfo
{
}

.PlayerInfo td
{
	text-align:right;
	white-space:nowrap;
}

