/*	For the body of the inline Calendar frame
  .main {
	background-color: #FFDDAA;
	margin: 0px;
  }
/*	Calendar Title (Month, Year)					*/
  .calttl {
	font-family: "Monotype Corsiva", ParkAveD, script;
	font-size: 24pt;
	font-weight: 700;
	color: #990000;
	text-align: center;
  }
/*	Calendar Note									*/
  .calnote {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin-left: 20;
  }
/*	Calendar Day the Week (Column Title)			*/
  .caldow {
	color: #330000;
	text-align: center;
	background-color: #FFFFFF;
  }
/*	Calendar Blank Square Before First/After Last	*/
  .calba {
	height: 80px;
	background-color: #CCFFCC;
  }
/*	Calendar Day of Month Square					*/
  .calday {
	height: 85px;
	vertical-align: top;
	background-color: #FFFFFF;
  }
/*	Day Number field								*/
  .dayno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 16px;
	text-align: center;
	vertical-align: center;
	color: #FFFFFF;
	background-color: #009F00;
	height: 16;
	width: 16;
	margin-bottom: 1;
  }
/*	Individual Event on the Calendar				*/
  .calev {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 11px;
	text-align: left;
	vertical-align: center;
	color: #330000;
	background-color: #FFFFFF;
  }
/*	Text in Relative Month links					*/
  .reltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	line-height: 12px;
	text-align: center;
	vertical-align: center;
	color: #FF3300;
	background-color: #CCFFCC;
  }
/*	Formatting for one Event						*/
  .evdiv {
	margin: 0;
  }
/*	Formatting for an Event Icon					*/
  .icon {
	margin-top: 2px;
	margin-right: 1px;
	margin-left: 1px;
	width: 16;
	height: 16;
  }
/*	Link which is a calendar Event Short Title		*/
  a.calink:link {
	color: #000033;
	text-decoration: none;
  }
  a.calink:visited {
	color: #000033;
	text-decoration: none;
  }
  a.calink:hover {
	color: #0000FF;
	text-decoration: underline;
  }
  a.calink:active {
	color: #FF0000;
	text-decoration: underline;
  }
/*	Link for the Calendar of a Different Month		*/
  a.relink:link {
	color: #990000;
	text-decoration: none;
  }
  a.relink:visited {
	color: #990000;
	text-decoration: none;
  }
  a.relink:hover {
	color: #DD0000;
	text-decoration: underline;
  }
  a.relink:active {
	color: #FF0000;
	text-decoration: underline;
  }
