	body {
		margin: 0;
		padding: 0;
	}

	ul,
	li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	td {
		white-space: nowrap;
	}

	table.hall_calendar {
		font-size: 12px;
		height: 100%;
		border-collapse: collapse;
		margin-left: auto;
		margin-right: auto;
	}

	table.hall_calendar td {
		border: 1px solid #ddd;
		padding: 1px 3px;
		margin: 0;
	}

	table.hall_calendar tr {
		height: 22px !important;
		display: table-row-group;
	}

	.color_list_attention {
		padding: 10px;
		margin: 1px 0 10px 0;
		border: 1px solid #F0AD4E;
		border-radius: 3px;
		display: block;
		font-weight: bold;
		font-size: 14px;
		color: #333;
	}

	.style1 {
		color: #fff;
		border: 1px solid #fff !important;
		background-color: #5CB85C !important;
		background-image: url(../images/img_calender_01.png);
		background-repeat: repeat;
		box-shadow: 0 0 0 2px #5CB85C inset;
	}

	.style1 span {
		background: #5CB85C;
		padding: 1px;
	}

	.style2 {
		color: #fff;
		border: 1px solid #fff !important;
		background-color: #F0AD4E !important;
		background-image: url(../images/img_calender_01.png);
		background-repeat: repeat;
		box-shadow: 0 0 0 2px #F0AD4E inset;
	}

	.style2 span {
		background: #F0AD4E;
		padding: 1px;
	}

	.style3 {
		color: #fff;
		border: 1px solid #fff !important;
		background-color: #ccc !important;
		background-image: url(../images/img_calender_01.png);
		background-repeat: repeat;
		box-shadow: 0 0 0 2px #ccc inset;
	}

	.style3 span {
		background: #ccc;
		padding: 1px;
		display: none;
	}

	.s {
		color: #d44950;
	}

	.na {
		color: #4f9fcf;
	}

	.old_data td {
		border: 1px solid #fff !important;
		background-color: #ccc !important;
		background-image: url(../images/img_calender_01.png);
		background-repeat: repeat;
	}

	.old_data td:nth-child(1) {}

	td:nth-child(1) {}

	.calendar_control {
		text-align: center;
		line-height: 50px;
	}

	.a_right {
		text-align: right !important;
	}

	.tab_month {
		width: 720px;
		margin: 10px auto;
	}

	.tab_month li {
		width: 118px;
		float: left;
		border: 1px solid #ccc;
		text-align: center;
		height: 30px;
		line-height: 30px;
		font-weight: bold;
	}

	.tab_month li a {
		display: block;
		text-decoration: none;
		background: #522910;
		border-color: #522910;
		color: #fff;
		border-width: 1px;
		border-style: solid;
		-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
		-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
		box-shadow: 0 2px 4px rgba(0, 0, 0, .6);
	}

	.tab_month li.select a {
		font-weight: normal;
		background: #EEEEEE;
		color: #333;
		background: transparent;
		pointer-events: none;
		box-shadow: none;
	}

	.tab_month li.select {
		border: 1px solid #522910;
	}

	.content {
		width: 210px;
		margin: 0;
		padding: 0;
	}

	.content li {
		display: inline-block;
		margin: 0;
		padding: 0;
		width: 100%;
		border: 1px solid #666;
	}

	.content li li {
		display: inline-block;
		text-align: center;
		background-image: linear-gradient(#FFF, #F1F1F1);
		margin: 0;
		padding: 3px 0;
		font-size: 12px;
		color: #ccc;
		width: 68px;
		border: 1px solid #ccc;
	}

	.content li li a {
		color: #333;
		text-decoration: none;
		display: block;
	}

	.content li li.thismonth {
		background: #BFE0FF;
	}

	.content li li.thismonth a {
		color: #fff;
	}

	.hide {
		display: none;
	}

	.color_list {
		width: auto;
	}

	.color_list div.color_box {
		width: 50px;
		height: 20px;
		float: left;
	}

	.color_list_child {
		margin: 5px;
		font-size: 12px;
		float: left;
	}

	.color_list div+p {
		line-height: 20px;
		height: 20px;
		float: left;
		margin: 0;
		padding: 0;
	}

	.clear {
		clear: both;
	}

	.update_status {
		text-align: center;
		font-weight: bold;
		padding: 10px 0;
	}

	.update_status span {
		color: #d44950;
	}

	.hover_td {
		background: RGBA(240, 173, 78, 0.69);
	}

	.hover_tr>td {
		/*border-top:1px solid #aaa !important;
	border-bottom:1px solid #aaa !important;*/
	}

	.hover_tr {
		background: rgba(204, 204, 204, 0.5) none repeat scroll 0% 0% !important;
	}

	table td.hover {
		background: #cffbfb;
	}

	table td.hover:hover {
		background: #84f4f4;
	}

	.cell_width {
		width: 15.35px;
	}

	td:nth-child(1) {
		padding: 0 !important;
		margin: 0 !important;
		height: 21px !important;
		text-align: center;
	}

	@media screen and (max-device-width: 480px) {

		span,
		td,
		tr,
		table {
			margin: 0;
			padding: 0;
		}
	}

	@media (max-width: 768px) {
		.tab_month {
			width: 100%;
		}

		.tab_month li {
			width: calc(50% - 2px);
	}
	}
