thead {
color:#fff;
text-align:center;
vertical-align:middle;
background-color:#222;
background-image:-moz-linear-gradient(top,#555,#222);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
background-image:-webkit-linear-gradient(top,#555,#222);
background-image:-o-linear-gradient(top,#555,#222);
background-image:linear-gradient(to bottom,#555,#222);
background-repeat:repeat-x
}
thead tr {
height: 40px;
}
th {
border:#000000 solid 1px;
padding: 0px;
}
.league td {
text-align:left;
color:#fff;
padding-left:7px;
vertical-align:middle;
font-size:12px;
height:27px;
line-height:27px;
font-weight:700;
background-color:#222;
background-image:-moz-linear-gradient(top,#555,#222);
background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#222));
background-image:-webkit-linear-gradient(top,#555,#222);
background-image:-o-linear-gradient(top,#555,#222);
background-image:linear-gradient(to bottom,#555,#222);
background-repeat:repeat-x
}
.match:hover td {
background-color:#eee;
border:#ccc solid 1px
}
.match td {
text-align:center;
font-size:13px;
height:27px;
line-height:25px;
background-color:#fff;
border:#eee solid 1px;
border-bottom:#ccc solid 1px;
padding:5px
}
.tor {
color:#c30
}
.tang {
text-decoration:underline
}
.score {
font-weight:700
}
.vision {
color:#393;
font-size:14px!important
}
.banner td {
background-color:#eee;
margin:0;
padding:0;
height:100px;
text-align:center;
font-size:20px;
color:#999
}