/* tables */
#idtablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#idtablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
#idtablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
#idtablesorter thead tr .headerSortDown, #idtablesorter thead tr .headerSortUp {
   background-color: #8dbdd8;
}

#idtablesorter2 thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#idtablesorter2 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
#idtablesorter2 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
#idtablesorter2 thead tr .headerSortDown, #idtablesorter2 thead tr .headerSortUp {
   background-color: #8dbdd8;
}

#idtablesorter3 thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
#idtablesorter3 thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
#idtablesorter3 thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
#idtablesorter3 thead tr .headerSortDown, #idtablesorter3 thead tr .headerSortUp {
   background-color: #8dbdd8;
}
 