﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: Black;
}

.subMenuEmpty
{
	float: left;
	width: 108px;
	visibility: hidden;
}

.subMenuExtra
{
	float: left;
	width: 160px;
	height: 150px;
	visibility: hidden;
}

.subMenuAdmin
{
	float: left;
	width: 98px;
	visibility: hidden;
}

a
{
	color: #993300;
}

a.visited
{
	color: #993300;
}

.content
{
	color: black;
	font-family: Verdana;
	font-size: 10 px;
}

.label
{
	color: #993300;
	font-weight: bold;
	text-align: right;
}

.labelLeft
{
	color: #993300;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}

.labelLeftSmaller
{
	color: #993300;
	font-weight: bold;
	text-align: left;
	font-size: small;
}

.labelCenter
{
	color: #993300;
	font-weight: bold;
	text-align: center;
	font-size:small;
}

.text
{
	text-align: left;
	padding-left: 3px;
}

.labelLarge
{
	color: #993300;
	font-size: larger;
	text-decoration: underline;
	font-weight: bold;
}

H1
{
	color: #993300;
}

.small
{
	font-size: small;
}

.smaller
{
	font-size: 10px;
}

.labelSmall
{
	font-size: small;
	color: #993300;
	font-weight: bold;
}
.error
{
	font-size: small;
	color: Red;
	font-style: italic;
}

.panelChallenges
{
	max-width: 500px;
	}
	
	.border
{
	border: solid 1px Black;
}

.teamBlue
{
	color:Blue;
	font-weight:bold;
	font-size:small;	
}

.teamRed
{
	color:Red;
	font-weight:bold;
	font-size:small;	
}

.teamGreen
{
	color:Green;
	font-weight:bold;
	font-size:small;	
}

.teamYellow
{
	color:Yellow;
	font-weight:bold;
	font-size:small;	
}

.subTitle
{
	color: Black;
	font-weight: bold;	
	text-align: left;
	padding-left: 13px;
}

.subText
{
	text-align: left;
	padding-left: 13px;
}
