@charset "UTF-8";
/**
* @package		Dare to Manage v1.01
* @copyright	Copyright (C) 2010 Dare to Design, http://www.daretodesign.nl. All rights reserved
**/

/* CSS Document */

/* BASICS */

#cmsContent,
#adminMenu {
	background:#FFF;
	padding:5px;
	border:1px dotted #CCC;
	width:575px;
	margin:0 0 20px 0;
	color:#000
}

#cmsContent a:link,
#cmsContent a:visited,
#cmsContent a:active,
#adminMenu a:link,
#adminMenu a:visited,
#adminMenu a:active {
	text-decoration:none;
}

#cmsContent a:hover,
#adminMenu a:hover {
	text-decoration:underline;
}

#cmsFooter {
	font-size:10px;
	text-align:center;
	margin:30px 0 0 0;
	padding:0;
}

#cmsContent em {
	font-size:10px;
}

/* CMS FORMS */

.dtmFieldset {
	border:none;
	padding:0;
	margin:0;
}
.dtmFieldset label {
	float:left;
	clear:left;
	width:175px;
	font-weight:bold;
	padding:0;
}
.dtmFieldset input,
.dtmFieldset select,
.dtmFieldset textarea {
	border:1px solid #CCC;
}
.dtmFieldset input,
.dtmFieldset select,
.dtmFieldset textarea {
	padding:2px;
	margin:0 0 2px 0;
}
.dtmFieldset img {
	float:left;
	clear:right;
	margin:0 0 2px 0;
}

/* CMS LISTS */
.dtmList {
	list-style-type:none;
	margin:0;
	padding:0;
}
span.kol1,
span.kol2,
span.kol3,
span.kol4,
span.kol5,
span.subPagina {
	display:table-cell;
	border-bottom:1px dotted #CCC;
	margin:0;
	vertical-align:middle;
	padding:2px 0;
}
span.listH {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #CCC;
}
.kol1 {
	width:200px;
}
.kol2 {
	width:200px;
}
.kol3 {
	width:250px;
}
.kol4 {
	width:150px;
}
.kol5 {
	width:100px;
	text-align:right;
}
span.subPagina {
	width:190px;
	padding-left:10px;
}

/* tree expand */
.showTree {
	background:#FF9900;
}
.hideTree {
	background:#444444;
}
.noTree {
	background:#CC6677;
}