/* 
    Document   : Results
    Created on : Aug 19, 2009, 10:30:04 AM
    Author     : a0117
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.ResultsTeam0 { font-family:calibri,tahoma,sans-serif; font-weight:bold; font-size:10pt;  color:#ffffff; background-color:#6694e3; height:20px; 
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
} 
.ResultsTeam1 { font-family:tahoma,sans-serif; font-size:9pt; color:#000000; background-color:#c2d9ff; height:20px; 
} 
.ResultsTeam2 { font-family:tahoma,sans-serif; font-size:9pt; color:#000000; background-color:#ffffff; height:20px; }
.ResultsVenue0 { font-family:calibri,tahoma,sans-serif; font-weight:bold; font-size:10pt;  color:#ffffff; background-color:#6694e3; height:20px; 
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
} 
.ResultsVenue1 { font-family:tahoma,sans-serif; font-size:9pt; color:#000000; background-color:#c2d9ff; height:20px; 
} 
.ResultsVenue2 { font-family:tahoma,sans-serif; font-size:9pt; color:#000000; background-color:#ffffff; height:20px; }
.ResultsScore0 { font-family:calibri,tahoma,sans-serif; font-weight:bold; font-size:10pt;  color:#ffffff; background-color:#6694e3; height:20px; 
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
} 
.ResultsScore1 {
text-align:right;
        font-family:tahoma,sans-serif; 
        font-size:9pt; color:#000000; 
        background-color:#c2d9ff; 
        height:20px; 
} 
.ResultsScore2 { 
        text-align:right;
        font-family:tahoma,sans-serif; 
        font-size:9pt; 
        color:#000000; 
        background-color:#ffffff; 
        height:20px; 
    }

