/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Polderhof
Last edited:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/

/* Overall Text styles*/
*{
	vertical-align:top;
	padding:0;
	margin:0;
}
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	overflow:auto;
	color:#000;
}
.module, td, p{
	font-size:12px;
	line-height:16px;
}
.module{
	display:block;
	margin:10px;
}
.header{
	width:100%;
}
.moduleContent{
	margin:0 5px 5px;
}
.noMargin .module, .noMargin .moduleContent{
	padding:0;
	margin:0;
}
.handle{
	background:#e2e2e2;
	border:1px solid #999;
	margin-bottom:5px;
	height:15px;
	cursor:move;
}
.moduleClone, .existingPanel, .existingPanelContent{
	padding:0;
	margin:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle, .existingPanel .module .handle{
	display:none;
}
.moduleContent{
}
.edit{
	padding:5px;
	border:1px solid #ccc;
}
ul{
	padding:0 0 0 15px;
}
/* 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;
}
a{
	color:#572f08;
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
/* module titles */
.titleA{
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.moduleTitle{
	display:block;
	height:30px;
}
/* accordion edit thingy */
.accordionHeader, .accordionHeaderSelected{
	width:99%;
	padding: 0;
	border:1px solid #bbb;
	border-width:1px 0;
}
.accordionHeaderSelected .accordionLink{
	color:#78235C;
}
.accordionLink{
	color:#000;
	background:#eee;
	display:block;
	height:25px;
	line-height:25px;
	width:100%;
	font-size:12px;
	text-indent:10px;
	font-weight:bold;
	text-decoration:none;
}
.accordionContent{
	padding:10px;
}
.accordionContent td{
	line-height:18px;
}