a img:hover {
    filter:alpha(opacity=75);
    opacity:0.75;
    -moz-opacity:0.75;
}

.table>tbody>tr.odd {
    background-color: #f9f9f9;
}

#Documents-index {
}
#Documents-form .categories input[type="checkbox"] {
    display: none;
}
#Documents-form .error-message {
    color: #dd4b39;
    font-weight: bold;
}

.datepicker { 
    z-index: 9999;
}

.error-message {
    color: #ff0000;
}