/*Tables*/
table.active_tbl {
    width: 530px;
    border-collapse: collapse;
    font-size: 1.1em;
    border: 1px solid #999;
    margin: 1em 1px 3em 1px;
}

table.active_tbl thead th {
    text-align: left;
    background: #ccc;
    padding: .4em;
}

table.active_tbl tbody tr * {
    font-weight: normal;
    padding: .4em;
}
table.active_tbl tbody tr.alt { background: #ddeaf1 }
table.active_tbl tbody td { border-left: 1px solid #999 }
table.active_tbl tbody th { text-align: right }
table.active_tbl tbody tr:hover { background: #65cccc }
