/* Board Common */
#board_area {}
#board_area input {height:17px; border:1px solid #bbb; font-size:11px; font-family:'tahoma','sans-serif','NanumGothic','Dotum'; color:#575757; margin-right:8px;}
#board_area textarea {height:17px; border:1px solid #bbb; font-size:11px; font-family:'tahoma','sans-serif','NanumGothic','Dotum'; color:#575757;}
#board_area .point {color:#c05757; font-size:11px;}


/* Board Style v01 - Border Top 2px Color */
.brd_style01 {border-top:2px solid #757575;} /* gray bar */
.brd_style02 {border-top:2px solid #549ce4;} /* blue bar */
.brd_style03 {border-top:2px solid #54c7e4;} /* skyblue bar */
.brd_style04 {border-top:2px solid #52d5b5;} /* emelard bar */
.brd_style05 {border-top:2px solid #97d045;} /* green bar */
.brd_style06 {border-top:2px solid #f49c38;} /* orange bar */
.brd_style07 {border-top:2px solid #ef4f4f;} /* red bar */
.brd_style08 {border-top:2px solid #f04c7e;} /* pink bar */
.brd_style09 {border-top:2px solid #7f51e7;} /* violet bar */



/* Button Style v01 */
.btn_white_brd {display:inline-block; margin:0 2px; width:44px; height:21px; background:url(../images/board/btn_white_brd.gif) no-repeat; text-align:center; font-size:11px;}
	a.btn_white_brd {color:#555;} /* white button */

.btn_dark_brd {display:inline-block; margin:0 2px; width:44px; height:21px; background:url(../images/board/btn_dark_brd.gif) no-repeat; text-align:center; font-size:11px; color:#eee;}
	a.btn_dark_brd {color:#eee;} /* dark button */

.btn_white02_brd {display:inline-block; margin:0 2px; width:47px; height:24px; background:url(../images/board/btn_white02_l_brd.gif) no-repeat; text-align:center; font-size:12px; font-weight:bold;}
	a.btn_white02_brd {color:#555;} /* white button */



/* Board list */
#brd_list {background:url(../images/board/bg_list_brd.gif) repeat-x top left;}
#brd_list td {border-bottom:1px solid #ccc; padding:5px 5px 4px 5px;}
#brd_list thead td {font-size:11px; font-weight:bold;}

#brd_foot {margin-top:8px; padding:0 5px;}
#brd_foot .brd_num {height:40px; margin:5px;}
#brd_foot .brd_num a {display:table-cell; padding:0 7px;}
#brd_foot .brd_num .a_img {padding:0 2px;}
#brd_foot .brd_num img {margin-top:3px; //margin-top:0; padding:0;}



/* Board view */
#brd_view {}
#brd_view td {border-bottom:1px solid #ccc; padding:6px 5px 6px 10px;}
#brd_view .prev {background:url(../images/board/bl_gray_prev.gif) no-repeat 50px 50%;}
#brd_view .next {background:url(../images/board/bl_gray_next.gif) no-repeat 50px 50%;}

#brd_foot_v {margin-top:8px; padding:0 8px;}



/* Board write */
#brd_write {}
#brd_write td {border-bottom:1px solid #ccc; padding:7px 15px 7px 15px; font-size:11px;}
#brd_write td .tit {width:430px;}
#brd_write td .file {width:430px;}
#brd_write td textarea {width:570px; height:250px;}

