/******************************************************************************************/
/*** DocsList ***/
#docsList {width:629px;color:#a5a5a5;margin:0 auto;}
#docsList table {width:100%;border-collapse:collapse;table-layout:fixed;}
#docsList .list caption {margin-bottom:7px;padding: 0 0 7px 18px;text-align:left;font-weight:bold;font-size:14px;}
/*** DocsList > thead ***/
#docsList .titles {width:629px;height:30px;background:url(/r/images/board/default/board_titles.gif) no-repeat;}
#docsList colgroup .no {width:55px;}
#docsList colgroup .title {width:327px;}
#docsList colgroup .regdate {width:93px;}
#docsList colgroup .writer {width:93px;}
#docsList colgroup .readcount {width:54px;}

/*** DocsList > tbody ***/
#docsList tbody td {border-bottom:1px solid #575757; padding:4px; text-align:center;}
#docsList tbody .title a:hover,
#docsList tbody tr:hover{background:#373a3e;}



/*** DocsList > tbody > notice ***/
#docsList .notice_no {height:27px;background:url(/r/images/board/common/icon_notice.gif) no-repeat 50% 50%;}
#docsList .notice .title {float:left;}
#docsList .notice .comment_count {float:left; padding-left:5px;}
#docsList .notice .is_images {display:none; float:left; margin-left:5px; width:21px; height:1em; background:url(/r/images/board/common/icon_new.gif) no-repeat 0 50%;}
#docsList .notice .is_new {float:left; margin-left:5px; width:21px; height:1.5em; background:url(/r/images/common/icon_new.gif) no-repeat 0 4px;}
#docsList .notice .is_files {float:left; margin-left:5px; width:10px; height:1em; background:url(/r/images/board/common/icon_file.gif) no-repeat 0 2px;}


/*** DocsList > tbody > data ***/
#docsList .data td {height:25px;}
#docsList .data .no {}
#docsList .data .title {float:left;}
#docsList .data .comment_count {float:left; padding-left:5px;}
#docsList .data .is_images {display:none; float:left; margin-left:5px; width:21px; height:1em; background:url(/r/images/board/common/icon_new.gif) no-repeat 0 50%;}
#docsList .data .is_new {float:left; margin-left:5px; width:21px; height:1.5em; background:url(/r/images/common/icon_new.gif) no-repeat 0 4px;}
#docsList .data .is_files {float:left; margin-left:5px; width:10px; height:1em; background:url(/r/images/board/common/icon_file.gif) no-repeat 0 50%;}


/*** DocsList > tbody > no_data ***/
#docsList .no_data {text-align:center; height:100px;}

/*** DocsList > tfoot ***/
#docsList tfoot td {}

/*** DocsList > searchBox ***/
#docsList .searchBox {text-align:center;margin-top:15px;padding:15px 0;background:url(/r/images/board/common/search.gif) no-repeat 140px 21px #343434;}
#docsList .searchBox .s_target { width:80px;border:1px solid #C8C8C8; }
#docsList .searchBox .s_keyword {width:120px;height:18px;background:#393939;border:1px solid #525252;}
#docsList .searchBox .s_submit {width:45px;height:19px;background:url(/r/images/board/default/btn_search.gif) no-repeat;}
#docsList .searchBox .s_submit span {display:block;margin-left:-100px;}

/*** DocsList > buttonBox ***/
#docsList .buttonBox {float:right;width:114px;margin:10px 0 30px 0;text-align:right;}
#docsList .buttonBox button {float:right;width:50px;height:20px;margin-left:7px;border:none;overflow:hidden;}
#docsList .buttonBox .board_btn_docWrite {width:50px;height:20px;background:url(/r/images/board/common/btn_write.gif) no-repeat;}
#docsList .buttonBox button span {display:block;margin-left:-100px;}

/******************************************************************************************/
/*** DocView ***/
#docView {width:629px;}

/*** DocView > OriginalContent ***/
#docView .originalContent {width:100%;border-bottom:1px solid #575757;}

#docView .content_table {width:629px;border-collapse:collapse;table-layout:fixed}

#docView .content_table .head td {height:31px;}

#docView .content_table .head th.title{width:72px;height:30px;background:url(/r/images/board/default/view_title_01.gif) no-repeat;border-bottom:2px solid #41454a;}
#docView .content_table .head td.title{height:30px;background:url(/r/images/board/default/view_title_02.gif) no-repeat;border-bottom:2px solid #41454a;}
#docView .content_table .bg {text-align:center;background:url(/r/images/board/default/view_title1.gif);}

#docView .content_table colgroup .col1 {width:72px;}
#docView .content_table colgroup .col2 {width:327px;}
#docView .content_table td.reg_date {text-align:left;}

#docView .content_table colgroup .col3 {width:50px;}
#docView .content_table colgroup .col4 {width:80px;}

#docView .content_table colgroup .col5 {width:50px;}
#docView .content_table colgroup .col6 {width:50px;}

/*** DocView > OriginalContent > title ***/

/*** DocView > OriginalContent > docinfo ***/
/*** DocView > OriginalContent > period ***/

