HTML, BODY {
	margin: 0; padding: 0;
	background: #FFF;
	width: 100%; height: 100%;
	font: normal 10pt verdana, sans-serif;
	color: #444;
}
DIV#Main {}


H1 {
   margin: -5px 0 3px 0; padding: 7px 6px 7px 5px;
   color: #d21c30;
	font: bold 10pt verdana, sans-serif;
	background: #e4e0d6;
	letter-spacing: 0.1em;
}

P {
   margin: 0; padding: 6px 6px 7px 7px;
   line-height: 14pt;
   font-size: 9pt;
}



DIV#editPanelSet {
	font: normal 10pt verdana, sans-serif;
	
	position: absolute;
	margin: 0; padding: 0;
	top:0; left: 0;
	width: 100%;
	z-index: 1005;
	opacity: 0.6;
}
DIV#editPanelSet DIV.headerAndButtons {
}

TABLE.logOutTable {
	position: absolute;
	right: 0; top: 0;
}

DIV.edit-mode-enabled TABLE TD.id {
  display: none;
}
