/*   GENERIC TABLE - RED    S T A R T  */
table.gen_table_red thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gen_table_red thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.gen_table_red thead tr .headerSortDown {
	background-image: url(desc.gif);
}
/*   GENERIC TABLE - RED    E N D   */

/*   GENERIC TABLE - GREEN  S T A R T  */
table.gen_table_green thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gen_table_green thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.gen_table_green thead tr .headerSortDown {
	background-image: url(desc.gif);
}
/*   GENERIC TABLE - GREEN  E N D   */

/*   GENERIC TABLE - YELLOW  S T A R T  */
table.gen_table_yellow thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gen_table_yellow thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.gen_table_yellow thead tr .headerSortDown {
	background-image: url(desc.gif);
}
/*   GENERIC TABLE - YELLOW  E N D   */

/*   GENERIC TABLE - BLUE  S T A R T  */
table.gen_table_blue thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gen_table_blue thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.gen_table_blue thead tr .headerSortDown {
	background-image: url(desc.gif);
}
/*   GENERIC TABLE - BLUE  E N D   */

/*   GENERIC TABLE - PURPLE  S T A R T  */
table.gen_table_purple thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.gen_table_purple thead tr .headerSortUp {
	background-image: url(asc.gif);
}

table.gen_table_purple thead tr .headerSortDown {
	background-image: url(desc.gif);
}
/*   GENERIC TABLE - PURPLE  E N D   */
/******************** 
* Tables  END
*********************/ 
