body {
	margin: 0;
	padding: 0;
	background: #ccc;
	font:0.70em Verdana, Arial, Helvetica, sans-serif; 
	color:#282828;
}

#wrapper {
	width: 600px;
	background: #fff;
}

h2 { 
	color: #1b449c;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}


h3 { 
	color: #1b449c;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

input,
select,
textarea { font-size: 12px; }

/* LVHA */
a { color: #000; }
a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #ccc; }
a:active { color: #000; }

div#popupcontent { padding:15px; }

#profiling { display: none; }
#queries { display: none; }
