@charset "utf-8";
/* CSS Document */
.quickAdminBar {
	position: fixed;
	top: 0; left: 0;
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white;
	width: 100%; height: 25px; line-height: 25px;
	background-color: #333;
	text-align: right;
	z-index: 10;
}
.quickAdminBar a { margin: 0 20px 0 0; color: white; text-decoration: none; }
.quickAdminBar-spacer { height: 25px; }


