.sortable {
    width: 870px;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left;
}

.sortable thead {
    border: 2px solid #eabe0f;
}

.sortable tbody {
    border: 2px solid #eabe0f;
}

.sortable th {
    background: url(./images/tableBackground.png);
    height: 26px;
    text-align: left;
    color: #cfdce7;
    border-right:none;
}

.sortable th h3 {
    font-size: 0.9em;
    padding: 0 8px 0 8px;
    color: #000;
    margin: 0;
}

.sortable .nosort {
    text-align: center;
    width: 50px;
}

.sortable td {
    padding: 4px 6px 6px;
}

.sortable .head h3 {
    background: url(./images/sort.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .desc, .sortable .asc {
    max-width: 200px;
}

.sortable .desc h3 {
    background: url(./images/desc.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .asc h3 {
    background: url(./images/asc.gif) 7px center no-repeat;
    cursor: pointer;
    padding-left: 18px;
}

.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {
    color: #fff;
}

.sortable .evenrow td {
    background: #fff;
}

.sortable .oddrow td {
    background: #fff;
}

.sortable td.evenselected {
    background: #fff;
    vertical-align: top;
    max-width: 200px;
    padding-bottom: 20px;
}

.sortable td.oddselected {
    background: #fff;
    vertical-align: top;
    max-width: 200px;
    padding-bottom: 20px;
}

.sortable td.small {
    background: #fff;
    text-align: center;
    font-size: 0.9em;
    vertical-align: top;
}

.sortable td.date {
    background: #fff;
    width: 50px;
    max-width: 80px;
    text-align: center;
    vertical-align: top;
    font-size: 0.9em;
}

.sortable td.full {
    vertical-align: top;
}
.sortable td.fullCenter {
    vertical-align: top;
    text-align: center;
}

div.icon {
    text-align: center;
}

div.icon img {
    border: none;
}

#controls {
    width: 500px;
    margin: 0 auto;
    height: 20px;
    margin-top: 20px;
}

#perpage {
    float: left;
    width: 100px;
}

#perpage select {
    float: left;
    font-size: 0.9em;;
}

#navigation {
    float: left;
    width: 500px;
    text-align: center;
}

#navigation img {
    cursor: pointer;
}

#text {
    float: left;
    width: 85px;
    margin-right: 15px;
    text-align: right;
    margin-top: 2px;
}

span.small {
    font-size: 0.8em;
}

span.big {
    font-size: 1.1em;
}