
body, html {
	font-family: Arial, Helvetica, sans-serif;
	background: #F1F1E6;
	font-size: 14px;
	margin: 0px;
}
ul {
	margin-top: 2px;
}

a-container {
	display: block;
}
a-overlay {
	background: #00000066;
	position: fixed;
	display: none;
    width: 100%;
    height: 100%;
	z-index: 10;
}
a-overlay .Container {
	transform: translate(-50%, -50%);
	border: solid 5px #FFFFFF;
	box-sizing: border-box;
	background: #414756;
	position: absolute;
	padding: 5px;
	left: 50%;
	top: 50%;
}

a-overlay .OW_CloseBtn {
	position: absolute;
	line-height: 20px;
	padding: 0px;
	width: 20px;
	height: 20px;
	right: 5px;
}
a-overlay .OW_Header {
	color: #D8A31A;
	clear: both;
}
a-overlay .OW_Content {
	padding: 10px 30px;
}

a-page-header {
	background: #FFFFFF;
	position: absolute;
	display: block;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 0px;
}
a-user-bar {
	vertical-align: top;
	float: right;
	height: 30px;
}
a-main-menu {
	border-right: solid 1px #414756;
	vertical-align: top;
	margin-right: 5px;
	float: right;
}
a-main-menu button {
	margin-right: 5px;
}
a-page-content {
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 30px);
	left: 0px;
	top: 30px;
}