 #calendarTable tr{height:26px;}
		#calendarPanel td{
			border:1px solid #ddd;
			background:white;
			
		}
		#calendarPanel select{
			border:0px;
			outline:none;
		}
		#calendarPanel .table-one td{
			border:0px;
		}
		.dataPerNext{
			border:0px;
			background:white;
			color:#ccc;
			width:17px;
			height:30px;
			text-align:center;
			line-height:30px;
			font-size:30px;
			outline:none;
		}
		#calendarPanel .table-one input:hover{
			color:#ff6600;
			cursor:pointer;
		}
		#calendarPanel .topTitle{
			border:0px;
			border-top:1px solid #ddd;
		}