.real_table {
    border-collapse: collapse;
    width:100%;
}
.real_table td, .real_table th {
    border: solid 1px #BBB
}
.real-table {
    border-collapse: collapse;
    width: 100%;
}
.real-table td, .real-table th {
    border: solid 1px #BBB
}
/*.celled-table td, th {*/
    /*border: solid 1px #BBB*/
/*}*/
/*.celled-table {*/
    /*border-collapse: collapse;*/
/*}*/
/*.highlited-row tr:hover {*/
    /*background-color: #CECECE;*/
    /*color: #000000;*/
/*}*/
th.header {
    cursor: pointer;
    /*background-image: url(../i/sort.gif);*/
    /*font-weight: bold;*/
    /*border-right: 1px solid #dad9c7;*/
    /*margin-left: -1px;*/
}
th.headerSortUp,
th.headerSortDown {
    background-repeat: no-repeat;
    background-position: center right;
    /*background-color: #3399FF;*/
    padding-left: 2px;
    padding-right: 14px;
}
th.headerSortDown {
    background-image: url(../i/desc.gif);
}
th.headerSortUp {
    background-image: url(../i/asc.gif);
}

.table-caption{
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 10px;
}