.calendar-table {
				/*display: table;*/
			}
			.calendar-table .calendar-row {
				/*display: table-row;*/
			}
			.calendar-table .calendar-row .calendar-cell {
				/*display: table-cell;
				margin: 15px;
				padding: 10px 5px;*/
			}
			
			.calendar-slideshow {
				overflow: hidden;
				width: 740px;
			}
			.calendar-slideshow .calendar-row {
				display: table-cell;
			}
			.calendar-slideshow .calendar-row .calendar-cell {
				display: table-cell;
				margin: 15px;
				padding: 10px 5px;
			}
			.calendar-table .calendar-row .calendar-cell table, .calendar-slideshow .calendar-row .calendar-cell table{
				border-collapse: collapse;
			}
			
			.calendar-table .calendar-row .calendar-cell table tr td, .calendar-slideshow .calendar-row .calendar-cell table tr td
			{
				/*width:25px;*/
				height:25px;
				border-collapse: collapse;
				border-color: #000000;
				border-style: solid;
				border-width: 1px;
				font-family: Arial;
				font-size: 10px;
				text-align:center;
			}
			
			.calendar-table .calendar-row .calendar-cell table tr td.NameDay, .calendar-slideshow .calendar-row .calendar-cell table tr td.NameDay
			{
				background-color: #d6cbbf;
				font-size: 12px;
				font-weight: normal;
				color:#fff;
			}
			
			.calendar-table .calendar-row .calendar-cell table tr th, .calendar-slideshow .calendar-row .calendar-cell table tr th
			{
				border-collapse: collapse;
				border-color: #000000;
				border-style: solid;
				border-width: 1px;
				font-family: Arial;
				background-color: #584244;
				color: #ffffff;
				font-size: 12px;
				font-weight: bold;
				text-align:center;
				padding:2px 0px;
				position:relative;
				vertical-align:middle;
				height:25px;
			}
			
			.half-left{
				background:url(../images/half-left.png);
				background-size: 100% 100%;
			}
			.half-left.edit{
				background:url(../images/half-left-edit.png);
				background-size: 100% 100%;
			}
			.half-right{
				background:url(../images/half-right.png);
				background-size: 100% 100%;
			}
			.half-right.edit{
				background:url(../images/half-right-edit.png);
				background-size: 100% 100%;
			}
			.full{
				background:red;
			}
			.edit-all{
				float:right;
			}
			.edit-all input{
				margin-top:0px;
				margin-bottom:0px;
			}