﻿
div.livescore.loading
{
	background:url("../../images/livescore/loading.gif") no-repeat center;
	height:16px;
	display:none;
	/*adadsm asda,sd asdn adn */
}



#livescore
{
    margin:5px auto 5px auto;
    padding:0px;
    border-collapse:collapse;
    border:solid 0px #C0C0C0;
    border-top-width:0px;
	width:550px;
}

#livescore tr.competition
{
     background-color:#ADC9DE;
     color:#000;
     text-transform:uppercase;
     border:solid 0px #DFEAF2 ;
    
}
#livescore tr.competition td
{
     padding:3px 5px;
     vertical-align:top;
}


#livescore tr.competition td img
{
	display:block;
	vertical-align:middle;
	float:left;
	margin-right:5px;
}

#livescore tr.league
{
     background-color:#F2F2F2;
}

#livescore tr.league td
{
	padding-left:20px;
	text-transform:capitalize;
	color:#245779;
}

#livescore tr.match:hover
{
	background-color:#F0F5F9;
	cursor:pointer;
} 

#livescore tr.match td
{
    border:solid 0px #C0C0C0;
    padding: 1px 0px;
}

#livescore tr.match td span.red
{
    background-color:Red;
    width:4px;
    height:9px; 
    margin:2px 1px 0px 1px;
    clear:none;
}

#livescore tr.match td.winner
{
     font-weight:bold;
}

#livescore tr.match  td.score
{
    text-align:center; 
     
	width:70px;
}



#livescore tr.match.live td.status
{
     color:#FF0000;
}


#livescore tr.match.live span.minute_sign
{
	width:4px;
	background-image:url("../../images/livescore/minute.gif");
	background-repeat:no-repeat;
	background-position:center;
	margin-top:2px;
     
}

#livescore tr.match.live td.status.highlight, #livescore tr.match.finished td.status.highlight
{
	color:#fff;
	background-color:#3278A9;
}

#livescore tr.match td.score a{
	display:block;
	color:#000000;
	text-decoration:none;
}
#livescore tr.match.live td.score a
{
	color:#FF0000;

}


#livescore tr.match  td.score a.highlight
{
	color:#fff;
	background-color:#3278A9;
}


#livescore tr.match.finished td.score a
{
    font-weight:bold;
}

#livescore  tr.match td.start_time
{
     /*display:none;*/
     color:#B1B1B1;
     text-align:left
width:100px;
}

#livescore  tr.match td.status
{
    text-align:center;
    min-width:50px;
}

#livescore  tr.match.finished td.status
{
	color:#B1B1B1;
}

#livescore tr.match td.home_team
{
    text-align:right;
    padding-right:5px;
    width:130px;
}

#livescore tr.match td.home_team span
{
    float:right;
    display:block;
}

#livescore tr.match td.away_team
{
    text-align:left;
    padding-left:5px;
    width:130px;
}


#livescore tr.match td.away_team span
{
    float:left;
    display:block;
}

#livescore tr.match td.score_1
{
     text-align:center;
     width:70px;
     color:#B1B1B1;
}


