/* MailSite ExpressPro 8.0.4.7 */
/* FormSection.css Copyright 2005-2007 Rockliffe, Inc. */

/* An expandable form section which contains two FormSectionHeaders and a FormSectionDetailPanel */
.FormSectionPanel
{
}

/* ### FormSectionHeaders ### */

/* The style for the summary panel */
.FormSectionHeaderBorder 
{
	/* Specify border and margins here, but no padding or width */
	border: thin solid black;
	margin: 5px;
	display:block;
}

/* Immediately inside a FormSectionHeaderBorder */
.FormSectionHeaderContainer
{
	/* Specify padding width and background color here, but no margin or border */
	background-color: #A7C6E8;
	display: block;
	padding-bottom: 5px;
	height: auto;
	width: 100%;
}

/* The label in the FormSectionHeader */
.FormSectionLabel {
	float:left;
	clear:left;
	font-weight: bold;
	white-space: nowrap;
	padding: 3pt 0pt 0pt 2pt;
}

/* Displayed to the right of the FormSectionLabel */
.FormSectionValue 
{
	display: block;
	padding: 3pt 0pt 0pt 2pt;
	min-height: 20px;
	margin-left: 165px;
	margin-right: 65px;
}

/* Holds the actions for the section */
.FormSectionActions 
{
	float:right;
	clear:right;
	white-space: nowrap;
	padding: 3pt 3pt 0pt 2pt;
}

/* ########################## */

/* The default style for the expandend section container */
.FormSectionDetailsPanel
{
	display: block;
	width: 80%;
	min-width: 450px;
	text-align: left;
}
