/* Styles for MCMS-specific elements on the page */
#cmsControls
{
	clear: left;
	float: left;
	background-color: #575757;
	text-align: left;
	width: 965px;
	margin: 8px 0;
}

/* Labels for CMS placeholders */
div.cmsGuide
{
	width: 918px;
	background-color: #6f2906;
	color: White;
	font-size: 12px;
	border-color: #df5312;
	border-width: 1px;
	border-style: solid;
	padding: 8px 16px;
	margin: 16px 8px 8px 4px;
}

#inner div.cmsGuide
{
	width: 602px;
	margin-left: 0;
	margin-right: 0;
}

.glowWindow div.cmsGuide
{
	background-color: #efcdbd;
	color: Black;
	border-color: #df5312;
	font-weight: bold;
}

div.styleSelector
{
	width: 644px;
	clear: left;
	margin-left: 248px;
}

div.cmsGuide span
{
	clear: left;
}

div.styleSelector span
{
	float: left;
	width: 183px;
}

div.news
{
	width: 426px;
}


/* Debug console elements */
.cmsDebugConsole
{
	float: left;
	width: 965px;
	padding: 8px 0px;
}

.cmsDebugConsole div
{
	float: left;
	width: 308px;
	height: 15px;
	background-color: #4f4d3f;
	border-color: #ffdf00;
	border-width: 1px;
	border-style: solid;
	padding: 8px;
	margin: 4px;
	color: #ffdf3f;
	font-size: 12px;
}

.cmsDebugConsole div h3
{
	font-size: 12px;
	color: #ffdf00;
	margin: 0;
}


/* Edit console elements */
.cmsEditConsole, .cmsErrorConsole
{
	float: left;
	width: 240px;
	padding: 8px 0px;
	display: block;
}

.cmsEditConsole div, .cmsErrorConsole div
{
	float: left;
	width: 213px;
	border-width: 1px;
	border-style: solid;
	padding: 4px 8px;
	margin: 4px;
	font-size: 12px;
	overflow: hidden;
}

.cmsEditConsole div
{
	background-color: #37373f;
	border-color: #7f7fff;
	color: #7f7fff;
}

.cmsErrorConsole div
{
	background-color: #3f1f1f;
	border-color: #ff7f7f;
	color: #ff7f7f;
}


.cmsEditConsole div div, .cmsErrorConsole div div
{
	clear: left;
	float: left;
	width: 100%;
	height: auto;
	border: none;
	text-align: center;
	padding: 2px;
	margin: 0 -3px 0 0;
}

.cmsEditConsole div div
{
	color: #7f7fff;
}

.cmsErrorConsole div div
{
	color: #ff7f7f;
}

.cmsEditConsole #LiveSwitchToEditViewMode,
.cmsEditConsole #ViewSwitchAndPreviewCommands
{
	width: 213px;
	height: auto;
	text-align: center;
}

.cmsEditConsole #ViewSwitchAndPreviewCommands
{
	width: 213px;
}


.cmsEditConsole h3, .cmsErrorConsole h3
{
	font-size: 12px;
	margin-bottom: 0;
}

.cmsEditConsole h3
{
	color: #dfdfff;
}

.cmsErrorConsole h3
{
	color: #ffdfdf;
}


.cmsEditConsole a
{
	color: #bfbfff;
}

.cmsErrorConsole a
{
	color: #ffbfbf;
}


#ViewPostingEditCommands, #ViewApprovalCommands
{
	width: 93px;
	height: 72px;
	margin-right: 5px;
}

.cmsEditConsole #ViewStatusDisplay div,
.cmsErrorConsole .ViewErrorDisplay div
{
	text-align: left;
	width: 100%;
}

.cmsEditConsole #ViewStatusDisplay div.indent,
.cmsErrorConsole .ViewErrorDisplay div.indent
{
	padding: 0 0 0 24px;
	width: 188px;
}

.cmsEditConsole .highlight
{
	font-weight: bold;
}


/* Common utility classes for CMS elements */
.newRow
{
	clear: left;
}

div.fieldLabel
{
	width: 120px;
}

.glowWindow object
{
	background-color: #ede5e1;
	color: Black;
	font-size: 1.1em;
}