/* Calendar CSS for EDI Web Marketing */

/* CALENDAR VIEW */
#content #calendar
{
	margin: 0px;
	border-collapse: collapse;
	color: #FFFFFF;
	background: none;
	background-color: #23415d;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	font-size: 10px;
	border: 2px inset #AAA;
}

#content #calendar .calendar-month
{
	width: 100%;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #f4b602;
	text-align: center;
	background-color: #23415d;
	border: none;
}

#content #calendar .calendar-month .calendar-prev
{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #f4b602;
	margin-right: 10px;
	font-weight: bold;
}

#content #calendar .calendar-month .calendar-next
{
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #f4b602;
	margin-left: 10px;
	font-weight: bold;
}

#content #calendar tr.week_days
{
	width: 100%;
}

#content #calendar tr.week_days td
{
	border: none;
	font-weight: bold;
	height: auto;
	text-align: center;
	background-color: #005588;
}

#content #calendar tr.week
{
	width: 100%;
}

#content #calendar td
{
	background: none;
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
	height: 75px;
	width: 14%;
	vertical-align: top;
	text-align: left;
}

#content #calendar td.end_blank
{
	border: none;
}

#content #calendar td.start_blank
{
	border: none;
}

#content #calendar td.calendar-today
{
	background-color: #005588;
}

/* EVENT VIEW */
#content #events #return_top
{
	float: left;
}

#content #events #date
{
	display: block;
	background: none;
	text-align: right;
	font-style: italic;
}

#content #events #title
{
	font-size: 125%;
	text-align: center;
}
#content #events #return_link
{
	text-align: right;
}
