﻿#lookup-dialog table.dataTable tr {
    cursor: pointer;
}

tr.eConRowSelectedCurrent {
    
}
tr.eConRowSelectedCurrent td {
    
}

tr.eConRowSelectedDefault {
    
}
tr.eConRowSelectedDefault td {
    
}

tr.eConRowSelectedPrevious {
    
}
tr.eConRowSelectedPrevious td {
    
}

/*table.dataTable tr.odd {
    background-color: #eeeeee;
}*/

table.dataTable td.ui-state-focus {
    border: none;
}
table.dataTable tr {
    background: white;
}