/* ----------------------------------------
VanDamme Associates Events Style Sheet
Created: 2005-01-28
Updated: 2005-02-08
---------------------------------------- */

@import url("/FunctionSelection.css");
@import url("/Cart.css");

/* Events tables */
.eventsTable
{
	background-color: #fff;
	width: 100%;
	border: 1px dotted #ccc;
}

.eventsTable td
{
	text-indent: 5px;
}

.eventsTableHeader
{
	padding-left: 10px;
	background-color:#ccc;
	font-size: small;
	font-weight: bold;
	text-indent: 5px;
	height: 30px;
}

.eventsTableDateCell
{
	font-size: small;
	font-weight: normal;
}

.eventsTableTitleCell
{
	font-size: small;
	font-weight: normal;
}

.eventsTableCityCell
{
	font-size: small;
	font-weight: normal;
}

.eventsMonthRow td
{
	padding: 10px 10px 5px 0px;
	font-size: small;
	font-weight: normal;
	background-color: #e0e0e0;
}

.eventPendingRow
{
	font-size: small;
	font-weight: normal;
	background-color:#f93;
}
.eventsNavCellSelected{
	background-color: #C4D7EB;
	color: #fff;
}
/*Event Setup tabs*/
.eventActiveStep
{
	color: Navy;
}
.eventInactiveStep
{
	color: Gray;
}
.eventSelectedRegistrant
{
	background-color:#C4D7EB;
}

.eventPageDescription
{
	font-size:medium;
}
/* Pop-up Calendar */
.popUpToday
{
	background-color: Yellow;
}

/* Events Calendar */
.eventsCalendar
{
	width: 98%;
	font-size: small;
}

.eventsCalendarDay
{
	height: 75px;
	width: 14%;
	text-align: right;
	vertical-align: top;
	
}
.eventsCalendarOtherMonthDay
{
	height: 75px;
	width: 14%;
	text-align: right;
	vertical-align: top;
	background-color: #E0E0E0;
	
}
.eventCell
{
	/*background-color: Aqua;*/
	text-align: right;
	vertical-align: top;
}
.eventCellPending
{
	background-color: #C4D7EB;
	text-align: right;
	vertical-align: top;
}
.pendingRow
{
	background-color: #C4D7EB;
}