body {
	font-family: Lucida Grande, arial;
}

#header {
	width: 100%;
	background-color: #62c3e3;
	height: 120px;
	border-bottom: 2px solid #00a3e2;
	margin-bottom: 20px;
}

#header h1 {
	margin-left: 210px;
	margin-top: 0px;
	padding-top: 10px;
	color: #fff;
}
#header h1 span.subHeading {
	font-size: .5em;
	color: #eaeaea;
}
#container {
}

table.editor tr td input[type="text"],select,textarea {
	width: 95%;
	padding: 5px;
	border: 1px solid #ccc;
}
table.editor tr {
	border-bottom: 1px solid #eaeaea;
}
table.editor tr.terms {
	font-size: 12px;
}
table.editor tr td select {
	width: 99%;
}
table.editor tr td {
	padding: 5px;
}

.infoBox {
	width: 200px;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: 20px;
	position: relative;
	left: -250px;
	height: 200px;
	background-image: url(/core-index/layouts/00_portalen/arrow-right_16.png);
	background-position: top right;
	background-position: 210px 5px;
	background-repeat: no-repeat;
}

#leftMenu {
	float: left;
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
}

#navigation {

}

#navigation ul,#navigation li {
	list-style: none;
	list-style-image: url(/core-index/layouts/stock_layouts/01/page.png);
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	margin-left: 20px;
	margin-top: 10px;
}
#navigation li {
	margin-bottom: 10px;
}
#navigation ul.deep {
	margin-top: 10px;
}

#navigation a {
	color: black;
	text-decoration: none;
}
#navigation ul li span.not_clickable {
}
#navigation a:hover {
	color: black;
	text-decoration: underline;
}
#navigation li.active a {
	font-weight: bold;
}
#navigation img {
	margin-bottom: 5px;
}
#navigation ul li ul.deep li a {
	font-weight: normal;
	font-size: 90%;
}
#navigation ul li ul.deep li.active a {
	font-weight: bold;
}
#contentHolder {
	float: left;
	width: 600px;
}
a {
	color: blue;
}
a:hover {
	color: red;
}
#content {
	line-height: 1.5em;
}
#content h1 {
	margin-top: 5px;
	font-size: 1.4em;
}
#content h2 {
	margin-top: 5px;
	font-size: 1.2em;
}
#content h3 {
	margin-top: 5px;
	font-size: 1.1em;
}
#content p.show_printable {
	float: right;
	margin-top: 0px;
}
#content p.contentShareTitle {
	visibility: hidden;
}
div.formContainer {
	background-color: #62c3e3;
	border: 1px solid #00a3e2;
	font-size: 80%;
}
div.formContent {
	line-height: 1.2em;
	padding: 5px;
}
p.formMandatoryFieldDescription {
	text-align: left;
	font-size: 80%;
}
#content div.formContainer h2.formHeading {
	background-color: #00a3e2;
	color: white;
	margin: 0px;
	padding: 5px;
}
table.formTable {
	width: 100%;
}
.commentsBox {
	background-color: white;
	border: 0px;
	padding: 0px;
}
	.comment_name { }
	.comment_date { }
	.comment_body { }
		.comment_name_indent { }
		.comment_date_indent { }
		.comment_body_indent { }
