/* 
================================
Skin styles for DotNetNuke
================================
Wrd-roodRan
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEC2B3; /* pagina achtergrondkleur */
}
.WrdTab {
	BACKGROUND-IMAGE: url(klaver.gif); 	
	background-repeat: no-repeat; 
	HEIGHT:50px;
	}
.skinmaster {
	height: 100%;
	background-color: #F9AA96;;   /* lichte grote achtergrond */
	BORDER-RIGHT: #EB613E 1px solid; 
	BORDER-TOP: #EB613E 1px solid; 
	BORDER-LEFT: #EB613E 1px solid; 
	BORDER-BOTTOM: #EB613E 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_DkRed.jpg); HEIGHT:30px;
	}
.controlpanel {
	width: 100%;
	background-color: #F9AA96;;
}
.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: #F59178 0px solid; 
	border-bottom: #F59178 1px solid; 
	border-top: #F59178 solid; 
	border-right: #F59178 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #500000;   /* 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: #F59178; /* kleur selectie achtergrond popdown links */
/*	BACKGROUND-IMAGE: url(gradient_DKBlue.jpg);*/
	border-left: #F59178 0px solid; 
	border-bottom: #F59178 1px solid; 
	border-top: #F59178 1px solid; 
	border-right: #F59178 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15; 
	height: 21;	
}
.MainMenu_SubMenu {             /*        popdown submenu*/
	background-color: #F59178;
/*BACKGROUND-IMAGE: url(gradient_DKBlue.jpg); height: 21; 
	z-index: 1000; */
border-right: #F59178 1px solid;
		cursor: pointer; 
	cursor: hand;
	border: 1px; 
	margin-top: 8px;  /* afstand houden  */
	padding: 1px; 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #F0795B; /* kleur menubalk geselecteerd */
	cursor: pointer; 
	cursor: hand; 
	color: #5959FF; /* KLEUR GESELECTEERDE letter menubalk */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #F59178 1px solid; 
	border-bottom: #F59178 1px solid; 
	border-top: #F59178 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: #EB613E none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #F9AA96;;
	BORDER-RIGHT: #EB613E 1px solid; 
	BORDER-TOP: #EB613E 1px solid; 
	BORDER-LEFT: #EB613E 1px solid; 
	BORDER-BOTTOM: #EB613E 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_MidRed.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}





/* Teksten in footerdeel */
.SelectedTab {
    font-weight: NORMAL;
    font-size: 8pt;
    color: #700000;    /* copyright */
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link {
    text-decoration:    none;
    color:#700000;       /* links */
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#700000;   /* kleur tekst onderin */
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#700000;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#700000;      /* copyright */
    font-weight: BOLD;}




.SkinObject {   /* overige teksten */
    font-weight: bold;
    font-size: 8.5pt;
    color: #700000;   
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#700000;   /* datenschutzerklarung */
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#700000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#700000;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#700000;
}




.kop 	{
	font-family:verdana,arial,sans-serif;
	font-weight: bold; font-size: 18pt; 
	color:#008000; 
	font-style:italic; 
	}
.onderkop 	{
	font-family:verdana,arial,sans-serif; 
	font-weight: bold; 
	font-size: 14pt; 
	color:#008000; 
	font-style:italic; 
	}
.subtitel 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	text-decoration:underline; 
	font-size: 12pt; 
	color:#008000;
	}
.tijdperk	{
	font-weight: normal;
	text-decoration:none;
	font-size: 8pt;
	color: #700000;
	font-style: italic;
	font-family: verdana, arial, helvetica;
	font-variant: normal
	}

A.tijdperk:link {
    text-decoration:    none;
    color:#700000;   
}

A.tijdperk:visited  {
    text-decoration:    none;
    color:#700000;
}

A.tijdperk:active   {
    text-decoration:    none;
    color:#700000;
}

A.tijdperk:hover    {
    text-decoration:    none;
    color:#700000;
}


tbody	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 9pt; 
	color: #0000D0; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
p	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 9pt; 
	color: #0000D0; 
	font-style: normal; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
hr	{
	color:#EB613E; 
	height: 2px; 
	background-color: transparent;
	}
A:active {
	COLOR: maroon; 
	TEXT-DECORATION: none
}
A:link {
	COLOR: #f00000; 
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #f00000; 
	TEXT-DECORATION: underline
}
A:hover {
	FONT-WEIGHT: bold; 
	COLOR: #f00000; 
	TEXT-DECORATION: none
}


.tab 	{
	font-family:arial,sans-serif; 
	font-weight: bold; 	
	font-style:italic; 
	font-size: 12.5pt; 
	color:#000D00;
}
.type	{
	font-weight: bold; 
	font-style:italic; 
	font-size: 11pt;
	color: #0000D0;  
	font-family: verdana, arial, helvetica;
	}
	
.bijschrift 	{
	font-weight: normal; 
	text-decoration:none; 
	font-size: 8pt; 
	color: #0000D0; 
	font-style: italic; 
	font-family: verdana, arial, helvetica; 
	font-variant: normal;
	}
