/* 이벤트 리스트 관련 CSS */
.eventlisttable {
	width: 670px;
	margin: 30px 0 0 0;
}

.eventlisttable caption {
	width: 670px;
	padding: 0 0 5px 0;
	text-align: left;
}

.eventlisttable th {
	width: 320px;
}

.eventlisttable td {
	width: 350px;
	height: 145px;
}

.eventlisttable #event1content {
	height: 93px;
	text-align: left;
	font-size: 10pt;
	padding: 10px 10px;
	line-height: 1.5em;
}

.eventlisttable #event1content .eventrow {
	background: url("/images/common/common_circle.gif") no-repeat 0 5px;
	padding-left: 20px;
}

.eventlisttable #event1content .eventrow label {
	color: #747474;
	font-weight: bold;
}

.eventlisttable .eventbtngroup {
	text-align: right;
}

.eventlisttable .eventline {
	background: url("/images/common/common_line.gif") repeat-x 0 20px;
	height: 34px;
	padding: 20px 0;
}
