
a.button
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:yellow;
	text-transform: none;
	text-decoration: none;
}

a.button:hover
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:white;
	text-transform: none;
	text-decoration: none;
	background-color:#0055aa;
}

#score
{
	text-align: right;
	font-size: 1.4em;
	height: 1.6em;
}

#name
{
	border-bottom: 1px dotted #0055aa;
	text-align: left;
	font-size: 1.25em;
	height: 1.6em;
}

#extras
{
	border-bottom: 1px solid #0055aa;
	text-align: center;
	font-size: 0.9em;
	height: 3.2em;
	width: 9em;
}

#num
{
	width:5em;
	border-bottom: 1px solid #0055aa;
	color: yellow;
	text-align: center;
	font-size: 1.1em;
	height: 3.2em;
}

#num100k
{
	font-size: 0.9em;
	width: 5em;
	border-bottom: 1px solid #0055aa;
	color: yellow;
	text-align: center;
}

#num1mil
{
	font-size: 0.7em;
	width: 5em;
	border-bottom: 1px solid #0055aa;
	color: yellow;
	text-align: center;
}

#score_inner
{
	margin:0; 
	border:0;
	padding:0;
	border-collapse:collapse;
	width: 14.1em;
}

#score_inner_td
{
	margin:0; 
	padding:0;
	border-collapse:collapse;
	width: 14.1em;
	border-bottom: 1px solid #0055aa;
}

#scores_table
{
	width:29.1em;
	text-align: center;
	padding: 1px;
	border: 1px solid #0055aa;	
	display: inline-table;
}


#scores_outer
{
	width: 100%;
	margin:0; 
	border:0; 
	padding:0;
}

#buttons_top
{
	width: 100%;
	text-align: center;
}

#buttons_bottom
{
	width: 100%;
	text-align: center;
}

.buttons
{
	width:29em;
	text-align: center;
	position: relative;
	display: inline;
}
.tdbutton{
	width:3em;
	height:3em;
}
.tdpadding{
	width:1em;
	height:3em;
}
#imgbutton{
	width:3em;
	height:3em;
}

.textbutton
{
	color: #0088dd;
	font-size: 1.2em;
	text-align: center;
	margin:0; 
	border:0;
	padding:0;
	width: 10em;
	height: 3em;
}

h1 
{
	color: yellow;
	text-align: center;
	font-size: 1.8em;
	margin:0;
	padding:0;
}

#range
{
	color: #0088dd;
	font-size: 0.8em;
}

#search_field
{
	margin:0;
	border:0;
	padding:0;
	font-size: 1em;
	text-align: center;
}
#search_td
{
	margin:0; 
	border:0;
	width: 150px;
	height: 3em;
	padding:0;
	text-align: left;/*center;*/
	font-size: 1em;
	vertical-align: middle;
}
#search_form
{
	height: 1.2em;
	margin:0; 
	border:0;
	width: 140px;
	padding:0;
	text-align: left;/*center;*/
	font-size: 1em;
}

#search
{
	height: 1.2em;
	text-align: left;/*center;*/
	margin:0; 
	border:0;
	width: 140px;
	padding:0;
	font-size: 1em;
}
