/**
 * calendar.css
 * 
 * @version $Id$
 */


DIV#calendarContainer {
	width: 640px;
	margin: 0px auto;
	padding: 0px 0px;
	overflow: auto;
}
DIV#calendarContainer IMG { display: inline; }
/**
 * Current/Selected Day's Events Listing
 ***************************************
 */
DIV#currentDayEventsListing {
	width: 100%;
	float: left;
	padding: 0px 0px;
	margin: 20px 0px;
	background-color: #eef0ff;
}
LABEL.EV_eventDay {
	font-weight: bold;
	width: 618px;
	background-color: #a09b6e;
	color: #FFFFFF;
	padding: 4px 10px;
	float: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #a09b6e;
}
DIV#EC_eventListContainer {
	width: 638px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: #a09b6e;
	color: #002b53;
}
UL#EC_daysEvents {
	list-style: none outside;
	padding: 0px 0px 0px 20px;
	margin: 8px 0px;
	width: 618px;
	float: left;
}
UL#EC_daysEvents LI {
	margin: 6px 0px;
}
SPAN.plusMinus {
	width: auto;
	float: left;
	margin-right: 4px;
}
SPAN.EC_eventTime {
	width: auto;
	float: left;
}
DIV.EC_eventInfo {
	width: 586px;
	float: left;
	margin: 0px 0px 0px 28px;
}
DIV.EC_eventInfo P {
	margin: 0px 10px 14px 0px;
}
P.EC_instructions {
	text-align: center;
	margin: 0em 0em .5em 0em;
	padding: 0px 0px;
}

/**
 * Calendar Table Container
 **************************
 */
DIV#EC_calendarTable {
	width: 640px;
	float: left;
	text-align: center;
}
TABLE.calendar {
	width: 100%;
	float: left;
	border-collapse: collapse;
	border-width: 3px;
	border-style: solid;
	border-color: #a09b6e;
}
TD.calendarHeader {
	height: 40px;
	line-height: 40px;
	background-color: #e7de91;
	color: #002b53;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #a09b6e;
}
A.callink {
	color: transparent;
	width: 18px;
	height: 12px;
	line-height: 12px;
}
TD.calendarWeekdays {
	background-color: #a09b6e;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #cfcdce;
	text-align: center;
	color: #FFFFFF;
	height: 18px;
	font-weight: bold;
	font-size: 14px;
}
TD.calendar, TD.calendarToday {
	width: 88px;
	height: 114px;
	font-weight: bold;
	color: inherit;
	text-align: right;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcdce;
}
TD.calendar {
	background-color: #eef0ff;
}
TD.calendarToday {
	background-color: #f0f1be;
	color: inherit;
}
TD.calendarHover {
	background-color: #9a96bb;
	color: inherit;
}
a.lastMonth {
	background: url('../images/Calendar_arrowback.png') no-repeat scroll left top transparent;
	width: 18px;
	height: 12px;
}
a.nextMonth {
	background: url('../images/Calendar_arrownext.png') no-repeat scroll left top transparent;
	width: 19px;
	height: 12px;
}
.IEAdjustments {
	position: relative;
	top: 12px;
}

/************************************/
/* Styles for the content of events */
/* within day cell                  */
/************************************/
DIV.contentTBL {
	height: 100px;
	overflow: hidden;
}
TABLE.contents {
	font-size: 8pt;
}
TABLE.contents TR {
	margin: 0px 0px;
	padding: 0px 0px;
	line-height: 1;
}
TABLE.contents TD {
	padding: 0px 2px 3px 2px;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
}

.EC_Pointer {
	cursor: pointer;
	cursor: hand;
}
.EC_hidden {
	display: none;
}

