.calBox {
  background-color: #fff;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: #000;

}

.calElement {
  margin: 1px;
  display: inline-block;
  overflow:hidden;
}

.calYear {
  font-size: 20px;
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  margin-bottom: 5px
}

.calYear .calElement {
  border: 1px solid #999999;
}

.calMonth {
  border-bottom: 1px dashed #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.calMonth .calElement {
  font-size: 14px;
  border: 1px solid #999999;

}

.calDay {
  text-align: left;
}

.calDay .calElement {
  font-size: 12px;
  border: 1px solid #999999;
  text-align: center;
  /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.11);*/
}

.calDay .calElement.prev {
  background: transparent url(../images/prev.png) no-repeat 0 18px;
  width: 6px;
  height: 35px
}

.calDay .calElement.next {
  background: transparent url(../images/next.png) no-repeat 0 18px;
  width: 6px;
  height: 35px;
}

span.calElement.next:hover, span.calElement.prev:hover {
  border: 0px;
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  font-size: 20px;
}


.calElement.selected {
  background-color: #404040;
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  color:#fff !important;
}

span.calElement:hover {
 /* background-color: #404040;*/
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  cursor: pointer;
 /* color:#fff !important;*/
}

.calElement.today {
  border: 1px dashed #00aeee;
  -moz-border-radius: 3px
}
