fieldset.jcalendar {
	font:  Tahoma ,Arial, Helvetica, sans-serif;
}
div.jcalendar {
	
	margin: 20px 0 0 0;
}
div.jcalendar-wrapper {
	width: 20em;
	padding: 0;
}
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 {
	height: 24px;
	width: 24px;	
	color: #4c4c4c;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #dbdbdb;
}
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: normal;
	font-size: 12px;
	color: #b2b0b1;
	
	
}

div.jcalendar table th.weekend {
	
	border-bottom: 1px solid #dbdbdb;
}
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.today a:hover {
	
}
div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
	color: #ee2927;
	padding:0;
	padding: 5px 0 0 0;
	height: 18px;
}

div.jcalendar table td a.selected {
	color: #ee2927;
}
a.link-today {
	color: #78aff0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	top: -2px;
}
div.jcalendar-links {
	text-align:center;
	position: absolute;
	top: 0;
	margin: 185px 0 0 1px;
	width: 240px;
	padding: 5px 0 0 0;
	height: 25px;
	background: url('/images/links_back.gif') no-repeat top left;
}

div.jcalendar-links a {
	padding:.2em .4em;
	
}


