/* This file needs to be saved in the UTF-8 format in order to handle EditMenuName attributes with non-english characters */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* --- Divs used for page structure ---*/

#headerdiv
{
	position:relative;
	margin: auto;
	width: 76em;
}
#headerdivouter
{
	width: 100%;
	background-color: #e7e2bd;/*#e8d7bd;*/
}
#headerimagediv
{
	position:relative;
	left:-0.2em;
	margin-bottom: 0.5em;
}
#dividerdiv
{
	position:relative;
	left:-0.2em;
	top:-0.2em;
	margin: auto;
	width: 76em;
	background-color: #FFF;
	height:0.3em;
	border-left: #828282 1px solid;
	border-right: #828282 1px solid;
	overflow:hidden;
	float:left;
}
#leftmenudiv
{
	position:relative;
	top:-0.3em;
	width: 19%;
	float: left;
	text-align: left;
}
#contextmenu
{
	position:relative;
	top: auto;
	left: auto;
	background-color: #F3EFDD;
	padding-left: 2.2em;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	border-bottom: solid 0.1em #E2D9B1;
}


#quicksearch
{
	background-color: #DAE5F3;
	color: #068583;
	padding-left: 2.5em;
	padding-top: 0.8em;
	padding-bottom: 1.1em;
}
#popup
{
	background-color: #FFFFFF;
	color: #3C5C93;
	padding-top: 2.0em;
	padding-bottom: 2.0em;
	height:90%;
}
#popupheader
{
	width: 90%;
	padding-right: 0.2em;
	text-align: right;
	padding-bottom: 1.0em;
	border-bottom: solid 1px blue;
	margin-left: 3em;
}
#popupprintarea
{
	width: 100%;
	text-align: left;
	background-color: #FFF;
	padding-left: 2.0em;
}
#popupprint
{
	width: 80%;
}

#pagefooter
{
	background-color: #FFFFFF;
	border-top: solid 1px #4E83B3;
	width: 98%;
	margin-top: 2.0em;
}
#leftmargin
{
	float:left;
	width: 1%;
	height:55em;
}
#mainandrightdiv
{
	position:relative;
	width: 60.6em;
	float: right;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#mainandrightdiv #mainareadiv
{
	position:relative;
	width: 72%;
	float: left;
	text-align: left;
}
#mainareadiv
{
	position:relative;
	width: 58%;
	float: left;
	text-align: left;
}
#innerareadiv
{
	padding-left: 2.0em;
}
#contentdiv
{
	margin-top:1em;
	color: #3C5C93;
	margin-left: 0.3em;
	margin-right: 0.3em;
}
#rightmenudiv
{
	position:relative;
	float:left;
	z-index:2;
}
#footerdiv
{
	border-top: solid 0.1em #ddd;
	margin-top: 5em;
	padding: 1em 0em;
	text-align: center;
	float: right;
}
.shadowdivmain
{
	width: 76.2em;
	margin: auto;
	background-color: #CDC4B5;
}
.shadowdivdivider
{
	width: 76.2em;
	margin: auto;
	background-color: #C6B7A2;
}
.shadowdivtopmenu
{
	width: 76.2em;
	margin: auto;
	background-color: #C6B7A2;
}
#maincontainerdiv
{
	position:relative;
	left:-0.2em;
	top:-0.2em;
	width: 76em;
	margin: auto;
	border-bottom: #828282 1px solid;
	border-left: #828282 1px solid;
	border-right: #828282 1px solid;
	background-color: #FFF;
	float:left;
	text-align: left;
}
#topmenu
{
	position:relative;
	left:-0.2em;
	top:-0.2em;
	background-color: #3f76b6;
	border-top: solid 1px #FFF;
	border-left: #3F76B6 1px solid;
	border-right: #3F76B6 1px solid;
	font-weight: bold;
	width: 76em;
	float:left;
}
/* -- Standard divs --*/

.leftfloating
{
	float: left;
}
.rightfloating
{
	float: right;
}
.centered
{
	text-align: center;
}
.rightaligned
{
	text-align: right;
}
.leftaligned
{
	text-align: left;
}
.hidden
{
	display:none;
}
img.borderless
{
	border: 0;
}
div.tablerow
{
	width: 99%;
	padding: 0.5em;
}
div.description
{
	float: left;
	width: 20%;
}
div.content
{
	float: right;
	width: 79%;
}