/* DHV Module */
.dhv_module_header {
	height: 20px;
	color: #FFFFFF;
	font-family: Georgia, Times News Roman, Times, serif;
	font-size: 17px;
	padding-left: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: 400;
}

.dhv_module_header  a {
	color: #FFFFFF;
	text-decoration: none;
}

.dhv_module_header  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.dhv_module_linkicon {
	padding-top: 9px; 
	padding-left: 5px; 
	vertical-align: top;
}

.dhv_module_orange_headline {
	background-color: #E87D00;
}

.dhv_module_grey_headline {
	background-color: #A8A8A8;
}

.dhv_module_blue_headline {
	background-color: #0D4373;
}

.dhv_module_white_body {
	background-color: #FFFFFF;
}

.dhv_module_orange_body {
	background-color: #E87D00;
}

.dhv_module_orange_body {
	background-color: #E87D00;
}

.dhv_module_grey_text, .dhv_module_grey_text a {
	color: #434343;
	text-decoration: none;
}

.dhv_module_grey_text a:hover {
	text-decoration: underline;
	color: #434343;
}

.dhv_module_white_text, .dhv_module_white_text a {
	color: #FFFFFF;
	text-decoration: none
}

.dhv_module_white_text a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.dhv_module_orange_border {
	border-left: solid 2px #E87D00;
	padding-left: 4px;
}

.dhv_module_grey_border {
	border-left: solid 2px #A8A8A8;
	padding-left: 4px;
}

.dhv_module_white_border {
	border-left: solid 2px #FFFFFF;
	padding-left: 4px;
}

.dhv_module_rowspacer {
	height: 6px;
}

.dhv_module_margin_no {
	margin-left: 0px;
}

.dhv_module_margin {
	margin-left: -5px;
}

.dhv_module_corner_topright {
	-webkit-border-top-right-radius: 2px;
	-khtml-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}

.dhv_module_corner_bottomright {
	-webkit-border-bottom-right-radius: 2px;
	-khtml-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}

.dhv_module_corner_topleft {
	-webkit-border-top-left-radius: 2px;
	-khtml-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
}

.dhv_module_corner_bottomleft {
	-webkit-border-bottom-left-radius: 2px;
	-khtml-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
}

.dhv_module_remark {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}