/* =======================================
	Events Module Styles
=========================================*/

/* Categories */
.EventCatEdit
{
	width: 715px;
}

.EventCatEditList
{
	float: left;
	width: 200px;
}

.EventCatEditBody
{
	margin-left: 210px;
	width: 500px;
}

.EventCatEditBody .DataEntry
{
	width: 480px;
	overflow:hidden;
	margin-bottom: 2px;
}

.EventCatEditBody .DataLabel
{
	width: 130px;
	display: block;
	float: left;
	margin-top: 0px;
	vertical-align: top;
}

.EventCatEditBody .DataField
{
	width: 350px;
	display: inline;
	overflow: hidden;
	vertical-align: top;
	vertical-align: text-top;	
}

.EventCatEditActions, .EventActions, .EventSearchActions
{
	border-top: solid 1px #000;
	margin-top: 8px;
	padding-top: 2px;
	width: 100%;
	_height: 50;
	min-height: 50;
	vertical-align: top;
	vertical-align: text-top;	
}

/*  Events */
.EventEditCreated
{
	text-align: right;
}

.EventEditEntry
{
	margin-bottom: 2px;
	overflow: hidden;
	width: 610px;
	background-color: #e6e6fa;
}

.EventEditCategories
{
	padding: 0 10px;
	text-align:center;
}

.EventEditLabel
{
	width: 120px;
	display: block;
	float: left;
	margin-top: 0px;
	vertical-align: top;
}

.EventEditField
{
	width: 480px;
	display: inline;
	o/verflow: hidden;
	overflow: visible;
	float: right;
	vertical-align: top;
	vertical-align: text-top;
}

.EventEditPage .EventPage
{
	width: 800;
	margin-right: 155px;
}

.EventPageTokens
{
	background-color: #e6e6fa;
	width: 800px;
	padding: 2px 10px;
}

.EventPageTokens P
{
	margin-bottom: 2px;
}

.EventPageTokens UL
{
	margin: 5px 0;
}

.EventPageTokens LI
{
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}

/* Events List */
.EventList .EventIcon
{
	float: left;
	width: 80px;
	height: 80px;
	text-align: center;
}

.EventList .EventDetails
{
	margin-left: 85px;
	margin-right: 110px;
}

.EventList .EventTitle
{
	display: block;
	font-weight: bold;
}

.EventList .EventTimes
{
	float: right;
	width: 105px;
	font-size: 80%;
}

.EventList .EventSummary
{
	display: block;
	font-size: 80%;
}

.EventList .EventGroupHeader
{
	font-size: 110%;
	font-weight: bold;
	color: #00c;
	display: block;
	margin-bottom: 5px;
}

.EventList .EventListSeparator
{
	clear: both;
	font-size: 10%;
}

/* Event Page Display */
.EventPage
{
}

.EventPageContainer
{
	position: relative;
	width: 100%;
}

/* Events Calendar Display */

.EventCalendarTitle
/* Used for the title display inside the date of the calendar display */
{
	font-size: 80%;
	display: block;
	margin-bottom: 4px;
}

.EventCalendarTime
/* The time display in the date of the Calendat Display */
{
	font-size: 80%;
}

/* Event Options 
	Used for the Events Options control */
.EventOptionsLabel
{
	width: 175px;
	display: block;
	float: left;
	margin-top: 0px;
	vertical-align: top;
}

.EventOptionsField
{
	width: 425px;
	display: inline;
	overflow: hidden;
	vertical-align: top;
	vertical-align: text-top;
}

/* Event Search */
.EventSearch
{
	text-align: left;
	width: 150px;
}

.EventSearchDates .Info
{
	color: #888;
	font-size: 75%;
}

.EventSearchLabel
{
	margin: 5px 0 2px 0;
	border-bottom: solid 1px #ccc;
}

.EventSearchActions
{
	text-align: right;
}

.EventSearchDates .EventSearchField
{
	height: 140px;
}

.EventSearchDatePicker
{
	float: left;
	width: 150px;
}
.EventSearchDatePicker .Info
{
	color: #000;
	font-size: 75%;
}

.EventSearchDateType
{
	margin: 0 0 0 150px;
	font-size: 80%;
	height: 110px;
}

.EventSearchField .NormalTextBox
{
	width: 150px;
}
.EventSearchField SELECT.NormalTextBox 
{
	font-size: 75%;
}

