div.xt_evtitle {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F33A40;
	color: #F33A40;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

span.xt_evIntroduction {
	font-weight: bold;
}

span.xt_evTite {
	font-weight: bold;
}

/* module monthlist */

div.xt_event{
	margin-bottom: 10px;
	clear:both;
}

div.xt_event h1, div.xt_event h2{
}

div.xt_evListodd{
	background-color:#DCDCDC;
}

div.xt_evListeven{
	background-color:#F0F0F0;
}

div.xt_evListday{
	padding:3px;
	clear:left;
}

div.xt_evListcontent{
	padding:3px;
	float:left;
}

/* module listing */
.xt_evListitem {
	display: block;
    clear:both;
    float: left;
    width: 100%;
    padding-bottom: 10px;
	margin-left: 4px;
	color : #3F3F3F;
}

.xt_evListitem a:hover {
	color: #F33A40;
}

div.xt_evtext {
}

div.xt_evtext a {
	color: black;
}

div.xt_evyear {
	clear: both;
	border-top: 1px solid #3F3F3F;
	padding-top: 18px;
}

div.xt_evmonths {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #3F3F3F;
	margin-bottom: 20px;
}

a.showall {
	color : #3F3F3F;
	padding-left: 48px;
	font-weight: bold;
}

a.showall:hover {
	color: black;
}