/* ****************************** */
/* Positioning elements */
/* ****************************** */

.message, .hide {
	display: none;
}

/* @media screen {  */

	body {
	  margin: 0;
	  padding: 0;
	}

	#leftcol {
		position: absolute;
		overflow: hidden;
		width: 140px;
		top: 0;
		left: 0;
		height: 100%;
		padding: 10px;
	}

	body>#leftcol {
		position: fixed;
	}

	#maincol {
		padding: 10px 10px 10px 180px;
		max-width: 700px;
	}

/* } */

@media print {

	#leftcol, #googleTop, #googleBottom, #googleMenu, #search {
		display: none;
	}

	#maincol {
		padding: 0;
		width: auto;
	}

}

#top {
	float: left;
}

.content {
	clear: left;
	padding-top: 0.5em;
}

#search {
	float: right;
	text-align: right;
	margin-top: 0;
}

.content #search {
	float: none;
	text-align: left;
	margin-top: 1em;
}

.content #search  ul{
	margin-left: 0;
	padding-left: 0;
}

#search  ul {
	list-style: none;
}

#search ul li {
	margin: 0.5em 0;
	white-space: nowrap;
}

#hlw-logo {
	display: block;
	margin: 1em 0 1em -10px;
}
.banner {
	width: 410px;
}

/* ****************************** */
/* 	Fonts and decoration */
/* ****************************** */

body  {
	font: 80%/125% Verdana,Arial,Helvetica,sans-serif;
}

img {
	border-style: none;
}

pre, code, kbd, .mono {
	font: 0.95em "Courier New", Courier, monospace;
}

input, textarea {
	font: 1em Arial,Helvetica,sans-serif;
}

textarea#content {
	font: 1em "Courier New", Courier, Monospace;
}

h1 {
	font-weight: bold;
	font-size: 2.0em;
	line-height: 1.2em;
	color: #c00;
}

h2 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #c00;
}

h3, tr.month {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #009;
}

h4 {
	font-weight: bold;
	font-size: 1.0em;
	color: #009;
}

h5 {
	font-weight: bold;
	font-size: 0.9em;
	color: #009;
}

h6 {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	color: #009;
}

.small {
	font-size: smaller;
}

.priority {
	border-left: 2px solid #c00;
	padding-left: 0.5em;
}

.newsdate {
	color: #000;
	font-weight: normal;
	font-size: 0.6em;
	white-space: nowrap;
}

.replaceText {
	color: #999;
}

@media print {
	body {
		font: 0.9em/1.4em Georgia, "Times New Roman", Times, serif;
	}
	pre, code, kbd {
		font: 0.8em "Courier New", Courier, monospace;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial,Helvetica,sans-serif;
	}
	.foottext {
		font-size: smaller;
	}
}

/* ****************************** */
/* 	Spacing */
/* ****************************** */

p, blockquote, address,
fieldset, form, pre,
ul, ol, dl, address, table {
	margin-top: 0.2em;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
}

h1, h2 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h3, h4, h5, h6 {
 margin-top: 0.5em;
 margin-bottom: 0em;
}

.foottext {
	margin-top: 1em;
	clear: both;
}

input, textarea {
	font: 1em Arial,Helvetica,sans-serif;
}

tr {
	vertical-align: top;
}

/* ****************************** */
/* 	Color scheme */
/* ****************************** */

a:link {
	color: blue;
	background-color: transparent;
}

a:visited {
	color: purple;
	background-color: transparent;
}

a:active, a:hover {
	color: red;
	background-color: transparent;
}

.content strong {
	background-color: #ff9;
} 

/* @media screen { */

	body {
		background-color: #fe3;
	}

	#leftcol {
		background-color: black;
		color: #fe3;
	}

	#leftcol ul a:link{
		color: #fe3;
		background-color: transparent;
		text-decoration: none;
	}

	#leftcol ul a:visited{
		color: #fc0;
		background-color: transparent;
		text-decoration: none;
	}

	#leftcol ul a:active{
		color: white;
		background-color: transparent;
		text-decoration: none;
	}

	#leftcol ul a:hover{
		color: black;
		background-color: white;
		text-decoration: none;
	}

	.content a:hover, .foottext a:hover{
		color: red;
		background-color: white;
	}
/* }  */

/* ****************************** */
/* 	Special sections  */
/* ****************************** */

.agenda {
	float: right;
	width: 30%;
	border: solid 1pt;
	padding-left: 0.5em;
	margin-left: 0.5em;
	background-color: #ff9;
}

.meer {
	font-style: italic;
	margin-top: 1em;
}

table.schema, table.border {
	background-color: #fc0;
}

.schema tr, .border tr {
	background-color: #fe3;
}

.schema td, .border td {
	padding: 0.1em 0.2em;
}

.schema tr.today {
	background-color: #ff9;
}

.schema td.newweek {
	font-weight: bold;
	padding-top: 1em;
}

tr.month th {
	padding-top: 1em;
}

tr.even td {
	padding: 0.2em 0.2em;
}

tr.odd td {
	background-color: #ed3;
	padding: 0.2em 0.2em;
}

span.odd {
	background-color: #ed3;
}

span.even {
}

.even td, .odd td {
}

.form_buttons input {
	vertical-align: bottom;
}

.form_field {
	margin: 0.5em 0;
	clear: left;
}

.form_label, .form_chk_input {
	float: left;
	width: 11em;
	padding-right: 1em;
	text-align: right;
}

.form_input {
	margin-left: 12em;
}

* html .form_input {
	margin-left: 0em;
	height: 1%;
}

