Body 
{
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	padding:0;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat-x;
	background-color:#abe7f3;
}

#header
{
	width:100%;
	height:81px;
}

#copy
{
	width:550px;
	padding:0 0 0 20px;
}

h2
{
	width:100%;
	color:#167385;
	padding:0 0 0 15px;
	border-bottom:dotted 1px #151059;
	background-image:url(../images/headline_bg.gif);
	background-repeat:repeat-x;
}

.score_txt
{
	padding:5px;
	border:solid 1px #FF6633;
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-image:url(../images/score_bg.gif);
	background-repeat:repeat-x;
}

.styled_btn
{
	background-color:#ffffff;
	border:solid 1px #167385;
	color:#167385;
	font-size:110%;
	margin-top:10px;
}

.submitlabel 
{
	width:125px;
	display:block;
	float: left;
	padding:0 10px 0 0;
}

#score_form span label 
{
	text-align:right;
}

#score_form div
{
	width:500px;
	height:25px;
	clear:both;
	margin:0 0 0 20px;
}

#submit
{
	width:100px;
	height:25px;
	clear:both;
	padding:0 0 0 130px;
}

.note
{
	font-size:70%;
	color:#999999;
}

.required
{
	font-size:80%;
	color:#000099;
}

.leaderboard_table
{
	background-color:#ffffff;
	width:500px;
	margin:0 0 0 40px;
	border-top:solid 4px #151059;
	border-bottom:solid 4px #151059;
}

.score_number2
{
	width:40px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #167385;
	font-weight:bold;
	background-image:url(../images/num_bg2.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}
.score_number1
{
	width:40px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #167385;
	font-weight:bold;
	background-image:url(../images/num_bg1.gif);
	background-repeat:repeat-x;
	color:#167385;
}

.current_rank
{
	width:40px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #ff7e00;
	background-image:url(../images/num_bg3.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}

.header_cell
{
	color:#151059;
	font-weight:bold;
	font-size:110%;
	text-align:center;
}

.player_name2
{
	width:220px;
	background-color: #167385;
	text-align:right;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}
.player_score2
{
	width:220px;
	background-color: #167385;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
}

.player_name1
{
	width:220px;
	background-color: #fff717;
	text-align:right;
	padding:5px;
	font-weight:bold;
}
.player_score1
{
	width:220px;
	background-color: #fff717;
	padding:5px;
	font-weight:bold;
}

.info_row1
{
	width:220px;
	background-color: #167385;
	padding:5px;
	text-align:center;
	color:#ffffff;
}

.info_table
{
	background-color:#ffffff;
	width:700px;
	margin:0 0 0 40px;
	border-top:solid 4px #151059;
	border-bottom:solid 4px #151059;
	font-size:90%;
}

.info_row2
{
	width:220px;
	background-color: #fff717;
	text-align:center;
	padding:5px;
}

.currentwinner {
	width:700px;
	padding:0 0 0 40px;
}
