/* 
================================
Skin styles for DotNetNuke			Landelijk Dienstencoperatief finaal       L. Torfs 21 nov 2006
         huisstijl:  paars = #55086A
		     groen = #7fbb22
                     geel  =
                     wit   = #ffffff
================================
*/   
.FormulierLDC
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}
.FormulierLDC .SubHead
{
	font-weight: bold;
	font-size: 11px;
}
.FormulierLDC .NormalRed
{
	font-weight: normal;
	font-size: 11px;
	color: red;
}

.FormulierLDC .NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
}


.pageheader {

}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;		/* pagina achtergrond wit */
	border-right: #800000 0px solid;        /* pagemaster rand bruin */
	border-top: #800000 0px solid; 
	border-left: #800000 0px solid; 
	border-bottom: #800000 0px solid; 
}

.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border: #ffffff 4px solid;       /* buitenrand wit 4 px */
}

.skinheader {
	background-image: url(poets_strijk.gif);
	height: 100 px;
	background-position: right;
	background-repeat: no-repeat;	
}
.skingradient {
	height: 30px;   /* hoogte voor menu */
	height: 1px;
	background-color: #55086a;     /* paars */
}

.controlpanel {
	width: 100%;
	background-color: #ffff99;
}

.toppane {
	width: 100%;
	background-color: transparent;
}

.leftpane {
	height: 470px;
	width: 15%;
	background-color: #55086A;
	border-left: #55086A 1px solid;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 80%;
	background-color: transparent;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
}
.rightpane {
	width: 20%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}
.rightpanespecial
{
    width: 175px;
    background-color: #d8bfd8;   /* lichtpaars */
    padding-left: 2px;
    padding-right: 0px;
    padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}




/* weergave menusysteem
-------------------------- */

.MainMenu_MenuContainer {
	background-color: transparent; 
	background-color: #55086A;  /* paars */
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	border-right: #cccccc 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF;                /* wit */ 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	background-color: #55086A;  /* paars */
	line-height: 25px;
	height: 25px;
}
.MainMenu_RootMenuItemActive {
	background-color: #80BB23;  /* LDC groen */
	color: #FCFEBA;   /* LDC geel */
	height: 25px;
}
.MainMenu_RootMenuItem {
	background-color: transparent;
	background-color: #55086A;  /* paars */
	color: #FFFFFF;   /* wit */
	height: 15px;
}
.MainMenu_RootMenuItemSelected {
	background-color: #555555;  /* ???? */
	color: #DDDDDD;   /* ????? */
}

.MainMenu_MenuIcon {
	background-color: #cccccc; 
	background-color: #55086A;    /* paars */
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	/* width: 15px;            icoonzone dichtgeklapt */
	width: 0px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #cccccc; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 10px;
}
.MainMenu_MenuItemSel {
	background-color: #809999;      /* grijze achtergrond */
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #999966 0px solid; 
	border-bottom: #999966 0px solid; 
	border-top: #999966 0px 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: #55086a none; 
  color: #ffffff;
  font-family:Verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}

.Normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
}
.tekstonderaan
{
	height: 30px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: #55086a;
	text-align: center;
}


A:link {	COLOR: #003366;	TEXT-DECORATION: none; }
A:visited {	COLOR: #003366;	TEXT-DECORATION: none; }
A:hover {	COLOR: red;	TEXT-DECORATION: underline; }
.SubHead {	FONT-WEIGHT: bold;	FONT-SIZE: 11px;	COLOR: #003366;	FONT-FAMILY: Tahoma, Arial, Helvetica; }




