/*
	Styling of layout
*/

div.navbar div div {
	display: inline;
	border-right: 1px solid;
	padding-right: .2em;
	padding-left: .5em;
}

#print {
	display: none;
}

/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border: dotted 1px;
	border-color: #AA3300;	
}
.paneC {
	/* Pane cue */
	font-size: 0.7em;
	color: White;	
	display:inline-block;
	float: right;
	/*clear: right;*/		
	padding: 0.2em 1em 0.2em 1em;
	background-color: #AA3300;
	color: White;
}
.editCnt {
	/* Edit cue */
	border: dotted 1px;
	border-color: #3300AA;
}
.editCue {
	font-family: Sans-Serif;
	font-size: 0.7em;
	display:inline-block;
	padding: 0.2em 1em 0.2em 0em
}