/* 
================================
Skin styles for DotNetNuke
================================
WrdHome-introdblauw
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent; /* pagina achtergrondkleur */
}
/*
.WrdTab {
	BACKGROUND-IMAGE: url(loctaantaarn.gif); HEIGHT:50px;
	}
*/
.skinmaster {
	height: 100%;
	background-color: transparent;   /* lichte grote achtergrond */
	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; 
}
.skinheader {
	BACKGROUND-IMAGE: url(bannergwrd1536.jpg); HEIGHT:80px;	
	}
.skingradient {     /* kleurenbalk */
	BACKGROUND-IMAGE: url(gradient_DkdBlue.jpg); HEIGHT:30px;
	}
.controlpanel {
	width: 100%;
	background-color: #3A5CFF;
}
.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: #00008F 0px solid; 
	border-bottom: #00008F 1px solid; 
	border-top: #00008F solid; 
	border-right: #00008F 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFF00;   /* 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: #00008F; /* kleur selectie achtergrond popdown links */
/*	BACKGROUND-IMAGE: url(gradient_DKBlue.jpg);*/
	border-left: #00008F 0px solid; 
	border-bottom: #00008F 1px solid; 
	border-top: #00008F 1px solid; 
	border-right: #00008F0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;	
}
.MainMenu_SubMenu {             /*        popdown submenu*/
	background-color: #00008F;
	border-right: #00008F 1px solid;
	cursor: pointer; 
	cursor: hand;
	border: 1px; 
	margin-top: 12px;  /* afstand houden  */
	padding: 1px; 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #0000FF; /* kleur menubalk geselecteerd */
	cursor: pointer; 
	cursor: hand; 
	color: #FF7000; /* KLEUR GESELECTEERDE letter menubalk */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #00008F 1px solid; 
	border-bottom: #00008F 1px solid; 
	border-top: #00008F 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: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #C3C3F3;
	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
}
.TreeViewMenuBottom {
	/*BACKGROUND-IMAGE: url(gradient_LtdBlue.jpg);*/
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #FFA500;
}





/* Teksten in footerdeel */
.SelectedTab {
    font-weight: NORMAL;
    font-size: 8pt;
    color: #FFFAA0;    /* copyright */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#FFEAA0;       /* links */
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#FFEAA0;   /* kleur tekst onderin */
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#FFEAA0;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#FFEAA0;      
    font-weight: BOLD;}

.SkinCrumb {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color:#FFFF00;    /* datumweergave */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinCrumb:link {
    text-decoration:    none;
    color:#FFFF00;   /* registreren */
}

A.SkinCrumb:visited  {
    text-decoration:    none;
    color:#FFFF00;   /* inloggen, zoeken, Breadcrumb */
}
A.SkinCrumb:active   {
    text-decoration:    none;
    color:#FFFF00; 
}
.SubHead, .CommandButton {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color:#FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
.SkinZoek {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color:#FFFFFF;    /* datumweergave */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.CommandButton:link {
    text-decoration:    none;
    color:#FFFFFF;   /* registreren */
}
A.SkinZoek:link {
    text-decoration:    none;
    color:#FFFFFF;   /* registreren */
}

A.SkinZoek:visited  {
    text-decoration:    none;
    color:#FFFFFF   /* inloggen, zoeken, Breadcrumb */
}
A.SkinZoek:active   {
    text-decoration:    none;
    color:#FFFFFF; 
}



.SkinObject {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color: #45458C;   /* datumweergave */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#45458C;   /* registreren */
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#45458C;   /* inloggen, zoeken, Breadcrumb */
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#45458C;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#45458C;
}



.kop 	{
	font-family:verdana,arial,sans-serif;
	font-weight: bold; font-size: 18pt; 
	color:#FFA500; font-style:italic; 
	}
.onderkop 	{
	font-family:verdana,arial,sans-serif; 
	font-weight: bold; 
	font-size: 14pt; 
	color:#FFA500; 
	font-style:italic; 
	}
.subtitel 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	text-decoration:underline; 
	font-size: 12pt; 
	color:#FFFFFF;
	}
.tijdperk	{
	font-weight: normal;
	text-decoration:none;
	font-size: 8pt;
	color: #FFEAA0;
	font-style: italic;
	font-family: verdana, arial, helvetica;
	font-variant: normal
	}

A.tijdperk:link {
    text-decoration:    none;
    color:#FFEAA0;   
}

A.tijdperk:visited  {
    text-decoration:    none;
    color:#FFEAA0;
}

A.tijdperk:active   {
    text-decoration:    none;
    color:#FFEAA0;
}

A.tijdperk:hover    {
    text-decoration:    none;
    color:#FFEAA0;
}

tbody	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 10pt; 
	color: #FFFFFF; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
p	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 9pt; 
	color: #FFFFFF; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
hr	{
	color:#FFFFFF; 
	height: 2px; 
	background-color: transparent;
	}
A:active	{
	color: blue; 
	text-decoration: none;
	}
A:link		{
	color: #ffd100;
	text-decoration: none;}
A:visited	{
	color: #ffd100;
	text-decoration: none;
	}


.tab 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	font-size: 12.5pt; 
	color:#FFFFFF;
}
.type	{
	font-weight: bold; 
	font-style:italic; 
	font-size: 11pt;
	color: #803000;  
	font-family: verdana, arial, helvetica;
	}
	
	

