/* 
    Document   : housekeeping
    Created on : 04-Oct-2013, 23:51:27
    Author     : bogosi.gabonnwe
    Description:
        Purpose of the stylesheet follows.
*/

.bulkTable {
    width: 100%;
    padding: 3px;
}

.bulkTable td{
    padding: 3px;
    font-weight: bold;
}

.bulkAction {
    border: 1px solid gray;
    width: 100%;
    background: #F5E3B3;
}

.hkGrid {
    display: block;
    width: 100%;
    overflow-y: auto;
    height: 400px;
}

.typeText{
    text-orientation: vertical-right;
    font-weight: bold;
}
