 table.coupon
    {
        font-size:11px;
        border-collapse:separate;
    }
    table.coupon td,table.coupon th
    {
        padding:2px;
        border-color:#999999;
    }
    table.coupon th
    {
        text-align:center;
        color:White;
        font-weight:bold;
        
        background:#20a020 url('/res/img/images/green_bg.jpg') repeat-x left top;
    }
    table.coupon td.competition
    {
        background-color:#eef6ee;
        font-weight:bold;
        text-align:center;
        text-decoration:underline;
    }
     table.coupon tr.header td.competition
    {
        text-decoration:none;
    }
    table.coupon td.starttime
    {
        text-align:center;
        background-color:#b8dca1;
    }
    table.coupon tr.header td.starttime
    {
        font-weight:bold;
    }
    table.coupon td.opap
    {
        text-align:center;
        background-color:#ffffcc;
    }
     table.coupon td.avg
    {
        text-align:center;        
        color:#000000;
        font-weight:bold;
        background:#91b8d9 url('/res/img/images/orange_bg.jpg') repeat-x left top;
    }
    table.coupon td.team
    {
        background-color:#eef6ee;
    }
    table.coupon tr.header td.team
    {
        font-weight:bold;
    }
    .black
    {
        color:Black;
    }
    ul#dates
    {
        display:inline;
        margin:0 0 0 0;
        padding:0 0 0 0;
    }
    .coupon tr.itemRow, .coupon tr.itemRowDate
    {
        display:none;
    }    
    
    
    #dPameStoixima .listDates
    {
        width:100%;
        height:30px;
        line-height:30px;
        background-color:#eeeeee;
    }
    #dPameStoixima .listDates ul
    {
        display:inline;
        margin:0 0 0 0;
        padding:0 0 0 0;
    }
    #dPameStoixima .listDates ul li
    {
        float:left;
        list-style-position:inside;
        list-style-image:none;
        list-style-type:none;
        padding:0 0 0 0;
        margin:0 0px 0 0px;
        background-color:#eeeeee;
        border-right:1px solid #ffffff;
    }
    #dPameStoixima .listDates ul li.active
    {
        background-color:#cccccc;
    }
    #dPameStoixima .listDates ul li a
    {
        color:Black;
        font-weight:bold;
        padding:0 20px 0 20px;
    }
    #dPameStoixima .listDates ul li.active a
    {
        text-decoration:underline;
        
    }