﻿/* Editmode classes - IE Only */
.editborder
{
	border-color: #336699;
}
.editconsole
{
	background-color: #FFFFFF;
	font-size: small;
}
.guidetextpadding
{
	padding-top: 12;
}
.guidetextmain
{
	background-color: #FFcc00;
	border: solid 1px #000000;
	text-align: left;
}

.guidetextarrow
{
	text-align: left;
	font-size: x-small;
	display: inline;
}
.guidetext
{
	font-size: x-small;
	text-align: left;
	display: inline;
	color: #000000;
	font-weight: bold;
}

.lgoleditbkg
{
	font-size: x-small;
	background-color: #FFcc00;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 2 8 2 0;
	text-align: left;
}

.editconsole a
{
	font-size: small;
}

a.consoleheading
{
	color: #ffffff;
	font-weight: bold;
	font-size: x-small;
}

a.consolemenuaction
{
	color: #0066cc;
	font-size: small;
}

a.consolemenulgolaction
{
	color: #6699cc;
	font-size: small;
}

.consolelabel
{
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}

.consolepagestatus
{
	color: #ff0033;
	font-weight: bold;
	font-size: x-small;
}

.consolelockstatus
{
	font-weight: bold;
	color: #339900;
	font-size: x-small;
}

.consoleversion
{
	color: #3366ff;
	font-weight: bold;
	font-size: x-small;
}

.debugbold
{	
	background-color: #eebb00;
	font-weight: bold;
	font-size: x-small;
}

.debug, .workflow 
{
	background-color: #ffcc00;
	font-size: x-small;
}
.workflow table
{
	padding: 5px;
	margin: 1px;
	width: 100%;
	background-color: #ffcc00;
	border-collapse: collapse;
}

.workflow table td
{
	padding: 5px;
	margin: 0x;
	border-spacing: 1px;
	border: solid 1px #eeaa00;
}
.debugheader
{
	background-color: #eebb00;
	font-weight: bold;
	font-size: small;
}


