/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		heesenyachts.nl
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
}
.moduleAnchor{
	display:none;
}
div, table, td, tr, p, input, a, img{
	vertical-align:top;
}
body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	background:#000;
}
.Test{
	color:#000;
}
table td{
	vertical-align:top;
}
.module, td, p{
	text-align:left;
	font-size:12px;
}
.module, .noDragModule{
	display:block;
	margin:10px 10px 5px 10px;
}
.edit{
	padding:3px;
}
.edit .module{
}
.module .settings{
	width:100%;
}
.module .header{
	width:100%;
}
.moduleContent{
	margin:0;
	padding:0;
}
.handle{
	display:block;
	height:12px;
	cursor:move;
	background:#ccc;
	border:1px solid #AAC99F;
	margin-bottom:5px;
}
.noList, .nolist{
	list-style:none;
}
input, textarea{
	border:1px solid #c2cddd;
	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;
}
/* list items */
ul{
	padding-left:15px;
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
a{
	color:#fff;
}
/* paragraphe */
p{
	margin:5px 0;
}
/* module titles */
.header h1, .header h1 a{
	font-size:16px;
	line-height:25px;
	color:#a7894a;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	cursor:default;
}
.moduleBorderHeader h1, .moduleBorderHeader h1 a{
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
	color:#572f08;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
#tdLeftPane .ModuleBorderHeader h1, #tdLeftPane .ModuleBorderHeader a{
}
#tdRightPane .ModuleBorderHeader h1, #tdRightPane .ModuleBorderHeader a{
}
/* 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;
}
.apply input{
	float:right;	
}