body {
	margin: 0;
	padding: 0;

	background-color: #f7f7f7;
	color: #51698b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
}

a {
	color: inherit;
	text-decoration: inherit;
}

div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1, h2, .h1, .h2 {
	color: #435270;
}

h1, .h1 {
	font-size: 16pt;
}

h2, .h2 {
	font-size: 12pt;
	margin-bottom: 7px;
}

h3, .h3 {
	display: inline;
	font-size: 11pt;
}

input[type="text"], input[type="password"] {
	width: 140px;
}

.label {
	font-size: 11pt;
	font-weight: bold;
}

.small {font-size: 9pt;}
.medium {font-size: 10pt;}
.large {font-size: 14pt;}

.left {float: left;}
.right {float: right;}

.underline {text-decoration: underline;}
.strikethrough {text-decoration: line-through;}
.bold {font-weight: bold;}

.notselectable {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.padright {padding-right: 5px;}

.error {
	padding: 7px;
	margin-bottom: 20px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	font-size: 12pt;
	font-weight: bold;
	text-align: center;

	color: white;
	background-color: #FDC530;
}

.error img {
	vertical-align: middle;
}

.menu {
	display: none;
	padding: 5px;
	border: 1px solid #b3b3b3;

	font-size: 10pt;
	line-height: 1.45em;

	position: absolute;
	z-index: 3500;

	background-color: #EEEEEE;
	color: #606162;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu a img {
	vertical-align: middle;
	position: relative;
	top: -2px;
}


#header_navigation {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-bottom: 3px;

	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	background-color: #435270;
	color: white;
	font-size: 9pt;
}

#header_navigation_left {
	float: left;
	margin-left: 4px;
}

#header_navigation_right {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

#header_navigation_right a {
	margin-left: 20px;
}

#header_navigation_right a img {
	vertical-align: bottom;
}

#header_logo {
	width: 336px;
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 15px;
	float: left;
}

#header_logo_text {
	position: relative;
	left: 135px;
	top: -10px;

	font-size: 9pt;
	color: #adaeae;
}

#header_logo_text a {
	margin-left: 10px;
	font-size: 7pt;
}

#header_search {
	float: right;
	margin-top: 40px;
	margin-right: 25px;
}

#header_search_textfield {
	width: 300px;
}

#header_error_red, #header_error_yellow {
	margin-left: 31px;
	margin-right: 31px;
}

#header_error_red {background-color: #b0063a;}
#header_error_yellow {background-color: #FDC530;}
/*#header_error_green {background-color: #008000;}*/

#content {
	margin-top: -5px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;

	padding: 20px;

	background-color: white;
	border: 2px solid #efefef;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content_content {
	padding-top: 7px;
	padding-left: 8px;
}

input, textarea, select {
	color: #51698b;
}

#header_navigation_left_dropdown {
	padding: 0;
	margin-bottom: 2px;
	color: #606162;
	font-size: 13px;
	height: inherit;
}

#startdate, #enddate, #starttime, #endtime {
	width: 75px;
}