/* tables */
table.tablesorter {
	
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {

}
table.tablesorter tbody tr.odd td {
	background-color:#CFCFCF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #f0f0f0;
}



table.bo-grid {
	
}
table.bo-grid thead tr th, table.bo-grid tfoot tr th {
	
}
table.bo-grid thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.bo-grid tbody td {

}
table.bo-grid tbody tr.odd td {
	background-color:#CFCFCF;
}
table.bo-grid thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.bo-grid thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.bo-grid thead tr .headerSortDown, table.bo-grid thead tr .headerSortUp {
    background-color: #f0f0f0;
}


table.fo-grid {
	
}
table.fo-grid thead tr th, table.bo-grid tfoot tr th {
	color: #ff9900;
}
table.fo-grid thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
    background-color: #333;
	cursor: pointer;
}
table.fo-grid tbody td {

}
table.fo-grid tbody tr.odd td {
	background-color:#CFCFCF;
}
table.fo-grid thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.fo-grid thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.fo-grid thead tr .headerSortDown, table.bo-grid thead tr .headerSortUp {
    background-color: #f0f0f0;
}