fieldset.jcalendar {
  font:.9em Arial, Helvetica, sans-serif;
}

div.jcalendar-wrapper {
  float: left;
}

div.jcalendar table {
  background:#a1a5a9;
  margin:.3em auto;
  border-collapse: collapse;
}

div.jcalendar table th {
  background:#f68b1f;
  color: #FFF;
  border: 1px solid #afb3b7;
  width: 37px;
  height: 23px;
  font-weight: normal;
  font-size: 10pt;
  text-align: center;
}

div.jcalendar table td {
  background:#ffffff;
  padding:0;
  border: 1px solid #afb3b7;
  height: 23px;
}

div.jcalendar table th.weekend {
  background:#f68b1f;
  color: #FFF;
}

div.jcalendar table td.weekend {
  background:#d1d2d4;
}

div.jcalendar table td a {
  display:block;
  line-height: 24px;
  text-align:center;
  text-decoration:none;
  width: 100%;
  height: 24px;
  margin-top: -1px;
  color: #495760 !important;
}

div.jcalendar table td.today a {	background: #888;
	color: #FFF;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
  background: #f68b1f;
  padding:0;
  text-decoration: none;
}

div.jcalendar table td a.selected {
  background: #f68b1f;
  color: #FFF !important;
  text-decoration: none;
}





div.jcalendar-selects {
  height: auto;
}

.jcalendar-select-day, .jcalendar-select-month, .jcalendar-select-year {  width: 87px;
}

div.jcalendar-selects select {	height: 20px;
}

div.jcalendar-links {
  display: none;
}