TABLE.calendar
	{
		padding: 0px;
		margin: 0px;
		margin-right: 1px;
		border-collapse: collapse;
		border: 1px;
		border-style: solid;
		border-color: #006600;
	}
	TR.calendarmonth
	{
		background-color: #EFEFF3;
		text-align: center;
	}
	TD.calendarmonth
	{
		vertical-align: top;
		FONT-FAMILY: Verdana;
		font-size: 20px;
	}
	TR.calendarweeks
	{
		background-color: #EFEFF3;
		text-align: center;
	}
	TH.calendarday{
		width: 100px;
		FONT-FAMILY: Verdana;
		font-size: 12px;
		font-weight: normal;
	}
	TD.calendarday
	{
		vertical-align: top;
		FONT-FAMILY: Verdana;
		font-size: 12px;
		width: 100px;
		height: 12px;
		background-color: #F0F3BB;
		border-collapse: collapse;
		border-top: 1px;
		border-right: 1px;
		border-left: 1px;
		border-bottom: 0px;
		border-style: solid;
		border-color: #006600;
		z-index:1;
	}
	TD.calendarcontent
	{
		vertical-align: top;
		width: 100px;
		height: 75px;
		background-color: #F0F3BB;
		border-collapse: collapse;
		border-top: 0px;
		border-right: 1px;
		border-left: 1px;
		border-bottom: 1px;
		border-style: solid;
		border-color: #006600;
		FONT-FAMILY: Arial;
		font-size: 15px;
		padding: 2px;
		z-index:1;
	}
	
	TR.othereventheader
	{
		background-color: #EFEFF3;
		text-align: center;
	}
	TD.othereventheader
	{
		vertical-align: top;
		FONT-FAMILY: Verdana;
		font-size: 20px;
		border-style: solid;
		border-color: #006600;
		margin-bottom: 10px;
	}
	
	TD.othereventcontent
	{
		vertical-align: top;
		background-color: #F0F3BB;
		border-top: 1px;
		border-right: 1px;
		border-left: 1px;
		border-bottom: 1px;
		border-style: solid;
		border-color: #006600;
		FONT-FAMILY: Arial;
		font-size: 12px;
		padding: 2px;
		z-index:1;
	}
	DIV.calendardaypopupsmall
	{
		z-index:3;
		FONT-FAMILY: Verdana;
		font-size: 10px;
		padding: 5px;
		background-color: White;
		border: solid 1px black;
		position: absolute;
		margin: 85 -90 auto;
		height: 200px; 
		width: 250px; 
		visibility: hidden;
		display: inline-block;
	}
	DIV.calendardaypopupmid
	{
		FONT-FAMILY: Verdana;
		font-size: 10px;
		padding: 5px;
		background-color: White;
		border: solid 1px black;
		position: absolute;
		margin: 85 -90 auto;
		height: 255; 
		width: 250; 
	}
	DIV.calendardaypopupbig
	{
		FONT-FAMILY: Verdana;
		font-size: 10px;
		padding: 5px;
		background-color: White;
		border: solid 1px black;
		position: absolute;
		margin: 85 -90 auto;
		height: 600; 
		width: 500;
	}
	SPAN.calendarlocation
	{
		FONT-FAMILY: Verdana;
		font-size: 6px;
		vertical-align:text-top;
	}
	P.calendar
	{
		margin-top: 5px;
		margin-bottom: 10px;
		line-height: 11px;
		FONT-Size: 10px;
		FONT-FAMILY: Verdana;
		vertical-align:text-top;
	}
	P.calendardisplay
	{
		margin-top: 1px;
		margin-bottom: 5px;
		line-height: 10px;
		FONT-Size: 9px;
		FONT-FAMILY: Verdana;
		vertical-align:text-top;
	}
	A.calendardisplay
	{
		line-height: 9px;
		FONT-FAMILY: Verdana;
		color: #000000;
		text-decoration: none;
		vertical-align:text-top;
	}


