/* -- Calendar -------------------------------------------------------------- */
#thecalendar
{
/*	width: 100%;*/
	border-spacing: 1px;
	background-color: #465d78;
}
#thecalendar th
{
	font-weight: normal;
	font-weight: normal;
	color: white;
	text-align: center;
}
#thecalendar td
{
	width: 80px;
	background-color: #758ba3;
	color: #465d78;
	vertical-align:top;
}
#thecalendar .headingMonth
{
	height: 41px;
	font-size: 18px;
}
div.headingMonth  {
	font-weight: bolder;
	font-size: larger;
}
#thecalendar .headingDays
{	
	height: 20px;
	font-size: 11px;
}
#thecalendar .headingNav
{
	height: 20px;
	font-size: 11px;
	text-transform: uppercase;
}
#thecalendar .headingNav a
{
	color: white;
	font-weight: bolder;
	font-size: larger;
	text-decoration: none;
}
#thecalendar .activeMonth
{
	background-color: #666666;
	color: #BBBBBB;
}
#thecalendar .currentDay .calendarDate
{
	
}
#thecalendar .calendarDay
{
	position: relative;
	height: inherit;
	width: inherit;
}
#thecalendar .calendarDate
{
	position: absolute;
	top: 0px;
	right: 0px;

	font-size: 14px;
	font-weight: bolder;
}
#thecalendar .eventDay
{
	border-width: 2px;
	border-style: dotted;
	border-color: #555555;
	background-color: #777777;
}
#thecalendar .calendarText
{
	padding: 15px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
/*	color: #1B1B1B;*/
	color: white;
}

.calendarDetails
{
	background-color: #444444;
	opacity: 0.85;
	-moz-opacity: 0.85;
	
	border-width: 2px;
	border-style: dotted;
	border-color: #1B1B1B;
	color: #FFFFFF;
}
