<!--
/**
* page.css 2004-02-26
*/
input.large {
	width				: 300px;
}

.htmlarea {
	height				: 160px;
	border				: 2px inset white;
	margin-left			: 0px;
	margin-right		: 0px;
	/*
	border-top			: 1px solid buttonshadow;
	border-right		: 1px solid buttonhighlight;
	border-bottom		: 1px solid buttonhighlight;
	border-left			: 1px solid buttonshadow;
	*/
}

.toolsave {
	vertical-align		: top;
	font-size			: 8pt;
	white-space			: nowrap;
	vertical-align		: top;
	padding				: 2px;
	margin-right		: 3px;
	width				: 140px;
	height				: 22px;
	color				: black;
	border				: 1px solid threedface;
}

.toolbardiv {
	height				: 24px;
	text-align			: right;
	position			: absolute;
	vertical-align		: middle;
}
.tbar {
	height				: 26px;
	float				: right;
	vertical-align		: middle;
	background-color	: threedface;
	color				: MenuText;
	padding				: 2px;
	margin				: 1px;
	border-top			: 1px solid buttonhighlight;
	border-right		: 1px solid buttonshadow;
	border-bottom		: 1px solid buttonshadow;
	border-left			: 1px solid buttonhighlight;
}
.tbar, .tbar * {
	vertical-align		: middle;
	font-size			: 8pt;
}
.tbar img {
	margin-top			: 2px;
	margin-bottom		: 2px;
	width				: 16px;
	heigth				: 16px;
	background-color	: threedface;
	vertical-align		: middle;
}

/*
.toolbutton {
	padding				: 3px;
	width				: 75px;
	font-size			: 8pt;
	white-space			: nowrap;
}

.toptoolbar td {
	padding-left		: 3px;
	white-space			: nowrap;
	font-size			: 8pt;
	vertical-align		: middle;
}

.toptoolbar {
	background-color	: threedface;
}
.toptoolbar img {
	vertical-align		: middle;
}

td.toptoolbutton{
	horizontal-align	: right;
	padding				: 3px 3px 3px 7px;
	white-space			: nowrap;
}
*/
.editbutton {
	background-color	: threedface;
}

.htmlarea td {
	border				: dashed #C0C0C0 1px;
}

.htmlarea input.hidden {
	border-right		: #000000 1px dashed;
	border-top			: #000000 1px dashed;
	border-left			: #000000 1px dashed;
	border-bottom		: #000000 1px dashed;
	width				: 15px;
	height				: 15px;
	background-color	: #FDADAD;
}

.htmlarea input.button {
}

.htmlarea input {
	color				: #000000;
}

.htmlarea form {
	border				: #CC0000 1px dashed;
	heigth				: 15px;
}

.htmlarea input.hidden {
	border				: dashed black 1px ;
}

body.htmlarea {
	font-family			: arial, helvetica, sans-serif;
	font-size			: 10pt;
	margin-left			: 0px;
	margin-right		: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
}

.pc_paragraph {
	width				: 100%;
}
/* De volgende code maakt de hoogte van een paragraaf minimaal 16 pixels */
.paragraph_content {
   min-height			: 16px;
   height				: 16px;
}
/* Dit fixed de hoogte weer voor IE */
body[class] .paragraph_content {
   height				: auto;
}
-->
