div.eventcalx-tooltip {
    padding-top: 37px;
    width: 212px;
    display: none;
    position: absolute;
    background: transparent url('../images/tipTop.png') no-repeat top;
    z-index: 1000;
}

div.eventcalx-tooltip p {
    margin-top: 0;
}

div.eventcalx-tooltip-content {
    background: transparent url('../images/tipMid.png') repeat-y;
    padding: 0 25px 20px 25px;
}

div.eventcalx-tooltip-bottom {
    background: transparent url('../images/tipBtm.png') no-repeat;
    height: 32px;
}

p.tooltip-title {
    color: #0351A0 !important;
    font-size: 13px;
    font-weight: bold;
}

p.tooltip-date {
    color: #4278A6;
    font-size: 12px;
    font-weight: bold;
}