/* ----- Error Handler ----- */

#errorHandlerToggle {
	background: #9F0000;
	color: #fff;
	left: 0;
	padding: 5px;
	position: fixed;
	top: 0;
}

#debugConsole {
	background-color: #fff;
	clear:both;
	margin: auto;
	padding: 20px;
	position:absolute;
	top:0;
	left: 85px;
	width: 880px;
}

.debugClear {
	clear: both;
}

#debugConsole a {
	color: #9f0000;
}

#debugConsole p {
	line-height: 150%;
	margin-bottom: 12px;
}

#debugConsole pre {
	line-height: 150%;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin-bottom: 12px;
}

#debugConsole h2 {
	background: #000;
	color: #fff;
	font-size: 100%;
	padding: 5px;
}

#debugConsole h3 {
	background: #999;
	color: #000;
	font-size: 100%;
	margin-top: 0px;
	padding: 5px;
}

#debugConsole h4 {
	border-bottom: 1px solid #999;
	color: #000;
	font-size: 100%;
	margin-top: 0px;
	padding: 5px;
}

#debugConsole h5 {
	color: #444;
	font-size: 100%;
	margin-top: 0px;
}

#debugSQLErrors div, #debugPHPErrors div, #debugPHPWarnings div, #debugPHPNotices div, #debugPHPUnknownErrors div {
	background: #eee;
	padding: 10px;
	margin-bottom: 2px;
}

#debugSQLErrors p, #debugPHPErrors p, #debugPHPWarnings p, #debugPHPNotices p, #debugPHPUnknownErrors p {
	margin-bottom: 0;
}

#serverInfo, #postInfo, #sessionInfo {
	clear: both;
	display: block;
	float: left;
	width: 430px;
}

#execInfo, #cookieInfo, #getInfo {
	display: block;
	float: right;
	width: 430px;
}

#sqlQueries {
	clear: both;
}

#debugConsole ol {
	margin-left: 20px;
	margin-bottom: 12px;
	list-style-type: decimal;
}

#debugConsole li {
	margin-bottom: 6px;
	list-style-type: decimal;
}
