﻿
.calendar_title
{
    background-color: #333;
    font-size: 16pt;
    color: #fff;
    font-weight: normal;
}

.calendar_title td
{
    padding: 5px 10px;
}

.color_picker_button
{
    vertical-align: text-top;
}

.event_calendar
{
    width: 100%;
    border: 1px solid #AAA;
}

.event_calendar .next_prev a
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
}

.event_calendar .continued
{
    font-size: 8pt;
    font-style: italic;
}

th.day_header
{
    vertical-align: top;
    text-align: left;
}

td.day, td.other_month_day
{
    height: 80px;
    vertical-align: top;
    text-align: left;
    padding: 5px;
    border: solid 1px #AAA;
}

td.other_month_day
{
    background-color: #e5e5e5;
}


.events .filter .filter_item
{
    width: 300px;
}




.events .filter .event_types
{
    background-color: #FFFFFF;
    border: 1px solid #999999; /*float:right;*/ /* keeping this float instead of relative so we can make it force the filter bigger if it starts getting longer 	IE 7 is having issues with floating right though so going to float left which is really super inconvienent */
    height: 108px;
    height: auto !important; /*margin-bottom:-19px;*/
    min-height: 108px;
    padding: 5px 7px;
    width: 200px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.event_title:link, a.event_title:visited
{
    text-decoration: none;
}

.event_calendar .event_title, .color_preview, .events .filter .event_types li
{
    display: block;
    padding: 3px;
    border: solid 1px #AAA;
    margin-top: 1px;
    margin-bottom: 1px;
}

.color_preview
{
    width: 130px;
}

.event_list .event_title
{
}


.event_date
{
    padding-right: 15px;
}

.event_time
{
    font-style: italic;
}

.event_details .event_title
{
    border-bottom: 3px solid #296C99;
    color: #296C99;
    display: block;
    font-size: 16pt;
    margin-bottom: 5px;
}

.event_details td, .event_details th
{
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.event_details th
{
    white-space: nowrap;
}

.event_types ul
{
    margin: 0;
    list-style-type: none;
}

.next_prev:nth-child(1) + td + td
{
    text-align: right;
}

@media only screen and (max-width: 768px)
{
    .events .filter .filter_item
    {
        width: 100%;
    }
}

@media only screen and (max-width: 480px)
{
    .next_prev
    {
        position: absolute;
        right: 0px;
        top: -2px;
    }

    .next_prev:nth-child(1)
    {
        right: 76px;
    }

    .day_header
    {
        display: none;
    }

    .day-text
    {
        display: none;
    }

    .calendar_title
    {
        font-size: 14pt;
    }
}
