﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Ecolamp
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
body{
	font-family:Verdana,  Arial, Helvetica, sans-serif;
}
table td{
}
.module, td, p{
	font-size:11px;
}
.module{
	display:block;
	margin:10px 15px;
}
.moduleContent{
	font-weight:bold;
}
.header{
	width:100%;
}
td.edit{
	border:1px solid #eee;
}
.edit .module{
}
.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;
}
/* 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;
}
p{
	margin:10px 0;
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
/* module titles */
.titleH, .titleA{
	font-size:14px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
/* module edit title buttons */
.ModuleBorderEditHeader a, .ModuleBorderHeaderButton{
	text-decoration:underline;
	font-size:11px;
	color:#000;
	line-height:35px;
}
.ModuleBorderEditHeader a:hover, .ModuleBorderHeaderButton:hover{
	color:#f00;
}
