/* 
    Document   : liveScore
    Created on : 13.okt.2009, 15:02:06
    Author     : Eier
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div.goal {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #FFB0B0;
    border-style: none;
    border-width: 1px;
}
div.goalFor {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #B0FFB0;
    border-style: none;
    border-width: 1px;
}
div.goalAgainst {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #FFB0B0;
    border-style: none;
    border-width: 1px;
}
div.matchStarted {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.periodEnd {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.nextPeriod {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.gameOver {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.chance {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.freeKick {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.corner {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.positionExchange {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.replace {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.offside {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.warning {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.yellowCard {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.yellowCard2 {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.redCard {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.injury {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.penalty {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.freeComment {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.formationChange {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E000;
    border-style: none;
    border-width: 1px;
}
div.matchStat {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.playerStat {
    margin: 1px;
    width:550px;
    height: auto;
    background-color: #E0E0E0;
    border-style: none;
    border-width: 1px;
}
div.liveIcon {
    width: 40px;
    border-style:none;
    border-width: 1px;
    float:left;
}
img.liveIcon {
    position:relative;
    left:5px;
    top:2px;
}
div.liveMinutes {
    width: 40px;
    border-style:none;
    border-width: 1px;
    float:left;
}
div.liveComment {
    width: 420px;
    height: auto;
    border-style: none;
    float: left;
}
table.matchStat {
    border-style: solid;
    border-width: 4px;
    width: 300px;
    border-collapse: collapse;
}
td.matchStat {
    border-style: solid;
    border-width: 1px;
}
table.playerStat {
    border-style: solid;
    border-width: 4px;
    width: 400px;
    border-collapse: collapse;
}
td.playerStat {
    border-style: solid;
    border-width: 1px;
}