.form_wide {
	clear: left;
	margin-top: 0.3em;
}

.form_chk_input {
	text-align: right;
}

.form_chk_label {
}

.newsintro {
	font-weight: bold;
}

.tn-section {
	clear: left;
	padding-top: 1em;
}

.tn-section a {
	float: left;
	margin: 10px 10px 0px 0;
	text-align: center;
}

.tn-section a:hover {
	background-color: transparent;
}

.alignleft {
	float: left;
	margin-right: 0.5em;
}

.alignright {
	float: right;
	margin-left: 0.5em;
}

.aligncenter {
	display: block;
	text-align: center;
}

.disabled {
	color: gray;
	cursor: help;
}

.help {
	cursor: help;
}

ul.gbk {
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border-bottom: 2px solid #c00;
}

ul.gbk li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

ul.gbk li ul {
	margin: 0 0 0 2em;
	padding: 0;
	list-style-type: none;
}

ul.gbk li ul li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

dl.gbk dt {
	margin: 1em 0 0 0;
	padding: 0;
}

dl.gbk dd {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

table.gbk th {
	text-align: left;
}

div.comment{
	padding-bottom: 0.5em;
	margin: 0 0 0.5em;
	border-bottom: 2px solid #c00;
}

div.commenttext {
	padding-left: 1em;
}

.thread p {
	margin: 0 0 0.5em;
}

#leftcol div.menu {
	margin-top: 1em;
}

.menu ul {
	list-style: none;
}

.menu a, li a, table a {
	text-decoration: none;
}

.menu a:hover, a:hover, li a:hover, table a:hover {
	text-decoration: underline;
}

.menu ul.d1 {
	margin: 1em 0 0 0;
	padding: 0;
}

.agenda .menu ul.d1 {
	margin-top: 0;
}

.agenda .menu ul.d1 li {
	font-weight: bold;
}

.menu ul.d1 li {
	margin: 0.25em 0 0 0;
	padding: 0;
}

.menu ul.d2 {
	margin: 0 0 0 0em;
	padding: 0;
}

.menu ul.d2 li {
	margin: 0 0 0 1em;
	padding: 0;
}

.agenda .menu ul.d2 li {
	text-indent: -1em;
	font-weight: normal;
}

.compact  dl {
}

.compact dt {
	clear: left;
	float: left;
	margin-left: 0em;
	width: 10em;
}

.compact dd {
	display: block;
	margin-left: 10.5em;
	margin-bottom: 0.5em;
}

* html .compact dd {
	height: 1%;
}

ul.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl.list dt {
	font-weight: normal;
}

.leftcolumn {
	float: left;
	width: 49%;
}

.rightcolumn {
	float: right;
	width: 49%;
}

.archive {
	margin-top: 3em;
}

.clear {
	clear: both;
}

.editcomment {
}

.modbody {
	background-color: #eedd33;
	padding: 0px 3px;
}

ul.archive {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 2px solid #c00;
}

li.yr {
	margin-top: 0.5em;
}

li.yr ul {
	list-style: none;
	display: inline;
	margin-left: 0;
}

li.mo {
	display: inline;
}

div#calcresult {
	display: none;
	margin-top: 1em;
}

#calcresult input {
	background-color: #ff9;
	padding: 0 0.2em;
	border: none;
	text-align: right;
	font: bold 100% Verdana,Arial,Helvetica,sans-serif;
	width: 7em;
}

input.button {
	background-color: #ccc !important;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

div.formSaved input, div.formSaved textarea  {
	background-color: #ff9;
}

div.m-topmenu {
	text-align: right;
	padding-right: 1em;
	height: 26px;
	border-bottom: 1px solid #000;
	margin-bottom: 0.5em;
}

td.l, th.l {
	text-align: left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

td.r, th.r{
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

tr.total td {
	border-top: 1px solid #000;
}

.imgblock img {
	margin-bottom: 1em;
	margin-right: 1em;
}

#atomz-q {
	width: 10em;
}

#atomz-s {
	height: 1.8em;
	width: 6em;
	margin-top: 3px;
	padding-bottom: 0.1em;
	font: bold 0.9em Verdana,Arial,Helvetica,sans-serif;
	border: 1px solid;
	border-style: outset;
	background-color: #fc0;
	color: #000;
}

#googleSearch a {
	background-color: transparent;
}

#googleSearch td {
	padding-top: 5px;
}

div#trackers {
	padding: 1em 0;
}

div#NedStatTag {
	padding-top: 5px;
}

div#OneStatTag {
	padding-top: 5px;
}

div#googleMenu {
	margin: 0;
	padding: 0;
}

div#googleTop {
	padding: 10px 0 0 0;
	clear: left;
}

div#googleBottom {
	clear: both;
	padding: 2em 0;
}

.action {
	font-weight: bold;
}

div.altpages {
	margin: 1em 0;
	padding: 0.5em 1em 1em;
	border: 1px solid black;
}

.altpages p {
	margin: 0;
}

.altpages ul {
	margin-top: 0;
	margin-bottom: 0;
}

.spaceleft {
	margin-left: 0.5em;
}

.error {
	border: 1px solid #c00;
	padding: 1em;
	font-weight: bold;
}

.error table {
	font-weight: normal;
}

.num {
	text-align: right;
}

ignore.action:before {
	font-weight: bold;
	color: red;
	content: "• "
}

.logos {
	background-color: #fff;
	width: 560px;
	margin: 1em 0;
}

.logos img {
	margin: 10px 10px 10px;
}

@media print {
	body {
		background-color: #fff;
	}
}
