﻿@charset "utf-8";
/* CSS Document */
.jq-calendar-wrapper {
	padding: 0;
	display: block;
}

.jq-calendar-wrapper table {
	margin: 0;
	width: 100%;
	color: #333;
	border-collapse: collapse;
	table-layout: fixed;
}

.jq-calendar-wrapper .ui-listview {
	margin: 0;
	display: none;
}

.jq-calendar-wrapper th {
	padding: .2em 0;
	text-align: center;
}

.jq-calendar-wrapper th.header {
	line-height: 33px;
	display: none;
}

.jq-calendar-wrapper .previous-btn {
	float: left;
	margin: .2em .5em;
}

.jq-calendar-wrapper .next-btn {
	float: right;
	margin: .2em .5em;
}

.jq-calendar-wrapper td {
	text-align: center;
	padding: 0;
}

/*.jq-calendar-wrapper td.darker, .jq-calendar-wrapper span.darker {
	opacity: 0.3;
}*/

.jq-calendar-wrapper td a {
	padding: .5em 0;
	margin: 0;
	border: 0;
}

.jq-calendar-wrapper td span {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}

.jq-calendar-wrapper .importance-0:not(.ui-btn-active) {
	background: white;
	color: lightgrey;
}

.jq-calendar-wrapper .importance-1:not(.ui-btn-active) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B9B9B9),
		to(#D8D8D8));
	background-image: -webkit-linear-gradient(#B9B9B9, #D8D8D8);
	background-image: -moz-linear-gradient(#B9B9B9, #D8D8D8);
	background-image: -ms-linear-gradient(#B9B9B9, #D8D8D8);
	background-image: -o-linear-gradient(#B9B9B9, #D8D8D8);
	background-image: linear-gradient(#B9B9B9, #D8D8D8);
}

.jq-calendar-wrapper .importance-2:not (.ui-btn-active) {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFd4a2), to(#e0ad85));
	background-image: -webkit-linear-gradient(#FFd4a2, #e0ad85);
	background-image: -moz-linear-gradient(#FFd4a2, #e0ad85);
	background-image: -ms-linear-gradient(#FFd4a2, #e0ad85);
	background-image: -o-linear-gradient(#FFd4a2, #e0ad85);
	background-image: linear-gradient(#FFd4a2, #e0ad85);
}

.previous-month,.next-month {
	background: white;
	color: lightgrey;
}

.jq-calendar-wrapper .ui-btn-today {
	background-image: -moz-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -ms-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #521C44), color-stop(50%, #622753),
		color-stop(100%, #883572) );
	background-image: -webkit-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	background-image: -o-linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#521C44',
		endColorstr='#883572' );
	background-image: linear-gradient(top, #521C44 0%, #622753 50%, #883572 100%);
	color: #fff;
	text-shadow: 0 1px 0 #000;
}