/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Hoogland Medical
produced in:	2008
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;
	color:#000;
	font-size:12px;
	line-height:16px;
	background:url(images/bg.gif) repeat-y center top fixed;
}
table td{
	vertical-align:top;
}
.module, td, p{
	font-size:12px;
	line-height:16px;
}
.module{
	display:block;
	width:100%;
	margin:0 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;
}
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{
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
/* module titles */
.header{
	padding:5px 0;
}
.titleH{}
.titleA{
	font-size:18px;
	line-height:22px;
	text-transform:uppercase;
	color:#0096db;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
	margin:0;
}
/* 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;
}