body {
	background-color: #AACCFF;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input,select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #0000FF;
	border: none;
	padding: 0;
}
a:hover {
	color: #0000AA;
	text-decoration: underline;
}

img{
	border:none;
	padding:0;
}

#tip{
	background-color: 99BBFF;
	color: #0000CC;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid blue;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
}
.minigame_table {
	background-color: #99BBFF;
	border-top: 2px solid blue;
	border-right: 2px solid blue;
	border-left: 2px solid blue;
	border-bottom: 2px solid blue;
	padding: 2px;
}
.stat_table {
	font-weight: bold;
	border-top: 2px solid blue;
	border-right: 2px solid blue;
	border-left: 2px solid blue;
	border-bottom: 2px solid blue;
}
.stat_num {
	font-size: 14px;
	color: #0000FF;
}
.game_table {
	border-top: 2px solid blue;
	border-right: 2px solid blue;
	border-left: 2px solid blue;
	border-bottom: 2px solid blue;
}
.clasif_table {
	color: #000000;
	font-weight: bold;
	background-color: #99BBFF;
	border-top: 2px solid blue;
	border-right: 2px solid blue;
	border-left: 2px solid blue;
	border-bottom: 2px solid blue;
}
.clasif_puntos {
	text-align: center;
	color: #CC2222;
	font-size: 12px;
}
.header {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#0077FF;
	background-image: url(header_bkg.jpg);
	text-align: center;
	height: 20px;
}
.table_title {
	font-weight: bold;
	text-align: center;
	color: #0000FF;
	background: #7799FF;
	background-image: url(table_title_bkg.jpg);
}
.record {
	font-size:20px;
	color: #2233DD;
	font-weight: bold;
}
.puntos {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}
.controller {
	color: #AACCFF;
	background-color: #AACCFF;
	border-color: #AACCFF;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.gold {
	font-size: 15px;
	background-image: url(gold.jpg);
}
.silver {
	font-size: 14px;
	background-image: url(silver.jpg);
}
.bronze {
	font-size: 13px;
	background-image: url(bronze.jpg);
}
.myself {
	color: #CC0000;
}
