/*********************************************************
/*********************************************************
/* CALENDARS STYLES
   These styles govern the Web UI of the Calendars Module. */

	/**************************************************************************************/
	/* GRAPHICAL CALENDAR STYLE ***********************************************************/
	#CalendarView #EventTeasers			{float:left;}
	#CalendarView #CalendarOptions		{float:right; margin:0 0 1em 1em; width:200px;}

	#EventTeasers .Event				{}
	#EventTeasers .Event .Title			{font-weight:bold;}
	#EventTeasers .Event .Title img		{vertical-align:baseline;}
	#EventTeasers .Event .Date			{font-style:italic;}
	#EventTeasers .Event .Desc			{}
	#EventTeasers .Event .Location		{border-top:dashed 1px Silver;}
	#EventTeasers .Event .Link			{border-top:dashed 1px Silver; margin-top:4px; padding-top:4px;}

	.EventsList .Event					{margin-bottom:.5em;}
	.EventsList .Event .Title			{}
	.EventsList .Event .Title img		{vertical-align:baseline;}
	.EventsList .Event .Date			{padding-left:.9em;}


	/**************************************************************************************/
	/* POPUP PRINTABLE MONTH/WEEK CALENDAR STYLE ******************************************/

	.PrintCalendarOptions			{float:right; font-size:86%; padding-right:150px;}
	table.GridCalendar				{clear:both; font-size:78%; width:100%;}
	table.GridCalendar th			{font-size:108%; padding:.5em;}
	table.GridCalendar td			{border-top:solid 1px #333333; border-left:solid 1px #333333; height:80px; padding:2px; vertical-align:top; width:14%;}
	table.GridCalendar td .GridDay	{border-bottom:solid 1px #333333; font-weight:bold; float:left; margin:0 2px 2px 0; padding:0 1px 1px 1px;}
	table.GridCalendar .Title		{font-weight:bold;}
	table.GridCalendar .Time		{font-style:italic;}
	
	/* Volunteers/VolunteerActivitiesSelector.ascx */
	.VolunteerActivityGroup			{}
	.VolunteerActivityGroup h3		{border-bottom:solid 1px #666666; color:Black; font-size:100%; padding-bottom:3px;}
	.VolunteerActivityGroup .Activities	{padding-left:25px;}
	.VolunteerActivityGroup li		{margin-bottom:4px;}
	.VolunteerActivityGroup .ActivityName	{margin-bottom:2px;}
	.VolunteerActivityGroup .ActivityTime	{float:right; font-size:92%; font-weight:normal; font-style:italic;}
	.VolunteerActivityGroup .Description	{font-size:92%; margin:0 0 10px 0;}
	
	/* Volunteers/VolunteerActivityDescriptions.ascx */
	.VolunteerActivityDescriptions	{}
	.VolunteerActivityDescriptions h2	{padding-bottom:5px;}