body {
	padding:0;
	margin:0;
}

#rankingTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:100%;
	margin:0;
	color:#555555;
}

#rankingTable td {
	text-align:center;
	padding:0 0 6px 0;
}

#rankingTable tr.title td {
	font-weight:bold;
	text-indent:-9000px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	height:20px;
	font-size:18px;
}

a.image {
	text-indent:-9000px;
	height:17px;
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

#prev {
	width:14px;
	background-image:url("../Images/prev.png");
}

#next {
	width:14px;
	background-image:url("../Images/next.png");
}

#first {
	width:20px;
	background-image:url("../Images/first.png");
}

#last {
	width:20px;
	background-image:url("../Images/last.png");
}

#pagesTable {
	font-size:14px;
	font-weight:bold;
	margin:0 auto 0 auto;
}

#pagesTable tr td {
	width:16px;
}

#pagesTable a {
	color:#ff8d00;
	text-decoration:none;
}

#pagesTable a:hover {
	color:#ffbc00;
	text-decoration:underline;
}

a.page {
	margin:0 4px 0 4px;
}
