/* ----------------------------------------
ASI Events Style Sheet
Created: 2005-01-28
Updated: 2005-02-08
---------------------------------------- */

@import url("FunctionSelection.css");
@import url("Cart.css");

/* Events tables */
.eventsTable
{
	background-color: #FFFFFF;
	width: 100%;
	border: 1px dotted #ccc;
}

.eventsTableHeader
{
	padding-left: 10px;
	background-color:#ecac64;
	font-size: small;
	font-weight: bold;
	height: 30px;
}

.eventsTableDateCell
{
	font-size: small;
	font-weight: normal;
}

.eventsTableTitleCell
{
	font-size: small;
	font-weight: normal;
}

.eventsTableCityCell
{
	font-size: small;
	font-weight: normal;
}

.eventsMonthRow
{
	padding: 5px 10px 5px 10px;
	font-size: small;
	font-weight: normal;
	background-color: #d7d2f6;
}

.eventPendingRow
{
	font-size: small;
	font-weight: normal;
	background-color:#FF9933;
}
.eventsNavCellSelected{
	background-color: #DBD4FD;
	color: #fff;
}
/*Event Setup tabs*/
.eventActiveStep
{
	color: Navy;
}
.eventInactiveStep
{
	color: Gray;
}
.eventSelectedRegistrant
{
	background-color:#afa4d1;
}

.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: #FF9933;
	text-align: right;
	vertical-align: top;
}
.pendingRow
{
	background-color: #FF9933;
}

.simpleLink A
{ 
	BORDER-BOTTOM-WIDTH: 0px;
	TEXT-DECORATION: none 
}

.simpleLink A:hover
{
	BORDER-BOTTOM-WIDTH: 0px;
	TEXT-DECORATION: none
}

.simpleLink A:hover
{
	BORDER-BOTTOM-WIDTH: 0px;
	TEXT-DECORATION: none
}

.wideTextBox { WIDTH: 100% }
/*.show { DISPLAY: block }
.hide { DISPLAY: none }*/