/* íàøà HTML òàáëèöà */
table.sort{
	border-spacing:0.1em;
	margin-bottom:1em;
	margin-top:1em;
	table-layout : fixed;
}

/* ÿ÷åéêè òàáëèöû */
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;
background-color : #c8e3fe;
color : black;
}

/* çàãîëîâîê îòñîðòèðîâàííîãî ñòîëáöà */
table.sort thead td.curcol{
background-color: #6CA7D8;
color: white;
font-weight:bold;
}