/* CSS Document */

/*=========================== event ===========================*/

.event-table {
	width:100%;
	color:#858585;
}
.event-table td {

	padding:15px 10px 10px 10px;
	border-bottom:1px solid #bbbbbb;
}
.event-table a {
	color:#858585;
	table-layout:fixed;
	text-decoration:none;
}

.event-table .title {
	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
	white-space: pre-wrap; /* css-3 */ 
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	word-break:break-all; 
	font-size:11px;
}
.event-listimg {
	width:250px;

}
.myevent-listimg {
	width:100px;
}
.event-listimg img {
	border:2px solid #999999;

}
.myevent-listimg img {
	border:2px solid #999999;
	width:90%;
	height:90%;
}
.con-contents .board-view .board-contents-event {
	clear:both;
	padding-bottom:30px;
	text-align:left;
	vertical-align:top;
	min-height:100px;
	border-bottom:solid 1px #c2c2c2;
	word-break:break-all;
}
/*==== ÇöÀç ÁøÇà ===*/

.event-table .title .event-period-now {
	color:#000000;
	font-weight:bold;
}
.event-joindate-now {
	width:80px;
	color:#000000;
	font-weight:bold;
}
.event-status-now {
	width:130px;
	color:#FF6600;
	font-weight:bold;
}
.event-table .title a.event-title-now {
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
.event-table .title a.event-title-current {
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;

}
.now-bg {
	background-color:#fe9b00;
	margin-bottom:5px;
	width:465px;
	padding:3px 5px;
}
/*==== °ú°Å ===*/

.event-table .title .event-period-old {
	font-weight:bold;
}
.event-joindate-old {
	width:80px;
}
.event-status-old {
	width:130px;
	color:#9377b2;
	font-weight:bold;
	font-size:11px;
}
.event-table .title a.event-title-old {
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}
.old-bg {
	background-color:#dddddd;
	margin-bottom:5px;
	width:465px;
	padding:3px 5px;
}