﻿body {
}


/* ----------------------- */
/* Custom authoring styles */
/* ----------------------- */

.divCustomEditModePanel
{
	background-color: #fffff0;
	margin: -16px 0 0 0;
	width: 900px;
	line-height: 16px;
	border-right: #c0c0c0 2px inset;
	border-top: #c0c0c0 2px inset;
	border-left: #c0c0c0 2px inset;
}
.divCustomDefaultPanel
{
	background-color: #fffff0;
	margin: -17px 0 0 0;
	width: 100%;
	line-height: 16px;
	border-top: #c0c0c0 2px inset;
	border-right: #c0c0c0 2px inset;
	border-left: #c0c0c0 2px inset;
}

.divPublishedModeTop
{
	margin-top: 40px;
	margin-bottom: 15px;
}
.divUnpublishedModeTop
{
	margin-top: 33px;
}
.divUnpublishedModeBottom
{
	margin-bottom: 10px;
}
.divEditModeTop
{
	margin-top: 6px;
	margin-bottom: 6px;
}
.divCustomErrorPanel
{
	background-color: #fffff0;
	margin: -15px 0 0 0;
	padding: 0;
	width: 100%;
	line-height: 16px;
	border-right: #c0c0c0 2px inset;
	border-left: #c0c0c0 2px inset;
	border-bottom: #c0c0c0 2px inset;
}
.divCustomErrorPanel table
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.consoleErrorTitle
{
	color: Red;
}
.divCustomEditModePanel A, .divCustomDefaultPanel A
{
	color: #000080;
	text-decoration: underline;
}

.divSiteManagementLinks
{
	margin: 4px 10px 10px 5px;
	padding: 3px 10px 10px 10px; 
	border: solid 1px #7f7f7f; 
	text-align: left;
	width: 297px;
}

