/* Calendar box  */

#ezagenda_calendar_container
{
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #4060a4;
}

#ezagenda_calendar_container table
{
    width: 100%;
    padding-bottom: 3px;
}

#ezagenda_calendar_container table tr.calendar_heading
{
   /* background-color: #2857a5;*/
    /*background-image: url('../images/bg-calendar-month.png');*/
    background-repeat: no-repeat;
    color: #ffffff;
    padding-bottom: 8px;
}

#ezagenda_calendar_container table tr.calendar_heading th
{
    height: 17px;
}
tr.calendar_heading_days th
{
    padding-top: 5px;
}
tr.calendar_heading th.first_col
{
    background-image: url('../images/bg-calendar-month.png');
    background-repeat: no-repeat;
    background-position: top left;
    text-align: left;
    padding-left: 3px;
}
tr.calendar_heading th.middle_col
{
    background-image: url('../images/bg-calendar-month.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #2857a5;
}
tr.calendar_heading th.last_col
{
    background-image: url('../images/bg-calendar-month.png');
    background-repeat: no-repeat;
    background-position: top right;
}
tr.days td
{
    width: 18px;
    height: 17px;
    border: 2px solid #e9f4fa;
    border-left: 2px solid #e9f4fa;
    border-right: 1px solid #e9f4fa;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 1px;
}
tr.days td.event
{
    background-color: #8dd8f8;
}
tr.days a
{
    text-decoration: none;
    color: #4060a4;
}
tr.days td.selected
{
    background-image: url('../images/calender-selected.png');
    background-repeat: no-repeat;
    color: #ffffff;
}
tr.days td.selected a
{
    color: #ffffff;
}

/* Calendar - Agenda page */

h2.calendar-page
{
    font-family: Arial;
    font-size: 12px;
    color: #00aeea;
    text-decoration: underline;
 /*   margin: 0;*/
    padding: 0;
}
.ezagenda_day_event
{
    padding-top: 11px;
}
.ezagenda-image
{
    float: left;
    width: 171px;
}
.ezagenda-event
{
    float: left;
    width: 408px;
    font-family: Arial;
    font-size: 12px;
    color: #4362a5;
}
.ezagenda-event-longer
{
    width: 579px;
}
.ezagenda-event h3
{
    font-size: 16px;
    padding-top: 0;
}
.ezagenda-event h3 a
{
    text-decoration: none;
    color: #4362a3;
}
.ezagenda-event h3 a:hover
{
    text-decoration: underline;
    color: #4362a3;
}
.ezagenda-event p
{
    margin-top: -6px;
}

.class-event-calendar .separator
{
    background-image: url('../images/table-3-separator-bg.png');
    background-repeat: repeat-x;
    height: 1px;
    padding: 0;
    margin: 0;
    margin-top: 13px;
    margin-bottom: 10px;
    width: 570px;
}
.ezagenda_month_event h4
{
    font-size: 12px;
    padding-top: 8px;
}
.ezagenda_month_event h4 a
{
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
    color: #4362a5;
}
.event-date
{
    font-weight: normal;
    color: #a0a0a2;
}

.ezagenda_month_event p
{
    padding-top: 0;
    margin-top: -5px;
    font-size: 12px;
    color: #4362a3;
}

/* Event - full view */

#comments h4
{
    font-size: 12px;
    padding-top: 8px;
    text-decoration: underline;
    color: #00b0ec;
}
.class-event
{
    margin-top: -5px;
    font-size: 12px;
    color: #4362a3;
}

