.law-calendar {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.law-calendar table.calendar-table {
	width: 100%;
	border: 1px solid #eee;
}
.law-calendar table.calendar-table tr.month-row {
	
}
.law-calendar table.calendar-table tr.month-row th {
	height: 40px;
	text-align: center;
	font-weight: 800;
}
.law-calendar table.calendar-table tr.month-row th.last-button {
	background: #fff url("/images/law/nav_prev.png") center center no-repeat;
	background-size: auto 16px;
}
.law-calendar table.calendar-table tr.month-row th.next-button {
	background: #fff url("/images/law/nav_next.png") center center no-repeat;
	background-size: auto 16px;
}
.law-calendar table.calendar-table tr.month-row th.last-button,
.law-calendar table.calendar-table tr.month-row th.next-button,
.law-calendar table.calendar-table tfoot td.today-button {
	cursor: pointer;
	background-color: #fff;
}
.law-calendar table.calendar-table tr.month-row th.last-button:hover,
.law-calendar table.calendar-table tr.month-row th.next-button:hover,
.law-calendar table.calendar-table tfoot td.today-button:hover {
	background-color: #eee;
}
.law-calendar table.calendar-table tr.month-row th.last-button:active,
.law-calendar table.calendar-table tr.month-row th.next-button:active,
.law-calendar table.calendar-table tfoot td.today-button:active {
	background-color: #c3c3c3;
}
.law-calendar table.calendar-table tr.month-row th.month-name {
	font-size: 14px;
}
.law-calendar table.calendar-table tr.weekday-row {
	
}
.law-calendar table.calendar-table tr.weekday-row td {
	width: 14.285714285714%;
	height: 30px;
	background-color: #c3c3c3;
	text-align: center;
}
.law-calendar table.calendar-table tr.day-row {
	
}
.law-calendar table.calendar-table tr.day-row td {
	position: relative;
	border: 1px solid #eee;
	padding: 4px;
}
.law-calendar table.calendar-table tr.day-row td .day-label {
	position: absolute;
	top: 1px;
	left: 2px;
}
.law-calendar table.calendar-table tr.day-row td .day-content {
	width: 100%;
	min-height: 20px;
}
.law-calendar table.calendar-table tr.day-row td.today {
	background-color: #1268b1;
}
.law-calendar table.calendar-table tr.day-row td.today .day-label {
	color: #fff;
}
.law-calendar table.calendar-table tr.day-row td.last-month,
.law-calendar table.calendar-table tr.day-row td.next-month {
	background-color: #eee;
}
.law-calendar table.calendar-table tr.day-row td.last-month .day-label,
.law-calendar table.calendar-table tr.day-row td.next-month .day-label {
	color: #999;
}
.law-calendar table.calendar-table tr.day-row td.this-month {
	
}
.law-calendar table.calendar-table tr.day-row td.last-month.today,
.law-calendar table.calendar-table tr.day-row td.next-month.today {
	background-color: #215a79;
}
.law-calendar table.calendar-table tr.weekday-row td.sun,
.law-calendar table.calendar-table tr.day-row td.sun .day-label {
	color: #f00;
}
.law-calendar table.calendar-table tr.day-row td.sun.last-month .day-label,
.law-calendar table.calendar-table tr.day-row td.sun.next-month .day-label {
	color: #ff7e7e;
}
.law-calendar table.calendar-table tfoot td.today-button {
	height: 30px;
	text-align: center;
}

