/* addto cal styles */
.addtocal {
    margin:0;
    padding: 3px 0;

}
.addtocal .summary, .addtocal .date, .addtocal .description, .link_url ,.location{
    display: none;
}
.cal_add {
    font-size: 12px;

    float: left;
    margin-top: 2px;
    padding: 2px 0px 0px 0px;
}
.cal_icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    float: left;
    background: url("http://media.mediapost.com/images/events/empty_cal.png") no-repeat top left transparent;
}
.cal_add:hover {
    text-decoration: none;
}
/* */
.ui-addtocal {
    cursor:pointer;cursor:hand;
}
ul.ui-addtocal {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #ddd;
    cursor: default;
    list-style: none outside none;
    padding: 5px 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    cursor:hand;
}
