body {
	position: absolute;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 11px;
	height: 100%;
}

html, div, span, select {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

div, span, select {
	box-sizing: border-box;
}

.maincontainer {
	min-height: 100%;
	width: 100%;
	padding: 0px;
	text-align: center;
	background: #FFFF1F;
	border: 0px;
	display: inline-block;
	box-sizing: border-box;
}

.maincontainer:before {
	content: '\200B';
	display: inline-block;
	vertical-align: top;
}

.centerarea {
	display: inline-block;
	vertical-align: middle;
	max-width: 1024px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-color: #000000;
	background: #33FFFF;
	box-sizing: border-box;
}

.headercontainer {
	width: 100%;
	height: 150px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #000000;
	border-radius: 0px 0px 10px 0px;
	box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, .1);
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) /* , 0 6px 5px 0 rgba(0, 0, 0, 0.19) */
	box-sizing: border-box;
}

.horispacediv {
	width: 100%;
	height: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.vertspacediv {
	float: left;
	width: 8px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.navcontainer {
	float: left;
	width: 200px;
	height: 600px;
	border: 0px solid;
	border-color: #000000;
	box-sizing: border-box;
}

.navitem {
	width: 200px;
	border: 1px solid;
	border-color: #000000;
	padding: 2px;
	min-height: 20px;
	max-height: 20px;
	height: 20px;
	vertical-align: middle;
	text-align:center;
	/* display: table-cell; */
	position: relative;
	box-sizing: border-box;
	/* border-radius: 10px 10px 10px 10px; */
	/*	box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, .1); */
	
}

.navitem_normal {
	background: #FFFFFF;
	box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, .1);
}

.navitem_down {
	background: #EEEEEE;
}

.hyperspan {
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.navspace {
	/* float: left; */
	width: 200px;
	min-height: 8px;
	max-height: 8px;
	height: 8px;
	border: 0px solid;
	border-color: #000000;
	box-sizing: border-box;
}

.contentcontainer {
	position:relative;
	float: right;
	max-width: 816px;
	width: 100%;
	/* min-height: calc(100% - 170px); */
	/* height: 100%; */
	border: 1px solid;
	border-color: #000000;
	text-align: left;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 0px;
	box-shadow: 8px 8px 15px 0 rgba(0, 0, 0, .1);

}

.teaser {
	width:100%;
	padding: 0px;
	margin: 0px;
	min-height: 12px;
	height:15px;
	float:left;
	box-sizing: border-box;
}

.ctErrMsg {
	width:100%;
	padding: 0px;
	margin: 0px;
	min-height: 12px;
	height:15px;
	float:left;
	box-sizing: border-box;
}

.uploadcontainer {
	padding: 5px;
	border: 0px solid #000000;
	box-sizing: border-box;
	min-height:50px;
	height:100px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.submitbutton {
	float: left;
	border: 1px solid #000;
	font-family: sans-serif;
	font-size: 11px;
	box-sizing: border-box;
}

.fileselector {
	float: left;
	border: 1px solid #000;
	font-family: sans-serif;
	font-size: 11px;
	box-sizing: border-box;
	width: 100%;
}

.contentcollector {
	padding: 0px;
	border: 0px solid #000000;
	float: left;
	width:100%;
	min-height: 20px;
	/* height:100%; */
	position:relative;
	box-sizing: border-box;
	display:table;
}

/* The close button */
.alertBt, .successBt{
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.alertBt:hover, .successBt:hover {
    color: black;
}

.alert {
	display: none;
	padding: 20px;
    background-color: #f47366;
    color: white;
    position:absolut;
    height:auto;
    width:100%;
    box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, .1);
    box-sizing:border-box;
}

.success {
	display: none;
	padding: 20px;
    background-color: #66F479;
    color: white;
    position:absolut;
    height:auto;
    width:100%;
    box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, .1);
    box-sizing:border-box;
}

.btCommon, .btSubmit, .btAbort {
	width: 200px;
}

.btAbort {
	background-color: #FF9A1E;
}

.btSubmit {
/*	background-color: rgb(27,173,162); /* petrol */
	background-color: rgb(191,203,68); /* common green */
}

.btSearch, .btCommon, .btFilter, .btAbort, .btSubmit {

	border: 1px solid;
	border-color: #000000;
	min-height: 20px;
	max-height: 20px;
	height: 18px;
	vertical-align: middle;
	text-align:center;
	position: relative;
	box-sizing: border-box;
	font-family: sans-serif;
	font-size: 11px;

}

.btSearch:disabled {
	border: 1px solid #AAA;
}

.btSearch:enabled {
	border: 1px solid #000;
}