.module {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
	clear: both;
}

.module_title, .module_local, .module_personList, .module_comment, .module_activityList {
	margin-left: 80px;
}

.module_date {
	clear: both;
	margin-top: 10px;
	font-weight: bold;
	font-size: 100%;
	border-bottom: 1px solid #AAA;
}

.module_startTime {
	background: #EFEFEF;
	clear: both;	
}

.module_title H4 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 120%;
	font-weight: normal;
}

.module_personList, .module_activity_personList {
	clear: both;
	margin-bottom: 10px;
}

.module_personList .label {

}

.module_personList UL {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 20px;
}

.module_personList LI {
	list-style: square;
	margin-bottom: 10px;
}

.module_person {

}

.module_person_role {
	font-size: 85%;
}

.module_person_name H6 {
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
}

.module_person_shortDescription {
    font-size: 90%;
    color: #666;
}

.module_local {
	clear: both;
	margin-bottom: 5px;
}

.module_local .label {
	width: 40px;
	float: left;
}

.module_local .content {
	float: left;
}

.module_activityList UL {
	padding: 0px;
	margin: 0px;
}

.module_activityList LI {
	list-style: none;
}

.module_activity UL {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

.module_activity {
	clear: both;
	margin-bottom: 10px;
}

.module_activity LI {
	list-style: square;
}

.module_activity_title {
    margin-top: 15px;
}

.module_activity_title H5 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

.module_activity_title H5 A {
    font-size: 105%;
	font-weight: bold;
}

.module_activity_duration {
	clear: both;
	margin-bottom: 5px;
}

.module_activity_duration .label {
	width: 60px;
	float: left;
}

.module_activity_duration .content {
	float: left;
}

.module_activity_local {
	clear: both;
	margin-bottom: 5px;
}

.module_activity_local .label {
	width: 40px;
	float: left;
}

.module_activity_local .content {
	float: left;
}

.module_activity_documents {
	clear: both;
}

.module_activity_comment {
	clear: both;
	margin-bottom: 5px;
}

.module_comment {
	margin-bottom: 5px;
}

.break .module_title {
	font-style: italic;
	font-weight: normal;
	font-size: 70%;
}