body.editorAlter {
	background:#fff;
	margin:10px;
	}
body.editorAlter textarea {
	font-size:100%;
	}
body.editorAlter td {
	font-size:80%;
	vertical-align:middle;
	}
body.editorAlter h1 {
	font-size:120%;
	color:#000;
	}
	
table.edit {
	position:absolute;
	visibility:hidden;
	z-index:110;
	top:-5px;
	background:#fc0;
	margin:1px;
	border:solid 1px #000;
	}
table.edit tr td {
	font-size:70%;
	padding:0 2px 0 2px;
	}
table.edit tr td a {
	display:block;
	text-decoration:none;
	color:#000;
	}
table.edit tr td a:hover {
	text-decoration:underline;
	color:#000;
	}
table.edit tr td.section {
	background:#000;
	color:#fff;
	}
	
table.editControl {
	background:#fc0;
	width:100%;
	border:1px solid #000;
	}
table.editControl tr td {
	font-size:75%;
	font-weight:bold;
	color:#fff;
	line-height:1em;
	background:#000;
	padding:3px;
	}
table.editControl tr td a {
	color:#fc0;
	}
table.editControl tr td a:hover {
	color:#fff;
	}

	