/*
    match section of the ticker
*/
body {
    background-color: #003366;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: Verdana;
    color: #FF9933;
	
}

table.match {
    width: 980;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    background-color: #FF9933;
}

    td.logo {
        width: 175px;
        height: 95px;
        border: 1px dotted red;
    }
    
        img.logoimg {
            width: 175px;
            height: 95px;
            border: 0px;
        }
    
    
    table.resulttable {
        width: 100%;
        height: 95px;
    }

        table.resulttable td.time {
            text-align: center;
            font-family: Courier New;
            font-size: 28pt;
            font-weight: bolder;
            color: #003366;
        }
        
        table.resulttable td.result {
            width: 33%;
            text-align: center;
            font-family: Courier New;
            font-size: 28pt;
            font-weight: bolder;
            color: #003366;
        }
        
        td.period {
            width: 33%;
            text-align: center;
            font-family: Courier New;
            font-size: 28pt;
            font-weight: bolder;
            color: red;
        }


table.ticker {
    border: 0px;
    padding: 0 0 0 0;
    margin: 0 0 0 0 ;
}

    table.ticker td.divider {
        height: 5px;
        font-size: 1px;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }
        
        td.divider hr {
            border-top: 1px solid red;
            border-bottom: 2px solid yellow;
        }
    
    table.ticker td.localtime {
        background-color: #003360;
        width: 50px;
        text-align: center;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: top;
        color: #FF9933;		
    }

    table.ticker td.time {
        background-color: #003360;
        width: 50px;
        text-align: center;
        font-family: Verdana;
        font-size: 10pt;
        vertical-align: top;
        color: #FF9933;		
    }
    
    table.ticker td.result {
        vertical-align: top;
        background-color: #003362;
        width: 50px;
        text-align: center;
        font-family: Verdana;
        font-size: 10pt;
        border-left: 1px solid black;
        border-right: 1px solid black;
        color: #FF9933;
    }

    table.ticker td.team {
        vertical-align: top;
        background-color: #003364;
        width: 150px;
        text-align: center;
        font-family: Verdana;
        font-size: 10pt;
        border-right: 1px solid black;
        color: #FF9933;
    }
    
    td.info {
        font-family: Verdana;
        font-size: 10pt;
        padding-left: 5px;

    }

div.copy {
    font-family: Verdana;
    font-size: 7pt;
    text-align: right;
}

table.statistics {
	margin: 2px 5px 2px 10px;
    border-collapse: separate;
    border-spacing: 0px 0px;
    border: 1px solid #FF9933;
    color: #FF9933;
}

    table.statistics td {
		border-bottom:1px solid #FF9933;
		padding:2px;
   		margin: 0px;
   		text-align:center;
	    font-size: 12px;
        color: #FF9933;
    }

