/* 
================================
Skin styles for DotNetNuke
================================
Wrd-rose
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFF1D8; /* pagina achtergrondkleur  #FF9911;*/
}
 
.WrdTab {
	BACKGROUND-IMAGE: url(AB60log.gif);
	background-repeat: no-repeat; 
	HEIGHT:50px;
		}
.skinmaster {
	height: 100%;
	background-color: #FFF1D8;   /* lichte grote achtergrond   #FFF1D8;*/
	BORDER-RIGHT: #EB8B3B 1px solid; 
	BORDER-TOP: #EB8B3B 1px solid; 
	BORDER-LEFT: #EB8B3B 1px solid; 
	BORDER-BOTTOM: #EB8B3B 1px 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(bannergwrd1536.jpg); HEIGHT:80px;	
	}
.skingradient {     /* kleurenbalk */
	BACKGROUND-IMAGE: url(gradient_DkRos.jpg); HEIGHT:30px;
	}
.controlpanel {
	width: 100%;
	background-color: #F9D396;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem {       /* Wel aangeklikt */
	border-left: #F0D25B 0px solid; 
	border-bottom: #F0D25B 1px solid; 
	border-top: #F0D25B 0px solid; 
	border-right: #F0D25B 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #005000;   /* letterkleur menubalk */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt;  /* lettergrootte menubalk */
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #FFD394; /* kleur selectie achtergrond popdown links */
/*	BACKGROUND-IMAGE: url(gradient_DKBlue.jpg);*/
	border-left: #F0D25B 0px solid; 
	border-bottom: #F0D25B 1px solid; 
	border-top: #F0D25B 1px solid; 
	border-right: #F0D25B 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;	
}
.MainMenu_SubMenu {             /*        popdown submenu*/
	background-color: #FFD394;
	border-right: #F0D25B 1px solid;
	cursor: pointer; 
	cursor: hand;
	border: 1px; 
	margin-top: 8px;  /* afstand houden  */
	padding: 1px; 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #FFEA5A; /* kleur menubalk geselecteerd */
	cursor: pointer; 
	cursor: hand; 
	color: #ED125A; /* KLEUR GESELECTEERDE letter menubalk */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #F0D25B 1px solid; 
	border-bottom: #F0D25B 1px solid; 
	border-top: #F0D25B 1px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #EB8B3B none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #ACB8E6;
	BORDER-RIGHT: #EB8B3B 1px solid; 
	BORDER-TOP: #EB8B3B 1px solid; 
	BORDER-LEFT: #EB8B3B 1px solid; 
	BORDER-BOTTOM: #EB8B3B 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenuBottom {
	BACKGROUND-IMAGE: url(gradient_MidRos.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #005000;
}





/* Teksten in footerdeel */
.SelectedTab {
    font-weight: NORMAL;
    font-size: 8pt;
    color: #005000;    /* copyright */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#005000;       /* links */
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#005000;   /* kleur tekst onderin */
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#005000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#005000;      /* copyright */
    font-weight: BOLD;}




.SkinObject {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color: #005000;   
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#005000;   /* datenschutzerklarung */
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#005000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#005000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#005000;
}



.kop 	{
	font-family:verdana,arial,sans-serif;
	font-weight: bold; font-size: 18pt; 
	color:#005000; font-style:italic; 
	}
.onderkop 	{
	font-family:verdana,arial,sans-serif; 
	font-weight: bold; 
	font-size: 14pt; 
	color:#005000; 
	font-style:italic; 
	}
.subtitel 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	text-decoration:underline; 
	font-size: 12pt; 
	color:#005000;
	}
tbody	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 9pt; 
	color: #005000; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
p	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 9pt; 
	color: #005000; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
hr	{
	color:#ffbb66; 
	height: 2px; 
	background-color: transparent;
	}
A:active	{
	color: maroon; 
	text-decoration: none;
	}
A:link		{
	color: #ff0000;
	text-decoration: none;}
A:visited	{
	color: #ff0000;
	text-decoration: none;
	}
A:hover		{
	color: blue; 
	text-decoration: underline; 
	}

.tab 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	font-size: 12.5pt; 
	color:#005000;
}
.type	{
	font-weight: bold; 
	font-style:italic; 
	font-size: 11pt;
	color: #803000;  
	font-family: verdana, arial, helvetica;
	}
