/*게시판 파일업로드 - 게시판 스킨에 추가될 부분*/
#board_write_form div.fileBox{width:680px; margin:0;padding:0;}
div.fileBox{display:inline-block;margin:10px 0 0;padding:0;height:248px;border:1px solid #cbcbcb;background-color:#f9f9f9;}
div.fileBox .l_imgView{float:left;overflow-y:scroll;width:334px;height:100%;margin:0 10px 0 0;padding:0;border-right:1px solid #cbcbcb;}
.l_imgView ul{width:320px;margin:5px 0 0 5px;padding:0;}
.l_imgView ul li{float:left;width:75px;height:75px;margin:0 5px 5px 0;padding:0;}
.l_imgView ul li a{overflow:hidden;display:block;}
.l_imgView ul li img{float:left;width:75px;height:75px;}

div.fileBox .r_listView{float:left;width:335px;height:100%;margin:0;padding:0;}
.r_listView .r_listTop div{margin:0;padding:0;}
.r_listView .r_listTop{margin:0;padding:0;height:40px;}
.r_listView .r_listTop ul{float:left;display:inline;overflow:hidden;margin:0;padding:7px 0 0 4px;}
.r_listView .r_listTop ul li{float:left;display:inline;margin-left:5px;}
.r_listView .r_listTop ul.btnLine{margin:0;padding:0;}
.r_listView .r_listBody{overflow-y:scroll;margin:0;padding:0;width:333px;height:198px;border:1px solid #d7d7d7;background-color:#fff;}
.r_listBody ul.chkList{display:block;margin:10px 10px 7px;padding:0;}
.r_listBody ul.chkList li{overflow:hidden;margin:0 0 3px;padding:0;line-height:21px;background-color:#eaeaea;}
.r_listBody ul.chkList li.onNew{background-color:#bcdaff;}/*신규*/
.r_listBody ul.chkList li input{float:left;display:inline;width:13px;height:13px;margin:3px 4px 0 0;padding:0 0 0;}

/*게시판 파일등록 아이콘 버튼*/
a.boardBtn{float:left;display:inline-block;margin:0;padding:0 7px 0 0;height:26px;color:#333;background:url(../img/board_btn1.gif) right 0 no-repeat;}
a.boardBtn span{display:inline-block;cursor:pointer;margin:0;padding:0 0 0 7px;height:26px;text-align:center;background:url(../img/board_btn1.gif) 0 0 no-repeat;}
a.boardBtn:hover, a.boardBtn:focus, a.boardBtn:active{color:#000;background-position:right -60px;}
a.boardBtn:hover span, a.boardBtn:focus span, a.boardBtn:active span{text-align:center;background-position:0 -60px;}
a.boardBtnOn{float:left;display:inline-block;margin:0;padding:0 7px 0 0;height:26px;color:#000;background:url(../img/board_icon.gif) right -60px no-repeat;}
a.boardBtnOn span{float:left;display:inline-block;margin:0;padding:0 0 0 7px;height:26px;text-align:center;background:url(../img/board_icon.gif) 0 -60px no-repeat;}
a.boardBtn em.boardBtn1, a.boardBtnOn em.boardBtn1{display:inline-block;margin:0;padding:0 0 0 20px;background:url(../img/board_icon.gif) 0 5px no-repeat;}
a.boardBtn em.boardBtn2, a.boardBtnOn em.boardBtn2{display:inline-block;margin:0;padding:0 0 0 20px;background:url(../img/board_icon.gif) 0 -35px no-repeat;}
a.boardBtn em, a.boardBtn em {float:left;cursor:pointer;font-size:12px;line-height:28px;font-style:normal;letter-spacing:-0.09em;}

a.boardBtn_file{float:left;display:inline-block;margin:0;padding:0;width:78px;height:26px;background:url(../img/btn_fileUp.gif) 0 0 no-repeat;}
a.boardBtn_file:hover, a.boardBtn_file:focus, a.boardBtn_file:active{background-position:0 -60px;}

.uploadify-button {
	background-color: transparent;
	border: none;
	padding: 0;
}
.uploadify:hover .uploadify-button {
	background-color: transparent;
	background-position: center bottom;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	border-radius: 3px;
	font: 11px Verdana, Geneva,dotum, sans-serif;
	margin-top: 5px;
	padding:10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel{float:right;display:inline-block;width: 87px;height:18px;}
.uploadify-queue-item .cancel a {
	display:block;
	margin-top:11px;
	background: url('../img/btn_fileCancle.gif') 0 0 no-repeat;
	float: right;
	height:18px;
	text-indent: -9999px;
	width: 87px;
}
.uploadify-queue-item span{display:inline-block;margin-top:7px;}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
.uploadify-progress {
	background-color: #E5E5E5;
	margin-top: 10px;
}
.uploadify-progress-bar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}