#workfield,#workaddr,#position {
font-size:12px;
}
#workaddr {
width:80px;
}
#workfield {
width:190px;
}
#position {
width:170px;
}

#box-table-a {
border-collapse:collapse;
font-family:arial;
font-size:14px;
margin:0 0 15px 0;
text-align:left;
width:100%;
}

#box-table-a th {
background-color:#ECDECE;
border-bottom:1px solid #E9DECF;
border-top:4px solid #000;
font-size:14px;
font-weight:bold;
padding:8px 16px 8px 8px;
white-space:nowrap;
text-align:left;
}

#box-table-a td {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F6EADA none repeat scroll 0 0;
border-bottom:1px solid #E9DECF;
border-top:1px solid transparent;
padding:8px;
font-size:14px;
white-space:nowrap;
}
.td1 {
font-weight:bold;
}
td.td4,td.td5,td.td2 {
white-space:nowrap;
}
td.td3,td.td4,td.td6,td.td7,td.td8,td.td5 {
text-align:right;
}
td.td8 {
font-color:#9B164F;
}
table.tablesorter thead tr .header {
	background-image: url(http://s.ftimg.net/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(http://s.ftimg.net/img/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(http://s.ftimg.net/img/desc.gif);
}