﻿.editconsole
{
	background-color:#ffffcc;
	color:#000000;
	height:100%;
	border-bottom:solid 1pt #DDDDAA;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size: 1.2em
}
.editconsole DIV
{
	margin:0em 1em 0em 0em;
	float:left;
	width: 9em;
	
}
.editconsole UL
{
	margin-top:0.7em;
	margin-bottom:0.7em;
	list-style-position:outside;
}

.editconsole LI
{
	font-family: Arial, Verdana, Sans-Serif;
	list-style-type:none;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height:1.4em;
	font-size:0.75em;
}

.floatleft
{
	float:left;
}

.editconsole H2
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:-0.5em;
	padding-left:0;
}
.editconsole A, .editconsole A:hover
{
	cursor:hand;
	color:#000000;
}

.EditModeHelpControl
{
	padding:0.5em 0.5em 0.5em 0.5em;
	margin-top:2em;
	margin-right:1em;
	font-size:8pt;
	background-color:#ffffcc;
	text-transform:none;
	font-weight:500;
	border:solid 1px #DDDDAA;
	color:#000000;
}

