#ng_title {
    color:#879bab;
    font-size:10px;
    
    text-transform:uppercase;
    padding-left:10px;
    background-image: url('/images/next_game_head_bg.png');
    background-position:top left;
    background-repeat:no-repeat;
    height:19px;    
    width:542px;
    line-height:19px;
}

#ng_info {
    background-image: url('/images/next_game_bg.png');
    background-position:top left;
    background-repeat:no-repeat;   
    height:89px;
    width:542px;
    color:#cee6fa;
}

#ng_info #op_logo{
    float:left;
    margin-right:15px;
    
}

#match_info #game_description {
 
}

#lg_trans {
    background-image: url('/images/next_game_bg.png');
    background-position: 0 -88px;
    background-repeat:no-repeat;   
    height:19px;
    width:542px;
}
#last_match_trans {
color:white;
}
#match_info {
    padding-left:10px;
    padding-top:8px;
    letter-spacing:1px;
    line-height:15px;
}

#lg_trans {
    padding-left:0px;
    color:#617f9c;
    font-size:10px;
    line-height:19px;
    clear:both;
}
#lg_trans #lg_information {
    background-image: url('/images/next_game_sep.png');
    background-repeat:no-repeat;
    padding-left:10px;
}
#opponent_info {
    color:white;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;    
    padding-top:2px;
    padding-bottom:8px;
    
    }

#opponent_info #vs {
    color:red;
    font-size:11px;
    padding-left:2px;
}