.calBox {
  background-color: white;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: white;
  border: 1px solid black;
}

.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 {
}

.calDay .calElement {
  font-size: 12px;
  /*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 {
  border: 1px solid #999999;
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  font-size: 20px;
}


.calElement.selected {
  /*background-color: #404040;*/
  border: 1px solid #851b20;
  -moz-border-radius: 3px
}

/*span.calElement:hover {
  background-color: #404040;
  border: 1px solid #404040;
  -moz-border-radius: 3px;
  cursor: pointer;
}*/

.calElement.today {
  border: 1px solid #e0e000;
  -moz-border-radius: 3px
}
