﻿/*Page*/

body
{
	background-color: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.Normal,
.SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

body TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.viewWrapper
{
	display: block;
	text-align: center;
	padding: 5px;
}

.pageWrapper
{
	width: 886px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	color: black;
	margin: auto;
	text-align: left;
}

.pageHeader
{
	width: 100%;
	height: 170px;
	background: white url('images/header.jpg') no-repeat top left;
	
}

.nieuwsBrief
{	
	float: right;
	margin-top: 5px;
	margin-right: 10px;	
}

.logoSpacer
{
	display: block;
	height: 130px;
}

.menuWrapper
{
	margin-top: -30px;
	height: 30px;
	background-color: #e50707;
}

.title_grey .Head
{
	color: #e50707 !important;
}

.pageFooter
{
	width: 100%;
	height: 31px;
	color: White;
	background-color: #e50707;
/*	background: white url('images/footer.jpg') no-repeat top left;*/
	margin-top: 5px;
}

.mainWrapper
{
	width: 860px;
	margin: auto;
}

.pageFooter a:link,
.pageFooter a:visited,
.pageFooter a:active
{
	color: White;
	text-decoration: none;
}

.pageFooter a:hover
{
	text-decoration: underline;
}

.footerLeft
{
	display:block;
	float: left;
	padding-top: 8px;
	padding-left: 20px;
}

.footerRight
{
	display:block;
	float: right;
	padding-top: 8px;
	padding-right: 30px;
}

/*Menu*/

.menuWrapper
{
	color: White;
	padding-left: 25px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 18px;
}


.main_dnnmenu_rootitem,
.main_dnnmenu_rootitem_selected,
.main_dnnmenu_rootitem_selected a,
.main_dnnmenu_rootitem a
{
	width: 115px;
	height: 26px;
	padding-top: 4px;
	overflow: hidden;
	color:#ffffff;
	font-size: 16px; 
	font-weight:bold;
	text-align:center;
/*	text-transform:uppercase; margin-right:1px;*/
	white-space:nowrap;
	float:left;
	margin-right: 18px;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#ffcc00;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	float:left;
	margin-right: 18px;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#e50707;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	float:left;
	background-image: url('images/m_s.jpg');
	margin-right: 18px;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #e50707;
}

.main_dnnmenu_submenu td
{
	background-color:#FFFFFF;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	color:#ffcc00;
	background-color: #e50707;
}
.main_dnnmenu_itemselected td{
	color:#ffcc00;
	background-color: #e50707;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#F8FAFF;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

.breadCrumbWrapper
{
	font-weight: bold;
	padding: 4px 0px 0px 25px;
}

#Form
{
	height: auto !important;
}


.Paging TD
{
	font-size: 14px !important;
}

.Paging A:visited
{
	color: Gray;
}

.Paging A:active
{
	color: #e50707;
}