.debug {
	border-style: outset;
	border-color: #000000;
	border-width: 1px;
	font-size: 11px;
	color:#333;
}

.debugForm {
	background: #99c;
	font-weight: bold;
	padding: 0 20px 0 20px; 
	line-height:30px;
	color:#000;
}

.debugFormDetails {
	background: #ccf;
	border-top: 1px solid #999;
}

.debugSql {
	background: #696;
	font-weight: bold;
	padding: 0 20px 0 20px; 
	line-height:30px;
	color:#000;
}

.debugSqlDetails {
	background: #9c9;
	padding: 0 20px 0 20px; 
	border-top: 1px solid #999;
}

.debugVar {
	background: #c99;
	font-weight: bold;
	padding: 0 20px 0 20px; 
	line-height:30px;
	color:#000;
}

.debugVarDetails {
	background: #fcc;
	padding: 0 20px 0 20px; 
	border-top: 1px solid #999;
}


.debugErr {
	background: #900;
	font-weight: bold;
	color: #fff;
	padding: 0 20px 0 20px; 
	line-height:30px;
}

.debugErrDetails {
	background: #fcc;
	padding: 0 20px 0 20px; 
	border-top: 1px solid #999;
}



.divHide	{
	display:none
}

.divShow	{
	display:block;
	padding: 0 20px 0 20px; 
	border-top: 1px solid #fff;
	background-color: #333;
	line-height: 30px;
}
