/* MailSite ExpressPro 8.0.4.7 */
/* EventEditorStyle.css Copyright 2005-2007 Rockliffe, Inc. */

/* Contains all the event editor content */
.EventContentBorder
{
	background-color: #E3EFFF;
	border: thin solid black;
	margin: 5px;
	padding: 10px;
	display: block;
}

/* Containts the main controlling attributes of an event.  Contains an EventTimePanel and an EventSummaryPanel */
.EventHeaderPanel
{
	margin-bottom: 10px;
}

.EventHeaderPanel .EditorLabel
{
	font-size: 9pt;
}

/* ############################################# */

/* Contains the start/end properties of the event */
.EventTimePanel
{
}

/* The labels, which float in the margin, are much smaller than normal */
.EventTimePanel .EditorValue
{
	/* EventTimePanel has deliberately short labels */
	margin-left: 50px;
}

/* Select a date */
.DatePicker
{
	/* Float left within the EditorValue so the TimePicker can go on the same line */
	float: left;
	margin-right: 10px;
}

/* Select a time */
.TimePicker
{
}

/* ############################################# */

/* The section that contains the text attributes of the event */
.EventSummaryPanel
{
}

.EventSummaryPanel .EditorLabel
{
}

.EventSummaryPanel .EditorValue
{
	/* EventSummaryPanel has shortish labels */
	margin-left: 90px;
}

/* ############################################# */

/* Labels in the stacked line of attributes */
.EventEditorAttributeLabel
{
	float: left;
	margin-left: 10px;
	font-size: 9pt;
	line-height: 14pt;
	font-weight: bold;
	padding: 3pt 0pt 0pt 2pt;
}

/* Valuees in the stacked line of attributes */
.EventEditorAttributeValue
{
	float: left;
	margin-left: 0px;
	padding: 3pt 0pt 0pt 2pt;
}

.EventEditorAttributeValue select
{
}

.EventEditorAttributeCheckbox
{
	float: left;
	padding: 3pt 0pt 0pt 2pt;
}

.EventEditorAttributeCheckbox label
{
	font-size: 9pt;
	line-height: 14pt;
	font-weight: bold;
}

/* Attribute buttons show extra sections of the editor */
.EventEditorAttributeButton
{
	margin: 3pt 0pt 0pt 10pt;
}

/* Style of attribute button when it is depressed */
.EventEditorAttributeButtonDepressed
{
	margin: 3pt 0pt 0pt 10pt;
	border: inset 2px;
}

/* ############################################# */

/* The recurrence panel with the recurrence rule */
.RecurrenceContentPanel
{
	clear: both;
	margin: 5px;
	padding: 10px;
}

.RecurrenceHeadingLabel
{
	font-weight: bold;
	white-space: nowrap;
	padding: 3pt 0pt 0pt 2pt;
	display: block;
	margin-left: -10px;
}

.RecurrenceFreqOption
{
	font-size: 9pt;
	display: block;
}

.FilterByGroup
{
	float: left;
	clear: both;
	padding: 3px 2px 0 0;
}

/* FilterBy buttons expose extra sections of the editor */
.FilterByButton
{
	margin: 3pt 0pt 0pt 0pt;
}

/* Style of filter by button when it is depressed */
.FilterByButtonDepressed
{
	margin: 3pt 0pt 0pt 0pt;
	border: inset 2px;
}

.RecurrenceTextBox
{
	width: 20px;
}

.RecurrenceInstancesTextBox
{
	width: 100px;
}

.RecurrenceLabel
{
	font-size: 9pt;
}

.FreqPartPanel
{
	width: 270px;
	float: left;
	width: 60%;
	margin-bottom: 15px;
}

.FreqPartPanel .RecurrenceLabel
{
	clear: left;
}

.ByDayPartCheckbox
{
	margin-left: 10px;
	display: block;
	float: left;
	white-space: nowrap;
	font-size: 9pt;
}

.ByDayPartPanel
{
}

.ByMonthPanel
{
	margin-left: 290px;
}

.ByMonthPartCheckbox
{
	margin-left: 10px;
	display: block;
	float: left;
	width: 45px;
	white-space: nowrap;
	font-size: 9pt;
}

.RecurrenceCheckboxHelper
{
	float: left;
	margin: 5px;
}

.FilterByXPanel
{
	margin-bottom: 15px;
	margin-left: 10px;
	clear: left;
}

.RecurrenceEndPanel
{
	margin-left: 15px;
}

.RecurrenceEndOption
{
	display: block;
	margin-bottom: 5px;
	font-size: 9pt;
}

.RecurrenceEndDateLabel
{
	float: left;
	margin-right: 4px;
	font-size: 9pt;
}

/* ############################################# */

/* Description panel contains the descriptive text about the event */
.EventDescriptionPanel
{
	text-align: center;
}

.EventDescriptionPanel textarea
{
	width: 90%;
	height: 200px;
}
