﻿div.search {
	border-bottom: 2px solid #E1E1E1;
	padding-bottom: 10px;
	text-align:right;
}
div.totalcnt {
	position:absolute;
	margin-top: 10px;
	color: #5C5C5C;
	font-family: "Verdana";
}

div.title a span {
	color: #424c4c;
	font-weight: bold;
	font-size:14px;
}

div.list-element {
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}

.regdate {
	position: absolute;
	width: 90px;
	text-align: center;
	color: #9F9F9F;
	font-weight: bold;
	font-family: "tahoma";
	font-size: 11px; 
}

.content {
	position: relative;
	left: 90px;
	width: 550px;
}

.context {
	overflow: hidden;
}

.update-info {
	margin-top: 5px;
	font-size: 11px;
	color: #484848;
	text-align:right;
}

.visited {
	color: #ED6400;
	font-weight: bold;
}


	/* =boardreply */
	div#boardreply {
	}
	div#boardreply .element {
		margin: 10px 5px 10px 0px;
		border-top: 1px dotted #CCCCCC;
		padding-top: 10px;
	}
	div#boardreply .re_element {
		margin: 5px 5px 5px 20px;
		padding-left: 10px;
		background: transparent url(../images/event/icon_re.gif) 0 0 no-repeat;
		text-indent: 5px;
	}
		div#boardreply .writer {
			font-weight: bold;
			color: #468684;
			margin-right: 10px;
		}
		div#boardreply .reply_del {
			margin-right: 10px;
		}
		div#boardreply .reply_del a {
			font-size: 11px;
			color: #999999;
			text-decoration: underline;
		}
		div#boardreply .regdate {
			color: #999999;
			font-size: 11px;
			font-weight: normal;
			width: 120px;
		}
		div#boardreply .context {
			color: #666666;
			margin-top: 5px;
		}
	div#boardreply .re_replyform {
		margin: 10px 0 10px 20px;
	}
		div#boardreply .re_replyform .writer {
			letter-spacing: -1px;
			color: #929292;
			width: 80px;
			vertical-align: top;
		}
		div#boardreply .re_replyform .form {
			width: 370px;
			vertical-align: top;
		}
		div#boardreply .re_replyform .form .text {
			width: 370px;
			height: 30px;
			border: 1px solid #BBBBBB;
			padding: 2px;
		}
		div#boardreply .re_replyform .button {
			vertical-align: bottom;
			margin-bottom: 3px;
		}
	div#boardreply .replyform {
		vertical-align: top;
		border-top: 1px dotted #CCCCCC;
		padding-top: 15px;
	}
		div#boardreply .replyform .writer {
			letter-spacing: -1px;
			color: #929292;
			width: 80px;
			vertical-align: top;
		}
		div#boardreply .replyform .form {
			width: 390px;
			vertical-align: top;
		}
		div#boardreply .replyform .form .text {
			width: 390px;
			height: 30px;
			border: 1px solid #BBBBBB;
			padding: 2px;
		}
		div#boardreply .replyform .button {
			vertical-align: bottom;
			margin-bottom: 3px;
		}

		
	div#write {
		width: 550px;
		margin-left:5px;
	}
	div#write table th {
		font-weight: bold;
		text-align: left;
		color: #444444;
		width: 80px;
		vertical-align: top;
		padding-top: 6px;
		#padding-top: 8px;
	}
	div#write table td {
		padding: 5px;
		padding-left: 0;
	}
		
