/*--------- DEBUG PANEL ON DEV SERVERS ------ */
#debugBarToggle {
	position: absolute;
	margin: 0;
	padding: 1px;
	left: 3px;
	top: 3px;
	width: 80px;
	height: 50px;
	color: #000000;
	background-color: #ffffff;
	opacity: 0.90;
	filter: alpha(opacity:90);
	z-index: 10000;
	}

#debugBar {
	position: absolute;
	margin: 0;
	padding: 1px;
	left: 3px;
	top: 18px;
	width: 400px;
	height: 70px;
	color: #000000;
	background-color: #ffffff;
	opacity: 0.70;
	filter: alpha(opacity:60);
	z-index: 10000;
	}
	
#debugBar p {	
	font-weight: normal; 
	font-size: 0.8em;
	font-family: "Helvetica", "Tahoma", "Arial", sans-serif;
	}
	
#debugPanel {
	position: absolute;
	margin: 0;
	padding: 10px;
	right: 10px;
	top: 20px;
	color: #000000; 
	background-color: white;
	z-index: 10000;
	}

#debugPanel p {	
	font-weight: normal; 
	font-size: 0.8em;
	font-family: "Helvetica", "Tahoma", "Arial", sans-serif;
	}

.odd {
    background-color: #eeeeee;
	}

.even {
    background-color: #fafafa;
	}

.exectime {
    font-size: 0.8em;
    font-style: italic;
	}

#table_assigned_vars th {
    color: blue;
	}

#table_config_vars th {
    color: maroon;
	}



