/* Default styling for jQuery Calendars Picker v2.0.0. */
.calendars {
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
	font-size: 9pt;

	border: 1px solid #aaaaaa;
    background: white url(/css/jquery/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
}
.calendars table {
	font-size: .9em;
}
.calendars-rtl {
	direction: rtl;
}
.calendars-popup {
	z-index: 1002;
}
.calendars-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.calendars a {
	color: #222;
	text-decoration: none;
}
.calendars a.calendars-disabled {
	color: #888;
	cursor: auto;
}
.calendars button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    border-radius: 0.25em;
    font-weight: bold;
}
.calendars-nav, .calendars-ctrl {
	float: left;
	width: 100%;
	background-color: #dadada;
	font-size: 90%;
	font-weight: bold;
}
.calendars-ctrl {
	background-color: #dadada;
}
.calendars-cmd {
	width: 30%;
}
.calendars-cmd:hover {
	/*background: #dadada url(/css/jquery/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
	background-color: #eee;
}
.calendars-ctrl .calendars-cmd:hover {
	/*background: #dadada url(/css/jquery/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
	background-color: #eee;
}
.calendars-cmd-prevJump, .calendars-cmd-nextJump {
	width: 8%;
}
a.calendars-cmd {
	height: 1.8em;
	line-height: 1.8em;
}
button.calendars-cmd {
	text-align: center;
}
.calendars-cmd-prev, .calendars-cmd-prevJump, .calendars-cmd-clear {
	float: left;
	padding-left: 2%;
}
.calendars-cmd-current, .calendars-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.calendars-cmd-next, .calendars-cmd-nextJump, .calendars-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-prev, .calendars-rtl .calendars-cmd-prevJump,
.calendars-rtl .calendars-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.calendars-rtl .calendars-cmd-current, .calendars-rtl .calendars-cmd-today {
	float: right;
}
.calendars-rtl .calendars-cmd-next, .calendars-rtl .calendars-cmd-nextJump,
.calendars-rtl .calendars-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.calendars-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.calendars-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.calendars-month-nav span {
	color: #888;
}
.calendars-month-row {
	clear: left;
}
.calendars-month {
	float: left;
	min-width: 17em;
	padding: 2px 2px 4px 2px;
}
.calendars-month-header, .calendars-month-header select, .calendars-month-header input {
	height: 1.8em;
	line-height: 1.8em;
	background-color: white;
	font-weight: normal;
	border-radius: .25em;
	padding: 0 0.25em;
	border: 1px solid #aaa;
}
.calendars-month-header select, .calendars-month-header input {
	height: 1.7em;
	border: none;
}
.calendars-month-header input {
	position: absolute;
	display: none;
}
.calendars-month table {
	width: 100%;
	border-collapse: collapse;
}
.calendars-month th, .calendars-month td {
	margin: 0em;
	border: 0;
	padding: 1px;
	font-weight: normal;
}
.calendars-month td a, .calendars-month td span {
	display: block;
	padding: 0.2em;
	text-align: right;
	text-decoration: none;
}
.calendars-month th {
	padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.calendars-month td.calendars-week {
	border: 1px solid #777;
}
.calendars-month td.calendars-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.calendars-month a {
	display: block;
	text-decoration: none;
	border: 1px solid lightgray;
	background: #e6e6e6 url(/css/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.calendars-month span {
	display: block;
}
.calendars-month td span {
	color: #888;
}
.calendars-month td .calendars-other-month {
	background-color: #fff;
}
.calendars-month td .calendars-today {
	border: 1px solid #fcefa1;
    background: #fbf9ee 50% 50% repeat-x;
    color: #363636;
}
.calendars-month td .calendars-highlight {
	border: 1px solid #999999;
	background: #dadada 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.calendars-month td .calendars-selected {
	border: 1px solid #aaaaaa;
	background: white 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.calendars-month th.calendars-week {
	background-color: #777;
	color: #fff;
}
.calendars-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.calendars-clear-fix {
	clear: both;
}
