/* CSS for the ranking folder.*/

/* Table */
/* Used for the tables on all ranking sites */		
#listing_ranking {
	width:				100%;
	margin:				1px 0 0 0;
	border:				0;
	padding:			0;
	border-spacing:		2px 6px;
	border-collapse:	separate;
}
#listing_ranking th {
	background:		#efefef;
	background:		-moz-linear-gradient(top, #e2e2e2, #f4f4f4);
	background:		linear-gradient(top, #e2e2e2, #f4f4f4);
	padding-top:	4px;
	padding-bottom:	4px;
	padding-left:	4px;
	padding-right:	4px;
	text-align:		left;
	font-family:	verdana;
	font-size:		11px;
	color:			#286cbc;
}
#listing_ranking td { 
	padding-left:	4px;
	padding-right:	4px;
}

/* table rank */
td.ranking_td_rank {
	text-align:		center;
	padding-left:	0px;
	padding-right:	0px;
	/* as small as possible */
	width:			1px;
}
/* table total */
td.ranking_td_total {
	border-width:	1px 1px 1px 1px;
	border-style:	solid;
	border-color:	#efefef;
	text-align:		center;
	color:			#3366BB;
	font-weight:    bold;
	padding-left:	0px;
	padding-right:	0px;
	padding-top:	3px;
	padding-bottom:	3px;
	width:			33px;
	font-size: 		12px
}
/* table name */
td.ranking_td_name {
	color:			#707080;
	font-weight:	bold;
	white-space:	nowrap;
	width:			25%;
}
/* special case for ww */
td.ranking_td_ww-name {
	color:			#707080;
	font-weight:	bold;
	white-space:	nowrap;
	width:			1px;
}
td.ranking_td_data {
	width:			25%;
}
/* special case for date */
td.ranking_td_date {
	width:			15%;
}
/* table data with border and padding - world ranking*/
td.ranking_td_ww-comment {
	border-width:	1px 1px 1px 1px;
	border-style:	solid;
	border-color:	#efefef;
	text-align:		left;
	padding-left:	4px;
	padding-right:	4px;
	padding-top:	4px;
	padding-bottom:	4px;
}
/* End of table */


/* Other stuff */


/* End of Other Stuff */


