	/* 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;
		font-size : 11px;
		cursor:  pointer ;
		position :  absolute;
		padding:5px 0px;
		z-index:10000;
		box-shadow: 0px 6px 18px #000;
		-webkit-box-shadow:0px 6px 18px #000;
        -moz-box-shadow: 0px 6px 18px #000;
	}
	.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;
		font-size:12px;
	}
		
	.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:#184588;color:#3399CC}
	.mcalendarSingle table td.dayselected {background:#fff;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 {text-align:center; color:#7e8692; 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;
	}
	
