table.table {
    border:0;
    margin:0;
}

table.table thead th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background: #f0f1f2 url("../images/table-header-bg.gif") bottom repeat-x;
    padding: 5px 7px;
}

table.table tbody td {
    border: none;
    padding: 5px 6px;
}

table.table tfoot td {
    background: #f0f1f2;
    padding: 5px 7px;
}

table.table td.bordered {
    border-bottom: 1px solid #e5e5e5;
}

.grey {
    color: #53575e;
}

.small {
    font-size: 0.8em;
}

.small a {
    color: #37404d;
    font-weight: normal;
    text-decoration: underline;    
}

.small a:hover {
    color: #495d79;
    text-decoration: none;
}

table.table td.nullpadding {
    padding: 0;
}

table.table div.quoted {
    background: #f0f0f0 url("../images/icons/comment.gif") top left no-repeat;
    padding: 0 0 0 25px;
}

table.table div.quoted div {
    padding: 6px 0 6px 6px;
    border-left: 1px solid #e5e5e5;
    background: #FFF;
    font-family:Arial;
    font-size: inherit;
}