.calendar-day1 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	height: 80px;
}
.calendar-day2 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	height: 80px;
}
.calendar-day3 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
	height: 80px;
}
.calendar-table1 {
	margin: 0 auto;
	width: 700px;
}
.calendar-table2 {
	margin: 0 auto;
	width: 700px;
}
.calendar-table3 {
	margin: 0 auto;
	width: 700px;
}
.selected {
	background-color: #eee;
}
.outside .date {
	color: #ccc;
}
.timetitle {
	white-space: nowrap;
	text-align: right;
}
.event1 {
	border-top: 1px solid #dba5a1;
	border-bottom: 1px solid #dba5a1;
	background-image: linear-gradient(to bottom, #dba5a1 0px, #dba5a1 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
	font-size: 0.75em;
	padding: 0 0.75em;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
}
.event1.begin {
	border-left: 1px solid #dba5a1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event1.end {
	border-right: 1px solid #dba5a1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event1.all-day {
	border-top: 1px solid #9acfea;
	border-bottom: 1px solid #9acfea;
	background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
}
.event1.all-day.begin {
	border-left: 1px solid #9acfea;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event1.all-day.end {
	border-right: 1px solid #9acfea;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event1.clear {
	background: none;
	border: 1px solid transparent;
}
/*  */
.event2 {
	border-top: 1px solid #dba5a1;
	border-bottom: 1px solid #dba5a1;
	background-image: linear-gradient(to bottom, #dba5a1 0px, #dba5a1 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
	font-size: 0.75em;
	padding: 0 0.75em;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
}
.event2.begin {
	border-left: 1px solid #dba5a1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event2.end {
	border-right: 1px solid #dba5a1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event2.all-day {
	border-top: 1px solid #9acfea;
	border-bottom: 1px solid #9acfea;
	background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
}
.event2.all-day.begin {
	border-left: 1px solid #9acfea;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event2.all-day.end {
	border-right: 1px solid #9acfea;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event2.clear {
	background: none;
	border: 1px solid transparent;
}
/*  */
.event3 {
	border-top: 1px solid #dba5a1;
	border-bottom: 1px solid #dba5a1;
	background-image: linear-gradient(to bottom, #dba5a1 0px, #dba5a1 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
	font-size: 0.75em;
	padding: 0 0.75em;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 1px;
}
.event3.begin {
	border-left: 1px solid #dba5a1;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event3.end {
	border-right: 1px solid #dba5a1;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event3.all-day {
	border-top: 1px solid #9acfea;
	border-bottom: 1px solid #9acfea;
	background-image: linear-gradient(to bottom, #d9edf7 0px, #b9def0 100%);
	background-repeat: repeat-x;
	color: #030303;
	border-width: 1px;
}
.event3.all-day.begin {
	border-left: 1px solid #9acfea;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.event3.all-day.end {
	border-right: 1px solid #9acfea;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.event3.clear {
	background: none;
	border: 1px solid transparent;
}
/*  */
.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
	padding-left: 0;
	padding-right: 0;
}
.table-tight-vert > thead > tr > th,
.table-tight-vert > tbody > tr > th,
.table-tight-vert > tfoot > tr > th,
.table-tight-vert > thead > tr > td,
.table-tight-vert > tbody > tr > td,
.table-tight-vert > tfoot > tr > td {
	padding-top: 0;
	padding-bottom: 0;
}
