*
{
	margin: 0;
	padding: 0;
}

html,
body,
#wrapper
{
	min-height: 100%; /* Sets the min height to the height of the viewport */
	width: 100%;
	height: 100%; /* Effectively, this is min height for IE5+/Win, since IE wrongly expands
                    an element to enclose */
}

html>body #wrapper
{
	height: auto; /* This undoes the IE hack, hiding it from IE using the child selector */
}

#wrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 0.9em;
	color: #000;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
}

h2
{
	font-size: 1.2em;
}

img a:link
{
	text-decoration: none;
}

li
{
	list-style-type: none;
}

.smallerfontsize
{
	font-size: 0.75em;
}

.test
{
	color: red;
	border: solid 1px red;
}

.floatcontainer
{
	display: block;
}

.floatcontainer:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE Mac \*/
* html .floatcontainer
{
	height: 1%;
}
/* End Hack */ 

.clearfloats
{
	clear: both;
}

#siteheader a
{
	text-decoration: none;
}

#siteheader li
{
	display: inline;
	margin-left: 3em;
   	font-weight: bold;
}

#login
{
	display: inline;
}

.error
{
	color: Red;
}

.information,
.information a
{
	color: Blue;
}

.hidden
{
	display: none;
}


textarea
{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	width: 100%;
}

#pagecontent
{
	padding: 0.5em;
}

.pageleftcolumn
{
	float: left;
}

.pagerightcolumn
{
	float: right;
}

.entryedit
{
	border: solid 1px black;
	padding: 0.5em;
}

.entryoptionsheader,
.entryoptionsfooter
{
	border: solid 1px black;
	clear: both;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.entryoptionsheader a,
.entryoptionsfooter a
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-right: solid 1px black;
	text-decoration: none;
	color: black;
}

.entryoptionsheader
{
	border-bottom: none;
}

.entryoptionsfooter

{
	border-top: none;
}

#login input
{
	font-weight: bold;
	width: 5em;
	margin-left: 0.5em;
}

#login .button
{
	font-weight: bold;
	margin-left: 0.5em;
	width: 2em;
}

.videoimage
{
	display: inline;
}

.videoimageoverlay
{
  position: absolute;
  margin-top: 15px;
  margin-left: -110px;
  width: 80px;
  height: 80px;
  background-image: url("/VideoPlay.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

.updateProgress
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=80);
	MozOpacity: 0.8;
	opacity: 0.8;
	padding: 0px;
	margin: 0px;
}

.updateProgress div
{
	background-color: white;
	color: black;
	padding: 4px;
	position: absolute;
	top: 30%;
	left: 45%;
}

.photowrapper
{
	float: left;
	height: 85px;
	width: 85px;
	margin: 8px;
}

.photowrapper a
{
	display: table-cell;
	width: 85px;
	height: 85px;
	text-align: center;
	vertical-align: middle;
}

.matchlist th,
.matchlist td,
.pointstable th,
.pointstable td
{
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: left;
}