.yui-calendar {
  font-family: arial, helvetica, sans-serif;
  font: 100% sans-serif;
  font-size: 12px;
  background: #fcfcfc;
  border: 1px solid #fcfcfc;
  line-height: 1;
}
.yui-calendar .oom {
  color: #fcfcfc;
}
.yui-calendar td.calcell {
  text-align: center;
  width: 24px;
}
.yui-calendar td.calcell a {
  text-decoration: none;
  line-height: 20px;
  color: #000;
  display: block;
}
.yui-calendar .calweekdaycell {
  font-weight: normal;
}
.yui-calendar .calheader {
  color: #3d3d3d;
  font-size: 16px;
  line-height: 1;
  padding: 0 0 .6em 0;
  font-weight: bold;
}
.yui-calendar .calcellbottom {
  display: none;
}
.yui-calendar td.selectable:hover {
  background: #e2e2e2;
}
.yui-calendar td.today {
  background: #000;
}
.yui-calendar td.today > a {
  color: #fff;
}
.yui-calendar .calnavleft {
  float: left;
}
.yui-calendar .calnavright {
  float: right;
}
.yui-calendar .calnavleft,
.yui-calendar .calnavright {
  width: 24px;
  height: 20px;
  cursor: pointer;
  padding-top: 1px;
  text-align: center;
  display: inline-block;
}
.yui-calendar .calnavleft:hover > i {
  background-position: 0 -40px;
}
.yui-calendar .calnavright:hover > i {
  background-position: 0 -60px;
}
.yui-calendar .calnavleft > i,
.yui-calendar .calnavright > i {
  width: 7px;
  height: 12px;
  display: inline-block;
  background-image: url(../images/calendar/calendar-arrow.png);
  background-repeat: no-repeat;
}
.yui-calendar .calnavleft > i {
  background-position: 0 0;
}
.yui-calendar .calnavleft > i :hover {
  background-position: 0 -40px;
}
.yui-calendar .calnavright > i {
  background-position: 0 -20px;
}
.yui-calendar .calnavright > i:hover {
  background-position: 0 -60px;
}
