                                .predictionresult .body .predictedmatch .match .matchinfo .header .letter .warning {
                                    background: url('../../../images/common.png') -308px -630px no-repeat;
                                }
                                
                                .predictionresult .body .predictedmatch .match .matchinfo .header .letter .none {
                                    background: url('../../../images/common.png') -281px -605px no-repeat;
                                }
                        
                            .predictionresult .body .predictedmatch .match .matchinfo .header .status .risky {
                                background: url('../../../images/userstatistics.png') -242px 0 no-repeat;
                            }

                            .predictionresult .body .predictedmatch .match .matchinfo .header .status .ok {
                                background: url('../../../images/userstatistics.png') -132px 0 no-repeat;
                            }
                .predictionresult .body .resteam .found div {
                    background: #36b304 url('../../../images/userstatistics.png') -132px 0 no-repeat;
                }

                .predictionresult .body .resteam .notfound div {
                    background: #eb3f03 url('../../../images/userstatistics.png') -44px 0 no-repeat;
                }            

                    .predictionresult .legend .items .item .icon.factorwarning {
                            background: url('../../../images/common.png') -308px -630px no-repeat;
                        }

                        .predictionresult .legend .items .item .icon.factornotexist {
                            background: url('../../../images/common.png') -281px -605px no-repeat;
                        }

                        .predictionresult .legend .items .item .icon.statusrisky {
                            background: url('../../../images/common.png') -307px -604px no-repeat;
                        }
                        
                        .predictionresult .legend .items .item .icon.statusok {
                            background: url('../../../images/common.png') -282px -630px no-repeat;
                        }
                        
    .modaldialog .ok {
        background: url('../../../images/userstatistics.png') -132px 0 no-repeat;
    }     
    
    .modaldialog .risky {
        background: url('../../../images/userstatistics.png') -242px 0 no-repeat;
    }    
    
    .modaldialog .noenough {
        background: url('../../../images/userstatistics.png') -176px 0 no-repeat;
    }    
    
    .modaldialog .notexist {
        background: url('../../../images/userstatistics.png') -44px 0 no-repeat;
    } 