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