﻿
/* edit mode panels */

.dh-editmodepanel
{
	float: left;
	width: 100%;
	background-color: #ccc;
	border-bottom: 1px solid #666;
	margin-bottom: 4px;
}

.dh-editcontainer
{
	float: right;
	width: 310px;
	background-color: #bbb;
	font-size: 68.9%;
	margin: 0;
}
.dh-authorcontainer
{
	float: right;
}

.dh-pubcontainer
{
	float: left;
}

/* /edit mode panels */


.ms-siteaction
{
	float: right !important;
	height: auto !important;
}

.ms-globalbreadcrumb
{
	display: none;
}

.ms-consolestatusmajorframe
{
}

.ms-consolestatusframe
{
}

.ms-formfieldcontainer,
.EditModePanel
{
}

.dh-inlinepanel
{
	float: left; 
	width: 100%; 
	background-color: #eee; 
	padding: 3px;
}
