/* 게시판 시작 */
#loading { margin: 10px; width: 100%; text-align: center; }

/* 공통 */
#sub_body { width: 93%; margin: auto; }
#bbsStyle1 table { border-collapse: collapse; font-family: Tahoma, "돋움"; font-size: 11px; }
#bbsStyle1 textarea { font-family: Tahoma, "돋움"; font-size: 12px; }
#bbsStyle1 a, #bbsStyle1 a:hover, #bbsStyle1 a:active { text-decoration: none; color:#000000; }

	/* 명령어 */
	#bbsStyle1 .command { text-align: left; }
	#bbsStyle1 .commandCenter { text-align: center; }
	#bbsStyle1 .commandCenter img, #bbsStyle1 .command img { cursor: pointer; }
	
	/* 비밀번호 입력상자 */
	#bbsStyle1 #passwordBox { 
		position: absolute; width: 260px; height:44px; 
		border: 4px solid #4CB6CA; display: none; 
		background-color: #FFF;
	}
	#bbsStyle1 #passwordBox form { margin: 0; padding: 0; }
	#bbsStyle1 #passwordBox td { padding: 10px; }
	
/* 목록 */
#bbsStyle1 #list th { color: #fff; height: 25px; background-color: #7E7E7E; }
#bbsStyle1 #list td { color: #000; padding: 5px;  font-family: 돋움, dotum; font-size: 11px; }

#bbsStyle1 #list .no { text-align: center; }
#bbsStyle1 #list .name { text-align: center; }
#bbsStyle1 #list .date { text-align: center; }
#bbsStyle1 #list .hit { text-align: center; }
#bbsStyle1 #list .subject { text-align: left; }
#bbsStyle1 #list .depth0, #bbsStyle1 #list .depth1 { margin-left: 0; }
#bbsStyle1 #list .depth2 { margin-left: 10px; }
#bbsStyle1 #list .depth3 { margin-left: 20px; }
#bbsStyle1 #list .depth4 { margin-left: 30px; }
#bbsStyle1 #list .depth5 { margin-left: 40px; }
#bbsStyle1 #list .depth6 { margin-left: 50px; }
#bbsStyle1 #list .depth7 { margin-left: 60px; }
#bbsStyle1 #list .depth8 { margin-left: 70px; }
#bbsStyle1 #list .depth9 { margin-left: 80px; }
#bbsStyle1 #list .depth10 { margin-left: 90px; }
#bbsStyle1 #noData { padding: 50px; text-align: center; display: none; }

	/* 검색 */
	#bbsStyle1 #listSearch { font-size: 9pt; text-align: center; }
	#bbsStyle1 #listSearch input, #bbsStyle1 #listSearch select { font-size: 8pt; }
	#bbsStyle1 #listSearch .btn { cursor: pointer; }

/* 글보기 */
#bbsStyle1 #viewHeader { border: 1px solid #FFF; background-color: #7E7E7E; }
#bbsStyle1 #viewHeader th { color: #fff; text-align: left; padding: 0 0 0 15px; }
#bbsStyle1 #viewHeader .bottomLine { border-bottom: 1px solid #FFF; }
#bbsStyle1 #viewArticle { padding: 10px 5px 10px 5px; }

	/* 첨부파일 */
	#bbsStyle1 #viewAttach { padding: 0 10px 0 10px; }
	#bbsStyle1 #viewAttach .title{ font-weight: bold; }
	#bbsStyle1 #viewAttach ul { margin: 0 0 0 30px; padding: 0; }
	#bbsStyle1 #viewAttach li { margin: 0; padding: 0; }

/* 글쓰기 */
#bbsStyle1 #write { border: 1px solid #FFF; }
#bbsStyle1 #write th { color: #fff; background-color: #7E7E7E; text-align: left; padding: 0 0 0 15px; }
#bbsStyle1 #write td { padding: 5px; }
#bbsStyle1 #write #uname, #bbsStyle1 #write #passwd { width: 100px; }
#bbsStyle1 #write #title, #bbsStyle1 #write #contents { width: 99%; }
#bbsStyle1 #write #fckHtml, #bbsStyle1 #write #fckText { width: 99%; }
#bbsStyle1 #write #htmlType { display: none; }
#bbsStyle1 #write #fckHtml { display: none; }
#bbsStyle1 #write #fckText { display: none; }
#bbsStyle1 #write #fckText textarea { width: 100%; }


	/* 파일첨부 */
	#bbsStyle1 #attachBox th { color: #fff; background-color: #7E7E7E; text-align: left; padding: 0 0 0 15px; }
	#bbsStyle1 #attachBox td  { padding: 5px; }
	#bbsStyle1 #attachBox .file { width: 99%; }
	#bbsStyle1 #attachBox { display: none; }

/* light box 관련 시작 */
#lightbox{
	background-color:#eee;
	padding: 10px;
/*
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
*/
	}
#lightboxDetails{
	font-size: 9pt;
	padding-top: 0.4em;
	}	

#lightboxCaption{ float: left; text-align:center; width:100% }
#keyboardMsg{ float: right; width:95px;}
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ /* background-image: url(http://images.artchannel.co.kr/common/lightbox/overlay.png); */ }

* html #overlay{
/*
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.artchannel.co.kr/common/lightbox/overlay.png", sizingMethod="scale");
*/
	}
/* light box 관련 끝 */
