/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Hendriks SGR
produced in:	2008
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
}
body{
	background:#002353;
}

#container{
	background:#FFF;
	border-left:3px solid #001735;
	border-right:3px solid #001735;
	width:900px;
	margin:0 auto;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	color:#14387A;	
	display:block;
	height:auto;
	position:relative;
}
#ContentTable {
	margin:20px 0;
	width:882px;
}
a {
	color:#860d57;
}
table td{
	/*vertical-align:top;*/
}
.module, td, p{
	font-size:11px;
	line-height:16px;
}
td.edit {
    border: 1px solid #EEEEEE;
    min-height: 0;
}
p {margin-bottom:16px;}
.module{
	display:block;
	width:auto;
	margin:0 0 20px;
}
.module .settings{
	width:100%;
	display:block;
}
.module .handle{
	display:block;
	padding:10px;
	background:#ccc;
	border:1px solid #aaa;
	cursor:move;
	margin-bottom:15px;
	position: relative;
	left: -10px;
}
.noList{
	list-style: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;
}
/* module titles */
.header h1, .header h1 a, .tagCloudShowItems .tagName{
	text-decoration:none;
	cursor:default;
	margin:0;
	color:#920059;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.header{
	margin-bottom:10px;
}
.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;
}
.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;
}
/* sIFR related */
.sIFR-alternate{
	display:none;
}
.moduleTitle{
/*height:50px;
line-height:50px;*/
position: relative;
width: 100%;
}

