#calendar {
	background: url(../images/calendar/back.jpg) no-repeat;
	background-position: bottom left;
	width: 253px;
	height: 266px;
	font-family: Verdana, Arial, Helvetica, sansserif;}

#today-calendar {
	background: url(../images/calendar/backliten.jpg) no-repeat;
	background-position: bottom left;
	width: 253px;}
	
#calendar ul,
#today-calendar ul,
#today-calendar ol
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#calendar li,
#today-calendar li
{
	margin: 0;
}

#calendar li.PreviousMonth,
#today-calendar li.PreviousDay
{
	float: left;
}

#calendar li.NextMonth,
#today-calendar li.NextDay
{
	float: right;
	margin-right: 5px;
}

#calendar ul a:link,
#calendar ul a:visited,
#today-calendar ul a:link,
#today-calendar ul a:visited
{
	color: #01aabb;
	font-size: 11px;
	text-decoration: none;
}

#calendar .WholeMonth
{
	background: url(../images/calendar/whole-month-button.gif) no-repeat left top;
	font-size: 11px;
	margin: 5px 0 0 14px;
	width: 130px;
	text-align: center;
}

#calendar .WholeMonth a:link,
#calendar .WholeMonth a:visited
{
	color: #01aabb;
	text-decoration: none;
	font-family: Arial, Verdana, sanserif;
	font-weight: bold;
}

#calendar table
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 14px;
}

#calendar thead
{
	text-transform: uppercase;
	color: #008897;
}

#calendar tbody,
#calendar tbody a:link,
#calendar tbody a:visited
{
	color: #fff;
	text-decoration: none;
}

#calendar tbody td
{
	background: url(../images/calendar/cell-back-blue.png) no-repeat center center;
	width: 29px;
	height: 23px;
	padding: 3px 2px 2px 1px;
	margin: 0;
	border-collapse: collapse;
}

#calendar tbody td.LastMonth,
#calendar tbody td.NextMonth {
	background: url(../images/calendar/cell-back-grey.png) no-repeat center center;}

#calendar tbody td.SelectedDay
{
	background: url(../images/calendar/cell-back-dark-blue.png) no-repeat center center;
}	
	
#calendar tbody a
{
	display: block;
	height: 23px;
}

/*#calendar tbody td.Today a:link,
#calendar tbody td.Today a:visited
{
	text-decoration: underline;
}*/

#calendar tbody td.LastMonth,
#calendar tbody td.NextMonth
{}

#calendar tbody td.LastMonth a,
#calendar tbody td.NextMonth a {
	color: #e6e6e6 !important;}

	#today-calendar ol
{
	margin: 5px 0;
	font-size: 11px;
}

#today-calendar li
{
	line-height: 1.4;
	border-bottom: 2px solid #dedede;
	padding-bottom: 10px;
	margin: 0 10px 10px 10px;
}

#today-calendar li a {
	text-decoration: none;}

#calendar-result
{
	margin: 8px 0 0 9px;
	padding: 0 13px 0 0;
}

#calendar-result ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#calendar-result ol li
{
	margin: 0 0 17px 0;
	padding: 0 0 17px 0;	
	border-bottom: 1px solid #00c7db;
}

#calendar-result ol li .Thumb
{
	float: left;
}

#calendar-result ol li .InfoLink
{
	float: left;
	width: 170px;
	margin: 0 10px;
}

#calendar-result ol li p
{
	float: left;
	width: 350px;
}

/* #calendar-result .Wrapper
{
	border: 2px solid #00c7db;
	padding: 15px 10px;
} */

#calendar-result .HasImage .FullImage
{
	float: left;
}

/* #calendar-result .HasImage .InfoColumn
{
	float: right;
	width: 314px;
} */

#calendar-result .HasImage .InfoColumn p {
	width: 314px;}

#calendar-result .InfoText h3
{
	margin: 15px 0 3px 0;
	text-transform: uppercase;
	line-height: 1.3;
}

#calendar-result .Time
{
	background: #01aabb;

}

#calendar-result .Time,
#calendar-result .Info
{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 300px;
	padding: 0 6px;
}

#calendar-result .Info
{
	background: #00c7db;
}

#calendar-result .Info .Location
{
	float: left;
}

#calendar-result .Info .AgeLimit
{
	float: right;
	text-align: right;
}

#calendar-result .Info .Fee
{
	float: left;
	clear: left;
}

#calendar-result .MoreLink
{
	clear: left;
	margin-top: 10px;
}
