


/* == Introduction ========================================================= */
#x-intro {
	margin: 0 0 2em 0;
}


/* == Events =============================================================== */
#x-events {
	background: #fafcff url('_gfx/box2/body_bg') repeat-x;
	border: 1px solid #bdcdec;
	font-size: 80%;
}
#x-events table {
	width: 100%;
}
#x-events table caption {
	font-size : 100%;
	font-weight: bold;
}
#x-events table td,
#x-events table th {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0.25ex 0.5em;
	border-top: 1px solid #bdcdec;
}
#x-events table thead th {
	text-align: center;
	font-weight: bold;
	/*border-bottom: 1px solid #304050;*/
	padding: 0;
}
#x-events table td.x-date {
	text-align: right;
}
#x-events .x-eventname a {

}
tbody#x-current-events tr {
}
tbody#x-current-events td,
tbody#x-current-events th {
	font-weight: normal;
	background-color: #FFDFDF;
	border-top: 1px solid #ecbdbd;
}
#x-events-calendar-link {
	display: none;
}

/* == News ================================================================= */
#x-news {
	border-top: 0px dotted gray;
	margin: 2em 0 0 0;
	padding: 0 0 0 0;
}

#x-more-news {
	clear: both;
	text-align: center;
}


/* == Notice Board ========================================================= */
#x-noticeboard {
	text-align: left;
}

#x-noticeboard hr,
hr.x-separate {
	display: none;
}

.x-noticeitem,
.x-noticeitem-link {
	background: #FAFCFF url('_gfx/box2/foot_bg') repeat-x bottom;
	border: 1px solid #BDCDEC;
	margin: 0 0 1em 0;
}
.x-noticeitem-link {
	cursor: pointer;
}
div.x-noticeitem-link:hover {
	color: #2E4066;
}

.x-noticeitem h3 {
	background: #577BC2 url('_gfx/box2/head_bg_full') repeat-x right;
	font-size: 11px;
	color: white;
	margin: 0;
	padding: 0 0.3em;
	line-height: 17px;
	height: 17px;
}
.x-noticeitem .body {
	background: url('_gfx/box2/body_bg') repeat-x;
	padding: 0.3em;
}

.x-noticeitem p {
	margin: 0.0em 0 0.5em 0;
}
.x-noticeitem p+p {
	margin: 1em 0 0 0;
}

.x-noticeitem form {
	margin: 0.5ex 0;
}

.x-noticeitem img.summaryimage {
	float: right;
	border: 1px solid #B6CEE0;
	margin: 0 0 2px 2px;
	padding: 0;
}

.x-noticeitem .link {
	text-align: right;
}
.x-noticeitem .link a {
	font-weight: bold;
	display: block;
}



