.default,body,input,select,button
{    
    font-family: arial, tahoma;
    font-size: 10pt;
}
.listing_row_odd
{
    cursor: hand;
    font-family: arial, tahoma;
    background-color: white
}
.listing_row_even
{
    cursor: hand;
    font-family: arial, tahoma;
    background-color: #c9ed9c
}
.listing_column_header
{
    border-right: silver 1px solid;
    padding-right: 2px;
    border-top: silver 1px solid;
    padding-left: 2px;
    font-size: 10pt;
    padding-bottom: 2px;
    border-left: silver 1px solid;
    color: white;
    padding-top: 2px;
    border-bottom: silver 1px solid;
    font-family: arial, tahoma;
    background-color: mediumseagreen;
    text-align: left;
    font-weight: bold;
}
