/* Fox Soccer CSS */


/*
These classes were created in order to follow the new 
functionality used by Foxsports.com when the user mouses over a team name.
Usage: <td class="lgPgTmNameOnMouseOver">.  
lgPgTmName = league page team name
*/

table,td {
	font-family:arial; 
	font-size: 11px;
	/*font:bold;*/
}

.lgPgTmNameOnMouseOver a:link, .lgPgTmNameOnMouseOver a:visited{
	color:#000099; 
	font-weight:bold; 
	text-decoration:none;
}

.lgPgTmNameOnMouseOver a:hover{
	color:#000099; /*original color: 6699ff*/
	font-weight:bold; 
	text-decoration:underline;
} 

#bdy-container-partner {
    float:left;
    clear:both;
    width:100%;
    height:auto;
    background-color:#FFFFFF;
    border-left:1px solid #c1c1c1;
    border-right:1px solid #c1c1c1;
}