		.kc_calendar {
			display: block;
			background: #060;
			width: 156px;
			cursor: default;
			font-size: 11px;
			overflow: hidden;
			font-family: arial;
		}
		.kc_datedisplay {
			float: right;
			text-align: center;
			width: 114px;
			color: white;
			margin-top: 1px;
		}
		.kc_last {
			float: right;
			width: 20px;
			overflow: hidden;
			cursor: pointer;
			color: white;
			text-align: right;
			margin: 1px 0px 0px 0px;
		}
		.kc_next {
			float: right;
			width: 20px;
			overflow: hidden;
			text-align: left;
			cursor: pointer;
			color: white;
			margin: 1px 1px 0px 0px;
		}
		.kc_list {
			list-style-type: none;
			width: 154px;
			font-size: 11px;
			background: #fff;
			overflow: hidden;
			clear: both;
			margin: 0px 1px; padding: 0px;
			border-bottom: 1px solid #060;
			border-top: 1px solid #060;
		}
		.kc_list li {
			float: left;
			width: 22px;
			height: 22px;
			line-height: 22px;
			overflow: hidden;
			text-align: center;
			cursor: default;
		}
		.kc_list .kc_hover {
			background: #cce;
			color: #fff;
		}
		.kc_list .kc_selected {
			background: #060 !important;
			color: #fff;
		}
		.kc_not_in_month {
			color: #666;
			background: #eee;
		}
		.kc_list .kc_header {
			color: #060!important;
			background: #ffe;
			border-bottom: 1px solid #060;
		}
		.kc_booked {
			background: #900;
		}
		#mybox {
		}
