/* 보드 상단 */
.board_header
{
	background-color: #eaeaea;
}
.board_header td
{
	border-top:2px solid #808080;
	border-bottom:2px solid #bfbfbf;
	font-family: Verdana;
	font-size: 8pt;
    background:url('/img/dotted.gif') right center no-repeat;
	height: 30px;
	text-align:center;

}
.board_header td a
{
	color: black;
	text-decoration: none;
}
/* 마지막 부분 배경 없게 */
.board_header .hit
{
	background: none;
}

/* 게시물 목록 */
.board_list td
{
	color: #808080;
	font-size: 9pt;
	border-bottom: 2px solid #eeeeee;
	height: 25px;
}

.board_list td a
{
	color: #808080;
	font-size: 9pt;
	text-decoration: none;
}
.board_list td a:hover
{
	color: #3399ff;
	text-decoration:underline;
}
.board_list .no, .board_list .date, .board_list .hit
{
	font-size:7pt;
	font-family:Verdana;
}
.board_list .category 
{
	color:#7A9FB1;	
}
.board_button {
	font-family: Verdana;
        border:0;
        background:url('/img/btn_list1.gif') no-repeat;
        width:70px;
        height:20px;
        color:#808080;
        font-weight:bold;
        font-size:8pt;
	cursor:pointer;
}
.board_button.over {
/*        border:0;
        background:url('/img/btn_list2.gif') no-repeat;
        width:70px;
        height:20px;
        color:#445c61;
        font-weight:bold;
        font-size:0.9em;
	cursor:pointer;*/
	background:url('/img/btn_list2.gif') no-repeat;
}

/* 게시물 보기 */
.board_view
{
	background-color: #eaeaea;
}
.board_view td
{
	background:url('/img/dotted.gif') right center no-repeat;
        border-top: 2px solid #808080;
        border-bottom: 2px solid #808080;
	height: 25px;
}
.board_view .subject
{
	text-align:left;
}
.board_view .name
{
	text-align: center;
	width: 110px;
	color: #808080;
}
.board_view .date
{
	width: 80px;
	text-align: center;
	background-image:none;
	font-size: 8pt;
	color: #808080;
}
.board_comment td
{
	vertical-align: top;
}
.board_comment_name
{
	color: #808080;
}

/* 팝업 메뉴 */
.zbmenu
{
	height: 18px;
	color: #808080;
	cursor: pointer;
	border: 1px solid white;
}

/* 게시판 페이지 목록 */
.board_page a
{
	color: black;
}
.board_page a:hover 
{
	text-decoration:underline;	
}

/* 게시판 이전글 다음글 */
.prev_next_article td
{
	color: #808080;
	height: 25px;
	border-bottom: 1px solid #dddddd;
}
.prev_next_article td a
{
	color: #808080;
	text-decoration: none;
}

