@charset "UTF-8";


/* default.css - Type Selector Definition */
body { margin:0;padding:0; font-size:.75em;}

img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

/* Special Class Selector */
.fr { float:right; }
.fl { float:left; }
.clear { clear:both; }
.fwB { font-weight:bold;}
.tCenter { text-align:center; }
.tRight { text-align:right; }
.tLeft { text-align:left; }
.gap1 { margin-top:.8em; }
.nowrap { white-space:nowrap; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt; height:100px;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; }

.zbxe_widget_output { background:url("/common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("/common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

 
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Anchor Button */
a.button,
a.button span { position:relative; display:inline-block; text-decoration:none !important; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle; *vertical-align:top;}
a.button { padding:0; background-position:left top; overflow:visible;}
a.button span { left:2px; padding:6px 10px 5px 8px; color:#000; font:12px/12px Sans-serif; background-position:right top;}
a.button, x:-moz-any-link { font:0/23px Sans-serif; padding:12px 0; top:1px;} /* Firefox 2 Fix */
a.button, x:-moz-any-link, x:default { padding:0; top:0;} /* Firefox 2 Fix */
/* Large Size */
a.button.large { background-position:left -30px; }
a.button.large span { padding:7px 10px 6px 8px; font:16px/16px Sans-serif; background-position:right -30px;}
a.button.large, x:-moz-any-link { font:0/29px Sans-serif; padding:15px 0;} /* Firefox 2 Fix */
a.button.large, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* xLarge Size */
a.button.xLarge { background-position:left -65px; }
a.button.xLarge span { padding:8px 10px 7px 8px; font:20px/20px Sans-serif; background-position:right -65px;}
a.button.xLarge, x:-moz-any-link { font:0/35px Sans-serif; padding:18px 0;} /* Firefox 2 Fix */
a.button.xLarge, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */
/* Small Size */
a.button.small { background-position:left -107px; }
a.button.small span { padding:4px 6px 3px 4px; font:11px/11px Sans-serif; background-position:right -107px;}
a.button.small, x:-moz-any-link { font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
a.button.small, x:-moz-any-link, x:default { padding:0;} /* Firefox 2 Fix */

/* Control Button + Submit Button */
span.button,
span.button button,
span.button input { position:relative; margin:0; display:inline-block; border:0; font:12px Sans-serif; white-space:nowrap; background:url("/common/css/../tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button, x:-moz-any-link{ font:0/23px Sans-serif; padding:11px 0;} /* Firefox 2 Fix */
span.button, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button button,
span.button input { height:23px; left:2px; *top:-1px; _top:0; padding:0 10px 0 8px; *padding:0 5px 0 3px; line-height:24px; background-position:right top; cursor:pointer;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large, x:-moz-any-link{ font:0/29px Sans-serif; padding:14px 0;} /* Firefox 2 Fix */
span.button.large, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.large button,
span.button.large input { height:30px; *top:0; _top:-1px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge, x:-moz-any-link{ font:0/35px Sans-serif; padding:17px 0;} /* Firefox 2 Fix */
span.button.xLarge, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small, x:-moz-any-link{ font:0/18px Sans-serif; padding:9px 0;} /* Firefox 2 Fix */
span.button.small, x:-moz-any-link, x:default{ padding:0;} /* Firefox 2 Fix */
span.button.small button,
span.button.small input { height:18px; *top:0; _top:-1px; padding:0 6px 0 4px; *padding:0 3px 0 2px; font:11px/18px Sans-serif; background-position:right -107px;}
span.button.small button, x:-moz-any-link,
span.button.small input, x:-moz-any-link{ top:-1px;} /* Firefox 2 Fix */
span.button.small button, x:-moz-any-link, x:default,
span.button.small input, x:-moz-any-link, x:default{ top:0;} /* Firefox 2 Fix */

/* Strong Button */
a.button.strong *,
span.button.strong * { font-weight:bold !important;}

/* Icon Add */
a.button .icon { position:relative; border:0; vertical-align:middle;}
span.button .icon { position:relative; left:10px; margin-right:8px; vertical-align:middle;}

/* Color Preset */
a.button.green,
a.button.green span,
span.button.green,
span.button.green button,
span.button.green input { background-image:url("/common/css/../tpl/images/buttonGreen.gif"); color:#fff;}
a.button.black,
a.button.black span,
span.button.black,
span.button.black button,
span.button.black input { background-image:url("/common/css/../tpl/images/buttonBlack.gif"); color:#fff;}
a.button.red,
a.button.red span,
span.button.red,
span.button.red button,
span.button.red input { background-image:url("/common/css/../tpl/images/buttonRed.gif"); color:#fff;}
a.button.blue,
a.button.blue span,
span.button.blue,
span.button.blue button,
span.button.blue input { background-image:url("/common/css/../tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}


/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* 클릭시 점선제거*/
a { selector-dummy : expression(this.hideFocus=true);} 

/* blue Skin - Start */
#selectLang { margin:0; padding:0; }
#gnb { margin:0; padding:0; }
#lnb { margin:0; padding:0; }
#lnb ul { margin:0; padding:0; }

/* Site Layout - Body Wrap */
body { background:#FFFFFF }
#bodyWrap { width:980px; background:#ffffff; margin:5px auto 0 auto; }

/* top 배경이미지 크기 */
#header { position:relative; width:980px; height:165px; }
#header h1 { position:absolute; top:0px; left:0px;}
#header h2 { position:absolute; top:87px;}

/* top 메뉴 위치*/ 
#top_index { position:absolute; top:0px;  right:0px; text-align:left;}
#top_index img { float:left; display:block;}
#top_index a { color:#58BCE2; font:.9em Tahoma; margin-right:10px;  text-decoration:none;}
#top_index a:hover,
#top_index a:focus { color:#1E87AE; font:.9em Tahoma; }

/* 언어 메뉴 */ 
#language { position:absolute; top:47px; right:10px; z-index:100;}
#language strong { color:#666666; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-5px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #b23628; background:#de4332;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#ffffff; text-decoration:none;}
#language ul li a:hover { background:#bc4032;}

/* main 1차 메뉴 */ 
#gnb { position:absolute; top:87px; left:100px; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { float:left; list-style:none; background:url("/layouts/moonhouse_V1/css/../images/blue/bgGnbVr.jpg") no-repeat left center; padding-left:2px; padding-top:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 30px 0 30px; height:25px; color:#58BCE2; font:1.2em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;; white-space:nowrap; text-decoration:none; }
#gnb li a:hover,
#gnb li a:focus { color:#1E87AE; font:1.2em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }
#gnb li.on a { color:#1E87AE; font:1.2em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; }

/* main 2차 메뉴 */
.gnb_sub { position:absolute; top:132px; left:105px; height:24px; overflow:hidden; white-space:nowrap;  }
.gnb_sub li { float:left; list-style:none; background:url("/layouts/moonhouse_V1/css/../images/blue/sub_part.gif") no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
.gnb_sub li a { display:block; float:left; padding:6px 15px 0 15px; height:18px; color:#58BCE2; white-space:nowrap; text-decoration:none; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; font-weight:bold; }
.gnb_sub li a:hover,
.gnb_sub li a:focus { color:#1E87AE; font-weight:bold; }
.gnb_sub li.on a, .gnbin li.on a:hover { color:#1E87AE; background:url("/layouts/moonhouse_V1/css/../images/blue/arrow_3.gif") no-repeat center bottom; font-weight:bold; }

/* 검색창 */
#it_search_form { position:absolute; top:67px; right:5px;}
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#isSearch { position:absolute; top:65px; right:5px; width:214px; text-align:right;}
#isSearch .searchOrder { display:none;}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url("/layouts/moonhouse_V1/css/../images/blue/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #b2b2b2; background:#ffffff; overflow:hidden;}
#isSearch ul li { width:67px; height:18px; list-style:none;}
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#000000; border:1px solid #B0B0AF; background-color:#FFFFFF; ime-mode:active; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #8E8E8D; background-color:#FFFFFF; }
*:first-child+html  #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html #isSearch .submit { position:relative; top:-1px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:10px; overflow:hidden; }

/* Site Layout - Column Left */
#columnLeft { position:relative; width:201px; float:left;}

/* 좌측2차메뉴 */
#lnb_t { margin-top:10px; padding:25px 5px 0px 5px; width:190px; height:57px; background:url("/layouts/moonhouse_V1/css/../images/blue/zt.gif") no-repeat; }
#lnb_t h1 { font-size:20px; color:#fff; padding-left:20px; }

#lnb { padding:0; width:200px; background:url("/layouts/moonhouse_V1/css/../images/blue/zm.gif") repeat-y; }
#lnb li { padding-bottom:0px; list-style:none; }
#lnb li a:hover,
#lnb li a:focus { padding:10px 0px 0px 25px; width:175px; height:16px; display:block; background:url("/layouts/moonhouse_V1/css/../images/blue/bgLnbOn.gif") no-repeat center; color:#f60; position:relative; text-decoration:none; z-index:97; }
#lnb li a { padding:10px 0px 0px 23px; width:177px; height:16px; display:block; background:url("/layouts/moonhouse_V1/css/../images/blue/bgLnbOff.gif") no-repeat center; color:#1E87AE; position:relative; text-decoration:none; z-index:96; }
#lnb li.on a { padding:10px 0px 0px 25px; width:175px; height:16px; display:block; color:#f60; font-weight:bold; background:url("/layouts/moonhouse_V1/css/../images/blue/bgLnbVr.gif") no-repeat center; position:relative; text-decoration:none; z-index:95; }

#lnb li ul { display:none; position:relative; width:200px; position:relative; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; position:relative; top:-1px;}
#lnb li ul li a { padding:10px 0px 0px 0px; width:200px; color:#C0C0C0 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#808080 !important; font-weight:bold !important; !important;}

#lnb_b { padding:0px 5px 0px 5px; width:190px; height:34px; background:url("/layouts/moonhouse_V1/css/../images/blue/zb.gif") no-repeat;}

/* 위젯 */
#rss { padding:5px 0px; width:200px; text-align:center; }

/* Site Layout - Column Right */
#columnRight { width:770px; float:right; overflow:hidden; margin-top:0px;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer_img { font-size:15px; color:#666; width:980px; height:30px; background:url("/layouts/moonhouse_V1/css/../images/blue/bottom.gif") no-repeat center; text-align:center; padding-top:17px; clear:both;}
#footer_img a { font-size:15px; color:#464646; font-weight:bold; text-decoration:none;}

#bottom .bottom_l { float:left; width:180px; border-right:1px solid #dddddd; margin-top:2px; margin-bottom:10px; text-align:center; }
#bottom .bottom_r { float:right; width:784px; margin:5px 0 10px 15px; }
#bottom .bottom_r .b_menu { margin-bottom:5px; border-left:1px solid #8C8C8C;}
#bottom .bottom_r .b_menu a { border-right:1px solid #8C8C8C; padding:0px 5px; font-weight:bold; color:#cc9900; font:1.2em Tahoma; text-decoration:none; overflow:hidden; }
#bottom .bottom_r .b_text { text-align:right; padding:0px 5px; font-weight:bold; color:#8C8C8C; font:1em Tahoma; text-decoration:none; overflow:hidden; }

/* blue Skin - End */
.logo { filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); }
.logo1 { text-align:center; width:308px; background-color:#ffffff; } 

.box_banner { position:absolute; overflow:hidden; }

.box_banner .box .board { margin:0; vertical-align:top; padding-bottom:5px;}

.box_banner .box .box_top_title { padding-bottom:2px; overflow:hidden; }
.box_banner .box .box_top_title h2 { margin:0; height:15px; padding:3px 0 0 9px; font-size:1.2em; display:block; }
.box_banner .box .box_top_title .more { position:absolute; top:6px; right:10px; font:.8em Tahoma; text-decoration:none; }

.box_banner .box .bottom1 { position:relative; padding:2px 0 0 5px; text-align:left; float:left; }
.box_banner .box .bottom1 a { text-decoration:none; }
.box_banner .box .bottom1 a:hover { font-weight:bold; }
.box_banner .box .bottom2 { position:relative; padding:2px 5px 0 0; text-align:right; overflow:hidden; }
.box_banner .box .bottom2 a { text-decoration:none;}
.box_banner .box .bottom2 a:hover {  font-weight:bold;}

.box_banner .box .content_view { padding:5px 0; }
.box_banner .box .content_view a { text-decoration:none; }
.paper_top { width:201px;height:32px;background:url("/widgets/login_info/skins/paper_login_mh/css/../images/blue/paper_t.gif") no-repeat #FFFFFF;border:0px;overflow:hidden; margin-right: 5px;}
.paper_bottom { width:201px;height:24px;background:url("/widgets/login_info/skins/paper_login_mh/css/../images/blue/paper_b.gif") no-repeat #FFFFFF;border:0px;overflow:hidden;}

.box_login { background:url("/widgets/login_info/skins/paper_login_mh/css/../images/blue/paper_m.gif") repeat-y #FFFFFE; }

.box_login .user_info {padding:5px 0 0 10px; width:180px; }

.box_login .hr_dot_01 {border-bottom:1px dotted #fff;  height:2px; overflow:hidden; clear:both; margin:5px 12px 10px 10px; }
.box_login .item { }
.box_login .item a { color:#1E87AE; text-decoration:none; }
.box_login .item { font-size:9pt; letter-spacing:-1px; margin-left:3px; padding:3px 0px 0px 20px; white-space:nowrap; height:16px; }
.box_login .profile { float:left; }
.box_login .message { float:left; }
.box_login .owndoc { float:left; }
.box_login .friend { float:right; margin-right:20px; }
.box_login .saveddoc { float:right; margin-right:20px; }
.box_login .scrap { float:right; margin-right:20px; }

.admin .float_l { font-size:9pt; letter-spacing:0px; clear:both; text-align:center; padding:10px 0; white-space:nowrap; }
.admin .float_l a { color:#1E87AE; text-decoration:none; }

.box_login .administrative { float:left; }
.box_login .administrative a { color:#D80D0F; }
.box_login .lastlogin { text-align:center; font-size:9pt; color:#1E87AE; clear:both; padding-top:5px;}

.box_login .form_field { float:left; margin:9px 4px 0px 10px; _margin:3px 3px 0 4px; height:55px; }
.box_login .form_field div { margin:2px 0px 2px 5px; }
.box_login input.submit { width:36px; height:36px; background:url("/widgets/login_info/skins/paper_login_mh/css/../images/login_btn_submit.png") no-repeat; border:none; margin:10px 0 0 0px; _margin:10px 0 0 0; cursor:pointer; }
.box_login .input { width:130px; background-color: #ffffff;  border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;  padding:2px 2px 2px 0px; height:14px; margin:0px; cursor:text; color:#666666;}
.box_login ul.option { clear:both; margin:0 0 0 15px;}
.box_login ul.option { font:1.1em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;}
.box_login ul.option a.btn { background:url("/widgets/login_info/skins/paper_login_mh/css/../images/icon_idsearch.png") no-repeat left; padding-left:10px; margin-left:14px; }
.box_login ul.option a.join { margin-left:20px; marign-top: 2px; vertical-align:middle;}
.box_login .checkbox  { width:15px; height:15px; margin:5px 0px 0px 10px; }
.box_login .clear { clear:both; }
.box_login ul.extra_option { clear:both; height:20px; margin:0 0 0 10px;}
.box_login ul.extra_option a {text-decoration:none;}
.box_login ul.extra_option a.btn { background:url("/widgets/login_info/skins/paper_login_mh/css/../images/icon_idsearch.png") no-repeat left;  padding-bottom:1px; padding-left:19px; margin-left:12px; }

.box_login ul.save { clear:both; margin:0 0 9px 19px;}
.box_login ul.save input { vertical-align:middle; _margin:-3px;}
.box_login ul.save label { font:1.1em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999; }

.openid_login { clear:both; height:38px; border:0px solid #E9FBD0; background-color:#FFFFFF; margin:0 0 10px 0; }
.openid_login .openid_user_id { width:110px; _width:100px; background: url("/widgets/login_info/skins/paper_login_mh/css/../images/openid_login_bg.gif") left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;}

.openid_login .wButtonTypeA { display:block; cursor:pointer; background:url("/widgets/login_info/skins/paper_login_mh/css/../images/buttonTypeACenter.gif") repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;}
.openid_login .wButtonTypeA:hover { text-decoration:none;}
.openid_login .wButtonTypeA img { vertical-align:middle;}
.openid_login .wButtonTypeA input { border:none; cursor:pointer; background:url("/widgets/login_info/skins/paper_login_mh/css/../images/buttonTypeACenter.gif") repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;  vertical-align:middle; }
.openid_login .wButtonTypeA .leftCap { width:2px; height:24px; background:url("/widgets/login_info/skins/paper_login_mh/css/../images/buttonTypeALeft.gif") no-repeat; margin:0 .3em 0 0;  position:relative; left:-1px;}
.openid_login .wButtonTypeA .rightCap { width:2px; height:24px; background:url("/widgets/login_info/skins/paper_login_mh/css/../images/buttonTypeARight.gif") no-repeat; margin:0 -1px 0 .4em;}
.openid_login .wButtonTypeA .icon { margin:0 .2em;}
.openid_login .wButtonWrite ul { margin:0; text-align:center; clear:both; display:block;}
.openid_login .wButtonWrite li { margin-top:.5em; float:left; margin-left:.3em; list-style:none;}

.mh_sky { overflow:hidden; position:relative; width:100%; padding-bottom:10px; }
.mh_sky .t_m { position:relative; background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/t_m.gif") top left repeat-x; }
.mh_sky .b_m { position:relative;  background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/b_m.gif") 0 100% repeat-x;}
.mh_sky .box_m_l {position:relative;  background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/box_m_l.gif") top left repeat-y;}
.mh_sky .box_m_r { position:relative; background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/box_m_r.gif") top right repeat-y;}
.mh_sky .b_l {position:relative;  background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/b_l.gif") 0 100% no-repeat; }
.mh_sky .b_r {position:relative; background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/b_r.gif") 100% 100% no-repeat;}
.mh_sky .t_l { position:relative; background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/t_l.gif") top left no-repeat;}
.mh_sky .t_r { right:1px; background:url("/widgets/newest_images/skins/mh_new_images/css/../images/sky/t_r.gif") top right no-repeat; padding: 8px }

.mh_sky .sub { display:block; margin:1px 0 15px 20px; color:#0099FF; font-size:1.2em; font-weight:bold; text-decoration:none; }

.mh_sky .more { position:absolute; top:8px; right:25px; color:#0099FF; font-size:0.8em; text-decoration:none; }

.mh_sky .thumbnail_box { width:100%; table-layout:fixed; }
.mh_sky .thumbnail_box .thumbnail { margin:3px; padding:3px; border:none; text-align:center; }
.mh_sky .thumbnail_box .thumbnail img { border:1px solid #DEDEDE; }
.mh_sky .thumbnail_box .thumbnail img:hover { border:1px solid #54564b; }

.mh_sky .thumbnail_box .title { text-align:center; }

.mh_sky .thumbnail_box a { color:#000000; text-decoration:none; }
.mh_sky .thumbnail_box a:visited { color:#54564b; text-decoration:none; }

.mh_sky .thumbnail_box td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
.mh_sky .thumbnail_box div strong { font-weight:bold; font-size:0.9em; color:#ed2a32; }
.mh_sky .thumbnail_box div.author { color:#54564b; text-align:center;}
.mh_sky .thumbnail_box div.author span,div { color:#54564b; }
.mh_sky .thumbnail_box div.regdate { font-size:0.9em; color:#AAAAAA; margin-top:2px;text-align:center;}

.mh_sky .thumbnail_box div.readAndVoted { color:#999999; font-size:0.9em; text-align:center;}
.mh_sky .thumbnail_box div.readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.mh_sky .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.banner_ni_box { padding-bottom:0px; overflow:hidden; position:relative;}
.banner_ni_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url("/widgets/banner/skins/findwind/css/../images/normal/lineNotice.gif") no-repeat left bottom;}

.banner_ni_box .banner_layer {table-layout:fixed; }
.banner_ni_box .banner_layer .banner_thumbnail { margin:0px; padding:3px; border:none; text-align:center; }
.banner_ni_box .banner_layer .banner_thumbnail img { border:0px solid #DEDEDE; }
.banner_ni_box .banner_layer .banner_thumbnail img:hover { border:0px solid #54564b; }

.banner_ni_box .banner_layer a { color:#000000; text-decoration:none; }
.banner_ni_box .banner_layer a:visited { color:#54564b; text-decoration:none; }

.banner_ni_box .banner_layer td.bottomBorder { border-bottom:0px dashed #EEEEEE; padding-bottom:0px; }

.banner_ni_box .navi {width:30px; height:13px; margin:0; padding:0; float:right;}
.banner_ni_box .navi .pre {float:left; width:13px; height:13px; background:url("/widgets/banner/skins/findwind/css/../images/normal/iconArrow.gif") no-repeat 0 0; overflow:hidden;}
.banner_ni_box .navi .pre:hover {background-position:bottom left; cursor:hand; }
.banner_ni_box .navi .next {float:right; width:13px; height:13px; background:url("/widgets/banner/skins/findwind/css/../images/normal/iconArrow.gif") no-repeat top right; overflow:hidden;}
.banner_ni_box .navi .next:hover {background-position:bottom right; }
.mh_sky { overflow:hidden; position:relative; width:100%; padding-bottom:10px;}
.mh_sky .t_m { position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/t_m.gif") top left repeat-x; }
.mh_sky .b_m { position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/b_m.gif") 0 100% repeat-x; }
.mh_sky .box_m_l { position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/box_m_l.gif") left repeat-y;}
.mh_sky .box_m_r { position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/box_m_r.gif") top right repeat-y;}
.mh_sky .b_l { position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/b_l.gif") 0 100% no-repeat; }
.mh_sky .b_r {position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/b_r.gif") 100% 100% no-repeat;}

.mh_sky .sub { display:block; margin:1px 0 10px 20px; color:#0099FF; font-size:1.2em; font-weight:bold; text-decoration:none;}

.mh_sky ul { margin:0; padding:0 0 5px 2px;}
.mh_sky ul li { height:16px; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/bullet.gif") no-repeat left 7px; margin-left:1px; padding:3px 0 0 5px; overflow:hidden; list-style:none; white-space:nowrap; } 
.mh_sky ul li .title a { color:#555555; text-decoration:none; }
.mh_sky ul li .title a:hover { text-decoration:underline; }
.mh_sky ul li .title span.comment { color:#FE6700; font-size:0.8em; }
.mh_sky ul li .title span.comment a { color:#FE6700; font-size:0.8em; }
.mh_sky ul li .title span.read { color:#FE6700; font-size:0.8em; }
.mh_sky ul li .title span.voted { color:#FE6700; font-size:0.8em; }
.mh_sky ul li .title span.author { color:#C0C0C0; font-size:0.9em; }

.mh_sky ul li .regdate { color:#999999; font-size:.8em; white-space:nowrap; margin-right:3px;}

.mh_sky .l-c{ position:relative; background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/t_l.gif") top left no-repeat;}
.mh_sky .r-c{ background:url("/widgets/mh_multi/skins/mh_newdoc/css/../images/sky/t_r.gif") top right no-repeat; padding:8px;}

.mh_sky .more { position:absolute; top:10px; right:25px; color:#0099FF; font-size:0.8em; text-decoration:none;} 
* {margin:0; padding:0; }
.fiancee_tapbox_damja { position:relative; margin-bottom:10px; _margin-bottom:5px;}

.fiancee_tapbox_damja .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.fiancee_tapbox_damja .tabBox a { text-decoration:none; color:#666666; }
.fiancee_tapbox_damja .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/top_left_on.gif") top left no-repeat;}
.fiancee_tapbox_damja .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/top_left.gif") top left no-repeat;}
.fiancee_tapbox_damja .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/top_right.gif") top right no-repeat; padding:0;}
.fiancee_tapbox_damja .tab_title { float:left; }
.fiancee_tapbox_damja .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/tab_blank.gif") no-repeat right top;}
.fiancee_tapbox_damja .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/tab_blank.gif") no-repeat right top;}

.fiancee_tapbox_damja .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; font-size:8pt; padding:7px 9px 0 9px; margin-right:4px; font-weight:bold; color:#666666; }
.fiancee_tapbox_damja .tab div a { color:#666666; }
.fiancee_tapbox_damja .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; font-size:8pt; padding:7px 9px 0 9px; margin-right:4px; _margin-right:2px; font-weight:bold; color:orange; } 
.fiancee_tapbox_damja .on div a { color:orange; }

.fiancee_tapbox_damja .tabContent { margin:0; padding:10px; border-left:1px solid #BEA3C9; border-right:1px solid #BEA3C9; background-color:#FFFFFF; z-index:1;}
.fiancee_tapbox_damja .show { display:block; }
.fiancee_tapbox_damja .hide { display:none; }

.fiancee_tapbox_damja .tabContent table { border:0; width:100%; table-layout:fixed; }

.fiancee_tapbox_damja .tabContent .thumbnail { text-align:center; }
.fiancee_tapbox_damja .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.fiancee_tapbox_damja .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.fiancee_tapbox_damja .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.fiancee_tapbox_damja .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/bullet.gif") no-repeat 3px 6px; padding-left:10px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.fiancee_tapbox_damja .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.fiancee_tapbox_damja .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.fiancee_tapbox_damja .tabContent .titleBox .title a:hover { text-decoration:underline; }

.fiancee_tapbox_damja .tabContent .titleBox .title .author { color:#AAAAAA; }
.fiancee_tapbox_damja .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.fiancee_tapbox_damja .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.fiancee_tapbox_damja .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.fiancee_tapbox_damja .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/bottom_mid.gif") left top repeat-x; }
.fiancee_tapbox_damja .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/bottom_left.gif") left top no-repeat; }
.fiancee_tapbox_damja .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/damja/bottom_right.gif") right top no-repeat;}

.mhcomm_sky { overflow:hidden; position:relative; width:100%; padding-bottom:10px;}
.mhcomm_sky .t_m { position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/t_m.gif") top left repeat-x; }
.mhcomm_sky .b_m {  position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/b_m.gif") 0 100% repeat-x; }
.mhcomm_sky .box_m_l { position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/box_m_l.gif") left repeat-y;}
.mhcomm_sky .box_m_r { position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/box_m_r.gif") top right repeat-y;}
.mhcomm_sky .b_l { position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/b_l.gif") 0 100% no-repeat; }
.mhcomm_sky .b_r {position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/b_r.gif") 100% 100% no-repeat;}

.mhcomm_sky h2 { margin:-3px; display:block; padding:0 0 0 15px; margin-bottom:10px; color:#36f; font-size:1.2em;	font-weight:bold; }

.mhcomm_sky ul { margin:0; padding:0 0 5px 0px;}
.mhcomm_sky ul li { height:16px; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/bullet.gif") no-repeat left 7px; padding: 3px 0 0 5px; overflow:hidden; list-style:none; white-space:nowrap; } 
.mhcomm_sky ul li a { color:#36f; text-decoration:none; font:1em; }
.mhcomm_sky ul li a:hover { text-decoration:underline; }
.mhcomm_sky ul li span { color:#808080; font-size:.8em; }

.mhcomm_sky .t_l { position:relative; background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/t_l.gif") top left no-repeat;}
.mhcomm_sky .t_r { background:url("/widgets/newest_comment/skins/mh_comment/css/../images/sky/t_r.gif") top right no-repeat; padding:8px;}
* {margin:0; padding:0; }
.fiancee_tapbox_bunhong { position:relative; margin-bottom:10px; _margin-bottom:5px;}

.fiancee_tapbox_bunhong .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.fiancee_tapbox_bunhong .tabBox a { text-decoration:none; color:#666666; }
.fiancee_tapbox_bunhong .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/top_left_on.gif") top left no-repeat;}
.fiancee_tapbox_bunhong .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/top_left.gif") top left no-repeat;}
.fiancee_tapbox_bunhong .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/top_right.gif") top right no-repeat; padding:0;}
.fiancee_tapbox_bunhong .tab_title { float:left; }
.fiancee_tapbox_bunhong .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/tab_blank.gif") no-repeat right top;}
.fiancee_tapbox_bunhong .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/tab_blank.gif") no-repeat right top;}

.fiancee_tapbox_bunhong .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; font-size:8pt; padding:7px 9px 0 9px; margin-right:4px; font-weight:bold; color:#666666; }
.fiancee_tapbox_bunhong .tab div a { color:#666666; }
.fiancee_tapbox_bunhong .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; font-size:8pt; padding:7px 9px 0 9px; margin-right:4px; _margin-right:2px; font-weight:bold; color:orange; } 
.fiancee_tapbox_bunhong .on div a { color:orange; }

.fiancee_tapbox_bunhong .tabContent { margin:0; padding:10px; border-left:1px solid #E2A6B4; border-right:1px solid #E2A6B4; background-color:#FFFFFF; z-index:1;}
.fiancee_tapbox_bunhong .show { display:block; }
.fiancee_tapbox_bunhong .hide { display:none; }

.fiancee_tapbox_bunhong .tabContent table { border:0; width:100%; table-layout:fixed; }

.fiancee_tapbox_bunhong .tabContent .thumbnail { text-align:center; }
.fiancee_tapbox_bunhong .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.fiancee_tapbox_bunhong .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.fiancee_tapbox_bunhong .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.fiancee_tapbox_bunhong .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/bullet.gif") no-repeat 3px 6px; padding-left:10px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.fiancee_tapbox_bunhong .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.fiancee_tapbox_bunhong .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.fiancee_tapbox_bunhong .tabContent .titleBox .title a:hover { text-decoration:underline; }

.fiancee_tapbox_bunhong .tabContent .titleBox .title .author { color:#AAAAAA; }
.fiancee_tapbox_bunhong .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.fiancee_tapbox_bunhong .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.fiancee_tapbox_bunhong .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.fiancee_tapbox_bunhong .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/bottom_mid.gif") left top repeat-x; }
.fiancee_tapbox_bunhong .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/bottom_left.gif") left top no-repeat; }
.fiancee_tapbox_bunhong .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/fiancee_tapbox/css/../images/bunhong/bottom_right.gif") right top no-repeat;}


/*
STUDY4U (http://www.dabaw.net) : 2009.04.20
*/

#contentslider { 
	padding: 0px 0px 0px 0px;
	width: auto;
	}

#slider {
	border: 2px solid #8d8e8e;
	padding: 0px;
	background: #ffffff;
	margin-left: 0px;
	width: 345px; /* 큰 이미지 가로 크기 */
	height: 210px; /* 큰 이미지 세로 크기 */
	}

.sliderwrapper{
	position: relative;
	overflow: hidden;
	border: 10px solid navy;
	border-bottom-width: 10px;
	}

.sliderwrapper .contentdiv{
	visibility: hidden;
	position: absolute;
	padding: 0px;
	background: white;
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#page-slider{
	position: absolute;
	width: 395px;
	border-color: #8d8e8e;
	margin-left: 358px; /* 작은 이미지 왼쪽 간격 */
	margin-top: -222px; /* 작은 이미지 위쪽 간격 */
	}

#page-slider a img{
	border: 2px solid #8d8e8e;
	padding: 3px;
	margin-top: 8px;
	}

#page-slider a img:hover, #page-slider a.selected img{
	border: 2px solid #fefefe;
	padding: 3px;
	}

.blog_widget_purple .newest_document { border:1px solid #e0e1db; background:url("/widgets/newest_document/skins/blog_newest_document/css/../images/purple/bgBoxTypeB.gif") repeat-x left top; margin-bottom:.7em; }
.blog_widget_purple .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; }
.blog_widget_purple .newest_document .items { margin:0;padding:10px; overflow:hidden;}
.blog_widget_purple .newest_document .items li { font-size:.9em;  display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_purple .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; }

* {margin:0; padding:0; }
.newest_tapbox_gallery { overflow:hidden; }

.tabImageWidget .tabBox { border-bottom:1px solid #DEDEDE; height:27px; z-index:1; }
.tabImageWidget .tabBox a { text-decoration:none; color:#666666; }
.tabImageWidget .tab_title { float:left; }
.tabImageWidget .tab { position:relative; top:1px; border:1px solid #DEDEDE; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }
.tabImageWidget .on { position:relative; top:1px; border:1px solid #DEDEDE; border-bottom:1px solid #FFFFFF; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }

.tabImageWidget .tab div { float:left; height:15px; border-bottom:5px solid #EEEEEE; font-size:9pt; padding:5px 8px 0 8px; color:#666666; }
.tabImageWidget .tab div a { color:#666666; }
.tabImageWidget .on div { float:left; height:15px; border-bottom:5px solid #FFFFFF; font-size:9pt; padding:5px 8px 0 8px; color:#000000; }
.tabImageWidget .on div a { color:#000000; }

.tabImageWidget .tabContent { border:1px solid #DEDEDE; padding:10px;  border-top:none; background-color:#FFFFFF; z-index:1;}
.tabImageWidget .show { display:block; }
.tabImageWidget .hide { display:none; }

.tabImageWidget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabImageWidget .tabContent .thumbnail { padding:3px 0 2px 2px; text-align:center; }
.tabImageWidget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }
.tabImageWidget .tabContent .thumbnail img:hover{ border:1px solid #b4b4b4; padding:5px; float:left;  }

.tabImageWidget .tabContent .titleBox { pddding:0; margin:0; height:10px; color:#888888; text-align:center; vertical-align:top;}
.tabImageWidget .tabContent .titleBox .regdate { font-family:sans-serif; font-size:.9em; color:#AAAAAA; text-align:center;}
.tabImageWidget .tabContent .titleBox .title { margin:0; white-space:nowrap; overflow:hidden;  text-align:center; }
.tabImageWidget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabImageWidget .tabContent .titleBox .title a { color:#999999; text-decoration:none;}
.tabImageWidget .tabContent .titleBox .title a:hover { text-decoration:none; }
.tabImageWidget .tabContent .titleBox .title .author { color:#AAAAAA; text-align:center; }
.tabImageWidget .tabContent .titleBox .title .readAndVoted { font-family:sans-serif; font-size:.9em; color:#AAAAAA; text-align:center;}
.tabImageWidget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabImageWidget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}



/**************************************
         출석부 기본 위젯 스킨
      - 제작자 : 매실茶
      - 최종 수정일 : 2009.03.06
***************************************/
.attendance_title { margin:0 auto; text-align:center; font:bold 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:gray; }
#paging { margin:0 auto; text-align:center; font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; margin-top:5px;height:15px; }
#paging a { text-decoration:none; color:gray; }
#date { width:100px; float:left; font:bold; }
#date a { text-decoration:none; color:gray; }
#page_no { float:right; }
#attendance_table { border-top:gray 2px solid; border-bottom:gray 2px solid; margin-top:5px;}
.attendance_tab {  font:bold 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; text-align:center; color:gray; }
.attendance_contents { font: 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; border-bottom:gray 1px dotted; text-align:center; color:gray; }
.attendance_contents1 { font:bold 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; border-bottom:gray 1px dotted; text-align:center; color:gray; }
#button { position:relative; margin:0 auto; text-align:center; }
.a_text { position:relative; width:98%; }
.a_button { position:relative; width:68px;  }
.inputMessage {font:12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:gray;}
.nick_name { font: 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:gray;}


/**************************************
         출석랭킹 위젯 CSS
      - 제작자 : 매실茶
      - 최종 수정일 : 2009.03.06
***************************************/
.rank_title { margin:0 auto; text-align:center; padding-bottom:5px; font:bold 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; border-bottom:gray 2px solid;  color:gray; }
.rank_user_id { font: 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; text-align:center; color:gray;}
.rank_value { font:bold 12px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; text-align:center; color:gray;}


.clear {clear:both;}
.pointer {cursor:pointer;}

.HG_saying {padding:10px; background:#f5f4f4;}
.HG_saying h2.title {display:none;}
.HG_saying h2.title span {display:none;}

.HG_saying .list {margin:0; padding:0; border:0; overflow:hidden;}
.HG_saying .list li {font:12px 돋움; color:#a4a4a4; line-height:16px;}
.HG_saying .list li .people {margin:5px 0; padding:0; font:12px 돋움; color:#555555; text-align:right;}

.HG_saying .navi {width:30px; height:13px; margin:0; padding:0;}
.HG_saying .navi .pre {float:left; width:13px; height:13px; background:url("/widgets/saying/skins/HG_saying/css/../images/white/iconArrow.gif") no-repeat 0 0; overflow:hidden;}
.HG_saying .navi .pre:hover {background-position:bottom left;}
.HG_saying .navi .next {float:right; width:13px; height:13px; background:url("/widgets/saying/skins/HG_saying/css/../images/white/iconArrow.gif") no-repeat top right; overflow:hidden;}
.HG_saying .navi .next:hover {background-position:bottom right;}

.simple_poll { table-layout:fixed; padding:0; margin:0; border:none;}

.simple_poll td { padding:0; margin:0; }
.simple_poll td.title { text-align:right; }

.simple_poll td .itemDiv { border-top:1px solid #BBBBBB; margin-top:3px; padding:3px 0 3px 0; }
.simple_poll td .title { color:#000000; font-weight:bold; letter-spacing:-1px;}
.simple_poll td .checkcount { color:#AAAAAA; }

.simple_poll td .item { color:#636363; margin:5px 0 5px 0; }
.simple_poll td .item input { margin:0; padding:0; }
.simple_poll td .item label { letter-spacing:-1px; }

.simple_poll td .resultItem { color:#636363; margin:6px 0 0 10px; letter-spacing:-1px;}

.simple_poll td .barBox { margin-left:10px; }
.simple_poll td .barBox .bar { margin:3px 0;}
.simple_poll td .barBox .status {color:#AAAAAA; }

.simple_poll td.stopDate { color:#AAAAAA; border-top:1px solid #BBBBBB; padding-top:3px;}
.simple_poll td.stopDate a { color:#AAAAAA; text-decoration:none; }

.simple_poll td.poll_button { text-align:left; padding-top:3px;}
.simple_poll td.poll_button .poll_button { border:1px solid #EEEEEE; background-color:#AAAAAA; color:#FFFFFF; font-weight:bold; padding:1px 3px 1px 3px; height:20px; }


.simple_poll td.b { background-color:#F6F6F5; height:7px; }
.simple_poll td.b img { width:100%; height:6px; border-bottom:1px solid #E5E5E5; }
.simple_poll td.bb { height:7px; }
.simple_poll td.bb img { width:100%; height:6px; border-bottom:1px solid #E5E5E5; }

