fieldset.jcalendar {
	font:  Tahoma ,Arial, Helvetica, sans-serif;
}
div.jcalendar-wrapper {
	width:20em;
}
div.jcalendar-selects {
	padding:.6em .4em;
	text-align:center;
}
div.jcalendar-selects select {
	font-size:100%;
}

div.jcalendar table {
	background-bottom: 2px solid #fff;
	color: #b2b0b1;
	margin: 0 auto;
}

div.jcalendar table th {
	background: url('/images/cal_back_dsedm.gif') no-repeat;
	height: 24px;
	width: 24px;	
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
div.jcalendar table td {
	background: url('/images/cal_back_day.gif') no-repeat;
	width: 24px;
	height: 26px;
	padding: 0;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 12px;
	color: #b2b0b1;
}

div.jcalendar table th.weekend {
	background: url('/images/cal_back_dsedm.gif') no-repeat;
}
div.jcalendar table td.weekend {
	background: url('/images/cal_back_day.gif') no-repeat;
}

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

div.jcalendar table td.today a {
	color: #ee2927;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
	color: #ee2927;
	padding:0;
}

div.jcalendar table td a.selected {
	color: #ee2927;
}
a.link-today {
	color: #ee2927;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
div.jcalendar-links {
	text-align:center;
	position: absolute;
	top: 0;
	margin: 230px 0 0 0px;
	width: 190px;
}

div.jcalendar-links a {
	padding:.2em .4em;
}