/**
* Source.........: $HeadURL: http://debian.jsaliauw.nl/svn/homeinstead/branches/denbosch/htdocs/templates/css/editable.css $
* Last Modified..: $LastChangedDate: 2020-06-05 04:31:25 +0200 (vr, 05 jun 2020) $
* SVN Revision...: $LastChangedRevision: 481 $
*/

/*
 * editparagraph.php
 */
#divNewParagraph {
}
#divButtons {
}

/* default fonts */
body.editupload,
body.editparagraph {
	font-family:"Trebuchet MS",Serif;
	background-color: #fff;
	margin:  0;
	padding: 10px 12px;
	color:#000;
/*	font: "Trebuchet MS",Serif;
	font-size:small;  */

} 


button, textarea { 
/*	
font-family: "Trebuchet MS";
*/
}

label {
	float: left;
	font-weight: bold;
	border: 0px solid black;
}

#divNewParagraph {
	margin-bottom: 4px;
}

div.editorfield{
	padding: 1px 0;
}

.formright {
	display: block;
	margin-left: 25%;
}

input.txt {
	width: 75%;
}

textarea.editorTextarea {
	display: block;
	width: 98%;
	height: 440px;
} 

textarea.editorTextarea.news,
textarea.editorTextarea.shortnews {
	height: 220px;
}

/*
 * template_standard / template_news
 */
#divToggleInlineEditing {
	text-align: center;
	background-color: #ccff99;
}
#divToggleInlineEditing label {
	float: none;
	font-weight: normal;
	border: none;
}
#divToggleInlineEditing a {
	font-size: 0.9em;
	border-bottom: 0.8px dashed black;
}
#divToggleInlineEditing a:hover {
	border-bottom: 0.8px solid black;
}

#divLogOut {
	font-weight: bold;
	text-align: center;
	padding: 2px;
	background-color: #ccff99;
	cursor: pointer;
}

div#divLogOut.logout {
	color: #ff0000;
	background-color: #ffffcc;
}

div.startcmsparagraph.editable{
	background-color: #ffffcc;
	cursor: pointer;
}

iframe.editorIFrame {
	background-color: #fff;
	width:100%;
	margin: 4px 0;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	height: 420px;
}

#divHtml {
	margin: 10px 0;
}

#divDates {
	margin: 5px 0;
}


