@charset "utf-8";
/* CSS Document */

#ranking-table {
	margin: 0 auto 10px auto;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}

#ranking-table table {
	margin: 0 auto;
	border: #ccc 1px solid;
	border-bottom: none;
}

#ranking-table table th {
	height: 31px;
	border-bottom: #ccc 1px solid;
	color: #7f7f7f;
	text-shadow: #fff 1px 1px;
	background: #fafafa;
}

#ranking-table table th#rank {
	width: 10%;
}

#ranking-table table th#sitelogo {
	width: 40%;
}

#ranking-table table th#rating {
	width: 10%;
}

#ranking-table table th#review {
	width: 20%;
}

#ranking-table table th#visit {
	width: 20%;
}

#ranking-table table tr td a.rankings-bet-button {
	background: url(http://www.pcpixel.com/wp-content/uploads/common/ranking-table/images/matchups-button.png); 
	height: 16px; 
	padding: 7px 10px; 
	color:#EEE; 
	margin: 0px 5px 5px 5px; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 13px; 
	text-shadow: #000 1px 1px 1px;
	font-family: Arial, Helvetica, sans-serif;
}

#ranking-table table tr td a.rankings-bet-button:hover {
	background-image: url(http://www.pcpixel.com/wp-content/uploads/common/ranking-table/images/matchups-button.png); 
	background-position: 81px 0px; 
	color:#FFF; 
	text-decoration: none; 
	font-weight: bold;
}

<!-- [if IE] --> #ranking-table table tr td {
	text-align: center;
	vertical-align: middle;
	height: 49px;
	padding: 5px;	
	color: #666;
	text-shadow: #FFF 1px 1px;
	background: url(http://www.pcpixel.com/wp-content/uploads/common/ranking-table/images/ranking-table-td.png) #fafafa repeat-x;
	border-bottom: #ccc 1px solid;
}

#ranking-table table tr td {
	text-align: center;
	vertical-align: middle;
	height: 60px;
/*	padding: 5px;	*/
	color: #666;
	text-shadow: #FFF 1px 1px;
	background: url(http://www.ogntechsite.com/images/objects/ranking-table/ranking-table-td.png) #fafafa repeat-x;
	border-bottom: #ccc 1px solid;
}

 #ranking-table table tr td.rank-col {
 	background: url(http://www.ogntechsite.com/images/objects/ranking-table/ranking-table-td.png) #eaeaea repeat-x;
	border-bottom: #ccc 1px solid;	
 }
 
#ranking-table table tr td a img{
	margin: 0;
	padding: 0;
	border: none;
}

#ranking-table table tr td a {
	color: #000066;
}

#ranking-table table tr td a:hover {
	color: #000099;
}