/*   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 {
		width: 				100%;
		border: 			1px solid #DDDDAA;
		text-align: 		left; 
		font-family:		Arial, Helvetica, sans-serif ;
		text-align: 		left ;
		font-size:  		10pt;
		color:      		#000000 ;
		padding:            0px;
		border-collapse: 	collapse;
	}

	table.gen_table_yellow th{
		background-color: 	#DDDDAA;
		border-bottom: 		1px solid #DDDDAA; 
		text-align:			left;
		color:				#000000;
		font-size:  		10pt;
		height:				30px;
	}

	table.gen_table_yellow td {
		height:				26px;
		padding:			0px 2px 0px 5px;
		border-top: 		1px solid #DDDDAA;
	} 
	
	#zebra_stripe_rows_yellow.even td{
		background-color: 	#FFFEEE;
	}

	#zebra_stripe_rows_yellow.odd  td{
		background-color: 	#EEEEDD;
	}
/*   GENERIC TABLE - YELLOW  E N D   */

/*   GENERIC TABLE - BLUE  S T A R T  */
	table.gen_table_blue {
		width: 				100%;
		border: 			1px solid #BBBBDD;
		text-align: 		left; 
		font-family:		Arial, Helvetica, sans-serif ;
		text-align: 		left ;
		font-size:  		10pt;
		color:      		#000000 ;
		padding:            0px;
		border-collapse: 	collapse;
	}

	table.gen_table_blue th{
		background-color: 	#BBBBDD;
		border-bottom: 		1px solid #BBBBDD; 
		text-align:			left;
		color:				#000000;
		font-size:  		10pt;
		height:				30px;
	}

	table.gen_table_blue td {
		height:				26px;
		padding:			0px 2px 0px 5px;
		border-top: 		1px solid #BBBBDD;
	} 
	
	#zebra_stripe_rows_blue.even td{
		background-color: 	#EEEEFE;
	}

	#zebra_stripe_rows_blue.odd  td{
		background-color: 	#DDDDEE;
	}
/*   GENERIC TABLE - BLUE  E N D   */

/*   GENERIC TABLE - PURPLE  S T A R T  */
	table.gen_table_purple {
		width: 				100%;
		border: 			1px solid #DDBBDD;
		text-align: 		left; 
		font-family:		Arial, Helvetica, sans-serif ;
		text-align: 		left ;
		font-size:  		10pt;
		color:      		#000000 ;
		padding:            0px;
		border-collapse: 	collapse;
	}

	table.gen_table_purple th{
		background-color: 	#DDBBDD;
		border-bottom: 		1px solid #DDBBDD; 
		text-align:			left;
		color:				#000000;
		font-size:  		10pt;
		height:				30px;
	}

	table.gen_table_purple td {
		height:				26px;
		padding:			0px 2px 0px 5px;
		border-top: 		1px solid #DDBBDD;
	} 
	
	#zebra_stripe_rows_purple.even td{
		background-color: 	#FEEEFE;
	}

	#zebra_stripe_rows_purple.odd  td{
		background-color: 	#EEDDEE;
	}
/*   GENERIC TABLE - PURPLE  E N D   */
/******************** 
* Tables  END
*********************/ 
