/* bullfrog highscores menu */
.bftmenu {
	padding-top:35px;
	padding-bottom:30px;
	text-align: center;
}

.bftmenu a {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  	font-size: 12px;
  	font-weight: bold;
  	text-decoration: none;
  	padding-left: 10px;
	border-right:1px solid black;
	padding-right:5px;
	padding-left:5px;
	color: black;
}

.bftmenu a:hover {
	color: #09e60e;
}

.bftmenu .selected {
  color: #00a822;
  font-size: 18px;
}


.bftHighscoreHeader {
	font-size:24px;
	font-weight:bold;
	line-height: 29px;
}

.bftHighscoresHeaderTable {
	border:none;
	width:100%;
}

.bftHighscoresHeaderTable td {
	vertical-align: middle;
}

/* ********************************
   Project: CSS Table Galery
   Title: Like Adwords
   Author: Cleiton Francisco
   URL: http://www.cleiton.net/
   Country: Brazil
   Update: 2005-12-18
 ****************************** */
table {
	border-collapse: collapse;
	border: 2px solid #3f7c5f;
	font: normal 80%/140% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #000;
	background: #fff;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
td, th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
tfoot th, tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	color: #b98b00;
}
tbody th, tbody td {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #996;
}

.requestedScore {
	font-weight:bold;
	background: #61dd20;
}

.scoresTable {
	width="100%";
}

.scoresTitle {
	font-size:3em;
	font-weight:bold;
}

