#CommunityCalendar .calendar td
{
	color: #000000;
	font-family: verdana, arial, helvetica, san serif;
	font-size: 12px;
	font-weight: bold;
}

#CommunityCalendar .calendar
{
	border-style: solid;
	border-width: 0px;
	border-color: white;
	background-color: #FFFFFF;
	cursor: default;
}

#CommunityCalendar .title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

#CommunityCalendar .nextprev
{
	cursor: pointer;
	height: 25px;
	padding: 0px 0px 0px 0px;
}

#CommunityCalendar .month
{
	background-color: #F6F6F6;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-right: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	width:100%
}

#CommunityCalendar .monthtitle
{
	ttext-align: center;
	background-color: #99ccff;
}

#CommunityCalendar .dayheader
{
	width: 25px;
	ttext-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	background-color: #ffffcc;
}

#CommunityCalendar .day
{
	width: 25px;
	text-align: center;
}

#CommunityCalendar .dayhover
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
	text-decoration: underline;
}

#CommunityCalendar .selectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503;
	border-style: solid;
	font-weight: bold;
}

#CommunityCalendar .othermonthday
{
	visibility: hidden;
}

#CommunityCalendar .outofrangeday
{
	visibility: hidden;
}

#CommunityCalendar .multiday
{
	background-color: #ccccff;
}

#CommunityCalendar .singleday
{
	background-color: lightgreen;
}

#CommunityCalendar .general
{
	background-color: #ffccff;
}

#CommunityCalendar .community
{
	background-color: #ccff66;
}

#CommunityCalendar .fitness
{
	background-color: #ffffcc;
}

#CommunityCalendar .food
{
	background-color: #ffffcc;
}

#CommunityCalendar .health
{
	background-color: #ffffcc;
}

#CommunityCalendar .nutrition
{
	background-color: #ffffcc;
}

#CommunityCalendar .people
{
	background-color: #ffffcc;
}

#CommunityCalendar .retail
{
	background-color: #ffffcc;
}

#CommunityCalendar .header
{
	background-color: #dcdcdc;
	margin: 4px 2px 0px;
	border-right: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#CommunityCalendar .headerbuttonleft
{
}
	
#CommunityCalendar .headerbuttonright
{
}

#CommunityCalendar .weekend
{
	background-color: #f5f5f5;
}

#CalendarList
{
	font-size: 12px;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	border-right: #cccccc 2px solid;
	margin-left: 2px;
	margin-right: 2px;
}

#CalendarList td
{
}

#CalendarList .datecell
{
	background-color: #ebf2fa;
}

#CalendarList .colorcell
{
	width: 8px;
	background-color: #f0fff0;
}

#CalendarList .eventcell
{
	background-color: #fffdf2;
}

#filter
{
	color: #000000;
	font-family: verdana, arial, helvetica, san serif;
	font-size: 12px;
	font-weight: bold;
	border-right: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	border-left: #cccccc 2px solid;
	border-bottom: #cccccc 2px solid;
	margin-left: 2px;
	margin-right: 2px;
	width: 657px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}