	/* css table design for the table filters */
	.tableFilters {
		border:0px solid #CCC;
		background-color:transparent;
		/*width:100%;*/
	}
	
	.tableFilters thead {
		height:20px;
		background-color:#F93;
		background-image:url('../images/tr_header_filters.gif'); 
		background-position:left center; 
		background-repeat:repeat-x; 
		color:#333; 
		font-weight:bold; 
		text-align:center; 
	}
	
	.tableFilters tbody {
		padding-left:5px;
	}
	
	/* css table design for TableWidget result */
	.tableRequestService {
		border:1px solid #EFEFEF;
		/*width:100%;*/
	}
	.tableRequestService thead {
		height:30px; background-color:#F93;
		background-image:url('../images/tr_header.gif'); 
		background-position:left center; background-repeat:repeat-x; color:#333; font-weight:bold; text-align:center;
	}
	
	.tableRequestService td {
		border-right:1px solid #EFEFEF;	border-top:1px solid #EFEFEF;
	}
	
	.tableRequestService tbody td {
		font-size:9pt;
		color:#333;
		height:20px;
		padding:5px;
	}
	
	.tableRequestService tbody tr:hover {
		background-color:#EFEFEF;
		/*cursor:pointer;*/
	}
	
	.tableRequestService tfoot {
		height:40px;
		background-color::#EFEFEF;
		background-image:url('../images/tr_footer.gif'); 
		background-position:left top; 
		background-repeat:repeat-x; 
		color:#333; 
		font-weight:bold; 
	}
	.tableRequestService tbody td {
		padding:5px;
	}
	
	/* desing for table of the summary (pemex)*/
	
	.tableSummary_pemex {
		border:0px solid #CCC;
		background-color:transparent;
		/*width:100%;*/
	}
	.tableSummary_pemex thead {
		background-color:#FFF;
		background-image:url('/recursos_humanos/_img/cell_header.gif');
		/*background-repeat:repeat-x;*/
		color:#FFFFFF;
		text-align:center;
		font-weight:bold;
		 
	}
	.tr_tableSummary_pemex {
		background-color:#FFF;
		background-image:url('/recursos_humanos/_img/cell_header.gif');	background-repeat:repeat-x;
		color:#FFFFFF;
		text-align:center;
		font-weight:bold;
		/*height:30px;*/
	}
	.tableSummary_pemex td {
		border-right:1px solid #EFEFEF;	border-top:1px solid #EFEFEF;
		padding:5px;
	}
	.tableSummary_pemex tfoot {
		/*border-right:1px solid #EFEFEF;	border-top:1px solid #EFEFEF;*/
		height:40px;
		background-color::#EFEFEF;
		background-image:url('../images/tr_footer.gif'); 
		background-position:left top; 
		background-repeat:repeat-x; 
		color:#333; 
		font-weight:bold !important; 
	}
