.calBox {
  background-color: white;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: white;
}

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

.calYear {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

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

.calMonth {
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.calMonth .calElement {
  font-size: 22px;
  font-weight: 900;
  color: #0099FF;
  /* border: 1px solid #999999; */
}

.calDay {
  width: 100%;
}

.calDay .calElement {
  font-size: 12px;
  border-radius: 50%;
  margin: 2%;
  width: 55px!important;
  /* border: 1px solid #999999; */
}


.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 {
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  color: #404040;
  font-size: 24px;
  font-weight: 900;
}

.calElement.selected {
  color: white;
  background-color: #0099FF;
  /* border: 1px solid #404040; */
  -moz-border-radius: 3px;
}

.calElement.selected .dayNumber {
  color: white;
}

.calMonth .calElement.selected {
  background: none;
  color: #0099FF;
}

span.calElement:hover {
  color:#0099FF;
  -moz-border-radius: 3px;
  cursor: pointer;
}

.calElement.today {
  /* border: 1px solid #e0e000; */
  -moz-border-radius: 3px;
}

.calYear .calElement {
  color: #404040;
  font-size: 16px;
  font-weight: 900;
}

.calYear .calElement.selected {
  font-size: 24px;
  font-weight: 900;
}

.calYear .calElement.today {
  background: none;
}
