	div#rightCon div#contentCon div#rankingCon {
		width:				505px;
		height:				auto;
		margin:				10px 0 0 0;
	}
	
	div#rightCon div#contentCon div#rankingCon  table{
		width:				505px;
		font-family:		Arial;
		font-size:			9px;
		border-collapse:	collapse;
	}
	
	div#rightCon div#contentCon div#rankingCon  table tr{
		border-bottom:		1px solid e9e9e9;
	}
	
	div#rightCon div#contentCon div#rankingCon  table tr th{
		text-align:			left;
		font-weight:		normal;
		border-bottom:		1px solid #e9e9e9;
		padding:			0 5px 0 5px;
	}
	
	div#rightCon div#contentCon div#rankingCon  table tr td{
		text-align:			left;
		background-image:	url(../gfx/tablerow-background.jpg);
		background-position:1px 1px;
		height:				34px;
		padding:			0 5px 0 5px;
		border-right:		1px solid #e9e9e9;
		border-bottom:		1px solid #e9e9e9;
		vertical-align:		center;
	}
	
	div#rightCon div#contentCon div#rankingCon  table tr td.last{
		border-right:		0;
	}
    
    div#rightCon div#contentCon div#rankingCon  table tr td.edit, 
    div#rightCon div#contentCon div#rankingCon  table tr th.edit {
		background-image:	none;
        border:             none;
        width:              50px;
	}
    
	div#rightCon div#contentCon div#rankingCon  table tr th a,
	div#rightCon div#contentCon div#rankingCon  table tr th a:visited{
		color:				#575e5a;
		text-decoration:	none;
	}
	
	div#rightCon div#contentCon div#rankingCon  table tr td a:hover{
		text-decoration:	underline;
	} 
