
/* GENERAL */

body{ 	
	font-family: arial, sans-serif; 
	color:#000000;
	font-size:11px;
	background-color: #ffffff;
	margin: 0px;
}

td{
	font-size: 11px;
}

.clear{
	background-color: #ffffff !important;
	border: 0px !important;
}

/* CMS */

#cms{
	padding: 10px 0px;
	font-size: 11px;
}

#cms td{
	font-size: 11px;
}

#cms a{
	color: #000000;
}

#cms a:hover{
	color: #F01485;
}

#cms .search input{
	border: 1px solid #000000;
}

#cms fieldset{
	border: 2px solid #F01485;
	padding: 10px;
}

#cms legend{
	font-weight: bold;
	margin-bottom: 5px;
}

#cms .detailelement{
	background-color: #e0e0e0;
	border: 1px outset #e0e0e0;
	margin: 3px;
	padding: 5px;
	text-align: left;
}

#cms .detailelement .textelement{
	font-family: verdana, arial, sans-serif; 
	width: 100%;
	border: 1px solid #000000;
	overflow: auto;
}

#cms .detailelement .fileelement{
	width: 75%;
	border: 1px solid #000000;
}

#cms .detailelement .boxelement{
	border: 1px solid #000000;
}


#cms .subdetailelement{
	padding: 5px 0px;
}

#cms .subdetailelement fieldset{
	border: 1px solid #f0f0f0;
}


#cms .caption{
	font-weight: bold;
}

#cms .error{
	color: #FF0000;
}

#cms .bottomcontrols{
	background-color: #e0e0e0;
	border: 1px outset #e0e0e0;
	padding: 5px;
	margin: 15px;
	text-align: center;
}

#cms .flags{
	text-align: right;
}

#cms .title{
	font-weight: bold;
}

#cms .comment{
	font-size: 80%;
}

#cms .listcaptions{
	font-weight: bold;
}

#cms .listtable{
	margin: 15px 0px;
}

#cms .listrowelement{
	background-color: #e0e0e0;
	border: 1px outset #e0e0e0;
}

#cms .rowcontrol{
	background-color: #c0c0c0;
	border: 1px outset #e0e0e0;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 1px;
	text-align: center;
}

#cms .listcontrols{
	text-align: center;
}

#cms .emptycontrol{
	visibility: hidden;
}

#cms .listrowelement_hover{
	color: #f0f0f0;
	background-color: #F01485;
	border: 1px solid #e0e0e0;
	cursor: pointer;
}

#cms .listline{
	margin: 15px;
}

/* PROCEDURE */

.procedure td{
	background-color: #e0e0e0;
	border: 1px outset #e0e0e0;
	padding: 5px;
}

.procedure .textelement{
	width: 100%;
	border: 1px solid #000000;
}

/* MENU */

#menu{
	margin-left: 10px;
	margin-top: 10px;
}

#menu a{
	color: #000000;
	text-decoration: none;
}

#menu a:hover{
	color: #F01485;
	text-decoration: underline;
}

#menu ul.mktree  li { list-style: none; }
	#menu ul { margin-left: -15px; }
#menu li{ padding-top: 5px; }
#menu ul.mktree  li           .bullet { padding-left: 15px; }
#menu ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(http://www.sanderkoolwijk.nl/lib/themes/minus.gif)  center left no-repeat; }
#menu ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(http://www.sanderkoolwijk.nl/lib/themes/plus.gif)   center left no-repeat; }
#menu ul.mktree  li.liBullet  .bullet { cursor: default; background: url(http://www.sanderkoolwijk.nl/lib/themes/bullet.gif) center left no-repeat; }
#menu ul.mktree  li.liOpen    ul { display: block; }
#menu ul.mktree  li.liClosed  ul { display: none; }
#menu ul.mktree  li { font-size: 11px; font-family: arial, helvetica, sans-serif; }

/* LOGIN */

#login td{
	background-color: #e0e0e0;
	border: 1px outset #e0e0e0;
}

#login a{
	color: #000000;
}

#login a:hover{
	color: #F01485;
}


