@charset "utf-8";
/* CSS Document */

html {
	background-color:#f3ebe3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#2a328b;}

body {
	margin:0;
	padding:0;}

form {
	background-color:#F3EBE3;}

p {
	margin:0 0 10px 0;}

a {
	color:#2A328B;
	text-decoration:underline;}

a:hover {
	color:#903A1A;}

h1 {
	color:#242C89;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;}

h2 {
	color:#242C89;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;}

/*.TitleHead {
	margin:0;
	padding:0;}*/

.sitecontainer {
	*width:expression(document.body.clientWidth > 1020? "1020px": "100%" ); /* IE7 hack*/
	max-width:1020px;
	width:100%;}

.siteltop {
	background-image:url(img/back_main3.gif);
	background-repeat:no-repeat;
	background-position:right bottom;}

.sitectop {}

.sitertop {
	width:120px;}
	
	.sitertop img{
		margin:3px 0 3px 0;}

.sitecontent {
	max-width:650px;
	min-height:770px;
	_height:77px;
	background:#efdfd0 url(img/contentbg.jpg) right top no-repeat;
	border-top:4px solid #dbbbb0;
	border-right:4px solid #dbbbb0;
	border-bottom:4px solid #dbbbb0;
	font-size:12px;}
	
	.sitecontent img {
		border:2px solid #dbbbb0 !important;}
	
	.sitecontent td {
		font-size:12px;}
	
	.ContentPane {
		padding:0 20px 0 10px;}
	
	iframe {
		margin:0;
		padding:0;}
	
	.leftPane {
		padding:0 10px 0 10px;}
	
	.rightPane {
		padding:0 20px 0 10px;}

.sitemenu {
	width:360px;
	background-color:#efdfd0;
	background-image:url(img/back_main2.gif);
	background-repeat:no-repeat;
	background-position:right top;
	border-top:4px solid #dbbbb0;
	padding-top:10px;}
	
	.sitemenu #minheight {
		height:500px;}

.sitefooter {
	border-bottom:4px solid #dbbbb0;
	background-color:#efdfd0;}

/* ControlPanel style */
.ControlPanel{
	background:transparent url(img/cpanel_center.png) repeat-x bottom left; 
	border:none;
	padding-bottom:10px;
	width:100%;}
	
	.ControlPanel *{
		font-size:10px;}
	
.cpanel_left {
	background: url(img/cpanel_left.png) no-repeat bottom left;
	padding-left:21px;
	margin-left:10px;}
	
.cpanel_right {
	background: url(img/cpanel_right.png) no-repeat bottom right;
	padding-right:33px;}

/* Menu */

/*--------- dnn menu style ----------*/
#dnn_dnnNAV_ctldnnNAV div {
	margin-right:30px;}

#sitemenuspacer {
	height:170px;}

/* main menu td */
.main_dnnmenu_bar {
	cursor:pointer;
	font-size: 12px; 
	background-color:transparent;}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  {	
	color: #2A328B;
	font-size: 13px; 
	font-weight:bold; 	
	text-align:right;
	margin-right:1px;
	margin-bottom:5px;
	white-space:nowrap;}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover{  
	color:#903A1A;
	font-size: 13px; 
	font-weight:bold;
	text-align:right;
	background:url(../images/menu_hover.gif) repeat-x top left; 
	margin-right:1px;
	margin-bottom:5px;
	white-space:nowrap;}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected {
	color:#903A1A;
	font-weight:bold;
	text-align:right;
	font-size: 13px;
	background:url(../images/menu_active.gif) repeat-x top left;
	margin-right:1px;
	margin-bottom:5px;
	white-space:nowrap;}

/*  SUB Menu Normal */
.main_dnnmenu_submenu {
	border:1px solid #dbbbb0;
	margin-left:10px;}

.main_dnnmenu_submenu td{
	background-color:#f3ebe3;
	z-index: 1000;
	font-size: 12px; 
	font-weight:bold;
	text-align:left;
	color:#2a328b;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td {  
	/*background: #903a1a url(../images/submenu_hover.gif) repeat-x top left;*/
	color:#903a1a;}
	
.main_dnnmenu_itemselected td{
    background: #dbbbb0 url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;}

.main_dnnmenu_break{
	height: 2px;
	background-color: #D5E0FF;}

/* Module Action Menus */
.ModuleTitle_SubMenu{
	border:1px solid #dbbbb0;}

.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: #dbbbb0 url(../images/submenu_hover.gif) repeat-x top left;
	color: #fff;}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon{
	height: 2px;
	background-color: #D5E0FF;}

/* meldingen */
.settings .normal, label span, .head, .subhead, .DataGrid_Header, .DataGrid_Item, .DataGrid_AlternatingItem, .NormalTextBox, .ModuleTitle_MenuItem {
	font-size:10px;}
	
.NormalRed {
	color:#FF0000;
	font-size:10px;}

.NormalBold {
	font-size:10px;
	font-weight:bold;}

/* login */
#dnn_dnnLOGIN_cmdLogin {
	color:#F3EBE3;}

