div.debuggingLogList {
	height: 200px;
	overflow: auto;
	}
	
.enableDebug {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 0 5px;
	text-transform: uppercase;
	background: #111;
	color: #555;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index: 2;
	-moz-box-shadow: 0 1px 0 #444;
	-webkit-box-shadow: 0 1px 0 #444;
	}

.debugBar {
	background:#eee none repeat scroll 0 0;
	border-bottom: 1px solid #eee;
	font-family:Arial;
	line-height:1em;
	padding: 5px 5px 0 5px;
	position: relative;
	color: #444;
	}
	
.debugBar a img {
	border: none;
	}
	
.debugBar .counter {
	display: block;
	float: left;
	margin-top: 2px;
	background: #aaa none repeat scroll 0 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
	margin: 0 3px 5px 0;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: verdana, tahoma, arial;
	}
	
.debugBar div.buttons a {
	text-transform: uppercase;
	background: #666;
	color: #fff;
	padding: 3px 6px;
	text-decoration: none;
	font-weight: bold;
	margin-right: 4px;
	float: left;
	margin-top: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	}
	.debugBar div.buttons a:hover {
		background: #444;
		}
	.debugBar div.buttons a.disabled {
		color: #ddd;
		background: #aaa;
		}
		
	
		
.debugBar .debugger {
	float: left;
	}	
.debugBar .buttons {
	float: right;
	margin-right: 0;
	}


.debugBar .debugConsole {
	margin-bottom: 5px;
	padding: 0 5px;
	border: 1px solid #DADADA;
	background-color: #FAFAFA;
	font-family: verdana, tahoma, arial;
	font-size: 11px !important;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.debugBar .debugConsole h3 {
	padding: 0;
	margin: 5px;
	color: #ADADAD;
	font-weight: normal;
	font-family: Arial;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.debugBar .debugConsole h3.last {
	border-bottom: 0px;
	}

.debugBar .debugConsole h3 a {
	text-decoration: none;
	}

.debugBar .debugConsole h3 a:hover {
	text-decoration: underline;
	}

.debugBar .debugConsole h4 {
	padding: 0;
	margin: 0;
	color: black;
	font-weight: bold;
	height: 20px;
	font-size: 11px;
}

.debugBar .debugConsole h3 em, .debugBar .debugConsole h2 em {
	letter-spacing: -0.25px;
	font-size: 8pt;
	font-family: monaco, consolas, courier new;
	text-transform: none;
	float: right;
	font-style: normal;
}

.debugBar .debugConsole #errorInfo {
	padding: 10px;
	line-height: 140%;
	background: #FFEEEE;
	}

.debugBar .debugConsole table {
	border-collapse: collapse;
	margin: 0 auto 6px auto;
}

.debugBar .debugConsole table.data thead tr th {
	border-bottom: 2px solid #F3EB33;
}

.debugBar .debugConsole table table {
	margin: 0;
}

.debugBar .debugConsole table tr {
	margin-bottom: 5px;	
}

.debugBar .debugConsole table tr td.value {
	 width: 100%;
	 /*overflow-x: auto;*/
	 margin-bottom: 5px;
	 padding-bottom: 2px;
}

.debugBar .debugConsole table tr.error td.value, .debugBar .debugConsole table tr.warning td.value, .debugBar .debugConsole table tr.info td.value {
	padding: 10px 10px 5px 35px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 25px;
}

.debugBar .debugServerSideConsole li.info, 
.debugBar .debugServerSideConsole li.warning, 
.debugBar .debugServerSideConsole li.error
{
	background-repeat: no-repeat;
	background-position: 12px 5px  0px 5px;
	min-height: 20px;
	margin-left: -25px;
	padding-left: 25px;
}

.debugBar .debugConsole .groupInfo {
	padding: 2px;
	height: 16px;
}

.debugBar .debugConsole table tr.error td.value, 
.debugBar .debugServerSideConsole li.error {
	background-image: url(../i/common/status/error.png);
	background-repeat: no-repeat;
	font-weight: bold;
	color: red;
}

.debugBar .debugConsole table tr.error, 
.debugBar .debugServerSideConsole li.error {
	background-color: #ffede5;
}

.debugBar .debugConsole table tr.warning td.value, 
.debugBar .debugServerSideConsole li.warning {
	background-image: url(../i/common/status/warning.png);
}

.debugBar .debugConsole table tr.warning, 
.debugBar .debugServerSideConsole li.warning {
	 background-color: #ffffe9;
}

.debugBar .debugConsole table tr.info td.value, 
.debugBar .debugServerSideConsole li.info {
	background-image: url(../i/common/status/info.png);
}

.debugBar .debugConsole table tr.info, 
.debugBar .debugServerSideConsole li.info{
	 background-color: #edf4f8;
}

.debugBar .debugConsole table tr td {
	padding: 3px;
	border-bottom: 1px dotted lightgrey;
}

.debugBar .debugConsole table tr td.rowcount {
	color: #bbb;
	text-align: right; 
	vertical-align: top;
	width: 30px;
	}
.debugBar .debugConsole table tr td.rowcount a {
	color: #bbb;
	text-decoration: none;
	}	

.debugBar .debugConsole table tr td.mem_total, 
.debugBar .debugConsole table tr td.mem_diff {
	color: #bbb;
	vertical-align: top;
	width: 50px;
	}	
	
.debugBar .debugConsole .toggleCollapsed, 
.debugBar .debugConsole .toggleCollapsedGroups {
	list-style-image: url("../i/common/toggle_more.gif");
	cursor: hand;
	cursor: pointer;	
	padding: 0px;
	margin-right: 0px;
	margin-left: 3px;
	}

.debugBar .debugConsole .toggleExpanded{
	list-style-image: url("../i/common/toggle_more_toggled.gif");
	cursor: hand;
	cursor: pointer;	
	padding: 0px;
	margin-left:3px;
	margin-right: 0px;
	}

.debugBar .debugConsole.collapsed {
	width: 100%;
	}

#dbTemplateInfo table td
{
	vertical-align: top;
	font-family: consolas, monaco, courier new;
	font-size: 11px;
	}

.debugBar .debugServerSideConsole ul { padding:0px;padding-left: 10px;margin:0px;border-left:1px dotted lightgrey;}
.debugBar .debugServerSideConsole li a{ font-weight: normal; color: black;}
.debugBar .debugServerSideConsole li { clear:both;border-top:1px solid white;
	border-bottom:1px dotted lightgrey;padding:2px 0px;}	
.debugBar .debugServerSideConsole li.toggleCollapsed, 
.debugBar .debugServerSideConsole li.toggleExpanded {		
	background-color:#F5F5F9;
}
.debugBar .debugServerSideConsole li.toggleHovered
{
	background-color:LightYellow;
}
.debugBar .debugServerSideConsole li.childLi, 
.debugBar .debugServerSideConsole li.infoLi { border-bottom:0px}
.debugBar .debugServerSideConsole li span {padding:2px 0px;}
.debugBar .debugServerSideConsole li span.locationSpan{ float:left;}

.debugBar .debugServerSideConsole li span.timeSpan{ float:right;width:40px;}
.debugBar .debugServerSideConsole li span.memorySpan{ float:right;width:80px; text-align: right; padding-right: 10px}
.debugBar .debugServerSideConsole li span.infoSpan{ float:right;width:450px;font-size:11px;}
.debugBar .debugServerSideConsole li.infoLi li, 
.debugBar .debugServerSideConsole li.infoLi font{font-size:11px;}