:link, :visited {font-size: 10px; color: #5A6DA5; text-decoration: none}
:link:hover, :visited:hover {font-size: 10px; color: #5A6DA5; text-decoration: none}

body{
	background-image: url(pics/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #4f4f4f;
	margin-top: 0px;
	margin: 5px;
	color: #9C9A9C; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	}
img, form {border: 0px; padding: 0px}

table.title {width: 800px; background-color: #; font-size: 26px; font-weight: bold; text-align: center}

td.search {font-size: 12px; color: #999999; text-align: center}

table.leaderboard {width: 800px; font-size: 12px}
.leaderboard td {background-color: #; border-bottom: 1px solid #212021; border-top: 1px solid #212021}
.leaderboard td.light1 {background-color: #}
.leaderboard td.light2 {background-color: #; border-right: 1px solid #212021}
.leaderboard :link, :visited {font-size: 12px; color: #5A6DA5; text-decoration: none}
.leaderboard :link:hover, :visited:hover {font-size: 12px; color: #5A6DA5; text-decoration: none}

div.footer {font-size: 10px}
.footer :link, :visited {color: #ff0000}
.footer :link:hover, :visited:hover {color: #999999}

div.nicetitle {
	background-color: #cccccc;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-opacity: .85;
	min-width: 10px;
	max-width: 500px
}

table.playertop {width: 800px; font-size: 18px; font-weight: bold; background-color: #}

td.fav {width: 260px; text-align: left}
.fav img {border: 1px solid #212021}
table.fav {display: inline; position: absolute}

table.info {border-left: 1px solid #212021; border-right: 1px solid #212021; font-size: 12px; width: 100%}
.info td {
	padding: 4px 4px;
	border-bottom: 1px solid #212021;
	border-top: 1px solid #212021;
	background: #
}

table.awards {border-left: 1px solid #212021; border-right: 1px solid #212021; font-size: 12px; width: 800px}
.awards td {
	padding: 4px 4px;
	border-bottom: 1px solid #212021;
	border-top: 1px solid #212021;
	border-right: 1px solid #212021;
	background: #
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: #cccccc;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cccccc;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #9C9A9C;
text-decoration: none;
text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
