	/* CSS CALENDAR */
	.mcalendarSingle table {float:left; padding:0px; width:154px;position:relative;left:3px;}
	.mcalendarSingle table th {padding:0px;font-size:11px;background:snow;text-align:center;}
	.mcalendarSingle table tr {padding:0px;}
	.mcalendarSingle table tr td{font-size:11px;line-height:11px;}

	.mcalendarSingle {
		opacity: 1;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		background:url('../images/calendar/calendar-back.gif') no-repeat;
		width:159px;
		height:148px;
		font-size : 11px;
		cursor:  pointer ;
		position :  absolute;
		padding-top:3px;
		z-index:10000;
	}
	.mcalendarSingle #titlediv{
		color:InactiveBorder;
		/*left:5px;*/
		width:158px;
	}
	.mcalendarSingle #titlediv img{
		float:left;
		/*z-index:10001;*/
		/*border:1px solid black;*/
	}
	.mcalendarSingle #titlediv .calImgClose{
		float:right;
	}
	.mcalendarSingle #title{ 
		width:92px;
		float:left;
		font-weight:bold;
		color:white;
		height:20px;
		text-align:left;
	}
		
	.mcalendarSingle div {
	 cursor:default;
	 /*text-align:center;*/
	 height:35px
	 width:159px;
	 display:block;
	}
	
	.mcalendarSingle img {
		cursor:pointer;
	}
	.mcalendarSingle table td {padding:.2em;color:white;font-weight:bold;}
	.mcalendarSingle table td.dayhover {background:#FFCA4D;color:#5C9DDE}
	.mcalendarSingle table td.dayselected {background:yellow;color:black;}
	.mcalendarSingle table td.noday {visibility:hidden;padding:0em;text-align:center; color:lightgray; font-weight:normal;}
	.mcalendarSingle table td.reserved {padding:0em;text-align:center; color:red; font-weight:bold;}
	.mcalendarSingle table td.visibleNoday {padding:0em;text-align:center; color:lightgray; font-weight:normal;}
	.mcalendarSingle table td.beforeToday {padding:0em;text-align:center; color:orange; font-weight:normal;}
	.mcalendarSingle .sunday {/*background:#ffe1e1;*/}
	.mcalendarSingle .today {background:#b0b0b0;color:maroon;padding:0em;text-align:center;}
	.mcalendarSingle table td.isToday {
		border:1px solid white;
		//font-weight:bold;
	}
	