body {
	margin: 0;
	padding: 0;
}
#aa_header * {
	font-size: 1em ! important;
	background: transparent ! important;
}

#aa_header,
#aa_wrap {
	overflow: auto;
}
body.dark #aa_header {
	border-bottom-color: #555;
	background: #222;
	color: #fff;
}
#aa_header {
	border-bottom: solid 1px #aaa;
	padding: 2px 10px;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	background: #eee;
}
#aa_header div {
	float: left;
}
#aa_header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#aa_header li {
	float: left;
	padding: 0 0 0 1em;
}
#aa_header a {
	color: #06c;
	text-decoration: none;
}
body.dark #aa_header a {
	color: #6ad;
}
#aa_header a:hover {
	color: #000;
	text-decoration: underline;
}
body.dark #aa_header a:hover {
	color: #fff;
}

#aa_wrap {
	position: relative;
	clear: both;
}

body #aa_header {
	height: 1.2em;
	overflow: visible;
}
body > #aa_header {
	height: auto;
	overflow: auto;
}