.dyntable {
    background: none repeat scroll 0 0 #FCFCFC;
    width: 100%;
}
.dyntable thead th, .dyntable tfoot th {
    color: #FFFFFF;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
}
.dyntable thead th.head0, .dyntable tfoot th.head0 {
    background: none repeat scroll 0 0 #666666;
}
.dyntable thead th.head1, .dyntable tfoot th.head1 {
    background: none repeat scroll 0 0 #555555;
}
.dyntable tbody tr td {
    border-top: 1px solid #DDDDDD;
    padding: 5px 10px;
}
.dyntable tbody tr:first-child td {
    border-top: 0 none;
}
.dyntable .con1 {
    background: none repeat scroll 0 0 #EEEEEE;
}
.dyntable .con0 {
    background: none repeat scroll 0 0 #F7F7F7;
}
.dyntable thead th.sorting {
    background-image: url("../images/sort_both.png");
    background-position: right 5px;
    background-repeat: no-repeat;
}
.dyntable thead th.sorting_asc {
    background-image: url("../images/sort_asc.png");
    background-position: right 6px;
    background-repeat: no-repeat;
}
.dyntable thead th.sorting_desc {
    background-image: url("../images/sort_desc.png");
    background-position: right 6px;
    background-repeat: no-repeat;
}