@CHARSET "UTF-8";
.content-container {
	padding: 0 20px;
}
.bbslist { width: 100%; }
.bbslist tbody td {
	padding: 10px 0px;
	border-bottom: 1px dotted #30C0FF;
}
.bbslist tbody td a {
	color: #000;
	text-decoration: none;
	font-size: 1.1em !important;
}
.bbslist tbody td div.info {
	text-align: right;
	margin-top: 3px;
}
.bbslist tbody td div span.author {
	color: #666666;
	margin-right: 10px;
}
.bbslist tbody td div span.wdate {
	color: #FF8000;
}
.bbslist tbody td div span.hit {
	color: #30C0FF;
	margin-left: 10px;
}

.bbslist tfoot td {
	text-align: center;
	padding: 20px 0;
}

.bbslist .paging {
	line-height: 25px;
}
.bbslist .paging h3 {
	display: inline-block; margin: 0; font-weight: normal;
	padding: 3px 5px; margin: 0 2px; background-color: #999; color: #FFF;
	border-radius: 3px; text-shadow: 0 0 0; font-size: 120%;
}
.bbslist .paging h3.nav {
	background-color: #3390ad;
}
.bbslist .paging h3.current {
	background-color: #CCC; color: #000;
}

/*
 * Read
 */
.bbsread-header {
	padding: 10px 0;
}
.bbsread-content {
	line-height: 21px; padding: 0 20px;
}
.bbsread-navbar {
	width: 100%; margin: 20px 0px; 
}
.bbbsread-comments h3 {
	border-bottom: 1px solid #CCC; padding-bottom: 5px;
}
.bbbsread-comment-list {
	margin: 0; padding: 0; list-style: none; line-height: 23px;
}
.bbbsread-comment-list li {
	border-bottom: 1px dotted #CCC;
}
.bbbsread-comment-list li:last-child {
	border-style: none;
}


/*
 * Write
 */
#fWrite input, #fWrite textarea { font-size: 1.1em !important; }
#fWrite p {
	padding: 0 10px;
}
div.footer { text-align: center; }
