.calBox {
  background-color: #999999;
  padding: 2px;
  -moz-border-radius: 4px;
  text-align: center;
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
}

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

.calYear {
  font-size: 3.5mm;
  cursor: pointer;
  border-bottom: 1px dashed #666;
  padding-bottom: 2px;
  margin-bottom: 2px
}

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

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

.calMonth .calElement {
  font-size: 3mm;
  cursor: pointer;
  border: 1px solid #999999;
}

.calDay {
}

.calDay .calElement {
  font-size: 2.8mm;
  border: 1px solid #999999;
}

.calDay .calElement.prev {
  background: transparent url(img/prev.png) no-repeat 0 0px;
  width: 18px;
  height: 20px
	cursor: pointer;
}

.calDay .calElement.next {
  background: transparent url(img/next.png) no-repeat 0 3px;
  width: 18px;
  height: 20px;
}

span.calElement.next:hover, span.calElement.prev:hover {
  border: 1px solid #999999;
  cursor: pointer;
}

.calDay .calElement .dayNumber {
  font-size: 3.5mm;
	cursor: pointer;
}


.calElement.selected {
  background-color: #404040;
  border: 1px solid #404040;
  -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
}
