/*
 * $NG: encyclon/www/board/board.css,v 1.1.1.1 2004/07/09 06:47:50 whitekid Exp $
 *
 * EnCyclon Board Style Sheet
 *
 * AUTHOR : whitekid@neurogenex.com
 * DATE   : 2003. 8. 10
 */

.sp_quote {
	margin: 5;
	margin-left: 20;
	margin-right: 5;
	padding: 0;
	background: #CCCCCC;
	border: 1px solid #000000;
}

.sp_code {
	margin: 5;
	margin-left: 20;
	margin-right: 5;
	padding: 0;
	background: #CCCCCC;
	border: 1px solid #000000;
}

/* Default Style */
.bl_header, .ar_header, .aw_header, .ap_header{
}

.b_action {
	font-weight: bold;
}

.b_title {
	font-size: 12pt;
	font-weight: bold;
}

.b_command {
}

.b_desc {
}

/* Board Article List */
.bl_header {
	border-color: black;
	border-top-width: 2;
	border-top-style: solid;
	border-bottom-width: 1;
	border-bottom-style: solid;
}

.bl_article{
	border-color: gray;
	border-top-width: 1;
	border-top-style: solid;
}

.bl_pages {
	border-color: black;
	border-top-width: 2;
	border-top-style: solid;
	text-align: center;
}

/* Article Read */
.ar_header {
	border-color: black;
	border-top-width: 2;
	border-top-style: solid;
	border-bottom-width: 1;
	border-bottom-style: solid;
}

.ar_title {
	font-weight: bold;
	border-color: black;
	border-bottom-width: 2;
	border-bottom-style: solid;
}

.ar_contents {
	border-color: black;
	border-bottom-width: 1;
	border-bottom-style: dotted;
}

/* article Write */
.aw_header {
	text-align: center;
}

/* article reply */
.ap_header {
	text-align: center;
}