/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Princen-Group.com
Last edited:	2008 may 5
Author:			Joël Kuijten for Princen-group
\***********************************************/

/* Overall Text styles*/
@font-face {
	font-family: 'Yanone';
	src: url('font/YanoneKaffeesatz-Regular.eot');
	src: local('Yanone'), local('Yanone'),
	url('font/Yanone.woff') format('woff'),
	url('font/Yanone.ttf') format('truetype'),
	url('font/Yanone.svg#Yanone') format('svg');
}
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#78235C;
}
.module, td, p{
	font-size:12px;
	line-height:16px;
}
.module{
	display:block;
	padding-bottom:25px;
	margin:5px 10px 0 10px;
}
.handle{
	background:#e2e2e2;
	border:1px solid #999;
	margin-bottom:5px;
	height:15px;
	cursor:move;
}
.moduleClone .module, .existingPanel .module{
	padding:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle{
	display:none;
}
.moduleContent{
}
td.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 */
.titleH, .titleA{
	font-size:14px;
	line-height:22px;
	text-transform:uppercase;
	color:#78235C;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
}
/* 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;
}
