@charset "utf-8";

div.jcalendar table {
	width: 170px;
	background: #383a3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #a4a6a9;
	border-collapse: collapse;
	border-spacing: 0;
}

div.jcalendar table th {
	width: 22px;
	height: 20px;
	background: #181f28;
	text-align: center;
	border: 1px solid #383a3d;
}

div.jcalendar table td {
	height: 20px;
	background: #0b0e12;
	text-align: center;
	border: 1px solid #383a3d;
}

* html div.jcalendar table th, * html div.jcalendar table td {
	border: none;
}

div.jcalendar table th.weekend {
	width:24px;
	height: 18px;
	background: #2f353d;
}

div.jcalendar table td.weekend {
	height: 18px;
	background:#181f28;
}

div.jcalendar table td a {
	color:#a4a6a9;
	display:block;
	text-decoration:none;
}

div.jcalendar table td.today a {
	border-color:#aaa;
	color:#fff;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
	background:#77b0d3;
	color:#fff;
}

div.jcalendar table td a.selected {
	background:#0072b9;
	color:#fff;
}

div.jcalendar-links {
	display: none;
	text-align:center;
	margin: 5px auto 0 auto;
}

div.jcalendar-links a {
	display: none;
	margin: 0 5px;
}

div.jcalendar .calendarToday {
	color: white;
	}