/***************************************************************************
Tags
***************************************************************************/

SECTION{
	display: none;
}

ASIDE{
	width:100%;
	min-height: 620px;
}

/***************************************************************************
specific IDs and classes
***************************************************************************/

div.logo_container{
	height: 232px;
	overflow: hidden;
	background-image: url(/img/background.png);
	background-size: cover;
}

div.dimmer{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.3);
}

img.logo{
	width: auto;
	height: 100%;
}

div.aside_info{
	margin-top: 250px;
	width: 243px;
}

div.content{
	display: none;
}

div.content_font{
	display: none;
}

div.footnote{
	width: 244px;
}
/***************************************************************************
standard IDs and classes
***************************************************************************/

.inline_block{
	display: inline-block;	
}

.center{
	text-align: center;
	vertical-align: middle;
}

.pad_5{
	padding:5px;
}

.error{
	background-color:#dd2222;
	border:solid 1pt #940e15;
}

.infobox{
	background-color:#ffffff;
	border:solid 1pt #333333;
	padding:5px;
}

.overlay {
	position:fixed;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	z-index:999;
	padding:auto;
	margin:0px;
	vertical-align:center;
	text-align:center;
}
.overlay_box {
	position:relative!important;
	margin:auto!important;
	top:50%!important;
	transform:translateY(-50%)!important;
	display:inline-block!important;
}

