@charset "windows-1252";

@media screen {

    /* TABLE ROW HIGHLIGHTER  */
    /*tr.selected, tr.selected *, tr.selected td a  {*/
    tr.selected td,
    tr.selected td a,
    tr.selected td img,
    tr.selected td p,
    tr.selected td label,
    tr.selected td form,
    tr.selected td input.checkbox,
    tr.selected td div,
    tr.selected td li,
    tr.selected td ul {
        background-color: #f7f7b5 !important; /* brown-gelb */
        /* background-color: #EFA645 !important; /* orange */
       /* background-color: #53C953 !important; /* grün */
    }
    
    /* TABLE ROW HIGHLIGHTER  */
    tr.selected td input {
        background-color: #ffffff !important; /* brown-gelb */
        /* background-color: #EFA645 !important; /* orange */
       /* background-color: #53C953 !important; /* grün */
    }
    
    /*tr.mouseover, tr.mouseover *, tr.mouseover td a {*/
    tr.mouseover td,
    tr.mouseover td a,
    tr.mouseover td img,
    tr.mouseover td p,
    tr.mouseover td label,
    tr.mouseover td form,
    tr.mouseover td div,
    tr.mouseover td li,
    tr.mouseover td ul {
        background-color: #B6C7D9 !important;
        cursor: pointer;
    }
    
   
    tr td.doNotHighlight,
    tr td.doNotHighlight *,
    tr th.doNotHighlight,
    tr th.doNotHighlight *{
        background-color: #FFFFFF !important;
    }
    
    /* TABLE ROW CONTEXMENU  */
    /*
        <div class="contexMenuItem">
            <img src="/athlonline-web-context-root/bilder/annehmen.gif"/>
            <a href="javascript:RowContexMenu.selectDeselect('fahrerliste_input_el25');RowContexMenu.hide();">Auswählen</a>
        </div>
    */ 
    
    #contexMenu {
         display: none;
         position: absolute;
         border: 1px solid #cccccc;
         border-top: none;
    }
    
    #contexMenu div.seperator {
         border-top: 1px solid #cccccc;
    }
    
    #contexMenu div.contexMenuItem {
        border-top: 1px solid #cccccc;
        line-height: 15px; /* image height */
        white-space: nowrap;
        clear: both; 
        padding-right: 8px;
    }
    
    #contexMenu div.contexMenuItem img {
        float: left;
        clear: none;
        padding: 2px;
    }
    
    #contexMenu div.contexMenuItem a {
       /* background-image: none !important; */
       text-align: left !important;
       background: url('../bilder/pfeil_blau_rechts.gif') no-repeat right;
       padding: 2px;
       padding-right: 8px;
       vertical-align: middle;
       font-weight: bold;
       color: #2b2771; 
       float: left;
    }

}