@import "../../css/local.css";
/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

body {background-color:#003974;}

.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
	line-height:120%;
	padding:4px; 
	border:1px solid #ddd;
	background-color:#eee;
	margin-bottom:4px;
	}
	
	.view-display-id-page_4 thead {display:none;}
	
	.node-type-event .field-name-field-event-date { display:none;
		
		}
		
		.node-type-event .field-name-field-program { display:none;
		
		}
		
		.node-type-event .field-name-field-event-category { display:none;
		
		}
		
		
#block-block-59 caption {
    background: none repeat scroll 0 0 #336699;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3px;
}
#block-block-59	table {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
}


#block-block-59 {margin-top:-90px;}

td.views-field-field-event-date {width:150px;}

.view .date-nav-wrapper .date-prev { right:68px;}
		
