/* File: menu_style.css */

/**
* @developer:	Erik van der Veen
* @package:		CMSe
* @copyright:	(C) 2006 Eforceone.nl
*/

/* CSS document voor CMSe template */
			
	/*  1ST LEVEL  */
	#menu a
	{
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		height: 32px;
		display: block;
		color: #666666;
		text-decoration: none;
		cursor: default;
		line-height: 32px;
	}
	
	/*  2ND LEVEL  */
	
	#menu ul li ul a
	{
		text-align: left;
	}

	#menu ul ul
	{
		background-color: #f0f0f0;
		border: 1px solid #666666;
	}
		
	#menu ul a
	{
		margin-left: 3px;
		margin-right: 3px;
	}
	
	#menu ul ul a
	{
		text-transform: none;
		margin: 0;
		color: #666666;
		font-size: 12px;
		border: none;
		height: 24px;
		line-height: 24px;
	}
	
	#menu .text
	{
	 	float: left;
		margin-left: 5px;
	}
	 
	#menu .arrow
	{
		float: right;
		margin-right: 3px;
		border: 0;
	}

	#menu .arrow img
	{
		position: absolute;
		top: 9px;
		right: 5px;
		border: 0;
	}
	
	#menu .screenseparator
	{
		font-size: 14px;
		font-weight: bold;
		line-height: 32px;
	}

	/*  ACTIVE ITEM  */
	#menu .active
	{
		color: #666666;
		text-decoration: underline;
	}

	#menu ul ul .active
	{
		text-decoration: none;
		color: #E12735;
		background: #ffffff;
	}

	/*  OVER ITEM  */
	#menu a:hover
	{
		padding: 0;
		color: #E12735;
		cursor: pointer;
		
	}
	
	#menu ul ul a:hover
	{
		color: #FFFFFF;
		background: #E12735;
		padding: 0;
	}/* File: print.css */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
@media print {

	#menu .screenseparator
	{
		display: none;
	}
	
	#menu .printseparator
	{
		color: #666666;
	}
	
}/* File: required.css */

.flatbutton
{
	color: #444444;
	border: 1px solid #666666;
}

.flattext
{
	border: 1px solid #666666;
}

.highlighted
{
	background-color: #FFFF00;
}

.windowContainer
{
	padding: 10px;
	padding-top: 0;
}

.windowFrame
{
	background-color: #ffffff;
	border: 1px solid #666666;
	margin: 0 auto;
	margin-bottom: 20px;
}
   
.windowTitlebar
{
	line-height: 24px;
	padding-left: 10px;
	padding-right: 4px;
	background-color: #666666;
	height: 25px;
	cursor: move;
	text-align: left;
	font-size: 13px;
}

.windowTitle
{
	color: #ffffff;
	font-weight: bold;
}

.windowMinimize a
{
	margin-top: 2px;
	vertical-align: middle;
	display: block;
	height: 18px;
	width: 18px;
}

.windowContent
{
	line-height: 20px;
	margin: 10px;
	overflow: hidden;
	clear: both;
	background-position: top right;
	background-repeat: no-repeat;
}

.windowContent p
{
	margin: 0;
	margin-top: 15px;
}

.windowContent a:link,
.windowContent a:visited,
.windowContent a:active
{
	color: #7b95a8;
}

.windowContent a:hover
{
	color: #FF921D;
}
/* File: screen.css */

/* These are standard sIFR styles... do not modify */
@media screen {
	
	#menu .printseparator
	{
		display: none;
	}

}/* File: style.css */


/**
* @developer:	Erik van der Veen
* @package:		CMSe
* @copyright:	(C) 2006 Eforceone.nl
*/

/* CSS document voor CMSe template */

html
{
	border: none;
	margin: 0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
}

body.main
{
	_behavior: url(includes/csshover.htc);
	color: #666666;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background-color: #fdf2f2;
}

body, td
{
	font-family: "Trebuchet MS", Verdana, Arial, Tahoma, "Times New Roman";
	font-size: 13px;
	color: #666666;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

div {
	margin: 0;
	padding: 0;
}

hr
{
	height: 1px;
	color: #666666;
}

a,
a:link,
a:visited,
a:active,
a:hover
{
	text-decoration: none;
}

a:link,
a:visited,
a:active
{
	color: #E12735;
}

a:hover
{
	color: #8F141D;
}

.header
{
	background-image: url(../templates/default/images/headers/header.png);
}

.headertext
{
	color: #000000;
	margin-top: 133px;
	margin-left: 380px;
	font-weight: bold;
	font-size: 14px;
}

.menu
{
	padding-left: 20px;
	color: #666666;
	font-weight: bold;
	background-image: url(../templates/default/images/menu.gif);
	font-size: 15px;
}

.linklogo img
{
	border: none;
}

.linklogo
{
	padding-right: 10px;
	padding-left: 10px;
}

.linkname 
{
	font-size: 16px;
}

.linkdescription p
{
	margin-top: 5px;
}

.content p
{
	line-height: 22px;
}

.sitetable
{
	background-image: url(../templates/default/images/content1px.gif);
}

.content
{
	vertical-align: top;
	background-image: url(../templates/default/images/content.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.contentdiv
{
	margin-left: 25px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.contentdiv img
{
	border: 1px solid #3D3D3D;
}

table.tabelrand
{
	border: none;
	border-bottom: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
}

table.tabelrand td
{
	border: none;
	border-top: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
}

.disclaimer,
.disclaimer a
{
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimer
{
	background-image: url(../templates/default/images/footer.gif);
}

.designeddiv
{
	float: right;
	text-align: right;
	font-size: 9px;
	margin-bottom: 10px;
	margin-right: 30px;
}

.disclaimerdiv
{
	float: left;
	text-align: left;
	font-size: 9px;
	margin-bottom: 10px;
	margin-left: 30px;
}/**
* @developer:	Erik van der Veen
* @package:		CMSe
* @copyright:	(C) 2006 Eforceone.nl
*/

/* CSS document voor CMSe administratie */

/*  -= MENU SETTINGS =-  */
	
	#menu {
		float: left;
		font-size: 11px;
		z-index: 50000;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		margin-right: 3px;
	}
	
	#menu div
	{
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#menu li {
		position: relative;
	}
	
	#menu ul ul {
		position: absolute;
		left: 0;
		top: 32px;
		width: 150px;
	}
	
	#menu ul ul ul {
		position: absolute;
		top: 0;
		left: 149px;
	}
	#menu ul.expandtoleft ul ul {
		position: absolute;
		top: 0;
		left: -151px;
	}
	
	div#menu ul ul,
	div#menu ul li:hover ul ul,
	div#menu ul ul li:hover ul ul,
	div#menu ul ul ul li:hover ul ul,
	div#menu ul ul ul ul li:hover ul ul {
		display: none;
	}
	
	div#menu ul li:hover ul,
	div#menu ul ul li:hover ul,
	div#menu ul ul ul li:hover ul,
	div#menu ul ul ul ul li:hover ul,
	div#menu ul ul ul ul ul li:hover ul {
		display: block;
	}
