/* 
================================
Skin styles for DotNetNuke
================================
*/ 
body {
	background-color: #e7e7e7;
}
.pagemaster {
	width: 100%;
	/*height: 100%;*/
	background-image: url(images/topbackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	margin: 0px;
	padding: 0px;
}
.skinmaster {
	height: 600px;
	background-color: #FFFFFF;
	border-right: #e7e7e7 0px solid; 
	border-top: #e7e7e7 0px solid; 
	border-left: #e7e7e7 0px solid; 
	border-bottom: #e7e7e7 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skintop {
	background-image: url(images/topbackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 83px;
	padding-left: 20px;
	padding-right: 20px;
}
.skinheaderhome {
	background-image: url(/portals/1/headers/header.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheaderportal {
	background-image: url(/portals/1/headers/headerportal.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheadercustom {
	height: 106px;
	width: 970px;
	padding: 0px;
	margin: 0px;
}
.skinheaderbedrijfsprofiel {
	background-image: url(/portals/1/headers/headerbedrijfsprofiel.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheadergewasbescherming {
	background-image: url(/portals/1/headers/headergewasbescherming.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheaderloonwerk {
	background-image: url(/portals/1/headers/headerloonwerk.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheaderzaaizaden {
	background-image: url(/portals/1/headers/headerzaaizaden.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheadermeststoffen {
	background-image: url(/portals/1/headers/headermeststoffen.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinheaderagrovision {
	background-image: url(/portals/1/headers/headeragrovision.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 106px;
	width: 970px;
}
.skinmenu {
	background-image: url(images/menubackground.jpg); 
	height: 45px;
	padding-left: 32px;
	padding-top: 7px;
}
.skinmenuadmin {
	background-image: url(images/menubackgroundadmin.jpg); 
	height: 45px;
	padding-left: 32px;
	padding-top: 7px;
}
.skinsearch {
	padding-right: 27px;
}
#dnn_dnnSEARCH_txtSearch.NormalTextBox  {
	height: 22px;
	border: 1px solid #000000;
	background-color: #f2f2f2;
	padding-top: 2px;
}
#dnn_dnnSEARCH_cmdSearch {
	background-image: url(images/search.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 24px;
	width: 28px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 14px;
	padding-left: 12px;
	display: inline;
}
.skinbreadcrumb {
	background-color: #454448;
	height: 17px;
}
.skinfooter {
	background-image: url(images/footerbackground.jpg); 
	height: 30px;
}
.controlpanel {
	width: 100%;
	background-color: #e7e7e7;
}
.headerpane {
	width: 930px;
	height: 106px;
	background-color: #454448;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 16px;
}
.weerpane {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 10px;
}
.loginpane {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 10px;
}
.registerpane {
	width: 50%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 10px;
}
.rightpanebackground {
	height: 100%;
	width: 270px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(images/contactbackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.rightpane {
	height: 100%;
	width: 270px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(images/rightpane.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

.normal {
	font-family: arial;
	line-height: 16px;
}
.NormalRed {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #4F9113;
}
a:visited {
	color: #4F9113;
}
a:active {
	color: #4F9113;
}
a:hover {
	color: #4F9113;
}

.Commandbutton {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
    
/* hyperlink style for the unselected tabs */
A.Commandbutton:link {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

A.Commandbutton:visited  {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

A.Commandbutton:hover    {
	font-family: arial;
	font-size: 12px;
	color: #4f9113;
	text-decoration: underline;
}

A.Commandbutton:active   {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.Breadcrumb {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}
    
/* hyperlink style for the unselected tabs */
A.Breadcrumb:link {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Breadcrumb:visited  {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Breadcrumb:hover    {
	font-family: arial;
	font-size: 11px;
	color: #4f9113;
	text-decoration: none;
}

A.Breadcrumb:active   {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}


.Headerlink {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
    
/* hyperlink style for the unselected tabs */
A.Headerlink:link {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.Headerlink:visited  {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.Headerlink:hover    {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

A.Headerlink:active   {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}


.Footerlink {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.Footerlink:link {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Footerlink:visited  {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Footerlink:hover    {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

A.Footerlink:active   {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.MenuSep {
	width: 4px;
	height: 36px;
	background-image:url(Images/MenuSeparator.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 4px;
	vertical-align : top;
	display: block;
	margin: 0px;
	border: none;
}

.MainMenu_MenuBreak {
	height: 38px;
	margin: 0px;
	border: none;
}

.MainMenu_MenuContainer {
	background-color: transparent; 
	height: 36px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 36px;
	background-color: transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal; 
	padding-left: 2px;
	padding-right: 2px;
}
.MainMenu_MenuItem td {
	padding-left: 2px;
	padding-right: 2px;
	height: 26px;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	background: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: #4f9113; 
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold; 
	font-style: normal;
	padding-left: 2px;
	padding-right: 2px;
}
.MainMenu_MenuItemSel td {
	padding-left: 2px;
	padding-right: 2px;
}
.MainMenu_MenuItemActive { 
	background-color: transparent;
	cursor: pointer; 
	cursor: hand; 
	color: silver; 
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;  
	font-style: normal;
}
.MainMenu_MenuItemActive td {
	padding-left: 2px;
	padding-right: 2px;
}
.MainMenu_SubMenu {
	background-color: #3e3d3f;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;  
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#f3f3f3', Direction=135, Strength=3); */
}

.MainMenu_SubMenu .MainMenu_MenuItem {
	background-image: none;
	background-color: #3e3d3f;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-image: none;
	background-color: #3e3d3f;
	border: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #4f9113;
	text-transform: none;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}
.MainMenu_MenuBreak {
	background-color: transparent;
	color: #ffffff;
}
.MainMenu_RootMenuArrow {
	display: none;
}
.MainMenu_MenuSep {
	background-color: #293a8c;
	color: #ffffff;
}

.submenucontainer {
}
.submenubar {
}
.SubMenu_MenuItem td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: none;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #54003B;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}
.SubMenu_MenuItemSel td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: none;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}
.SubMenu_MenuItemActive td {
	background-color: transparent;
	background-image: none;
	height: 22px;
	text-transform: none;
	text-decoration: none;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	padding-left: 2px;
	padding-right: 2px;
	margin: none;
	cursor: hand;
	cursor: pointer;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: arial, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial;
   font-size:  14px;
   font-weight: bold;
   color: #000000;
}
.SubHead {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}
.SubSubHead {
   font-family: Arial;
   font-size:  10px;
   font-weight: normal;
   color: #2F2F2F;
}

.LoginTable td{
	padding-top: 2px;
	padding-bottom: 2px;
}

.LoginButton {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/LoginButton.jpg); 
	width: 94;
	height: 23;
	display: block;
	background-color: transparent;
	border: 0px;
}

a.LoginButton:link, .LoginButton a:link {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/LoginButton.jpg); 
	width: 94;
	height: 23;
	display: block;
	background-color: transparent;
	border: 0px;
}
a.LoginButton:active {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/LoginButton.jpg); 
	width: 94;
	height: 23;
	display: block;
	background-color: transparent;
	border: 0px;
}
a.LoginButton:visited {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/LoginButton.jpg); 
	width: 94;
	height: 23;
	display: block;
	background-color: transparent;
	border: 0px;
}
a.LoginButton:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/LoginButton.jpg); 
	width: 94;
	height: 23;
	display: block;
	background-color: transparent;
	border: 0px;
}


#dnn_ctr460_Login_Login_IdasAuthenticationProvider_lblUsername_imgHelp, #dnn_ctr460_Login_Login_IdasAuthenticationProvider_lblPassword_imgHelp, #dnn_ctr460_Login_cmdRegister, #dnn_ctr460_Login_cmdPassword {
	display: none;
}

#dnn_ctr460_Login_cmdPassword {
	font-family: arial;
	font-size: 11px;
}

.Verplicht {
	font-size: 11px;
}

/* Newsarticles Latest */

.article div {
	padding-right: 0px;
	padding-bottom: 0px;
}

.articletitle
{
   clear: both;
   text-align: left;
   margin-bottom : 10px;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}


.articleEntry p {
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #454448;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #454448;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

