/* get rid of those system borders being generated for A tags */
a:active {
    outline: none;
}       
:focus {
    -moz-outline-style: none;
}
.event {
    cursor: pointer;
}      
/* tooltip styling */

*html div.tooltip {
    position: !important;
    display: none;
    background: url(black_arrow.png) no-repeat;
    height: 104px;
    width: 147px;
    padding: 5px 5px 5px 5px;
    color: #FFF;
}

html>body .tooltip {
    position: fixed !important;
    display: none;
    background: url(black_arrow.png) no-repeat;
    height: 104px;
    width: 147px;
    padding: 5px 5px 5px 5px;
    color: #FFF;
}
/* a .label element inside tooltip */
.tooltip .label {
    color: #FFF;
    width: auto;
}
.tooltip .toolhead {
    color: #568873;
    font-weight: bold;
}
.tooltip a {
    color: #611200;
    text-decoration: underline;
}
.noCalendarTable {
    width: auto !important;
    background: none !important;
    margin-top: 0px !important;
    line-height: 12px; !important;
    }
.noCalendarTable tbody td {
    height: auto !important;
    width: auto !important;
    vertical-align: top !important;
    font-size: 9px !important;
    }
.noCalendarTable td {
    border: none !important;
    }