﻿/*
Author:			ProActive A/S
Description:	These Css class definitions style the components in MCMS AuthoringMode. The class
				definitions are referenced by the container that encloses each of the components (provides
				the editors with a clear overview of the boundaries of each component).
*/
.CmsBaseComponentRegion {
	padding: 3px;
	border: 1px solid black;
	background-color: #eeeeee;
}

/*
Author:			ProActive A/S
Description:	These Css class definitions style the ComponentModel in MCMS AuthoringMode. The class
				definitions are emitted by the ComponenetModelPlaceHolderControl and can freely be
				styled according to client specifications.
*/
.CmsBaseComponentContainer {
	margin-bottom: 3px;
}

.CmsBaseComponentList {
	width: 98%;
	margin-top: 3px;
}

.CmsBaseInheritConfig {
	width: 98%;
}

.CmsBaseAddComponentLink {
	float: left;
	margin-top:  3px;
}

.CmsBasePromoteConfiguration {
	float: left;
	margin-top:  3px;
	margin-left: 10px;
}

.CmsBaseSeperator {
	display: none;
}

.CmsBaseMoveUp {
	float: left;
	margin-top:  3px;
	margin-right: 10px;
	margin-bottom:  3px;
}

.CmsBaseMoveDown {
	float: left;
	margin-top:3px;
	margin-right:10px;
	margin-bottom: 3px;
}

.CmsBaseDelete {
	float: left;
	margin-top:3px;
	margin-bottom:3px;
}

.CmsBaseTitle {
	font-size:1em;
	color:#666;
	border:1px solid #9f9f9f;
	padding-left: 3px;
	width: 98%;
	clear: both;
	margin-bottom: 3px;
}