.ipe{
	padding: 0px;
	margin: 0px;
}

.editableOn {
	border-top: solid red 1px;
	border-right: solid red 1px;
	border-left: solid red 1px;
	border-bottom: solid red 1px;
	background-color: #FFFFEE;
	padding: 0px;
	margin: 0px;
	cursor: crosshair;
}

.editableOff {
	padding: 0px;
	margin: 0px;
	border-top: solid red 1px;
	border-right: solid red 1px;
	border-left: solid red 1px;
	border-bottom: solid red 1px;
}

.Edit {
	display: block;
	clear: both;
	border: solid red 1px; 
	margin: 0px;
	padding: 0px;
	background: none;
	background-color: white;
	width: 620px;
	height: 400px;
}

.Notes {
	display: block;
	clear: both;
	border-top: solid red 1px;
	border-right: solid red 1px;
	border-left: solid red 1px;
	border-bottom: solid red 1px;
	width: 620px;
	height: 400px;
}

.Snapshots { 
	display: block;
	clear: both;
	border-top: solid red 1px;
	border-right: solid red 1px;
	border-left: solid red 1px;
	border-bottom: solid red 1px;
	width: 620px;
	height: 400px;
	padding: 2px;
}

.ipe input{
	color: #26a;
	font-size: larger;
	background: lightgrey;
	border: #26a solid 1px;
	margin: 2px;
}

.editable_onder {
	margin: -1px 0 0 0;
	border-bottom: solid red 1px;
	border-right: solid red 1px;
	border-left: solid red 1px;
	border-top: none;
	width: 110px;
	background-color: #FFFFCC;
	height: 27px;
	
}

.tab {
	display: inline;
	margin-right: 0px;
	background-color: #FFFFCC;
	height: 26px;
}

.tab a {

}

.tab_on {
	border-top: solid white 1px;
	background-color: #F5F5F3;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: -1px;
}

.tab_off {
	background-color: #FFFFCC;
}


.NotesOverview{
	width: 620px;
	height: 350px;
	overflow-y: scroll;
}
	
.NoteView{
	width: 620px;
	height: 350px;
	overflow-y: scroll;
}
	
.pagelinks {
	text-align: right;
	margin-right: 25px;
	margin-bottom: 15px;
}

.view{
	margin-right: 10px;
	padding: 8px;
}


/* 
	editor voegt p -tags toe: daardoor is er soms te veel ruimte, o.a. onder de pageTitle;
	deze css code is daar een oplossing voor
	
	als ergens een stuk tekst te dicht bij de hogere content geplakt staat, dan is onderstaande code hoogstwaarschijnlijk de oorzaak; in dat geval: gewoon weer wegdoen
*/

div.ipe .view p {
	margin-top: 0px;
	margin-bottom: 15px;
}