.table_heading
{
    font-family: "verdana";
    color: black;
    font-size: 0.8em;
    background: white;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    /*background: white url('../img/list/list_row_odd.png') repeat-x bottom left;*/
    
}

.remove_padding td
{
	padding: 0;
}

.heading_left
{
    padding-left: 10px;
}

.table_row:hover, .table_row_odd:hover
{
    background: url('../img/table/row_hover.png') repeat-x top left;
}

.table_row td a, .table_row_odd td a
{
    color: black;
}

.table_row td a:hover, .table_row_odd td a:hover
{
    text-decoration: underline;
    color: gray;
}

.table_row td img, .table_row_odd td img
{
    padding:0;
    margin:0;
    padding-top: 5px;
}

.table_td_div
{
    float:left; 
    text-align: center;
}
.table_link
{
    padding-left: 10px;
}

.table_row td
{
    height: 39px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: verdana;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
}

.table_row_odd td
{

    height: 39px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: "verdana";
   /* background: white url('../img/list/list_row_odd.png') repeat-x top left;*/
    
    font-size: 1em;
    border-bottom: 1px solid #ddd;´
}
