/* íàøà HTML òàáëèöà */
table.sort{
border-spacing:0.1em;
margin-bottom:1em;
margin-top:1em
}

/* ÿ÷åéêè òàáëèöû */
table.sort td{
/*border:1px solid #CCCCCC;*/
padding:0.3em 1em
}

/* çàãîëîâêè òàáëèöû */
table.sort thead td{
cursor:pointer;
cursor:hand;
font-weight:bold;
/*text-align:center;*/
vertical-align:middle
}

/* çàãîëîâîê îòñîðòèðîâàííîãî ñòîëáöà */
table.sort thead td.curcol{
background-color:#999999;
color:#FFFFFF
}