

/* Reports ------------------------------------------------------------------ */

.report {
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 9px;
    width: 700px;
}

.report h3 {
    padding-top: 0;    
}

.report .report-badge {
    float: left;
    width: 100px;
    text-indent: -9999px;
}

.report .report-content {
    float: left;
    width: 590px;
    margin-left: 10px;    
}



/* Specific Badges */

.report-offenberg .report-badge {
    height: 40px;
    background: transparent url(images/report-offenberg.png) no-repeat 0 0;    
}

.report-baltimore .report-badge {
    height: 90px;
    background: transparent url(images/report-baltimore.png) no-repeat 0 0;    
}

.report-pccy .report-badge {
    height: 50px;
    background: transparent url(images/report-pccy.png) no-repeat 0 0;    
}

.report-fcrr .report-badge {
    height: 100px;
    background: transparent url(images/report-fcrr.png) no-repeat 0 0;    
}

.report-ducette .report-badge {
    height: 130px;
    background: transparent url(images/report-ducette.png) no-repeat 0 0;    
}

