
	.calendarTable {
	}
	#calendar {
		background-color:#E0D9D9;
		margin-left:10px;
		border:1px solid #E0D9D9;
		width:99%;
	}
	table#calendarSml{
		background-color:#E0D9D9;
		border:1px solid #000;
	}
	.dayHeading{
		font-size:7pt;
		background-color:#908282;
		color:#F1F1F1;
		text-align:right;
		padding:1pt;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		line-height:1.3em;
		overflow:hidden;
		border:2px inset #5B3636;
	}
	div.dayBox{
		font-size:9px;
		text-align:right;
		background-color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
	}
	div.dayBoxInvalid{
		font-size:9px;
		text-align:right;
		background-color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
	}
	div.dayBoxBlank{
		background-color:#e6e6e6;
		height: 95pt;
	}
	div.dayBoxToday{
		font-size:9px;
		text-align:right;
		background-color:#D1EAEF;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 100%;
		overflow:hidden;
	}
	div.dayType{
		display: block;
		text-align:left;
		margin: 1pt 0 0 0;
		padding:0pt 3px 1pt 3px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		/*height:8pt;*/
		text-decoration: none;
		/*overflow:hidden;*/
		color:#fff;
	}
	div.dayType a{
		display: block;
		text-align:left;
		margin: 1pt 0 0 0;
		padding:0pt 3px 1pt 3px;
		font-family: Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		font-size:7pt;
		line-height:7pt;
		height:14pt;
		text-decoration: none;
		overflow:hidden;
		color:#fff;
		cursor:pointer;
	}
	.tdDay{
		height: 95pt;
		overflow:hidden;
	}
	th.weekDayHeading{
		border:1px outset #000;
		font-size:10px;
		background-color: #CEC9C9;
		padding:2px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
	}
	div.addEvent a{
		display: block;
		padding: 0;
		margin: 0;
		text-align:center;
		text-decoration: none;
		height: 100pt;
		border:1px none #666;
	}
	
	div.moreEvents a
	{
		display:block;
		text-decoration: none;
		list-style: none;
	}
	div.moreEvents ul
	{
		text-align:center;
		list-style: none;
		margin:0;
		z-index:1;
		padding:0;
	}
	div.moreEvents ul li ul
	{
		list-style: none;
		position: absolute;
		border: 2px solid #666;
		background-color:#fff;
		z-index:4;
		display:none;
		padding:2px;
		margin:0;
	}
	
	div.moreEvents li ul
	{
		list-style: none;
		display:none;
	}
	div.moreEvents li:hover ul
	{
		display:block;
		list-style: none;
		text-align:center;
		margin:0;
	}
	
	span.calendarMove ul li a{
		color:#000;
		padding:0pt 5px 0pt 5px;
		margin:0pt 2px 0pt 2px;
		border:1px outset #000;
		text-decoration: none;
		background-color:#E0D9D9;
		display:inline;
		text-decoration: none;
		list-style: none;
	}
	span.calendarMove a:hover{
		color:#ff0000;
		padding:0pt 5px 0pt 5px;
		margin:0pt 2px 2pt 2px;
		border:1px inset #000;
		text-decoration: none;
		background-color:#E0D9D9;
		display:inline;
	}
	span.calendarMove ul
	{
		text-align:center;
		list-style: none;
		margin:0;
		z-index:1;
		padding:0;
	}
	
	/* child 1 child parent drop down box display none*/
	span.calendarMove ul li ul
	{
		list-style: none;
		position: absolute;
		border: 2px solid #666;
		background-color:#fff;
		z-index:4;
		display:none;
		padding:2px;
	}
	
	#montlySelectList a
	{
		background-color:white;
		margin:0;
		padding:1px;
		display:block;
		text-decoration:none;
		border:0px;
	}
	
	/* this is the parent displaying the child on hover */
	span.calendarMove li:hover ul
	{
		display:block;
		list-style: none;
		text-align:right;
	}
	
	
	span.repeatGroup{
		margin:0pt 0pt 0pt 1em;
	}
	span.repeatGroup label{
		margin:0pt 0pt 0pt 0pt;
		font-size:12px;
	}
	.calBtn{
		font-size:9px;
	}
	div.calendarEventDisplay
	{
		 border:1px solid #000;
		 position:absolute;
		 padding:3px;
		 background-color:#fff;
		 color:#000;
		 width:150px;
		z-index:10;
	}
	div.calendarClose
	{
		float:right;
		font-weight:bold;
		color:#fff;
		background-color:#ff0000;
		border:1px solid #666;
		padding: 0px 1px 0px 1px;
		cursor:pointer;
	}
	div.calendarTitle
	{
		float:left;
		margin-right:10px;
		font-weight:bold;
		color:#000;
		padding: 1px;
	}
	div.calendarBody a{
		color:#666;
	}
	
