.UICalendarControl {
    padding: 0;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 35px;
}

.UICalendarControl .Header span{
      background: url(images/g-logo.png) no-repeat 5px 0px, 
      url(images/g-tab.png);
    color: #ffffff;
    font: bold 13px/40px arial;
    height: 40px;
    text-align: left;
    padding-left: 50px;
    display: block;
    border-radius: 8px
}

.UICalendarControl .Header {
    padding: 0 10px;
    background: url(images/g-left.png) no-repeat 0px 0px, url(images/g-right.png) no-repeat right 0px;
}


.UICalendarControl>div:nth-child(2){
      background: url(images/g-center.png);
      background-size: 100%;
      text-align: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
}

.UICalendarControl:after {
    content: '';
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/g-bottom.png) no-repeat;
    background-size: contain;
}

.UICalendarControl>a{
  display: none;
}