/* debugging */
.debug { font-size: 11px; color : blue; white-space: nowrap;}
table.debug_sql 					{ margin-left:10; width:auto;color: #333333; font-size: 11px; border-width:1px;border-style:solid }
table.debug_sql tr.even 			{ background-color: #ECECEC }/* f5f5f5 */
table.debug_sql tr.even:hover 	{ background-color: #ddf0fc; }
table.debug_sql tr.odd 			{ background-color: #ffffff; }
table.debug_sql tr.odd:hover 	{ background-color: #DDF0FC; }
table.debug_sql th { 
	background: #C5DCFF; 
	text-align: left; 
	padding: 3px; 
	border-bottom: 1px solid #cccccc; 
	border-left: 1px solid #C1C1C1;
	white-space: nowrap;}
table.debug_sql th.center 	{ text-align: center; }
table.debug_sql th.right 	{ text-align: right; padding-right: 8px}
table.debug_sql td {
	vertical-align: top; 
	margin: 0px; 
	padding: 3px 4px 2px; 
	border-top: 0px; 
	border-right: 0px; 
	border-bottom: 1px solid #e5e5e5; 
	border-left: 1px solid #D1D1D1 }
	
table.sql td {
	vertical-align: top; 
	margin: 0px; 
	padding: 3px 4px 2px; 
	border-top: 0px; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px }

table.sql_fields td {
	vertical-align: top; 
	margin: 0px; 
	padding: 3px 0px 2px; 
	border-top: 0px; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px }
