.calBox {
  background: #f2f7fd;
    padding: 10px;
    position: absolute;
    z-index: 999;
    color: #587482;
    font-size: 13px;
    box-shadow: 0px 2px 2px #ddd;
}

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

.calYear {
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px; text-align: center; 
}

.calYear .calElement {
    border: 1px solid #a9d2e0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6e1ef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6e1ef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d6e1ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e1ef',GradientType=0 );
    padding: 5px;
}

.calMonth {
    font-size: 13px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px; text-align: center; 
}

.calMonth .calElement {
  font-size: 13px;
  border: 1px solid #a9d2e0; background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6e1ef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6e1ef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d6e1ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e1ef',GradientType=0 );
  padding: 5px;
}

.calDay {
}

.calDay .calElement {
   padding:0px; width: 43px !important; float: left;
  border: 1px solid #a9d2e0;
    text-align: center;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6e1ef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6e1ef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d6e1ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6e1ef',GradientType=0 );
}

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

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

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

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


.calElement.selected {
  background: #16acdf;
  border: 1px solid #16acdf;
  -moz-border-radius: 3px; color: #fff;
}

span.calElement:hover {
  background: #16acdf;
  border: 1px solid #16acdf;
  -moz-border-radius: 3px;
  cursor: pointer; color: #fff;
}

.calElement.disabled {opacity: 0.3;}

.calElement.today {
  border: 1px solid #16acdf;
  -moz-border-radius: 3px
}
