#jtec_uceWrapper .jtec_uce {
  font-family: Arial, Tahoma, Helvetica, Sans-serif;
  margin: 5px 0;
  overflow: hidden;
}

#jtec_uceWrapper .jtec-entry {
  margin-bottom: 5px;
}

#jtec_uceWrapper .jtec-date {
  background: url('../images/date-bottom-bg.png') bottom left repeat-x transparent;
  border: 1px solid #e8e8e8 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}

#jtec_uceWrapper .jtec-date * {
  text-align: center !important;
}

#jtec_uceWrapper .jtec-weekday {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  width: 70px;
  line-height: 25px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#jtec_uceWrapper .jtec-circles {
  background: url('../images/circles.png') repeat-x transparent;
  height: 6px;
  position: relative;
  top: -3px;
}

#jtec_uceWrapper .jtec-day {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
  line-height: 20px;
}

#jtec_uceWrapper .jtec-month {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #a4a4a4;
  margin-bottom: 5px;
}

#jtec_uceWrapper .jtec-clearfix {
  clear: both;
}

#jtec_uceWrapper .jtec-edata {
  font-size: 11px;
  margin-left: 78px;
  text-align: left !important;
}

#jtec_uceWrapper .jtec-edata .jtec-property {
  font-weight: bold;
}

#jtec_uceWrapper .jtec-edata .jtec-title a,
#jtec_uceWrapper .jtec-edata .jtec-title a:focus,
#jtec_uceWrapper .jtec-edata .jtec-title a:link,
#jtec_uceWrapper .jtec-edata .jtec-title a:visited
{
  font-weight: bold;
  font-size: 14px;
  color: #555555;
  text-decoration: none;
  background: none;
}

#jtec_uceWrapper .jtec-edata .jtec-title a:hover {
  text-decoration: underline;
}

#jtec_uceWrapper .jtec-edata .jtec-notes {
  font-size: 12px;
  line-height: 18px;
  color: #7d7d7d;
}

/* SCROLLBAR */

#jtec_uceWrapper .jtec-scroll-viewport {
  overflow: hidden;
  position: relative;
  background-color:#f9f9f9;
  border: 1px solid #f0f0f0;
}
#jtec_uceWrapper .jtec-scroll-overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0; 
}
#jtec_uceWrapper .jtec-scroll-scrollbar {
  position: relative;
  float: right;
  width: 12px;
  border-right:1px solid #f0f0f0;
  border-top:1px solid #f0f0f0;
  border-bottom:1px solid #f0f0f0;
  left:-1px;
}
#jtec_uceWrapper .jtec-scroll-track {
  width: 12px;
  position: relative;
}

#jtec_uceWrapper .jtec-scroll-thumb {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -6px;
}
#jtec_uceWrapper .jtec-scroll-end {
  background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 25px;
}

#jtec_uceWrapper .jtec-scroll-disable {
  display: none;
}