body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #666666;
	text-align: center;
}

#shellDiv {
	width: 800px;
	margin: auto;
	text-align: left;
}

table {
	font-size: 9pt;
}

h2 {
	margin: 8px 0 10px 0;
	font-size: 14pt;
}

a:link{
	color: #333366;
	text-decoration: underline;
}
a:visited{
	color: #333366;
	text-decoration: underline;
}
a:hover{
	color: #000033;
	text-decoration: none;
}
a:active{
	color: #000033;
	text-decoration: none;
}

.navbar {
	width: 100%;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}

.navItem {
	float: left;
	width: 131px;
	border: 1px solid #666666;
	text-align: center;
	height: 27px;
	background-image: url('../i/navbg.jpg');
	background-repeat: repeat-x;
	cursor: pointer;
	line-height: 18pt;
}
.navItem a {
	text-decoration: none;
	color: #333;
}

.navItem a:link{
	text-decoration: none;
}
.navItem a:visited{
	text-decoration: none;
}

.navItemOver {
	background-image: url('../i/navbgOver.jpg');
}

#standingsTable{
	width: 800px;
		
}
#playersTable{
	width: 800px;	
}
#gameLogTable{
	width: 800px;	
}
.funtable{
	background-color: #dddddd;
}
.funtable thead tr{
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
	cursor: pointer;	
}
.funtable td {
	padding: 5px;	
}

label {
	font-weight: bold;
	color: #999999;
	line-height: 30px;	
}

.relocatorSelector {
	float: right;
}

.playerPhoto {
	float:right;
	padding-left: 10px;
}

.errorDiv {
	font-weight: bold;
	color: red;	
}
ol.rules {
	line-height: 16px;
}