@charset "utf-8";

/* CSS ELEMENTS */

BODY {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
BODY.pagemaster { background-color: #028999; background-image: url(skinimages/bodybgimg.jpg); background-repeat:repeat-x;}
	
/* CSS CLASSES */

	/* HOOFDINDELING */
	.pagetable { width:1000px;}
	.tb_links{width: 640px;}
	.tb_rechts{width: 360px; background-color: #ffffff;}
	.topnavi_txt {color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px;height:25px;  }
	.header_txt{height: 55px; }
	.mainnavi_txt{height: 20px;border-bottom: 1px solid #bbcb94; }
	.inhoud_bg{background-color: #ffffff; height: 550px;}
	.inhoud_bg_full{background-color: #ffffff; height: 550px; width: 100%;}
	.slideshow{background-color:#666666;}

	/* MODULE HERINNERINGSEDUCATIE */
	
		/* MODULE RESULTATEN */
	#herinner_module_cotrols
	{
		width: 100%;
	}
	
	#herinner_module_view{
		width: 100%;
	}
	#outer_div_controls{
		width: 100%;
	}
	#title{ font-weight: bold;}
	#category{ font-weight: bold;}
	#waar{ font-weight: bold;}
	#wanneer{ font-weight: bold;}
	#imgc{ font-weight: bold;}
	
/* EINDE HOOFDINDELING */


A:link, A:visited{
	font-weight: bold;
	color: #8b0000;
}
A:active, A:hover{
	font-weight: bold;
	color: #000000;
}

H1 {font-size:19px; font-family: "Times New Roman", Times, serif;
color: #ac0000; background-image:url(skinimages/H1_bottomline.gif); background-repeat: no-repeat;}

H2 {font-size:18px; font-family: "Times New Roman", Times, serif;
color: #353535;}

H3 {font-size:14px;
color: #028999;}

H4 {font-size:14px;
color: #8b0000; font-style:italic;}

H5 {
	 font-size:11px;
	 color: #353535; 
	 font-weight: bold;  
	 border-bottom: 4px solid #9bd232; 
	 }

.title_H5 {font-size:11px; color: #353535; font-weight: bold; background-image:url(images/arrow_left_lightblue.gif); background-position:left 50%; background-repeat: no-repeat; padding-left: 10px; height:15px; border-bottom: 4px solid #DBE6F4; width:100%;}

.title_H1 {font-size:22px; font-family: "Times New Roman", Times, serif;
color: #353535; }

.title_H1_wit{font-size:22px; font-family: "Times New Roman", Times, serif;
color: #FFFFFF; }

.contact_bg {
	padding-top: 3px;
	vertical-align: top;

}
.title_contact {
			font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
		font-weight: bold;

		color: #ffffff;

	}


.nieuwsbericht{ color: #8c0000; font-weight: bold; }


td,p,li,ul,span,div {
	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
	font-weight: normal;

	}

	A.loginbutton:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
vertical-align: top;

}
A.loginbutton:link{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
vertical-align: top;

}

A.loginbutton:visited{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
vertical-align: top;

}

A.loginbutton:active{
font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
vertical-align: top;

}

A.loginbutton:hover{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
vertical-align: top;

}



/* DNN STANDAARDS */


/* ================================
    Default styles FOR DotNetNuke
   ================================
*/   


.ControlPanel {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #8b0000 1px solid;
    BORDER-TOP: #8b0000 1px solid;
    BORDER-LEFT: #8b0000 1px solid;
    BORDER-BOTTOM: #8b0000 1px solid;
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #8b0000;
		font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color: #8b0000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color: #8b0000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color: #8b0000;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color: #8b0000;
}

/* style for module titles */
.Head   {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
}

/* style of item titles on edit and admin pages */
.SubHead    {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #353535;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
		font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #353535;
}

/* text style used for most text rendered by modules */
.Normal
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	 color: #000000;
	
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #8b0000;
}

.TreeMenu_NodeSelected
{
		font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	background-color: #dbe6F4;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link {
    text-decoration:    none;
    color: #8b0000;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited  {
    text-decoration:    none;
    color: #8b0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active   {
    text-decoration:    none;
    color: #8b0000;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: #8b0000 1px solid;
	border-top: #8b0000 1px solid;
	border-left: #8b0000 1px solid;
	border-bottom: #8b0000 1px solid;
	height:400px;
	width: 600px;
	font-size: 11px;
}
.FileManager_ToolBar
{
	border-bottom: #b22222 1px solid;
	background-color: #FFE435;
	height:25px;
	width: 100%;
	font-size: 10px;
}
.FileManager_Explorer
{
	height:100%;
	width:180px;
	border: #b22222 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	font-size: 10px;
}

.FileManager_FileList
{
	height:100%;
	width:420px;
	border: #b22222 1px solid;
	background-color: White;
	margin: 2px 2px 2px 2px;
	overflow: auto;
	font-size: 11px;
}

.FileManager_MessageBox
{
	text-align: center;
	vertical-align: middle;
	background-color: White;
	padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #353535;
    background-color: #dbe6F4;
    border-bottom: #b22222 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #dbe6F4;
    border-top: #b22222 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    background-color: #dbe6F4;
    height: 25px;
	margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: Black;

    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: Black;
    background-color: #F2F2F2;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
     color: Black;
    background-color: #dbe6F4;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;

}

.FileManagerTreeNodeSelected
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
	background-color: #FFE435;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
    text-decoration:    none;
    color: #8b0000;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited  {
    text-decoration:    none;
    color: #8b0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active   {
    text-decoration:    none;
    color: #8b0000;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover    {
    text-decoration:    none;
    color: #ff0000;
}

/* styles used in the Wizard Framework */
.Wizard
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	height:400px;
	width:650px;
}
.WizardButton
{
	border-right: #b22222 1px solid;
	padding-right: 2px;
	border-top: #b22222 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #b22222 1px solid;
	padding-top: 2px;
	border-bottom: #b22222 1px solid;
	background-color: #9bd232;
}
.WizardHeader
{
	background: #dbE6F4;
	border-bottom: #b22222 1px solid;
	height:40px;
}
.WizardFooter
{
	border-top: black 1px solid;
	background: #8b0000;
	height: 25px;
	text-align: right;
}
.WizardBody
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: 325px;
}
.WizardHelp
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: black 1px solid;
	width: 180px;
	padding-top: 5px;
	background-color: #dbe6f4;
}
.WizardHelpText
{
	overflow: auto;
	font-size: 8pt;
	width: 180px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	height: 300px;
}
.WizardText
{
	font-size: 11px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}


/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
font-family: Arial, Helvetica, sans-serif;
  background-color: #dbe6F4;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
 font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #8b0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #8b0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #8b0000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #353535;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 12px;
	background-color: #9bd232;
	color: #000000;
font-family: Arial, Helvetica, sans-serif;
}

/* Main Menu */
.MainMenu_MenuContainer {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

	
}
.MainMenu_MenuBar {
cursor: pointer; 
	cursor: hand;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

.MainMenu_MenuIcon{ 
	display: none;
}

.MainMenu_MenuItem{
	font-size:11px;
color: #000000; 
height: 16px;
border-right: 1px solid #353535;
}
.MainMenu_MenuItemSel{
		font-size:11px;
color: #000000; 
background-color: #9bd232;
margin-right: 5px;
height: 16px;
border-right: 1px solid #353535;
}

.MainMenu_MenuItem td{
}
.MainMenu_RootMenuItem td{
}

.MainMenu_SubMenu {	
	font-size:11px;
	color: #000000; 
	background-color: #9bd232;
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel td{
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}

.statements{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:link{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:visited{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:active{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

A.statements:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: #dbe6F4 0px solid;
	border-left: #dbe6F4 0px solid;
	border-top: #dbe6F4 0px solid;
	border-right: #dbe6F4 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;

}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: 
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #dbe6F4;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #DBE6F4;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color: #426A93;

}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}




