.item_header
{
    white-space: nowrap;
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    background-color: #c26d00;
    font-size: 8pt;
    text-transform: uppercase;
    text-align: left;
}

.item_header td
{
  padding: 5px;
}

.item_list
{
    width: 100%;
    white-space: nowrap;
    font-size: 8pt;
    text-align: left;
}

.item_list td
{
  padding-top: 1px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  border: solid 1px #d5d5d5;
}

.item_list:hover
{
    background-color:#f3c786;
}