/*
 * AORA CSS - CSS Overrides for the application
 */
.error {
	color: red;
	font-size: smaller;
	font-weight: normal;
}

#topbar {
	background: url(images/menu_bg.gif) repeat-x;
}
.dropdown-menu {
	background-color: #333;
}
.dropdown-menu li a {
	color: #ddd;
}

div.wrapper {
	width: 100%;
}


