﻿/*Editing Console*/
.editconsole
{
	font-family: Arial, Verdana, Sans-Serif;
	background-color:#ffffcc;
	color:#000000;
	height:100%;
	font-size:9pt;
	border-bottom:solid 1pt #DDDDAA;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.editconsole h1, .editconsole h2, .editconsole h3
{
	color:#000000;
}

.editconsole DIV
{
	margin:0em 1em 0em 0em;
	float:left;
	width: 9em;
	border-right:solid 1pt #CCCCCC;
}

.editconsole UL
{
	margin-top:0.7em;
	margin-bottom:0.7em;
	margin-left:0;
	list-style-type:none;
	padding-right:5px;
}

.editconsole LI
{
	line-height:1.4em;
}

.editconsole H2
{
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom:-0.5em;
	padding-left:0;
}
.editconsole A, .editconsole A:hover
{
	/*cursor:hand;*/
	color:#000000;
}
.editconsole A:hover
{
	color:#666666;
}
