div.column_1 {
	float: left;
	position: relative;
	width: 208px;
	border: 1px solid #4c4c4c;
}
	div.column_1 .help_header {
		height: 27px;
		width: 188px;
		line-height: 27px;
		padding-left: 20px;
		background-color: #4c4c4c;
		color: #FFFFFF;
		font-weight: bold;
	}

	div.column_1 p {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
	}

	div.column_1 p img {
		position: absolute;
		left: -8px;
	}

div.column_2 {
	float: right;
	width: 365px;
	padding: 20px;
}
	div.column_2 h1 .red {
		color: #960334;
		font-size: 20px;
		line-height: 22px;
	}

	div.column_2 h1 .yellow {
		color: #edc000;
		font-size: 22px;
		line-height: 24px;
	}

div.column_3 {
	float: left;
	position: relative;
	padding-top: 40px;
	width: 380px;
}

div.column_4 {
	padding-top: 24px;
	position: relative;
	width: 216px;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
}
	div.column_4 h2 {
		background-image: url(/img/block_tab_white.gif);
	}
	div.column_4 h2.large {
		background-image: url(/img/block_tab_white_large.gif);
	}
	div.column_4 h2, div.column_4 h2.large {
		padding: 0px;
		margin: 0px;
		padding-left: 15px;
		color: #009cdc;
		font-size: 9px;
		font-weight: normal;
		line-height: 25px;
		background-repeat: no-repeat;
	}
	div.column_4 div.block_white_top {
		background-image: url(/img/block_white_top.gif);
		background-repeat: no-repeat;
		width: 216px;
		height: 2px;
		font-size: 2px;
		line-height: 2px;
	}
	div.column_4 div.block_white_middle {
		width: 181px;
		background-image: url(/img/block_white_middle.gif);
		background-repeat: repeat-y;
		padding: 10px;
		padding-bottom: 25px;
		padding-left: 25px;
	}
		div.column_4 div.block_white_middle h3 {
			padding: 0px;
			margin-bottom: 10px;
			font-size: 12px;
			color: #4c4c4c;
			line-height: 14px;
		}
	div.column_4 div.block_white_bottom {
		background-image: url(/img/block_white_bottom.gif);
		background-repeat: no-repeat;
		width: 216px;
		font-size: 2px;
		height: 8px;
		line-height: 8px;
	}

div.one_column {
	padding-top: 25px;
	padding-right: 10px;
}
	div.menu_block_gray_on_white {
		background-image: url(/img/menu_block_gray_on_white.gif);
		background-repeat: repeat-y;
		width: 194px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		color: #FFFFFF;
	}
		div.menu_block_gray_on_white input.checkbox {
			font-size: 10px;
			border: 0px solid #FFFFFF;
			width: 10px;
			height: 10px;
			vertical-align: middle;
			margin-left: 0px;
		}
		div.menu_block_gray_on_white input.text {
			width: 100px;
			color: #009cdc;
			font-size: 10px;
		}
		div.menu_block_gray_on_white .button {
			/*width: 55px;*/
			color: #efc427;
			font-size: 10px;
			background-color: transparent;
			border: 1px solid #FFFFFF;
		}
		div.menu_block_gray_on_white a { color: #FFFFFF; }

	div.menu_block_gray_on_white_bottom {
		width: 204px;
		height: 9px;
		line-height: 9px;
	}

	div.one_column  h2{
		margin: 0px;
		padding: 0px;
		font-size: 9px;
		font-weight: normal;
		color: #009cdc;
		line-height: 25px;
		padding-left: 10px;
		background-image: url(/img/block_tab_white_large.gif);
		background-repeat: no-repeat;
	}

div.help_top_small_no_header {
	position: relative;
	border: 1px solid #4c4c4c;
	width: 324px;
}
div.help_top {
	position: relative;
	border: 1px solid #4c4c4c;
	width: 593px;
}
	div.help_top div.help_header {
		line-height: 27px;
		padding-left: 10px;
		font-weight: bold;
		background-color: #4c4c4c;
		height: 27px;
		color: #FFFFFF;
	}
	div.help_top p, div.help_top_small_no_header p {
		padding: 10px;
		padding-top: 0px;
		margin-top: 10px;
	}
	div.help_top img.help_arrow_bottom, div.help_top_small_no_header img.help_arrow_bottom  {
		position: absolute;
		left: 40px;
		bottom: -8px;
	}
	* html div.help_top img.help_arrow_bottom {
		bottom: -9px;
	}


div.error_top_small_no_header {
	position: relative;
	border: 1px solid #4c4c4c;
	width: 324px;
}

div.error_top {
	position: relative;
	border: 1px solid #4c4c4c;
	width: 593px;
	margin-top: 15px;
	background-color: #960334;

}
div.error_small {
	width: 324px;
}
	div.error_top div.error_header{
		line-height: 27px;
		padding-left: 10px;
		font-weight: bold;
		background-color: #4c4c4c;
		height: 27px;
		color: #FFFFFF;
	}
	div.error_top p, div.error_top_small_no_header p {
		padding: 4px 10px;
		padding-top: 0px;
		margin-top: 4px;
		color: #ffffff;
		font-weight: bold;
	}
	div.error_top img.error_arrow_bottom, div.error_top_small_no_header img.error_arrow_bottom {
		position: absolute;
		left: 40px;
		bottom: -7px;
	}
	* html div.error_top img.error_arrow_bottom {
		bottom: -8px;
	}


div.template_container {
	float: left;
	position: relative;
	margin: 0px;
	margin-right: 24px;
	margin-top: 12px;
	padding: 0px;
	width: 180px;
	height: 230px;
	color: #4c4c4c;
	text-align: right;
}
* html div.template_container {
	margin: 0px;
	margin-top: 12px;
}
div.template, div.template_float_right {
	margin: 24px;
}
.template_in_container {
	margin-right: 24px;
	margin: 12px;
}
div.template, div.template_in_container {
	float: left;
}

* html div.template_float_right {
	margin-right: 12px;
}
div.template, div.template_in_container, div.template_float_right {
	position: relative;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #4c4c4c;
	width: 180px;
	height: 180px;
	text-align: left;
}
div.template_float_right {
	position: absolute; right: 20px; top: 0px;
}
	div.template_container input {
		margin-bottom: 2px;
		vertical-align: middle;
	}
	div.template_float_right .img_template, div.template .img_template, div.template_in_container .img_template {
		float: left;
		margin: 10px;
	}
	div.template_float_right .img_new, div.template .img_new, div.template_in_container .img_new {
		float: right;
		margin: 5px;
	}
	div.template ul {
		float: right;
		margin: 0px;
		margin-top: 75px;
		margin-right: 10px;
		width: 52px;
		padding: 0px;
		list-style: none;
	}
		div.template ul li {
			width: 26px;
			float: left;
		}
	div.template_float_right .template_text, div.template .template_text, div.template_in_container .template_text {
		clear: both;
		width: 170px;
		padding-left: 10px;
		color: #4c4c4c;
		font-weight: bold;
	}

/* In mauiling_module het icoontje voor de taken met daarin het aantal taken */
a.mailingTasks {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	background: url('/img/stats.gif') center center no-repeat;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
}

