.tabsorting{
    text-align: left;
    margin:10px 0pt 15px;
    border-collapse:collapse;
    border:1px #000 solid;
    
}
.tabsorting thead tr .header {
	background-image: url('../images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	/* padding: 5px 10px 5px 5px; */
    border-right:1px #000 solid;
}
.tabsorting th, .tabsorting td{
    text-align: left;
    padding: 2px 15px 2px 10px;
    font-size: 1em;
    border:0px;
    border-top:1px #000 solid;
    border-bottom:1px #000 solid;
}

.tabsorting th {
    background: #F0F0F0;
}

.tabsorting tr:hover, .hover {
    background: #F0F0F0; color: #666;
}

.tabsorting thead tr .headerSortUp {
	background-image: url('../images/asc.gif');
}
.tabsorting thead tr .headerSortDown {
	background-image: url('../images/desc.gif');
}

.tabsorting a:link, .tabsorting a:visited { 
    text-decoration: underline; 
    color: #666; 
    margin-left: 0px; 
    font-weight: normal; 
}
.tabsorting a:hover { text-decoration: underline; }