/***********************************************\
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 Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
	url('font/YanoneKaffeesatz-Regular.woff') format('woff'),
	url('font/YanoneKaffeesatz-Regular.ttf') format('truetype'),
	url('font/YanoneKaffeesatz-Regular.svg#YanoneKaffeesatz-Regular') format('svg');
}
/* Sifr */
.sIFR-alternate{
	display:none;
}
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background:url(images/BodyBG.gif) repeat-y center top;
	overflow:auto;
	color:#78235C;
}
table td{
	vertical-align:top;
}
.module, td, p{
	font-size:12px;
	line-height:16px;
}
.module, .noDragModule{
	display:block;
	padding-bottom:25px;
	margin-top:5px;
}
.dragPane, .edit{
	padding:10px;
	border:1px solid #eee;
}
.edit .module{
}
.moduleContent{
}
.handle{
	display:block;
	height:12px;
	cursor:move;
	background:#ccc;
	border:1px solid #6f6f6f;
	margin-bottom:5px;
}
.moduleClone .module, .existingPanel .module{
	padding:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle{
	display:none;
}
.header{
	width:100%;
}
.noList, .nolist{
	list-style:none;
}
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{
	line-height:30px;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.moduleTitle{
	font-family: Yanone, Verdana, Arial, Helvetice, sans-serif;
	color:#78235C;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
}
/* module edit titles */
.ModuleBorderEditHeader{
	line-height:35px;
}
/* module edit title buttons */
.ModuleBorderEditHeader a, .ModuleBorderEditHeader input{
	vertical-align:top;
}
.ModuleBorderEditHeader a, .ModuleBorderHeaderButton{
	text-decoration:underline;
	font-size:11px;
	color:#000;
	line-height:35px;
}
.ModuleBorderEditHeader a:hover, .ModuleBorderHeaderButton:hover{
	color:#f00;
}
/* 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;
}