@import url("views/board/photo/css/style.css");

#bbs_wrap {
	margin: 0 auto;
	width: 700;
	max-width: 700;
	color: #333333;
	font-size: 9pt;
	font-family: Nanum Gothic, Dotum,sans-serif;
	line-height: 150%;
	word-spacing: 100%;
	letter-spacing: 100%;
	border:0px solid #333333;
}
#bbs_wrap .tb,
#bbs_wrap .tb_list,
#bbs_wrap .read th.title { border-top:2px solid #CCCCCC; }
#bbs_wrap .tb th,
#bbs_wrap .tb_list thead tr,
#bbs_wrap .read th.title { background-color:#FFFFFF; }
#bbs_wrap .tb_list tr.last td { border-bottom:1px solid #CCCCCC; }
#bbs_wrap .tb td.last,
#bbs_wrap .read td.btns { border-top:1px solid #CCCCCC; } 
#bbs_wrap .list .rollover_color { background-color:#F5F5F5; }
#bbs_wrap .list .row_height { height:28px; }
#bbs_wrap .hits_color { color:red; }
#bbs_wrap .mark_color { background-color:#FF9900; }