			.calendarDate{
				background-color:white;
				margin-top:5;
				color: #1C3B7E;
				font-size:9pt;
				font-family : Arial, Helvetica, sans-serif;
				
				

				border-top-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-right-style: solid;

				border-top-width: 1px;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-left-width: 1px;

				border-top-color: silver;
				border-right-color:silver;
				border-bottom-color: silver;
				border-left-color:silver;
				text-align: center;
				height: 20px;
				width:15px;

			}

			.calendar{
				
				
				background-color:white;
				margin-top:5;
				margin-bottom:0px;
				margin-right:0px;
				color: #1C3B7E;
				font-size:9pt;
				font-family : Arial, Helvetica, sans-serif;
				border: thin solid #999900;

				border-top-width: 1px;
				border-right-width: 1px;
				border-bottom-width: 1px;
				border-left-width: 1px;

				border-top-style: solid;
				border-bottom-style: solid;
				border-left-style: solid;
				border-right-style: solid;

				border-top-color: silver;
				border-right-color:silver;
				border-bottom-color: silver;
				border-left-color: silver;
				text-align: right;
				
			}

			.calanderRow{
				background-color:WHITE;
				text-align: right;
			}

			.calendarHeader{
				color: black;
				font-size:9pt;
				font-family : Arial, Helvetica, sans-serif;
				width: 20px;
				height: 20px;
				text-align: center;
				font-weight:bold;
				background-color: #A7E1ED;

			}
			
			.calanderNull{
				width: 30px;
				height: 20px;
			}

			.calendarReserved{
				width: 18px;
				height: 20px;
				font-weight: normal;
				color: black;
				font-size:9pt;
				text-align: center;
				background-color:#DDF3F9;
				text-decoration:line-through

			}

			.calanderDay{
				width: 10px;
				height: 20px;
				text-align: center;
			}

			.selectMonth{
				background-color:#FFFFCC;
				margin-left:5; margin-top:5;
				color: #000000;
				font-size:14pt;
				padding: 0px;
			}
			
			.Month{
				color: Black;
				font-size:9pt;
				font-family : Arial, Helvetica, sans-serif;
				background-color: #295CAB;
				text-align: center;
				color: White;
			}