/**
 * @copyright	Copyright (C) 2005 - 2018 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */
div.calendar {
	position: relative;
	z-index: 10000;
	width: 226px;
}
.calendar, .calendar table {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #efefef;
	font-family: arial,verdana,sans-serif;
}
.calendar .button {
	text-align: center;
	padding: 2px;
}
.calendar thead .title {
	font-weight: bold;
	text-align: center;
	background: #333333;
	color: #fff;
	padding: 2px;
}
.calendar thead .headrow {
	background: #dedede;
	color: #000;
}
.calendar thead .name {
	border-bottom: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	color: #000;
}
.calendar thead .weekend {
	color: #999;
}
.calendar thead .hilite {
	background: #bbb;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px;
}
.calendar thead .active {
	background: #c77;
	padding: 2px 0 0 2px;
}
.calendar thead .daynames {
	background: #ddd;
}
.calendar tbody .day {
	width: 2em;
	text-align: right;
	padding: 2px 4px 2px 2px;
}
.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #ccc;
	background: #ddd;
}
.calendar tbody .rowhilite td {
	background: #666;
	color: #fff;
}
.calendar tbody .rowhilite td.wn {
	background: #666;
	color: #fff;
}
.calendar tbody td.active {
	background: #000;
	color: #fff;
}
.calendar tbody td.weekend {
	color: #999;
}
.calendar tbody td.selected {
	font-weight: bold;
	background: #000;
	color: #fff;
}
.calendar tbody td.hilite {
	background: #999;
	color: #fff;
}
.calendar tbody td.today {
	font-weight: bold;
}
.calendar tbody .disabled {
	color: #999;
}
.calendar tbody .emptycell {
	visibility: hidden;
}
.calendar tbody .emptyrow {
	display: none;
}
.calendar tfoot .footrow {
	text-align: center;
	background: #ccc;
	color: #000;
}
.calendar tfoot .ttip {
	border-top: 1px solid #ccc;
	background: #efefef;
	color: #000;
}
.calendar tfoot .hilite {
	background: #666;
	border: 1px solid #f40;
	padding: 1px;
}
.calendar tfoot .active {
	background: #999;
	padding: 2px 0 0 2px;
}
.combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #fff;
	color: #000;
	font-size: smaller;
}
.combo .label {
	width: 100%;
	text-align: center;
}
.combo .hilite {
	background: #fc8;
}
.combo .active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: bold;
}
