/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		AHC BV
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	background:#bec1b8;
}
table td{
}
.edit{
	padding:10px;
	border:1px solid #eee;
}
.module, td, p{
	font-size:12px;
}
.module, .noDragModule{
	display:block;
	/* width:100%; */
	margin:0 5px 10px 5px;
}
.handle{
	display:block;
	height:12px;
	cursor:move;
	background:#fff;
	border:1px solid #6f6f6f;
	margin-bottom:5px;
}
.moduleClone .module, .existingPanel .module{
	padding:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle{
	display:none;
}
/* module titles */
.titleH{
	padding:5px 10px;
}
.titleA{
}
.moduleTitle{
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.moduleBorderHeaderButton{
	color:#fff;
}
/* headers */
h1{
	font-size:18px;
	font-weight:bold;
}
h2{
	font-size:16px;
	font-weight:bold;
}
h3{
	font-size:14px;
	font-weight:bold;
}
h4{
	font-size:12px;
	font-weight:bold;
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
.moduleContent a{
}
p{
	margin:5px 0;
}
ul, ol{
	padding-left:20px;
}
