/* CSS Document */
#plusDebugToolbar {
	border: 1px solid #FFFF00;
	background-color: #FFFFCC;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 999;
  font-family:Arial,Verdana,sans-serif;
  line-height:130%;
  text-decoration:none;
}
#plusDebugToolbar a {
  color:#6E90B0;
  text-decoration:none;
}
#plusDebugToolbar img {
  border: none;
}

#plusDebugToolbar a.framework_logo {
	background: url(../../_IMG/plusFramework/debug_toolbar_logo.png) center center #0073AA no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	padding: 0;
	width: 115px;
}
#plusDebugToolbar a {
	display: inline;
	border-left: 1px dotted #0073AA;
	padding: 0 8px;
}
#plusDebugToolbar a:hover {
	color: black;
	text-decoration: none;
}
#plusDebugToolbar a img {
	vertical-align: middle;
}
#plusDebugToolbar_panel {
	background-color: #e7f6fd;
	display: none;
	left: 0;
	padding: 1% 2%;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 96%;
	z-index: 998;
}
#plusDebugToolbar_panel .panel {
	display: none;
}
#plusDebugToolbar_panel .panel ul li ul {
	padding: 5px 25px;
}
#plusDebugToolbar_panel h1 {
	margin-bottom: 15px;
}
#plusDebugToolbar_panel ul.sql_queries {
	list-style-type: none;
}
#plusDebugToolbar_panel ul.sql_queries li {
	border-bottom: 1px dotted #0073AA;
	padding: 10px 0;
}
#plusDebugToolbar_panel .variables ul.variable-content { display: none; font-family: Consolas, "Courier New"; font-weight: normal; }
