table.ttable {
	display:block;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 550px;
}

table.ttable tr td.left {
	text-align:left;
}

table.ttable tr td.p25 
{
	width: 35px;
}

table.ttable tr.head {
	background-color:#bb0000;
}

table.ttable tr.ghead {
	background-color:#F2F2F2;
}

table.ttable tr.transfer td
{
	border-bottom: 1px solid #F5F5F5;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.ttable tr.head td {
	font-weight: bold;
	color:white;
}

table.ttable tr.none td 
{
	border: 0px;
	height: 30px;
}

table.ttable tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
}

table.ttable tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:center;
}

table.ttable tr.ltgray2 {

	background-color:#f2f2f2;
}

table.ttable tr.ltgray {

	background-color:#E0E0E0;
}

table.ttable tr.gray {
	background-color:#D0D0D0;
}

table.ttable tr td.team {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:left;
	width:70%;
	
}

table.ttable tr td.team-strong {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	width:70%;
}

table.ttable tr td.nn {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:center;
	width:20px;
}

table.ttable tr td.points {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:center;
	width:20px;
}

table.ttable tr td.points-strong {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	vertical-align:top;
	text-align:center;
	font-weight:bold;
	width:20px;
}

table.ttable .f2gray 
{
	background-color: #f2f2f2;
}

table.ttable .f9gray 
{
	background-color: #f9f9f9;
}

table.ttable .bbred
{
	background-color: #bb0000;
}

a.black_red, a.black_red:link, a.black_red:visited, a.black_red:active {
	font-weight:normal;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

a.black_red:hover,  a.black_red:link:hover, a.black_red:visited:hover, a.black_red:active:hover {
	font-weight:normal;
	font-size:11px;
	color:#f10d2e;
	text-decoration:underline;
}

a.black_red-strong, a.black_red-strong:link, a.black_red-strong:visited, a.black_red-strong:active {
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

a.black_red-strong:hover,  a.black_red-strong:link:hover, a.black_red-strong:visited:hover, a.black_red-strong:active:hover {
	font-size:11px;
	color:#f10d2e;
	font-weight:bold;
	text-decoration:none;
}

/*STATISTICS*/

table.players {
	width:100%;
	border:0px;
	clear:both;
}

table.players tr td 
{
	text-align: left;
	white-space: nowrap;
}

table.ttable tr.head {
	background-color:#bb0000;
}

table.players tr.head td  
{
	font-weight: bold;
}

table.players tr.head td.fio 
{
	background-color: #f2f2f2;
	text-align: left;
}

table.players tr td a
{
	font-weight: bold;
	text-transform: uppercase;
}

table.players tr.title {
	background-color:#f5f5f5;
}

table.players tr.title_n {

}

table.players tr.title td {
	font-size: 11px;
	font-weight:bold;
	color:black;
	vertical-align:middle;
	border-right: 0px;
}

table.players tr.title_n td {
	font-size: 11px;
	font-weight:bold;
	vertical-align:middle;
	border-right: 0px;
	text-transform: uppercase;
	color:#991833;
}

table.players tr td.nn 
{
	background-color: #bb0000;
	color: White;
	font-weight: bold;
	text-align: center;
}

table.players tr td.center {
	text-align:center;
}

table.players tr.white {
	background-color:white;
}

table.players tr.gray {
	background-color:#f9f9f9;
}

table.players tr.white td, 
table.players tr.gray td {
	border:0px;
	vertical-align:middle;
}

ul.next-match-block 
{
	list-style: none;
	float:left;
	width: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

ul.next-match-block li 
{
	list-style: none;	
}

ul.next-match-block li.team-info 
{
	width: 160px;
	float:left;
	height: 40px;
	background-color: #f2f2f2;
	margin: 0px 0px 1px 0px;
}

ul.next-match-block li.team-info div.team-icon 
{
	background-position: center center;
	background-repeat: no-repeat;
	float:left;
	height: 38px;
	width: 36px;
	padding-left: 10px;
	padding-top: 2px;
}

ul.next-match-block li.team-info div.team-title 
{
	float:left;
	width: 70px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding-top: 13px;	
	padding-left: 5px;
} 

ul.next-match-block li.match-info
{
	width: 160px;
	float:left;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-left: 10px;
	
}