﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		
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;
	background: url(images/bg.gif) repeat center top;
	color:#000;
}
table td{
	vertical-align:top;
}
.module, td, p{
	font-size:12px;
}
.module{
	display:block;
	margin:10px;
}
.edit{
	border:1px solid #eee;
	padding:5px;
}
.titleH{
	margin:0 10px;
}
.titleA{
	font-size:14px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.edit .module{
	border:1px solid #eee;
}
.module .settings{
	width:100%;
}
.module .header{
	width:100%;
}
.moduleContent{
	margin:0 10px;
}
.handle{
	display:block;
	height:12px;
	cursor:move;
	background:#ccc;
	border:1px solid #AAC99F;
	margin-bottom:5px;
}
.moduleClone .module, .existingPanel .module{
	padding:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle{
	display:none;
}
/* 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;
}
ul, ol{
	padding-left:20px;
}