.event-main {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
}
.event-main table.calendar_table {
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
} 
.event-main table.calendar_table tr {
    padding: 0;
    position: relative;
    width: 100%;
}
.event-main table.calendar_table tr td {
    padding: 15px 0 0 0;
    position: relative;
    height: 100%;
}
.event-main table.calendar_table tr td div {
    position: relative;
}
.event-main table.calendar_table .calendar_date {
    font-size: 36px;
    margin: -10px 0 0 -4px;
    padding: 0;
}
.event-main table.calendar_table .calendar_month, .event-main table.calendar_table .calendar_day {
    background: url(/spacer.gif) top right no-repeat transparent;
    font-size: 10px;
    margin: 0;
    padding: 0;
    width: 90px;
}
.event-main table.calendar_table .calendar_day img {
    bottom: 0;
    background: url('/storage/calendar/fade.png') top left no-repeat;
    height: 12px;
    position: absolute;
    right: 0;
    width: 25px;
}
.event-main table.calendar_table td.calendar_events {
    color: #fff;
    height: 65px;
    left: 10px;
    margin: 0 10px 0 0;
    position: absolute;
    top: 10px;
    vertical-align: top;
    width: 65px;
    z-index: 100;
}
.event-main table.calendar_table td div.event_item {
    float: left;
    margin: 0 0 0 6px;
    padding: 0;
    position: relative;
    width: 280px;
}
.event-main table.calendar_table td div.event_item img.event_picture {
    background: #000;
    height: 205px;
    float: left;
    margin: 0;
    padding: 0;
    width: 280px;
}
.event-main table.calendar_table td div.event_item .event_on_picture {
    background: url(/storage/calendar/event_bg.png) top left repeat transparent;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: -45px 0 0 0;
    padding: 5px 0 0 0;
    position: relative;
    width: 100%;
}
.event-main table.calendar_table td div.event_item .event_on_picture .event_category_title,
.event-main table.calendar_table td div.event_item .event_on_picture .event_title {
    float: left;
    padding: 0 0 0 5px;
    width: 100%;
}
.event-main table.calendar_table td div.event_item .event_on_picture .event_category_title a ,
.event-main table.calendar_table td div.event_item .event_on_picture .event_title a {
    color: #fff;
    text-decoration: underline;
}
.event-main table.calendar_table td div.event_item .event_on_picture .event_category_title a:hover ,
.event-main table.calendar_table td div.event_item .event_on_picture .event_title a:hover {
    text-decoration: none;
}
.event-main table.calendar_table td div.event_item .event_on_picture .event_category_title {
    font-size: 11px;
    position: relative;
    top: 8px;
}
.event-main table.calendar_table td div.event_item .event_on_picture .event_rating_box {
    bottom: 2px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
}
.event-main table.calendar_table td div.event_item .event_calendar {
    float: left;
    font-size: 11px;
    height: 52px;
    margin: 5px 0 10px 0;
    padding: 0;
    width: 100%;
}
.event-main table.calendar_table td div.event_item .event_calendar a:first-child {
    color: #000;
    margin-right: 10px;
}
.event-main table.calendar_table td div.event_item .event_calendar a {
    color: #5caacf;
    text-decoration: none;
}
.event-main table.calendar_table td div.event_item .event_calendar a:hover {
    text-decoration: underline;
}
.event-main table.calendar_table td div.event_item .event_comments {
    float: left;
    padding: 0;
    width: 130px;
}
.event-main table.calendar_table td div.event_item .event_comments a:hover,
.event-main table.calendar_table td div.event_item .event_users a:hover {
    text-decoration: none;
}
.event-main table.calendar_table td div.event_item .event_users {
    float: right;
    text-align: right;
    width: 130px;
}
.event-main table.calendar_table td div.event_item .event_users a {
    background: url(/storage/calendar/people.jpg) 0 3px no-repeat;
    color: #000;
    padding: 0 0 0 10px;
    text-decoration: underline;
}
.event-main table.calendar_table td div.event_item .event_comments a {
    background: url(/storage/calendar/think.jpg) 0 4px no-repeat;
    color: #000;
    padding: 0 0 0 10px;
    text-decoration: underline;
}
.event-main table.calendar_table td div.event_item .event_rating {
    float: left;
    margin: 5px 0 0 0;
    padding: 0;
    width: 100%;
}
