﻿/***********************************************\
Document:		Stylesheet (CSS)
Purpose:		Styles for standard elements
Website:		Solipsis
produced in:	2009
Author:			Joël Kuijten for Princen-group
\***********************************************/
/* Overall Text styles*/
*{
	padding:0;
	margin:0;
	vertical-align:top;
}
.sIFR-alternate{
	display:none;
}
body{
	font-family:Tahoma,Verdana,sans-serif;
	color:#6d6e70;
	color:#333;
	font-size:12px;
	line-height:18px;
	/*background:#E5E6E7 url(images/bg.gif) repeat-x fixed;*/
}
table td{
	vertical-align:top;
}
.module, td, p{
	font-family:Tahoma,Verdana,sans-serif;
	font-size:12px;
	line-height:18px;
}
p{
	margin:5px 0;
}
.edit{
	padding:10px;
	border:1px solid #eee;
}
.edit .module{
	background:#fff;
	
}
.module{
	display:block;
	width:100%;
	padding-bottom:15px;
}
.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{
	color:#6d6e70;
	color:#333;
}
/* remove the border arround img in a elements */
a img{
	border:none;
}
/* module titles */
.titleH{
}
.titleA{
	font-size:18px;
	line-height:18px;
	color:#006766;
	font-weight:normal;
	text-decoration:none;
	cursor:default;
	margin:0;
}
.moduleTitle{
	display:block;
	height:22px;
	color:#006766;
}
#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;
}
/* accordion edit thingy */
.accordionHeader, .accordionHeaderSelected{
	width:99%;
	padding: 0;
	border:1px solid #bbb;
	border-width:1px 0;
}
.accordionHeaderSelected .accordionLink{
	color:#78235C;
}
.accordionLink{
	color:#000;
	background:#eee;
	display:block;
	height:25px;
	line-height:25px;
	width:100%;
	font-size:12px;
	text-indent:10px;
	font-weight:bold;
	text-decoration:none;
}
.accordionContent{
	padding:10px;
}
.accordionContent td{
	line-height:18px;
}