/* 
	*****************************************
	*             	                        *
	* Tables	 	                        * 
	*             	                        *
	*****************************************
*/
div.tables table {
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #841410;
}
div.tables table td, div.tables table th {
	padding: 2px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom: 1px solid #CCCCCC;
}
div.tables table th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #023B58;
	background-color: #D9E9F1;
	text-transform: uppercase;
	height: 20px;
}
div.tables table td a ,
div.tables table td a:visited {
	color: #000;
	text-decoration: none;
}
div.tables table td a:hover {
	color: #c30;
	text-decoration: none;
}
div.tables table .team {
	background: #F7FAFC;
}
div.tables table .rank {
	text-align:right;
	font-weight:bold;
	width:20px;
	background: #F1F1F1;
}
div.tables table .score, div.tables table .extrascore {
	width: 70px;
	text-align: center;
	white-space: nowrap;
}
div.tables table .score {
	background: #F1F1F1;
}
div.tables table .extrascore {
	font-weight: bold;
	color: #000;
	background: #FCF7F7;	
}
div.tables table td.relegation_line {
	background-color: #006699;
	height:3px;
}
div.tables span.
status {
	background-color: black;
	color:white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding-left:2px;
	padding-right:2px;
}

#tables ul {
	width: 500px;
	list-style-type: none;
	padding: 10px;
	margin: 0;	
	border: 1px solid #EEEEEE;
	background-color: #FBFBFB;
} 
#tables ul li {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}
#tables a, #tables a:visited {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url("https://cdn.livesoccertv.com/images/li_bg.gif") top left no-repeat;	
	padding-left: 12px;
	padding-right: 10px;
	text-transform: capitalize;	
}
#tables a:hover, #tables a:active {
	color: #841410;
}

/* 
	*****************************************
	*             	                        *
	* Matches 	                        * 
	*             	                        *
	*****************************************
*/

div.matches {
	clear:both;
	padding-top:10px;
}

div.matches table {
	width: 100%;
	vertical-align: top;
	border-collapse: collapse;
}

div.matches table td,
div.matches table th {
	padding: 0 2px 0 2px;
	font-size: 11px;
	border: 1px solid white;
	vertical-align:top;
	background-color: #DDDDDD;
}

div.matches table th {
	font-weight: bold;
	text-align:left;
}
div.matches table td a,
div.matches table td a:visited {
	color: #000;
	text-decoration: none;
}

div.matches table td a:hover {
	color: #c30;
	text-decoration: none;
}

div.matches table td.country_competition {
	background-color:white;
}
div.matches table td.competition {
}

div.matches table td.subscript {
	padding-top:5px;
	font-size:10px;
}
div.matches table td.subscript select {
	margin:0px;
	padding:0px;
}

div.matches table .date {
	background: #eee;
	width:60px;
}

div.matches table .dash {
	width:15px;
	background: #ddd;
}

div.matches table .teamhome,
div.matches table .teamout {
	background: #ddd;
}

div.matches table .teamhome {
	text-align: right;
}

div.matches table .score, 
div.matches table .blankscore,
div.matches table .extrascore, 
div.matches table .penalties {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	background: #999;
	width: 45px;
}

div.matches table .score {
	color: #fff;
	width: 30px;
}
div.matches table .extrascore {
	background: #bbb;
	font-weight: normal;
	color: #000;
}

div.matches table .penalties {
	background: #ddd;
	font-weight: normal;
}

div.matches table .info {
	background: #999;
	color: #fff;
	font-size:9px;
}	

div.matches table .extra {
	background: #eee;
}

div.matches table .info {
	background: #999;
	color: #fff;
}	


div.matches table td.relegation_line {
	border-bottom:1px solid black;
}
div.matches span.teamstatus {
	background-color: black;
	color:white;
	font-size:9px;
	padding-left:2px;
	padding-right:2px;
	margin-left:4px;
}
