/*
	This is the set of styles for the CMS's presentation
	such as the content container's styles, the dotted edge in edit mode, etc.
*/
/*
<!--- modified: 22nd Dec 2007 - 23rd Dec 2007 by Fiona & Kym K - mbcomms: added styling for save & cancel buttons under editor area to aid usability --->
*/

.BlogContainer_Marker {
	border: 1px dashed Gray;
}
.BlogContainer_Wrapper {
	margin: 5px 0px 0px 0px;
	padding: 2px 2px 2px 4px;
/*	border: 1px solid Gray;*/
}
.BlogContainer_Controls {
	padding: 2px 0px 0 0px;
	float: right;
}
.BlogContainer_ControlButtons {

}

.ContentContainer_Marker {
	border: 1px dashed Gray;
}
.ContentContainer_Wrapper {

}
.ContentContainer_Controls {
	padding: 2px 0px 0 0px;
	float: right;
}

.ContentContainer_Controls_Clear {
	clear:both;
	line-height:0px;
	margin:0px;
	padding:0px;
}

.ContentContainer_UnderButtonsWrapper {
	padding: 2px 0px 0px 0px;
	float: left;
}
.ContentContainer_ControlButtons {

}
.ContentContainer_ControlButtonsUnder {
	width: 60px;
	height: 16px;
	border: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
/*
	background-position: center center;
	background-image: url(/global/SLCMSgraphics/nbutton_save.gif);
	background-repeat: no-repeat;
	border: 1px none;
*/

}
.emphNavItem {
	font-style:italic;
}

/*
.ContentContainer_Wrapper, .ContentContainer_Wrapper p {
	margin: -45px -20px 0 -15px; padding: 0px;
	margin: 0px; padding: -20px -20px 0 -20px;
*/


