﻿/*===============================================================================================*/
body.editor
{
	background-image: none;
	font-family: Arial, Tahoma, helvetica, Verdana, Sans-Serif;
	color: #57656C;
	font-size: 11px;
}

body.editor td.cmsTd
{
	font-size: 11px;
}

body
{
	font-family: Arial, Tahoma, helvetica, Verdana, Sans-Serif;
	background: #F0F2F3 ;
}

hr
{
	color: #D9E4E6;
}

a
{
	background-color: transparent;
	color: #ED9105;
	text-decoration: underline;
}

a:hover
{
	color: #ED9105;
	text-decoration: none;
}

a[name]
{
	color: #57656C;
	text-decoration: none;
}

a.anchor
{
	color: #57656C;
	text-decoration: none;
}

a img
{
	border-width: 0px;
}

a img.extern
{
	background: transparent url(../img/kopie/menuLink.gif) no-repeat 0px 0px;
	display: inline;
	width: 13px;
	height: 9px;
	margin-left: 3px;
}

form
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
	float: left;
}

input 
{
	padding-top: 2px;
	padding-left: 3px;
	border: 1px solid #AAB4B9;
	color:#597079;
	background: #FFFFFF;
	font-size: 1.1em;
	margin: 0;
}

select
{
	border: 1px solid #AAB4B9;
	color:#597079;
	font-size:1.1em;	
}

input.checkbox, input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	height: 80px;
	border: 1px solid #AAB4B9;
	background: #FFFFFF;
	color: #597079;
	font-size: 1.1em;
	font-family:arial, tahoma, verdana, sans-serif;
	overflow: auto;
	float: left;
	padding: 2px 1px 1px 3px;
}

form.wiki div.bodyEdit
{
	border: 1px solid #597079;
	background: #FFFFFF;
	color: #57656C;
	font-weight: normal;
	font-size: 1.0em;
	padding: 2px 1px 1px 3px;
}

option
{
	color: #000000;
}

button 
{
	border: 1px solid #ED9105;
	padding: 4px 6px 4px 6px;	/* top right bottom left */
	margin-right: 5px;
	display:block;
	background: #ED9105 url("../img/bgBtn.gif") repeat-x 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
	font-size: 1.0em;
}

.searchContainer .right .wrapper .input input.radio
{
	width:25px;
	float:left;
}

button:hover
{
	color: #000;
}

legend
{
	color: #57656C;
}

