/*
 $HeadURL$
 $Id$
*/
textarea, input
{
	display: inline;
}

div#footer
{
	background-color: #333333;
	color: #ffffff;
}

div#navigation
{
	height: 40px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #333333;
}

div#navigation ul
{
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
	line-height: 20px;
	white-space: nowrap;
}

div#navigation li
{
	list-style-type: none;
	display: inline;
}

div#navbar
{
	clear: none;
	float: left;
	width: 200px;
}

div#loginStat
{
	clear: none;
	float: right;
	border-bottom: dashed #eeeeee 1px;
	color: #ffffff;
	width: 250px;
}

div#navigation a
{
	text-decoration: none;
	color: #ffffff;
}

div#navigation a:hover
{
	font-weight: bold;
	color: #222222;
	background-color: #eeeeee;
}

div#navigation li a.currentPage
{
	color: #222222;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 1em;
	border: solid #ffffff 1px;
}

table#schedule td
{
	text-align: left;
}

div.gs_title
{
	width: 100px;
}

div.gs_score
{
	width: 50px;
}



