@charset "utf-8";

/* current */
.currentmatch {
width:300px;
padding:15px 10px 10px; 
overflow:hidden;
background:#000;
/* border-bottom:1px solid #ccc; */
}

.home_team,
.away_team  {
width:114px;
float:left;
text-align:center;
}
.home_team img,
.away_team img {
} 


.score {
width:70px;
float:left;
margin:30px 0;
text-align:center;
}
.score p {
font-family:arial;
font-weight:bold;
font-size:36px;
color:#fff;
display:block;
line-height:50px;
letter-spacing:0;
text-align:center;
}
.score p span {
font-family:arial;
font-weight:bold;
font-size:36px;
color:#fff;
margin:0 5px;
}
.score span {
color:#fff;
font-size:11px;
color:#fff;
}

.info {
clear:left;
/* background:#ccc; */
width:280px;
margin:0 5px;
padding:0 5px;
text-align:center;
}
.info p {
line-height:13px;
}
.info p.date {
font-size:12px;
color:#999;
}
.info p.date span {
font-weight:bold;
padding:0 5px 0 0; 
}
.info p.vs {
font-size:12px;
font-weight:bold;
color:#ccc;
padding:8px 0 0 ;
}
.info p.place {
font-size:12px;
font-weight:bold;
color:#ccc;
padding:4px 0 0 ;
}
.moreinfo {
background:#666;
margin:10px 15px;
padding:8px;
text-align:center;
}
.moreinfo a {
color:#fff;
text-decoration:none;
}
.moreinfo a:hover {
color:#fff;
text-decoration:underline;
}

/* next */
.nextmatch {
width:260px;
padding:10px 10px 10px; 
margin:20px 20px 5px;
overflow:hidden;
background:#ccc;
text-align:left;
}
.nextmatch .data {
width:200px;
float:left;
}
.nextmatch .emb {
width:60px;
float:left;
}
.nextmatch .emb img {
width:50px;
}

.nexthomegameinfo {
text-align:right;
color:#fff;
margin:0px 22px 10px;
}
.nexthomegameinfo a {
color:#fff;
font-weight:bold;
text-decoration:none;
}
.nexthomegameinfo a:hover {
color:#fff;
text-decoration:underline;
}


/* Result */
.result {
width:280px;
margin:10px 20px;
}
.result table {
width:100%;
}
.result td {
color:#fff;
text-align:center;
padding:4px;
border:1px solid #333;
line-height:13px;
font-size:11px;
}
.result td.num_ttl,
.result td.team_ttl,
.result td.point_ttl {
color:#999;
}
.result td.num_ttl {
width:40px;
}
.result td.team_ttl {
width:180px;
}
.result td.point_ttl {
width:40px;
}
.result td.team {
text-align:left;
}
.result td.bell {
color:#6fba2c;
}
.result_all {
width:280px;
margin:10px 20px;
}
.result_all table {
width:100%;
}
.result_all td {
text-align:center;
padding:8px;
background:#666;
font-size:12px;
border:none;
}
.result_all td a {
color:#fff;
text-decoration:none;
}
.result_all td a:hover {
text-decoration:underline;
}




	