/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme.

You need to use .custom before every style e.g. 

.custom a {color:#555555;}
.custom #tabs {background:#000000;width:460px}

*/

.custom a, .custom a:visited {}

/* --- Match Report Template --- */
#main .post .match-report p{
  font-size:12px;
  padding:0;
  margin-bottom:5px;
}
.match-report h3{
  font-size:18px;
  font-weight:bold;
}
#main .post .match-report h4{
  font-size:18px;
  font-weight:bold;
  font-family:arial;
}
.match-report .col1,
.match-report .col2,
.match-report .col3,
.match-report .col4,
.match-report .col5{
  float:left;	
}
.match-report .col1,
.match-report .col3{
  width:195px;
  text-align:center;
}
.match-report .col2{
  width:227px;
  text-align:center;
}
.match-report .col4{
  clear:left;
  width:315px;
  margin:20px 23px 0 0;	
}
.match-report .col5{
  width:279px;	
  margin-top:20px;
}
.match-report .col6{
  width:100%;
  clear:both;	
}
#main .post .match-report p.match-note{
  height:32px;
  margin:20px 0 0 0;	
  overflow:hidden;
  line-height:16px;  
}

#main .post .match-report p.stadium{
  line-height:16px;	
  overflow:hidden;	
  height:30px;	
}
.match-report .tie,
.match-report .winner,
.match-report .loser{
  color:white;
  line-height:50px;
  width:50px;
  font-size:24px;
  text-align:center;
  display:inline-block;
  font-weight:bold;
  font-family:arial;
}
.match-report .winner{ 
  border:1px solid green;
  background: url(images/match-report/winner.gif) repeat-x;
}
.match-report .loser{
  border:1px solid red;
  background: url(images/match-report/loser.gif) repeat-x;
}
.match-report .tie{
  border:1px solid yellow;
  background: url(images/match-report/tie.gif) repeat-x;
  color:#111;
}

.match-report .Yellow{
  background: url(images/match-report/yellow.gif) repeat-x;
}
.match-report .Red{
  background: url(images/match-report/red.gif) repeat-x;
}

.match-report table{
  border-collapse:collapse;
  margin:auto;
  margin-bottom:15px;
  width:100%;
}

.match-report table td{
  padding:0;
  border:1px solid #ddd;
  text-align:center;
  vertical-align:top;
}
.match-report table td p{
  padding:0;
  margin:0;
}
.match-report .col5 table{
  width:100%;
  margin-bottom:15px;
}