/*** DocView > OriginalContent > content ***/
#docView .content {border:1px solid #575757;}
#docView .smartOutput {
	word-wrap:break-word;
	word-break:break-all;
  padding:14px;
  border-top:1px solid #6e6e6e;
  width:650px;
  max-width:650px;
}

/*** DocView > OriginalContent > attach ***/
#docView .files {margin:10px;}
#docView .files ul {
	list-style:none;
	width:100%;
	clear:both;
	margin:5px 0;
	border:1px solid #ddd;
	background-color:#EFEFEF;
}
#docView .files ul li {padding:3px;}

/*** DocView > OriginalContent > cmtsList ***/
#cmtsList {width:100%; margin:10px 0;}
#cmtsList table {width:100%; border-collapse:collapse;}

/*** DocView > OriginalContent > cmtsList > td ***/
#cmtsList td {border-top:1px solid #e2e2e2; border-bottom:1px solid #e2e2e2; padding:4px;}
#cmtsList td.nick_name {width:70px;}
#cmtsList .regdate {width:70px; border:none; background:#fff;}
#cmtsList .del_btn {cursor:pointer; color:#FF0000;}

/*** DocView > OriginalContent > cmtWrite ***/
#cmtWrite {width:100%; margin:10px 0;}
#cmtWrite table {width:100%;}
#cmtWrite table td.content {width:auto;}
#cmtWrite table td.button {width:100px; text-align:right;}

/*** DocView > OriginalContent > cmtWrite > td ***/
#cmtWrite textarea.content {width:100%; height:30px;}
#cmtWrite button.submit {width:70px; height:35px; background:#fff; border:1px solid #dedede;}
#cmtWrite button span {font-size:12px; font-weight:bold;}


/*** DocView > buttonBox ***/
#docView .buttonBox {float:right;width:171px;margin:10px 0 50px 0;text-align:right;}
#docView .buttonBox button {float:right;width:50px;height:20px;margin-left:7px;border:none;overflow:hidden;}
#docView .buttonBox .board_btn_docUpdate {width:50px;height:20px;background:url(/r/images/board/common/btn_mod.gif) no-repeat;}
#docView .buttonBox .board_btn_docDelete {width:50px;height:20px;background:url(/r/images/board/common/btn_del.gif) no-repeat;}
#docView .buttonBox .board_btn_go_docsList {width:50px;height:20px;background:url(/r/images/board/common/btn_list.gif) no-repeat;}
#docView .buttonBox button span {display:block;margin-top:-100px;}


/******************************************************************************************/
/*** DocWrite ***/
#docWrite {width:629px;color:#bbb;}
#docWrite label {margin-right:8px;}

/*** DocWrite > userinfo ***/

/*** DocWrite > title ***/
#docWrite .write_table {width:629px;border-collapse:collapse;}
#docWrite .write_table em {font-style:normal;}
#docWrite .write_table * input {background:#969696;border:none;color:#303030;}
#docWrite .write_table th.g,
#docWrite .write_table td.g {height:31px;background:url(/r/images/board/common/w_title_bg.gif) repeat-x;border-bottom:1px solid #505050;}

#docWrite .write_table th.g {text-align:center;}

#docWrite .write_table th.title {width:70px;padding:0;}
#docWrite .write_table th.title img {}

#docWrite .write_table td.title {width:559px;height:31px;}
#docWrite .write_table td.title input.title {width:450px;}

#docWrite .write_table td input.user_email {width:100px;margin-right:5px;}
#docWrite .write_table td input.user_email.g_Email.b{margin-left:5px;}
#docWrite .write_table td g_Email_select {}

/*** DocWrite > content ***/
#docWrite .write_table td.content {width:100%;padding:0 0 10px 0; border-bottom:1px solid #575757;text-align:center;}
#docWrite .write_table .content textarea.content {width:100%;height:200px;border:1px solid #686868;}
/*** DocWrite > attach ***/
#docWrite div.attach {width:100%; padding:10px 0; border-bottom:2px solid #eeeeee;}
#docWrite div.attach label {float:left;width:80px;text-align:center;font-weight:bold;}

#docWrite div.attach div.btn_upload {float:left; width:610px;}
#docWrite div.attach #btn_upload {
	float:left;
	width:68px;
	height:24px;
	background:url(/r/images/board/common/btn_insert_file.gif) no-repeat;
}
#docWrite div.attach div.btn_upload .comment {
	float:left;
	margin:5px 10px;
}

#docWrite .attach_img .imgUP {float:left;margin:9px;text-align:center;}
#docWrite .attach_img .imgUP img{visibility:visible !important;width:100px;height:75px;border:1px solid #aaa;}

/*** DocWrite > buttonBox ***/
#docWrite .buttonBox {float:right;width:114px;margin:10px 0 50px 0;text-align:right;}
#docWrite .buttonBox button {float:left;width:50px;height:20px;margin-left:7px;border:none;overflow:hidden;}
#docWrite .buttonBox .submit {width:50px;height:20px;background:url(/r/images/board/common/btn_ok.gif) no-repeat;}
#docWrite .buttonBox .reset {width:50px;height:20px;background:url(/r/images/board/common/btn_reset.gif) no-repeat;}
#docWrite .buttonBox button span {display:block;margin-top:-100px;}
