table {
    background: #fff;
    border:1px solid #ccc;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    background: #f2f2f2;
    border:1px solid #bbb;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    text-align: center;
}
th a {
    background:#f2f2f2;
    padding: 2px 4px;
    text-decoration: none;
}
th a:hover {
    background: #ccc;
    color: #333;
    text-decoration: none;
}
th.actions {
    background:#f2f2f2;
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}
table tr {
    background: #fff;
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}
table tr td {
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: center;
    vertical-align: top;
}

table tr td.description {
    border-right: 1px solid #ccc;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}

table tr.altrow {
    background: #eee;
}
table tr:hover {
    background: #c3d9ff;
}
table tr.altrow:hover {
    background: #c3d9ff;
}
td.actions {
    text-align: center;
    white-space: nowrap;
}

td.actions a {
    margin: 0px 6px;
}
