/**
 * BANNERS {
 */

.banners a img {
	border: 0;
	width: 118px;
	border: 1px solid black;
}
/**
 * } BANNERS
 */
 
/**
 * ICENTER (box) {
 */
.icenter_content_empty {
	display: none;
}
 
.icenter_box {
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.icenter_box li {
	margin: 0;
	padding: 0 0 4px 0;
}

.icenter_box h3 {
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;	
	font-size: 12px;
}

.icenter_box h4 {
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

.icenter_box a {
	text-decoration: none;
}

.icenter_box a:hover {
	text-decoration: underline;
}
/**
 * } ICENTER (box)
 */
 
/**
 * ICENTER (News view) {
 */
.icenter_content .show_news {
	color: #565656;
	list-style: none;
	margin: 0;
	padding: 0;
}

.icenter_content .show_news h2 {
	margin: 0;
	padding: 0;
}

.icenter_content .show_news .time {
	margin: 1px 0 6px 0;
}

.icenter_content .show_news .summary {
	font-style: italic;
}

.icenter_content .show_news .content {
}

.icenter_content .control {
	margin: 8px 0;
}

.icenter_content .control a {
	text-decoration: none;
	color: #565656;
}

.icenter_content .control a:hover {
	text-decoration: underline;
	color: red;
}

.icenter_content .control a img {
	border: 0;
}

/**
 * } ICENTER (News view)
 */
 
/**
 * ICENTER (List view) {
 */
.icenter_content .list {
	color: #565656;
	list-style: none;
	margin: 0;
	padding: 0;
}

.icenter_content .li {
	padding-bottom: 5px;
}
 
.icenter_content .list h2 {
	margin: 0;
	padding: 0;
}

.icenter_content .list h2 a {
	text-decoration: none;
	color: #565656;
}

.icenter_content .list h2 a:hover {
	text-decoration: underline;
	color: red;
}

.icenter_content .list .time {
	margin: 2px 0;
}

.icenter_content .list .summary {
	font-style: italic;
	margin: 2px 0;
}
/**
 * } ICENTER (List view)
 */
 
.news_headline_item td {
	border-bottom: solid 1px #758FA0;
	padding-bottom: 2px;
}

.news_headline_item a,
#content_container a
{
	color: #141214;
}


/**
 * CALENDAR {
 */
.calendar_event h1 {
	font-size: 120%;
}

.calendar_event .occurrence {
	margin-bottom: 0;
}

.calendar_event .description {
}

.calendar_event .image_link img {
	border: 0;
}

.calendar_date_list {
}

.calendar_date_list li h2 a {
}

.calendar_date_list li h2 a:hover {
}

.calendar_date_list li .occurrence {
}

.calendar_date_list,
.calendar_list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.calendar_date_list li
.calendar_list li {
	margin: 0.5em;
}

.calendar_date_list li h2,
.calendar_list h2 {
	font-size: 120%;
	margin-bottom: 0.5em;
}

.calendar_list h3 {
	margin: 0;
	font-size: 100%;
	margin-bottom: 0.4em;
}

.calendar_list li h4 {
	font-size: 100%;
	margin: 0;
	margin-bottom: 0.1em;
}

.calendar_date_list li .occurrence,
.calendar_list li .occurrence {
	margin-top: 0.1em;
	margin-bottom: 1.5em;
}



/* month */

.calendar_month {
	background: #F3F3FF;
	font-size: 95%;
	background-color: #ffffff;
}

.calendar_month td {
	font-size: 100%;
	text-align: center;
	width: 14.286%; /* 100 / 7 */
}

.calendar_month_mark {
	background: #789AD2;
	border: solid 1px #758FA0;
}

td.calendar_month_head,
td.calendar_month_week_head {
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

.calendar_month_link {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.calendar_month_link:hover {
	color: #000;
	text-decoration: underline;
}

.calendar_month_today {
	font-weight: bold;
	border: solid 1px #000;
}
/**
 * } CALENDAR
 */