/* -- Header -- */
#header {
/*	clear: both;
	float: left;
	width: 1230px;
	height: 227px;*/
	background: url(/images/bgr_header4.jpg) no-repeat;
	
}

/* -- Flash Jquery Image -- */
.images div {
	position: absolute;
	font-size:12px;
	margin-left:-30px;
}

h2.home_calendar {
 	clear: both;
	float: left;
	margin: 0; padding: 0;
	display: inline;
	width: 225px; 
	height: 35px;
	padding: 0 10px 0 22px;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: lowercase;
	color: #FFFFFF;
	background: url(/images/bgr_home_header.jpg) repeat-x;
}

/*---Small Calendar--*/
#mc_wrap_small { 
	float: left;
	display: inline;
	margin-top: 5px;
	width: 211px;
	height: 111px;	
}
#mc_calendar_small{ 
	clear: both;
	width: 211px;
	height: 111px;

   
}
.mc_date_small {
	width: auto;
	text-align: center;

}
#mc_calendar_small tr#mc_days_small th {
    text-align: center;
	height: 16px;
    overflow: hidden;
	 background: #ECECEC;
	color: #000;
}

#mc_calendar_small tr#mc_months_small th { 
    text-align: center;
	color: #0457c3;
	font-size: 1.364em;
	margin-bottom: 5px;
    overflow: hidden;
}
#mc_calendar_small tr#mc_months_small th a#mc_prev_month_small {
    padding: 0 8px 0 8px;     
}
#mc_calendar_small tr#mc_months_small th a#mc_prev_month_small a {
    display: block;
}
#mc_calendar_small tr#mc_months_small th a {
    color: #5f96d8;
    text-decoration: none;
}
#mc_calendar_small tr#mc_months_small th a:hover {
    color: #5f96d8;
    text-decoration: none;
}
#mc_calendar_small tr#mc_months_small th a#mc_next_month_small {
     padding: 0 8px 0 8px;       
}
#mc_calendar_small tr#mc_months_small th a#mc_next_month_small a {
     display: block;
}


#mc_calendar_small tr#mc_days_small th.current_small {
     color: #2DB2D3;
}


#mc_calendar_small td.weekday_small, #mc_calendar_small td.weekend_small {
    width: 14.2%;
	border: 2px solid white;
    text-align: center;
	font-weight: bold;
	color: #696969;
}
#mc_calendar_small td.todayweekday_small {
    width: 14.2%;
    background: #ADD8E6;
    text-align: center;
    color: 	#808080;
	font-weight: bold;
}
#mc_calendar_small td.has_eventsweekend_small, td.has_eventsweekday_small, td.has_eventstodayweekday_small{
    width: 14.2%;
    background: #136A7D;
    text-align: center;
    color: #FFF;
}
#mc_calendar_small td.has_events a:link, #mc_calendar_small td.has_events a:visited {
	color: #2DB2D3;
	font-weight: bold;
}
#mc_calendar_small td.events_classes_small {
	border: 2px solid white;
	width: 14.2%;
    background: #92d353;
	font-weight: bold;
    color: #FFF;
}
#mc_calendar_small td.events_lectures_small {
	border: 2px solid white;
	width: 14.2%;
    background: #e448a4;
	font-weight: bold;
    color: #FFF;
}
#mc_calendar_small td.events_performances_small {
	border: 2px solid white;
	width: 14.2%;
    background: #f1aa00;
	font-weight: bold;
    color: #FFF;	
}
#mc_calendar_small td.events_social_small {
	border: 2px solid white;
	width: 14.2%;
    background: #028fe3;
	font-weight: bold;
    color: #FFF;
}
#mc_calendar_small .middot_small {
    display: none;
	background: #f0f1f5;
}

#mc_calendar_small td.has_events {
	background: #008ce7;
}
#mc_calendar_small td.has_events a {
	color: #FFF;
}
#mc_calendar_small td.has_events .mc_date_small a {
	color: #FFF;
}
#mc_calendar_small td.mc_pad {
	background: none;
}

