#ListDetailContainer
{
    width: 610px;
    /*overflow-x: scroll;*/
    float:left;
    margin-top: 10px;
}
.highlight 
{
    background-color: #e1e1e1;
    cursor: hand;
}
#BreadCrumb 
{
    font-size:11px;
}
#BreadCrumb a
{
    text-decoration: none;
    margin-right: 10px;
    color: #70736b;
}
#BreadCrumb a.selected
{
    color: #99cc33;
}
#ListDetailContainer td
{
    width:610px;
}