/***************************************
	Error Handling
 ***************************************/
 
.clear {
	clear: both;
}

div#errorNoticeWrapper {
	background-color: #F8FAFC;
	min-height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

div#errorNotice {
	position: relative;
}

div#errorNotice > div {
	background-color: #fff;
	padding: 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	position: relative;
}

div#errorNotice div.left {
	float: left;
	width: 11em;
}

div#errorNotice div.right {
	float: none;
	margin-left: 17em;
}



div#errorNotice em {
	color: #c00;
	font-style: normal;
}

div#errorNotice h2 {
	color: #c00;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 5em;
	font-weight: bold;
	letter-spacing: -4px;
	margin: 0;
}

div#errorNotice h3 {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 0.25em 0;
}

div#errorNotice p, div#errorNotice dt {
	font-size: 1.1em;
}

div#errorNotice textarea {
	width: 90%;
}



div#errorNotice form dl {
	border: none;
	background-color: transparent;
	float: none;
	padding: 0;
	width: auto;
}

div#errorNotice dl dt {
	clear: right;
	float: none;
	margin: 0 0 1em 0;
	width: auto;
}

div#errorNotice dl dd {
	clear: right;
	margin: 0;
	position: relative;
}








/***************************************
	Debugger
 ***************************************/
 
div#debug {
	background: #333;
	border: 3px #222 solid;
	color: #fff;
	font-family: Helvetica, Arial;
	font-size: 11px;
	left: 2%;
	margin: 2em auto;
	max-width: 94%;
	opacity: 0.9;
	padding: 1%;
	position: absolute;
	text-shadow: #000 1px 1px 0;
	top: 10px;
	width: 94%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div#debug * {
	color: #fff;
}

div#debug h2 {
	font-size: 2em;
	font-weight: bold;
}

div#debug h3 {
	border-bottom: 1px #999 solid;
	font-size: 1.5em;
	margin-top: 1em;
}

div#debug ul {
	margin: 0;
	padding: 1.5em;
}

div#debug li {
	margin-bottom: 0.5em;
}

div#debug dt {
	font-weight: bold;
	width: 15em;
}

div#debug dd {
	margin-left: 16em;
}

div#debug.objectDump dt, div#debug.objectDump dd {
	margin-bottom: 1em;
}

div#debug fieldset, div#debug .box {
	background: #444;
	border: 1px #666 solid;
	margin: 0;
	padding: 0.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div#debug fieldset fieldset {
	background-color: #555;
	border-color: #777;
}

div#debug fieldset fieldset fieldset {
	background-color: #666;
	border-color: #999;
}

div#debug fieldset fieldset fieldset fieldset {
	background-color: #777;
	border-color: #AAA;
}

div#debug legend {
	color: #ccc;
	font-size: 1.1em;
	text-transform: none;
}

div#debug .inactive {
	color: #999 !important;
}

div#debug fieldset.object h2 {
	color: #fff;
	font-size: 1.3em;
}

div#debug fieldset.object h3 {
	border-color: #888;
	color: #fff;
	font-size: 1.2em;
}

div#debug img.closebox {
	cursor: pointer;
	height: 30px;
	left: -15px;
	position: absolute;
	top: -15px;
	width: 30px;
}

span.dbgTableName {
	color: #FF991E !important;
	font-weight: bold;
}

span.dbgMySQLWord {
	color: #4DDEF4 !important;
}

span.dbgString {
	color: #F96C90 !important;
}

span.dbgFunctionName {
	color: #ADF22B !important;
}

span.dbgNumber {
	color: #EA4BF4 !important;
}

span.dbgQueryTime {
	color: #FFED2F !important;
	font-weight: bold;
}



div#debug dl.flat dt h2 {
	margin-bottom: 0.25em;
	margin-top: 1em;
}

div#debug dl.flat dd.box dl {
	float: left;
}

div#debug dl.flat dd.box dt {
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	width: 15em !important;
}

div#debug dl.flat dd.box dd {
	clear: right !important;
	margin: 0 0 0.5em 15.25em !important;
}

