/* 
================================
Skin styles for DotNetNuke
================================
*/   
.pagemaster {
	width: 100%;
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	height: 63px;
}

.skingradient {
	background-image: url(images/header05.jpg); 
	background-repeat: no-repeat;
	height:250px;
}
*/
.skinfooter {
	background-image: url(images/dash.gif);
	background-repeat: repeat-x;
	width: 932px;
	margin-top: 5px;
	margin-left: 32px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.leftpane {
	width: 210px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane_news {
	width: 300px;
	height: 100%;
	background-color: #e0e0e0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 50px;
}
.contentpane_fixed {
	width: 700px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 50px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}
.paddingkolom td{
	width: 50px;
}
.dashtemplate {
	background-image: url(images/dash.gif);
	background-position: center;
	background-repeat: repeat-x;
}
/* text style for the link in the Footer */
.Footerlink {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #211e5a;
}
/* hyperlink style for the unselected tabs */
A.Footerlink:link {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #211e5a;
}
A.Footerlink:visited  {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	co6lor: #211e5a;
}
A.Footerlink:active   {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #211e5a;
}
A.Footerlink:hover    {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: gray;
}

/* Styles voor KnolegdeBase */
.KB_Red {
	font-family: Arial, Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: red;
}

.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar td {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
/* SUBMENU ITEM */
.main_dnnmenu_item td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	height: 28px;
}

/* MAINMENU ITEM */
.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #e0e0e0; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana;
   white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   /*explicitly set padding for root menu items*/
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	border-right: #a3a2b9 solid 1px;
	height: 38px;
}

.home {
	border-right: #a3a2b9 solid 1px;
	width: 31px;
}

.test {
	background-color: #9790a6;
	cursor: pointer; 
	cursor: hand; 
	color: #e0e0e0; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana;
   white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   /*explicitly set padding for root menu items*/
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	border-right: #a3a2b9 solid 1px;
	height: 38px; 
}

.main_dnnmenu_itemselected {
	background-color: #9790a6;
}

.main_dnnmenu_itemselected td {
	background-color: #9790a6;
}

.sub_dnnmenu_itemselected {
	background-color: red;
	color: white;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana;
}

.sub_dnnmenu_itemselected td {
	background-color: #444271;
	height: 28px;
}

.main_dnnmenu_itemhover {  
	background-color: #9790a6;
}

.main_dnnmenu_itemhover td {  
	background-color: #444271; 
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu {
	background-color: #9790a6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	/*explicitly set padding for sub-menus */
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;  
	margin-top: 1px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	width: 0px;
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, 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;
}

/* text style for the Submenu in the Leftpane */

.submenuitem {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma;
	text-decoration: none;
	color: #676767;
	width: 200px;
	height: 28px;
	display: block;
}

A.submenuitem:link {
	background-image: url(images/submenubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	color: #676767;
}

A.submenuitem:visited  {
	background-image: url(images/submenubg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 200px;
	height: 28px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	color: #676767;
}
A.submenuitem:active   {
	color: #676767;
	text-decoration: none;
}
A.submenuitem:hover    {
   color: #211e5a;
	text-decoration: none;
}

.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text;
	text-decoration: none;
}
#dnn_dnnUSER_cmdRegister {
	color: #211d5a;
}




/* SOLPART MENU STYLES */
/* SOLPART MENU STYLES */
/* SOLPART MENU STYLES */


.skinmenu {
	height: 38px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
	height: 38px;	
	padding-bottom: 1px;
}
.MainMenu_MenuBar td {
	cursor: pointer; 
	cursor: hand;
	background-color: Transparent;
}
.MainMenu_MenuItem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #e0e0e0; 
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana;
   white-space: nowrap;  /*Word wrapping menu item now optional*/	    
   /*explicitly set padding for root menu items*/	
	height: 38px;
}
.MainMenu_MenuItem td {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #e0e0e0;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	font-family: Verdana;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	margin-bottom: 1px;
	padding-left: 18px;
	padding-right: 18px;
	height: 38px;
}
.MainMenu_MenuItemSel {  
	font-family: Verdana;
	background-color: #9790a6;
	color: #ffffff;
	height: 38px;
	background-position: top;
}
.MainMenu_MenuItemSel td {  
	background-color: #444271; 
	background-color: #9790a6;
	padding-left: 18px;
	padding-right: 18px;
	height: 38px;
	background-position: top;
}
.MainMenu_MenuItemActive, .MainMenu_RootMenuItemActive {
	background-color: #9790a6;
	color: white;
	font-size: 12px;
	font-weight: bold; 
	font-style: normal; 
	font-family: Verdana;
}
.MainMenu_MenuItemActive td, .MainMenu_RootMenuItemActive td {
	background-color: #9790a6;
	height: 28px;
	height: 38px;
	padding-left: 18px;
	padding-right: 18px;
}
.MainMenu_Submenu {
	background-color: #9790a6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); */
	/*explicitly set padding for sub-menus */
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;  
}
.MainMenu_SubMenu .MainMenu_MenuItem {
	background-color: transparent;
	font-family: Verdana;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: #444271;
	font-family: Verdana;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel td {
	background-color: #444271;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 28px;
}
.MenuSep {
	background-color: #a3a2b9;
	width: 1px;
	height: 36px;

}
.MainMenu_Break {
	background-color: #a3a2b9;		
	height: 38px;
	width: 1px;
	font-size: 1px;
	display: none;
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
	display: none;
}
.MainMenu_MenuArrow {
	display: none;
}