table.score {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: black;
}
table.score th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: black;
}

table.score td {
	border-width: 1px;
	padding: 2px;
	border-style: dotted;
	border-color: gray;
	background-color: black;
}

input {
 background-color: black;
 border-color: gray;
 border-width: 1px;
 border-style: solid;
 color:white;
}

select {
 background-color: black;
 border-color: gray;
 border-width: 1px;
 border-style: solid;
 color:white;
}

.nav_first {
	position:	absolute;
	top: 			402px;
	left: 		50px;
	border:		none;
	}

.nav_minus_hundred {
	position:	absolute;
	top: 			402px;
	left: 		100px;
	border:		none;
	}

.nav_minus_ten {
	position:	absolute;
	top: 			402px;
	left: 		150px;
	border:		none;
	}

.nav_prev {
	position:	absolute;
	top: 			402px;
	left: 		200px;
	border:		none;
	}

.nav_prev_top {
	position:	absolute;
	top: 			88px;
	left: 		180px;
	border:		none;
	}
	
.nav_next {
	position:	absolute;
	top: 			402px;
	left: 		366px;
	border:		none;
	}

.nav_next_top {
	position:	absolute;
	top: 			88px;
	left: 		386px;
	border:		none;
	}

.nav_plus_ten {
	position:	absolute;
	top: 			402px;
	left: 		416px;
	border:		none;
	}

.nav_plus_hundred {
	position:	absolute;
	top: 			402px;
	left: 		466px;
	border:		none;
	}

.nav_last {
	position:	absolute;
	top: 			402px;
	left: 		516px;
	border:		none;
	}

.nav_page_count {
	position:	absolute;
	top: 			411px;
	right:		255px;
	width:		105px;
	text-align:center;
	font-size:8pt;
	border:		none;
}

.error_message {
	position:	absolute;
	top: 			200px;
	right:		0px;
	width:		604px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	border:		none;
}

.error_message_dscore {
	position:	absolute;
	top: 			200px;
	right:		0px;
	width:		1280px;
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	border:		none;
}

.score_banner {
	position:	absolute;
	top: 			0px;
	left:			4px;
	border:		none;	
	margin:		2 2 2 2;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  color:            white;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  color:            white;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  color:            white;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  color: white;
  } 
