@CHARSET "UTF-8";

table.event_set, table.event_detail {
	width: 640px;
	
	margin: 0px 5px 10px 5px;
	padding: 0px;
}

table.event_set td, table.event_detail td {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

table.event_set td.title {
	width: 500px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.event_set td.date {
	width: 140px;
	
	text-align: right;
	vertical-align: top;
	
	border-bottom: solid 1px #cfcfcf;
}

table.event_set td.description, table.event_detail td.description {
	width: 640px;
	
	line-height: 20px;
	text-align: justify;
}

table.event_set td.description table.description, table.event_detail td.back {
	width: 640px;
}

table.event_set td.description table.description td.text {
	width: 490px;
	
	vertical-align: top;
}

table.event_set td.description table.description td.image, table.event_detail td.image {
	width: 160px;
	
	vertical-align: top;
}

table.event_set td.description table.description td.image img, table.event_detail td.image img {
	border: solid 1px #cfcfcf;
}

table.event_detail td.title {
	width: 640px;
	
	font-weight: bold;
	
	border-bottom: solid 1px #cfcfcf;
}

table.event_detail td.description {
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}

table.event_detail td.image {
	padding: 10px 0px 10px 0px;	
}

table.event_detail td.label {
	width: 200px;
	height: 20px;
}

table.event_detail td.value {
	width: 280px;
	height: 20px;
}