@charset "UTF-8";
/* CSS Document */

.pagination_date_search h3.quick_search .search_by,
.pagination_date_search .date_range_options input.yesterday,
.pagination_date_search .date_range_options input.last_week,
.pagination_date_search .date_range_options input.last_month{
	display: none;
}


#cms_mod_calendar_full .calendar_view_types .view_type_icon,
#cms_mod_calendar_full .calendar_view_types .view_type_link {
    display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.view_type_link {
}


.calendar_view_types select {
    float: right;
    margin: 7px 10px;
}

.event_list_main .calendar_month_holder table.calendar_month {    table-layout: fixed; }
.event_list_main .calendar_month_holder .last_holder{	display: none	}


/* Mobile  **NOTE there are some setting in tools.js that effect mobile layout as well. */
#cms_mod_calendar_full.mobile td.calendar_day > ul{ display: none; }
#cms_mod_calendar_full.mobile td.calendar_day > ul.show{ display: block; }

