.calendar_container {
	float: left;
	display: inline;
	width: 529px;
}
#calendar {
	margin: 0px 0px 0px 0px;
	padding: 0 0 10px 0;
	/*border-top: 1px solid #C6C6C6;*/
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	float: right;
	width: 141px;
}

#calendar a {
	color: #DF9496;
}

#calendar_table {
	width: 141px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #A2ADBC;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar_table a {
	color: #616B76;
	text-decoration: none;
}

#calendar_table .nav, #calendar_table .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
}


#calendar_table caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #267CC2;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

#calendar_table th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	color: #636363;
	background: #E1F3FB;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar_table td.diffmonth {
	color: #B7B7B7;
}

#calendar_table td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #FFF; /*url(../images/bg_calendar.gif) no-repeat right bottom;*/
	color: #267CC2;
}

#calendar_table td.eventday a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar_table td.eventday a:link, #calendar_table td.eventday a:visited {
	color: #FB9A00;
	background: url(../images/bg_calendar.gif) no-repeat;
}

#calendar_table td.eventday a:hover, #calendar_table td.eventday a:active {
	color: #FB9A00;
	background: url(../images/bg_calendar.gif) no-repeat right top;
}

#calendar_table .today, #calendar_table td.today a, #calendar_table td.today a:link, #calendar_table td.today a:visited {
	color: #FFF;
	font-weight: normal;
	background: #267CC2;
}

#calendar_event_preview {
	height:30px;
}

#calendar_week {
	width: 368px;
	margin: 0 0 40px 0;
	float: left;
	display: inline;
}

#calendar_week_table td {
	width: 54px;
	height: 54px;
	text-align: center;
	border: 1px solid #EEE;
	padding: 0;
}
#calendar_week_table td .month {
	background: #E1F3FB;
	color: #636363;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 10px;
	padding: 2px;
}
#calendar_week_table td .month.active {
	font-weight: normal;
}
#calendar_week_table td .day {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 9px;
	color: #636363;
	padding: 2px;
}
#calendar_week_table td .day.active {
	color: #FB9A00;
	font-weight: bold;
}
#calendar_week_table td .day.today {
	background: #267CC2;
	color: #FFF;
	font-weight: bold;
}
#calendar_week_table td .day big {
	color: #267CC2;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 21px;
	font-weight: bold;
}
#calendar_week_table td .day.active big {
	color: #FB9A00;
}
#calendar_week_table td .day.today big {
	color: #FFF;
}

#calendar_week_table td a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.morenews {
	border-top: 1px solid #A2ADBC;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 5px 0 0 0;
	color: #267cc2;
	font-size: 12px;
	font-weight: bold;
}

.notodayevents {
	text-align: center;
	padding: 5px 0 0 0;
	color: #267cc2;
	font-size: 12px;
	font-weight: bold;
}

div.event_tooltip_title {
color: #FFFFFF;
/*font-weight:bold*/;
}

span.event_tooltip_date {
/*color: #c60000*/;
color: #FFFFFF;
font-size: 10px;
/*font-weight:bold*/;
font-style: italic;
}

