﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Onlinetest2
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	background:url(images/bg.jpg) repeat center top;
}
td, table, tr, tbody{
	vertical-align:top;
}
.module, td, p{
	font-size:10px;
}
/* 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;
}
p{
	margin:5px 0;
}
/* remove the headers form the highslide thingy */
.highslide-header{
	display:none;
}
/* module titles */
.module, .noDragModule{
	display:block;
	/*width:100%;*/
	margin:0 5px 10px 5px;
}
.edit{
	padding:10px;
	border:1px solid #eee;
}
.edit .module{
	background:#fff;
	
}
.moduleContent{
	margin:5px;
}
.handle{
	display:block;
	height:12px;
	cursor:move;
	background:#fff;
	border:1px solid #6f6f6f;
	margin-bottom:5px;
}
.moduleClone .module, .existingPanel .module{
	padding:0;
}
.moduleCloneContent .handle, .existingPanelContent .handle{
	display:none;
}
.header{
}
.titleH{
}
.titleA{
	display:block;
	font-size:15px;
	line-height:25px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.moduleTitle{
	margin:0 5px;
}
/* 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;
}
