/* MailSite ExpressPro 8.0.4.7 */
/* CalendarEditorStyle.css Copyright 2005-2007 Rockliffe, Inc. */

/* The default style for the expandend section container */
.PublishingSectionDetailsPanel
{
	display: block;
	width: 80%;
	min-width: 450px;
	text-align: left;
}

/* As a multivalue form section, normally there is a right hand margin that holds the preferred controls, but
   for publishing views, we don't need that control, so don't need the right hand margin. */
.PublishingSectionDetailsPanel .EditorMultiValue 
{
	margin-right: auto;
}