/* 
    Document   : hand_cursor
    Created on : Mar 8, 2014, 10:04:36 AM
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

.table_disp{
	font-family: arial;
	font-size: 12px;
    border: 1px;
    border-collapse: collapse;
    cursor: pointer;
}

.table_disp th{
    background-color: #bdbdbd;
    color: black;
    height:30px;
}

.table_disp tbody tr:hover{
    background-color:silver;
}

