.btn_odeslat_normal
    {
        cursor:pointer;
        border-color:darkgreen;
        border:none;
        width:62px;
        height:47px;
        background:url("../img/vlozit.gif") no-repeat 0% 0%;
    }
.btn_odeslat_selected
    {
        cursor:pointer;
        border-color:darkgreen;
        border:none;
        width:62px;
        height:47px;
        background:url("../img/vlozit.gif") no-repeat 0% 100%;
    }
    .btn_odeslat_normal_fc
    {
        cursor:pointer;
        border-color:darkgreen;
        border:none;
        width:62px;
        height:47px;
        background:url("../img/vlozit_fc.gif") no-repeat 0% 0%;
    }
.btn_odeslat_selected_fc
    {
        cursor:pointer;
        border-color:darkgreen;
        border:none;
        width:62px;
        height:47px;
        background:url("../img/vlozit_fc.gif") no-repeat 0% 100%;
    }
.tr_hudba
    {
        background-color:#D3D78D;
        font:bold 12px/16px Arial,Verdena,sans-serif;        
    }
.td1_hudba
    {
        
        background: url('../img/tr80.png');        
        _background-color:#597C5D;
        font:normal 12px/16px Arial,Verdena,sans-serif;
        color:white;                
    }
.td2_hudba
    {           
        font:normal 12px/16px Arial,Verdena,sans-serif;
        color:white;                
    }   
    
    h5
    {
        color:#184b4c;
        font:12px Arial,Verdena,sans serif;
        
    }
    a.kapela
    {
       
        text-decoration:none;
        color:#f1f6a1;
    }
a.kapela:hover
    {
        text-decoration:underline;
        color:#184b4c;
    }  