div.main
{
	margin: 0px auto 0px auto;
	width: 100%;
	overflow: hidden;
}
/*===============================================================================================*/
/*
	HTML Menu CSS classes
*/
/*===============================================================================================*/
div.menu
{
	width: 186px;
	padding-bottom: 30px;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Algemene <a/> in het menu																							 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a
{
	border-bottom: 1px solid #ED9105;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 0.6em;
	color: #57656C;
	text-decoration: none;
}

div.menu a:hover
{
	color: #ED9105;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Current <a/> in het menu																							 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a.current
{
}

div.menu a.current:hover
{
	color: #57656C;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Current <a/> in een sub menu																						 */
/*-----------------------------------------------------------------------------------------------*/
div.menu div.subMenu a.current
{
	color: #ED9105;
	font-weight: bold;
}

div.menu div.subMenu a.current:hover
{
	color: #ED9105;
}
/*-----------------------------------------------------------------------------------------------*/
/* Pijltje als er een submenu is (als gebruikt moet de display op block staan)						 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a img
{
	background: transparent url("../img/menuArrowDown.gif") no-repeat 0 0;
	width: 8px;
	height: 7px;
	margin-top: 3px;
	display: none;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Externe link in een (sub)menu																						 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a img.link
{
	background: transparent url("../img/menuLink.gif") no-repeat 0 0;
	display: block;
	width: 13px;
	height: 9px;
	margin-top: 2px;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Parent <a/> van de current <a/> in een (sub)menu															 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a.parent
{
	color:#FFF;
}

div.menu a.parent:hover
{
	color:#FFF;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Eerste en laatste <a/> in een (sub)menu																		 */
/*-----------------------------------------------------------------------------------------------*/
div.menu a.first
{
}

div.menu a.last
{
}
/*-----------------------------------------------------------------------------------------------*/
/*	Verschillende lagen:																									 */
/*-----------------------------------------------------------------------------------------------*/
/* 1e laag */
div.menu a
{
	padding-left: 11px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 2e laag */
div.menu div.subMenu a
{
	padding-left: 22px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 3e laag */
div.menu div.subMenu div.subMenu a
{
	padding-left: 37px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 4e laag */
div.menu div.subMenu div.subMenu div.subMenu a
{
	padding-left: 52px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 5e laag */
div.menu div.subMenu div.subMenu div.subMenu div.subMenu a
{
	padding-left: 67px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 6e laag */
div.menu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu a
{
	padding-left: 82px;
}
/*-----------------------------------------------------------------------------------------------*/
/* 7e laag */
div.menu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu div.subMenu a
{
	padding-left: 97px;
}
/*===============================================================================================*/
/*
	DHTML Menu CSS classes
*/
/*===============================================================================================*/
div#mainMenu
{
	width: 700px;
	float:left;
	height: 37px;
	overflow: hidden;
	text-transform: uppercase;
	clear:none;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Gewone <a/> in het hoofdmenu.																						 */
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a
{
	font-weight: bold;
	color: #57656C;
	text-decoration: none;
	padding: 13px 5px 5px 5px;
	margin-right: 5px;
	float: left;
	background: #B7BFC3 url("../img/bgMenuItem.gif") repeat-x 0px 0px;
	height: 19px;
	width: 120px;
	font-size: 1.1em;
	font-weight: bold;
	text-align:center;
	overflow: hidden;
}

div#mainMenu a:hover
{
	color: #000;
	/*color: #ED9105;*/
	text-decoration: none;
}

div#mainMenu a.home
{
	background: url("../img/bgMenuItemHome.gif") no-repeat 0px 0px;
}

div#mainMenu a.currentHome
{
	background: url("../img/bgMenuItemHomeCurrent.gif") no-repeat 0px 0px;
}

div.menuContainer a.nieuwsbriefLink
{
	float:right;
	background: url("../img/bgNieuwsbriefItem.gif") no-repeat 0px 0px;
	color: #3E4E55;
	text-decoration: none;
	padding: 13px 5px 5px 14px;
	height: 19px;
	width: 122px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
}

div.menuContainer a.nieuwsbriefLink:hover
{
	color: #3E4E55;
	background: url("../img/bgNieuwsbriefItem.gif") no-repeat 0px -47px;
}

/*-----------------------------------------------------------------------------------------------*/
/* Pijltje als er een submenu is																						 */
div#mainMenu a img
{

/* vertical */
/*/
	background: transparent url("../img/kopie/menuArrowLeft.gif") no-repeat 0 0;/**/

/* horizontal */
/*
	background: transparent url("../img/kopie/menuArrowDown.gif") no-repeat 0 0;*/
}
/*-----------------------------------------------------------------------------------------------*/
/*	Externe link in een hoofdmenu																						 */
div#mainMenu a img.link
{
	background: transparent url("../img/menuLink.gif") no-repeat 0 0;
	display: block;
	width: 13px;
	height: 9px;
	margin-top: 2px;
}
/*-----------------------------------------------------------------------------------------------*/
/* Current <a/> in het hoofdmenu.																					 */
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a.current
{
	background: #ED9105 url("../img/bgMenuItemCurrent.gif") repeat-x 0px 0px;
	color: white;
}

div#mainMenu a.current:hover
{
	background: #ED9105 url("../img/bgMenuItemCurrent.gif") repeat-x 0px 0px;
	color: white;
}
/*-----------------------------------------------------------------------------------------------*/
/* Parent <a/> van current <a/> in het hoofdmenu.																 */
/*-----------------------------------------------------------------------------------------------*/
div#mainMenu a.parent
{
	background: #ED9105 url("../img/bgMenuItemCurrent.gif") repeat-x 0px 0px;
	color:#FFF ;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Eerste en laatste <a/> in het hoofdmenu.																		 */
/*-----------------------------------------------------------------------------------------------*/
.menuContainer a.home
{
	background: url("../img/bgMenuItemHome.gif") no-repeat 0px 0px;
	width: 44px;
	font-size:0px;
	color: transparent !important;
	padding-top:0px;
	margin-right: 5px;
	overflow: hidden;
	height:37px;
	padding:0px;
	display:block;
	float:left;
}

.menuContainer a.home.current
{
	background: url("../img/bgMenuItemHome.gif") no-repeat 0px -94px;
}

.menuContainer a.home:hover
{
	background: url("../img/bgMenuItemHome.gif") no-repeat 0px -47px;
}

.menuContainer a.home.current:hover
{
	background: url("../img/bgMenuItemHome.gif") no-repeat 0px -94px;
}

.menuContainer a.last
{
	border-bottom-width: 0px;
}
/*===============================================================================================*/
/*	Zwevende menu's																										 */
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu
{
	background: #ED9105;
	width: 190px;
	overflow: hidden;
	padding: 3px;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Gewone <a/> in een zwevend menu.																					 */
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a
{
	padding: 7px 5px 7px 5px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
}

div.floatMenu a:hover
{
	background-color: #D98404;
	color: #FFF;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------*/
/* Pijltje als er een submenu is																						 */
div.floatMenu a img
{
	width: 8px;
	height: 7px;
	background: transparent url("../img/menuArrowLeft.gif") no-repeat 0 0;
	margin-top: 3px;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Externe link in een hoofdmenu																						 */
div.floatMenu a img.link
{
	background: transparent url("../img/menuLink.gif") no-repeat 0 0;
	display: block;
	width: 13px;
	height: 9px;
	margin-top: 2px;
}
/*-----------------------------------------------------------------------------------------------*/
/* Current <a/> in het zwevend menu.																				 */
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a.current
{
	background-color: #D98404;
	color: #FFF;
	text-decoration: none;
}

div.floatMenu a.current:hover
{
	background-color: #D98404;
	color: #FFF;
	text-decoration: none;
}
/*-----------------------------------------------------------------------------------------------*/
/* Parent <a/> van current <a/> in het zwevend menu.															 */
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a.parent
{
	background-color: #D98404;
	color: #FFF;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Eerste en laatste <a/> in het zwevend menu.																	 */
/*-----------------------------------------------------------------------------------------------*/
div.floatMenu a.first
{
}

div.floatMenu a.last
{
	border-bottom-width: 0px;
}
/*===============================================================================================*/
/*
	Breadcrumb CSS classes
*/
/*===============================================================================================*/
div.breadcrumb
{
	width: 530px;
	height: 24px;
	clear: both;
	padding: 10px 0px 0px 0px;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Standaard <a/> in de breadcrumb.																					 */
/*-----------------------------------------------------------------------------------------------*/
div.breadcrumb a
{
	font-weight: normal;
	color: #57656C;
	text-decoration: none;
}

div.breadcrumb a:hover
{
	color: #ED9105;
}
/*-----------------------------------------------------------------------------------------------*/
/*	Laatste <a/> in de breadcrumb (current location).															 */
/*-----------------------------------------------------------------------------------------------*/
div.breadcrumb a.current
{
	font-weight: bold;
}

div.breadcrumb a.current:hover
{
}
/*-----------------------------------------------------------------------------------------------*/
/*	De spacer tussen de categorieën.																					 */
/*-----------------------------------------------------------------------------------------------*/
div.breadcrumb img, span.searchCrumb img
{
	background: transparent url("../img/kopie/arrowBread.gif") no-repeat 0px 0px;
	width: 20px;
	height: 6px;
}
/*===============================================================================================*/
/*
	Kalender CSS classes
*/
/*===============================================================================================*/
/*	De weekdagen (m, d, w, d, v, z, z) */
td.calDayHeader 
{
	text-align:	right;
	border-bottom: 1px solid #B8B8B8;
	color: #597079;
}

img.calDayHeader 
{
	width: 18px;
}

/* De weeknummers */
td.calWeekNo 
{
	text-align:	right;
	border-right: 1px solid #B8B8B8;
	cursor: pointer;
	color: #597079;
}

img.calWeekNo 
{
	width: 18px;
}

/* onMouseOver van de weeknummers */
td.calSel
{
	background-color: #CCCCCC;
}

/* De dagen in de huidige maand */
td.calDay
{
	text-align: right;
	background-color: #EEEEEE;
	color: #ED9105;
	cursor: pointer;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

/* De dagen van een andere maand (Other Month) */
td.calDayOM
{
	text-align: right;
	color: #B8B8B8;
	cursor: pointer;
}

/* Een geselecteerde dag in de huidige maand */
td.calSelected
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/* Een geselecteerde dag in een andere maand */
td.calSelectedOM
{
	background-color: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: white;
}

/* Vandaag */
td.calToday
{
	border: 1px solid #597079;
}

/* Als er agenda/kalender items zijn op die dag */
td.calFilled
{
	font-weight: bold;
}

/* De TD waar de maand in getoond wordt */
td.calMonth
{
	color: #ED9105;
}

/* De twee "vorige/volgende-maand" buttons */
tr#trButtons button
{
}
/*===============================================================================================*/
/*
	Sitemap CSS classes
*/
/*===============================================================================================*/
table.sitemap
{
	margin-bottom: 12px;
}

td.sitemapMain
{
	background-color: #FFF;
}

td.sitemapMain a 
{
	color: #ED9105;
	padding: 8px 8px;
	font-size:2.0em;
	text-decoration: none;
	font-weight: bold;
	display: block;
	clear: both;
}

td.sitemapMain a:hover
{
	color: #ED9105;
	text-decoration: underline;
}

td.sitemapSub
{
	color: #FF7800;
}

td.sitemapSub a 
{
	color: #ED9105;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	font-size:1.1em;
	clear: both;
}

td.sitemapSub a:hover
{
	text-decoration: underline;
}
/*===============================================================================================*/
/*
	Search page CSS classes
*/
/*===============================================================================================*/
div.search
{
}

tr.search
{
	color: black;
	background-color: white;
}

tr.search td
{
	padding-left: 0px;
	padding-right: 0px;
}

tr.search legend
{
	font-weight: bold;
}

div.results
{
	width: 100%; 
	clear: both;
	overflow: hidden;
}

.results .searchTitle
{
	color: #597079; /* google color: #0000DE */
	font-size: 1.25em;
	font-weight: bold;
}

.results span.searchTeaser
{
	color: #000000;
}

.results span.searchCrumb a
{
	color: #ED9105; /* google color: #008000 */
	text-decoration: none;
}

.results span.searchCrumb a:hover
{
	text-decoration: underline;
}

.results span.searchDate
{
	color: #999999;
}
/*===============================================================================================*/
/*
	Login page CSS classes
*/
/*===============================================================================================*/
div.login
{
	margin: 30px 0px 30px 0px;
}

div.login button
{
	overflow: visible;
}

div.login button.back
{
}

div.login button.cancel
{
}

div.login button.change
{
}

div.login button.loginlike
{
}

div.login button.submit
{
}

div.login a.lost
{
}

div.login a.clear
{
}
/*===============================================================================================*/
/*
	Paging CSS classes
*/
/*===============================================================================================*/
div.paging
{
	margin: 10px 0px 10px 0px;
	width: 100%;
	text-align: center;
}

div.paging a
{
	display: inline-block;
	padding: 6px 8px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
	margin-right: 5px;
}

div.paging a:hover
{
	color: #555555;
	border: 1px solid #555555;
	background-color: #DCDCE5;
}

div.paging a.disabled, div.paging a.disabled:hover
{
	border: 1px solid #EEEEEE;
	background-color: #EEEEEE;
	color: #CCCCCC;
	cursor: default;
}

div.paging a.current
{
	background-color: #DCDCE5;
}

div.paging a.first
{
	width: 50px;
}

div.paging a.last
{
	width: 50px;
}
/*===============================================================================================*/
/*
	Item CSS classes
*/
/*===============================================================================================*/
div.item
{
	display: block;
	float:left;
	width: 566px;
}

div.item .body
{
	float:left;
	width:100%;
}

div.item .title
{
	display: block;
	font-size: 0.84em;
	font-weight: bold;
	color: #ED9105;
	clear: both;
}

div.item .title a
{
	text-decoration: none;
}

div.item .title a:hover
{
	color: #57656C;
}

div.item .thumb
{
	float: left;
	display: inline;
	margin: 0px 5px 5px 0px;
}

div.item .thumb img
{
	width: 114px;
	height: 114px;
	float: left;
	text-decoration: none;
}

div.item .thumb a, div.item .thumb span
{
	padding: 3px;
	display: block;
	float: left;
	border: 2px solid #DCDCE5;
}

div.item .thumb a:hover
{
	border: 2px solid #ED9105;
}

div.item .body, .itemBody
{
	color: #57656C;
	margin-bottom: 15px;
}

div.item .nav
{
	float:left;
	width:100%;
	background: url("../img/bgNav.gif") repeat-x 0px 0px;
}

div.item .nav div
{
	clear: both;
	margin-bottom: 10px;
}

div.item .nav a
{
	color: #57656C;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}

div.item .nav a:hover
{
	color: #ED9105;
}

/*-----------------------------------------------------------------------------------------------*/
div.item a.back
{
	display: block;
	width: 56px;
	height: 28px;
	background: url("../img/btnBack.gif") no-repeat 0px 0px;
	float: left;
}

div.item a.back:hover
{
	background: url("../img/btnBack.gif") no-repeat 0px -34px;
}
/*-----------------------------------------------------------------------------------------------*/
div.item a.send
{
	display: block;
	width: 75px;
	height: 28px;
	margin-right: 10px;
	background: url("../img/btnSend.gif") no-repeat 0px 0px;
	float: right;
}

div.item a.send:hover
{
	background: url("../img/btnSend.gif") no-repeat 0px -34px;
}
/*-----------------------------------------------------------------------------------------------*/
div.item a.print
{
	display: block;
	width: 54px;
	height: 28px;
	margin-right: 10px;
	background: url("../img/btnPrint.gif") no-repeat 0px 0px;
	float: right;
}

div.item a.print:hover
{
	background: url("../img/btnPrint.gif") no-repeat 0px -34px;
}
/*-----------------------------------------------------------------------------------------------*/
div.item a.more
{
	display: block;
	width: 93px;
	height: 28px;
	background: url("../img/btnMore.gif") no-repeat 0px 0px;
	float: right;
}

div.item a.more:hover
{
	background: url("../img/btnMore.gif") no-repeat 0px -35px;
}
/*-----------------------------------------------------------------------------------------------*/
div.item a.top
{
	display: block;
	width: 43x;
	height: 28px;
	background: url("../img/btnTop.gif") no-repeat 0px 0px;
	float: right;
}

div.item a.top:hover
{
	background: url("../img/btnTop.gif") no-repeat 0px -34px;
}
/*-----------------------------------------------------------------------------------------------*/
div.item a.wiki
{
	display: block;
	width: 75px;
	height: 15px;
	float: left;
}

div.item a.wiki:hover
{
}
/*===============================================================================================*/
/*
	Reactions CSS classes
*/
/*===============================================================================================*/
div.reactions
{
	font-weight: normal;
	font-size: 1.0em;
	color: #57656C;
}

div.reactions h4
{
}

div.reactions form h4
{
}

div.reactions li
{
}

div.reactions h6
{
	font-weight: bold;
	margin-bottom: 0px;
}
/*===============================================================================================*/
/*
	Relations CSS classes
*/
/*===============================================================================================*/
div.relations
{
}
/*===============================================================================================*/
/*
	Flowchart CSS classes
*/
/*===============================================================================================*/
div.flow
{
	width: 530px;
	float: left;
	display: block;
}

div.flow div.items
{
	float: left;
	border-bottom: 1px solid #DFDFDF;
	width: 350px;
	display: block;
}

div.flow div.relations
{
	float: right;
	height: 150px;
	width: 170px;
	overflow: auto;
	display: block;
}

div.flow div.relations a.relation
{
	display: block;
	margin-bottom: 2px;
	padding: 2px;
	text-decoration: none;
	color: #597079;
	float: none;
	width: 166px;
}

div.flow div.relations a.relation:hover
{
	background-color: #F0F0F0;
}

div.flow div.relations a.relation img
{
	background: transparent url(../icons/htm.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	display: inline;
	margin-right: 5px;
}

div.flow div.flowitem
{
	background-color: #FDFDFD;
	border-top: 1px solid #DFDFDF;
	padding: 2px 5px;
	display: block;
	float: none;
	width: 340px;
}

div.flow div.endcode
{
	background-color: #597079;
	color: #FFFFFF;
}

div.flow div.flowitem:hover
{
	background-color: #F0F0F0;
}

div.flow div.flowitem img
{
	width: 8px;
	height: 7px;
	background: transparent url("../img/kopie/menuArrowDown.gif") no-repeat 0 0;
	margin-top: 5px;
	display: block;
}

div.flow div.current img
{
	background: transparent url("../img/kopie/menuArrowLeft.gif") no-repeat 0 0;
}

div.flow div.endcode img
{
	display: none;
}

div.flow div.last
{
	background-color: #597079;
	border-top-width: 0px;
}

div.flow div.flowitem div.name
{
	height: 20px;
	width: 230px;
	float: left;
	display: block;
	font-weight: bold;
	cursor: pointer;
}

div.flow div.flowitem div.endcode
{
	width: 340px;
}

div.flow div.flowitem div.check input
{
}

div.flow div.flowitem div.radio input
{
}
/*===============================================================================================*/
/*
	Form CSS classes
*/
/*===============================================================================================*/
form.form
{
	background:#F0F2F3;
}

.error
{
	color: #ED9105;
	font-weight: bold;
}

form.form h4
{
	font-size: 1.3em;
	color: #ED9105;
}

form.form div.category
{
	background: #DCDCE5;
}

form.form button
{
/**/
	float: right;/**/
	padding-top: 0px;
	height: 18px;
}

form.form button.back
{
}

form.form button.submit
{
}

form.form button.reset
{
}

form.form div.radio
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 5px;
}

form.form div.formfield
{
}

form.form div.formfield.buttons
{
	width:100%;
	float:left;
	padding-bottom:10px;
}


form.form .bold, form.form .caption, form.form .label
{
	font-weight: bold;
	float: left;
	width: 34%;
	overflow: hidden;
}

form.form div.field
{
/**/
	width: 65%;
	overflow: hidden;
	float: left;/**/
}

form.form input.file
{
	
}
/*===============================================================================================*/
/*
	Forum CSS classes
*/
/*===============================================================================================*/
.forum
{
}

.forum .bar
{
	background-color: #597079;
	color: White;
	font-weight: bold;
}

.forum button
{
	padding-top: 0px;
	height: 18px;
}

.forum button.add
{
}

.forum button.cancel
{
}

.forum button.moderator
{
}

.forum td.thread
{
	border-bottom: 1px solid #DDDDDD;
	vertical-align: text-top;
}

.forum .mouseOver
{
	background-color: #F3F3F3;
}

.forum .subject
{
	font-weight: bold;
	text-decoration: none;
}

.forum a.subject:hover
{
	font-weight: bold;
	text-decoration: none;
}

.forum div.text
{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.forum td.author
{
}

.forum span.author
{
	color: #ED9105;
	font-weight: bold;
}

.forum span.date
{
	color: #ED9105;
	font-weight: bold;
}

.forum td.reactions
{
}

.forum td.last
{
}

.forum .quote
{
	clear: both;
	width: 100%;
	text-align: center;
}

.forum .quote q
{
	display: block;
	width: 90%;
	background-color: #F3F3F3;
	padding: 10px;
	text-align: left;
}
/*===============================================================================================*/
/*
	Gallery CSS classes
*/
/*===============================================================================================*/
div.gallery .image
{
	float: left;
	margin: 0px 5px 5px 0px;
}

div.gallery .image img
{
	width: 114px;
	height: 114px;
	float: left;
	text-decoration: none;
}

div.gallery .image a
{
	padding: 3px;
	display: block;
	float: left;
	border: 2px solid #DCDCE5;
}

div.gallery .image a:hover
{
	border: 2px solid #ED9105;
}

div.gallery .image .shadow
{
	width: 124px;
	height: 11px;
	clear: both;
	background: url("../img/kopie/footerThumb.gif") repeat-x 0 0;
}
/*===============================================================================================*/
/*
	Template CSS classes
*/
/*===============================================================================================*/
tr.control_0
{
	background-color: #F0F0F0;
}

tr.control_1
{
	background-color: transparent;
}

td.controlName
{
	font-weight: bold;
}
/*===============================================================================================*/
/*
	Wiki CSS classes
*/
/*===============================================================================================*/
form.wiki 
{
}

/* positionering van een van de wiki velden */
div.item div.body form.wiki div.field
{
/*/
	clear: none;
	float: left;
	width: 65%;/**/
}

/* kleur e.d. van een editor veld */
form.wiki div.bodyEdit
{
}

/* overload voor het koptekst veld */
form.wiki div.editTeaser
{
}

form.wiki button.submit
{
}

form.wiki button.cancel
{
}
/*===============================================================================================*/
