.transfer_comment {
    color:		#000000;
    font-size:		14px;
    border:		#666666 solid 1px;
    height:		124px;
    margin-bottom:	10px;
    width:		400px;
}

/*
table.tablesorter {
}
*/

table.tablesorter thead tr .header {
    /* background-color: #f0ea03; */
    padding: 0 20px;
    /* background-repeat: no-repeat; */
}

table.tablesorter thead tr .headerSortUp {
    background: url(/css/green/asc.gif) 0 8px;
    background-repeat: no-repeat;
}

table.tablesorter thead tr .headerSortDown {
    background: url(/css/green/desc.gif) 0 8px;
    background-repeat: no-repeat;
}
