/* ------------------
 styling for the tables 
   ------------------ */
   
#scoreboard {
float:right;
margin:0px 52px 0 0;
padding:4px;



padding:10px;
width:584px;

background-color:#F7F7F7;
}

#tablescoreboardleyend{
/*background-color:#E9E9E9;*/
color:#9D9D9D;

margin-top:10px;
width:584px;
}

#tablescoreboardleyend td{
font-size:10px;
color:#333;
line-height:8px;
}

#tableresult
{	border-collapse:collapse;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
    margin:2px;
	/*width: 480 140px;
	text-align:right;*/
		
}

#tableresult th
{
	
	font-weight: normal;
	padding: 8px;
	background:#B5B5B5 none repeat scroll 0 0;
	border-bottom:1px solid #9C9C9C;
	color:#333333;
	font-size:11px;
	color: #333;
	
	padding:4px;
	/*text-align:right;*/
	
	}
	
#tableresult th a
{
font-size: 10px;
}

#tableresult td
{
	padding: 2px;
	background: #E8E8E8; 
	border-bottom: 1px dotted #fff;
	color: #333;
	/*border-top: 1px solid transparent;*/
	
	
	text-align: center;
	
	text-transform: capitalize;
}
/**/
#tableresult tr:hover td
{
	background: #B5B5B5;
	color: #fff;
}

#tableresult  #marco
{
	background: ##B5B5B5; 
	border-bottom: 0px solid #E8E8E8;
	color: #fff;
	font-weight:bold;
	border-top: 1px solid transparent;
	border-right:1px dotted transparent;
	text-align: center;
	border:1px solid #E8E8E8;
}

#tableresult #borde
{
	background: #637278;
	color: #000;
	border-bottom: 1px solid #fff;
}

#tableresult #bordefondo
{
	background: #ccc;
	color: #999;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#clasificacion td, th {
border:0px solid white;
}
