fieldset.jcalendar {
	border:none;
	margin:0;
	padding:0;
}

div.jcalendar-wrapper {
}

div.jcalendar-selects {
padding:.6em .4em;
text-align:center;
display:none;
}

div.jcalendar-selects select {
border:1px solid #A1A5A9;
font-size:100%;
}

div.jcalendar table {
	color:#000;
	margin:0 auto;
	padding:0;
}

div.jcalendar table th {
	color:#3d3a35;
	font-weight:normal;
}

div.jcalendar table td {
padding:0;

}

div.jcalendar table th.weekend {

}

div.jcalendar table td.weekend a{
	color:#f00;
}

div.jcalendar table td a {
	color:#3d3a35;
	display:block;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width:26px;
}

div.jcalendar table td.today a {
	border-color:#aaa;
	color:#3d3a35;
	background:#ccebff;
}

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

div.jcalendar table td a.selected {
	color:#3d3a35;
}

div.jcalendar-links {
text-align:center;
display:none;
}

div.jcalendar-links a {

}



