@charset "utf-8";
/* CSS Document */


#scores_block{ 
  font-size:11px;
  margin-bottom:10px;
}

#scores_block .rounded_body{
  padding: 0px 5px;
  height:160px;
  overflow:auto;
}

#scores_block ul{
  list-style: none;
  padding-bottom: 1em;
  display: block;
  
}

#scores_block li{
  margin-bottom:5px;
  padding:3px 0px 3px 2px;
  zoom:1;
}  

#scores_block li.even{
  background:#EEE;
} 

#scores_block .teams{
  float:left;
  width:68px; /* old was 78*/
}

#scores_block .teams a, #scores_block .status a, #scores_block .teams_fb a, #scores_block .status_fb a{
  color:#CC0000;
}

#scores_block .teams a:hover, #scores_block .status a:hover{
  text-decoration:underline;
}

#scores_block .score{
  float:left;
  width:40px;	
}

#scores_block .status{
  float:left;
  width:50px; /* old was 40 */	
}       