@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; overflow:hidden; }

.zbxe_widget_output { background:url("/xe/common/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("/xe/common/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;}

/* xe faceoff */
.faceOffManager { position:fixed; _position:absolute; right:3px; top:3px;  height:23px; }
 
/* 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("/xe/common/tpl/images/buttonWhite.gif") no-repeat; cursor:pointer; white-space:nowrap; vertical-align:middle;}
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; *vertical-align:top;}
/* 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;}
/* 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;}
/* 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;}

/* 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("/xe/common/tpl/images/buttonWhite.gif") no-repeat; vertical-align:middle;}
span.button { padding:0; background-position:left top;}
span.button button,
span.button input { height:23px; left:2px; *vertical-align:top; padding:0 10px 0 8px; line-height:24px; background-position:right top; cursor:pointer; *overflow:visible;}
/* Large Size */
span.button.large { background-position:left -30px;}
span.button.large button,
span.button.large input { height:30px; padding:0 10px 0 8px; font:16px/30px Sans-serif; background-position:right -30px;}
/* xLarge Size */
span.button.xLarge { background-position:left -65px;}
span.button.xLarge button,
span.button.xLarge input { height:35px; padding:0 10px 0 8px; font:20px/36px Sans-serif; background-position:right -65px;}
/* Small Size */
span.button.small { background-position:left -107px;}
span.button.small button,
span.button.small input { height:18px; padding:0 6px 0 4px; font:11px/18px Sans-serif; background-position:right -107px;}

/* 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("/xe/common/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("/xe/common/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("/xe/common/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("/xe/common/tpl/images/buttonBlue.gif"); color:#fff;}

/* Offset Debug */
a.button,
span.button{ margin-right:2px;}

/* Button Set */
.buttonSet{ width:16px; height:16px; background-image:url("/xe/common/tpl/images/buttonSet.gif"); background-repeat:no-repeat; border:0; background-color:transparent; vertical-align:middle; display:inline-block; text-decoration:none;}
.buttonSet span{ z-index:-1; font-size:0; line-height:0; visibility:hidden;}
.buttonSet.buttonUp{ background-position:0 0;}
.buttonSet.buttonDown{ background-position:0 -16px;}
.buttonSet.buttonLeft{ background-position:0 -32px;}
.buttonSet.buttonRight{ background-position:0 -48px;}
.buttonSet.buttonInfo{ background-position:0 -64px;}
.buttonSet.buttonCopy{ background-position:0 -80px;}
.buttonSet.buttonSetting{ background-position:0 -96px;}
.buttonSet.buttonActive{ background-position:0 -112px;}
.buttonSet.buttonDisable{ background-position:0 -128px;}
.buttonSet.buttonDelete{ background-position:0 -144px;}
.buttonSet.buttonHomepage{ background-position:0 -160px;}
.buttonSet.buttonBlog{ background-position:0 -176px;}
.buttonSet.buttonCalendar{ background-position:0 -192px;}
.buttonSet.buttonLayoutEditor{ background-position:0 -208px;}
.buttonSet.buttonAddWidget{ background-position:0 -224px;}
.buttonSet.buttonAddContent{ background-position:0 -240px;}


a {text-decoration:none;}

select.dStyle, 
textarea.dStyle,
input.dStyle { vertical-align:middle;border:1px solid; font-size:1em; _font-size:9pt;}

textarea.dStyle {padding:2px;height:100px;}
select.dStyle {height:22px;height:20px\9;}
input.dStyle {padding-left:2px;height:18px;}

/* bodex Title */
.bodexHeader { border-bottom:1px solid; border-bottom:0; overflow:hidden; *zoom:1;}
.bodexHeader h3{ border-bottom:3px solid; margin:0; float:left; padding:15px 15px 5px 15px; font-size:1.3em;*zoom:1;}
.bodexHeader h4{ margin:0; float:left; padding:18px 15px 5px 12px; font-size:1em;*zoom:1;}
/* bodex Description */
.bodexDescription { border:1px solid; overflow:hidden; padding:10px; margin: 5px 0; }

/* bodex Information */
.bodexInformation { clear:both; margin:5px 0 2px 0; overflow:hidden;}

.articleNum { float:left; padding:0 0 0 15px;}
.articleNum strong { font:bold 11px Tahoma;}

/* account Navigation */
.accountNavigation { margin:0; padding:0; float:right; }
.accountNavigation li { float:left; margin-left:5px; list-style:none; }
.accountNavigation li.setup a { background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/iconAdmin.gif") no-repeat left top; padding-left:13px; }
.accountNavigation li.admin a { background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/iconAdmin.gif") no-repeat left top; padding-left:13px; }
.accountNavigation li.loginAndLogout a { padding-left:8px; margin-right:8px;}
.accountNavigation li.join a,
.accountNavigation li.myInfo a { margin-left:14px; }

.accountNavigation li.icon a{ display:block; float:left; width:13px; height:13px; overflow:hidden; background-repeat:no-repeat;}
.accountNavigation li.icon a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}

.accountNavigation li.listTypeClassic a{ background-position:0 0;}
.accountNavigation li.listTypeClassicActive a{ background-position:0 -13px;}
.accountNavigation li.listTypeZine a{ background-position:-13px 0;}
.accountNavigation li.listTypeZineActive a{ background-position:-13px -13px;}
.accountNavigation li.listTypeGallery a{ background-position:-26px 0;}
.accountNavigation li.listTypeGalleryActive a{ background-position:-26px -13px;}

/**
 * category Navigation
 **/
.categoryTab .localNavigation { margin:0 0 2px 0; padding:0; overflow:hidden;  *zoom:1;}
.categoryTab .localNavigation:after {content:""; display:block; clear:both;}
.categoryTab .localNavigation li{ position:relative; list-style:none; float:left; margin:0 2px 0 0; padding:0;}
.categoryTab .localNavigation li a{ text-decoration:none; border:1px solid; float:left; padding:7px 10px 0 10px; height:18px; }
.categoryTab .localNavigation li a span{ font-size:0.8em;}
.categoryTab .localNavigation li.on { font-weight:bold;margin-bottom:-1px;}
.categoryTab .localNavigation li.on a{ height:19px; background:none;}

.categoryMenu { border:0px;width:100%; }
.categoryMenu td { white-space:nowrap; overflow:hidden; vertical-align:top; *vertical-align:top;}
.categoryMenu td .localNavigation {border:1px solid; margin:0 2px 2px 0; padding:0 0 10px 0;}
.categoryMenu td .localNavigation div{ white-space:nowrap; font-size:1em;padding:10px 13px 0 13px;}
.categoryMenu td .localNavigation div a{ text-decoration:none;height:18px;}
.categoryMenu td .localNavigation div.on a{ font-weight:bold;} 
.categoryMenu td .localNavigation div a span{ font-size:0.7em;}
.categoryMenu td .localNavigation div.total {padding:.9em 0 .5em 13px; border-bottom:1px solid;}

/**
 * bodexList
 **/
.bodexList { width:100%; border-bottom:1px solid; border-top:1px solid;}

.bodexList th.checkbox,
.bodexList td.checkbox {padding-right:1.3em; text-align:left;}
.bodexList th.checkbox input,
.bodexList td.checkbox input { position:absolute; margin-top:0px; margin-top:-3px\9; *margin-top:-5px; }

.bodexList th , 
.bodexList td { white-space:nowrap; padding:.7em .5em .7em .5em; font-weight:normal; vertical-align:middle; text-align:center; overflow:hidden; }

.bodexList th {font-size:1em; border-bottom:1px solid; *zoom:1;}

.bodexList th.title {width:100%;}
.bodexList th.category *{ vertical-align:middle; *vertical-align:top;}
.bodexList th.category {text-align:left;margin:0;padding:.3em 0 .3em .5em; padding-top:.2em\9;}
.bodexList th.category select{ *margin-right:5px;}

.bodexList th.sort { font-weight:bold;}

.bodexList td.title * {vertical-align:middle;}
.bodexList td.title {width:100%; white-space:normal;text-align:left;}
.bodexList td strong.category { font-size:1em; padding-right:.5em;}
.bodexList td.title .replyAndTrackback {margin-left:-.2em; font:.8em Tahoma;}
.bodexList td.nick_name div {cursor:pointer;}

.bodexList td.no,
.bodexList td.regdate,
.bodexList td.last_update,
.bodexList td.readed_count,
.bodexList td.blamed_count { font:.8em Tahoma; }
.bodexList td.voted_count { font:bold .8em Tahoma; }

.bodexList td span.rewardPoint {font:bold .8em Tahoma; padding: 1px 2px 1px 2px;}
.bodexList td.extravalue {  white-space:nowrap;overflow:hidden; }

/**
 * bodex Bottom, list button
 **/
.bodexBottom { margin-top:10px; }
.bodexBottom .leftButtonBox { float: left; }
.bodexBottom .rightButtonBox { float: right; }

/* secret Content */
.secretContent { margin:20px auto; text-align:center; border:1px solid; width:240px; }
.secretContent .title { padding:10px 0 10px 0; display:block; font-weight:bold; }
.secretContent .content { padding:10px 0 10px 0;display:block; }
.secretContent .content input[type="password"] {margin-right:5px;}
.secretContent .content input {*margin-right:5px;}

/**
 * bodexSearch
 **/
.bodexSearch{ position:relative; margin:0; padding:1px 0; line-height:normal;}
.bodexSearch *{ margin:0; padding:0;}
.bodexSearch fieldset{ border:0; clear:both; text-align:left; position:relative;}
.bodexSearch fieldset:after{ content:""; display:block; float:none; clear:both;}
.bodexSearch fieldset *{ vertical-align:top;}
.bodexSearch legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
.bodexSearch select{ font-size:12px;height:23px;}
.bodexSearch input[type="text"]{ width:140px;height:21px;;}
.bodexSearch input{ *width:140px;*height:19px;}

.bodexSearch .infoEtc{ position:absolute; top:11px; right:0;}
.bodexSearch .infoEtc li{ display:inline;}
.bodexSearch .infoEtc li a{ display:inline-block; height:11px; background-repeat:no-repeat; overflow:hidden;}
.bodexSearch .infoEtc li a span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
.bodexSearch .infoEtc li.contributors a{ width:12px; background-position:0 0;}
.bodexSearch .infoEtc li.tag a{ width:41px; background-position:-12px 0;}
.bodexSearch .infoEtc li a{ background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/buttonContributorsTaglist.gif");}

/**
 * Page
 **/
.pagination{ padding:15px 0; margin:0; text-align:center;}
.pagination *{ margin:0; padding:0;}
.pagination img{ border:0;}
.pagination a,
.pagination strong{ text-decoration:none; position:relative; display:inline-block; line-height:normal; font-family:Tahoma, Sans-serif; vertical-align:middle;}
.pagination a{ font-weight:normal !important;}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; }

/* Pagination A1 */
.pagination.a1 a,
.pagination.a1 strong{ margin:0 -2px; padding:1px 10px 1px 8px; border:none; border-left:1px solid; border-right:1px solid; font-weight:bold; font-size:12px;}
.pagination.a1 a.prev{ padding-left:10px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevA1.gif") no-repeat left center; }
.pagination.a1 a.prevEnd{ padding-left:15px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevEndA1.gif") no-repeat left center; }
.pagination.a1 a.next{ padding-right:10px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextA1.gif") no-repeat right center; }
.pagination.a1 a.nextEnd{ padding-right:15px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextEndA1.gif") no-repeat right center; }

/* Pagination A2 */
.pagination.a2 a,
.pagination.a2 strong{ margin:0 -2px; padding:0 10px 0 8px; font-weight:bold; font-size:11px; border:none; border-left:1px solid; border-right:1px solid; }
.pagination.a2 a.prev{ padding-left:10px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevA1.gif") no-repeat left center; }
.pagination.a2 a.prevEnd{ padding-left:15px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevEndA1.gif") no-repeat left center; }
.pagination.a2 a.next{ padding-right:10px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextA1.gif") no-repeat right center; }
.pagination.a2 a.nextEnd{ padding-right:15px; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextEndA1.gif") no-repeat right center; }

/* Pagination B1 */
.pagination.b1 a,
.pagination.b1 strong{ margin:0 -2px; padding:2px 8px; font-weight:bold; font-size:12px;}
.pagination.b1 a.prev{ padding-left:16px; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevB1.gif") no-repeat left center; }
.pagination.b1 a.next{ padding-right:16px; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextB1.gif") no-repeat right center; }

/* Pagination B2 */
.pagination.b2 a,
.pagination.b2 strong{ margin:0 -2px; padding:2px 6px; font-size:11px;}
.pagination.b2 a.prev{ padding-left:12px; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevB1.gif") no-repeat left center; }
.pagination.b2 a.next{ padding-right:12px; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextB1.gif") no-repeat right center; }

/* Pagination C1 */
.pagination.c1 a,
.pagination.c1 strong{ margin:0 -2px; padding:2px 4px; font-size:12px;}
.pagination.c1 a.prev,
.pagination.c1 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
.pagination.c1 a.prev{ background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevC1.gif") no-repeat center;}
.pagination.c1 a.next{ background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextC1.gif") no-repeat center;}
.pagination.c1 a.prev span,
.pagination.c1 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}

/* Pagination C2 */
.pagination.c2 a,
.pagination.c2 strong{ margin:0 -2px; padding:2px 4px; font-size:11px;}
.pagination.c2 a.prev,
.pagination.c2 a.next{ display:inline-block; width:13px; height:14px; padding:3px 4px; margin:0;}
.pagination.c2 a.prev{ background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowPrevC1.gif") no-repeat center;}
.pagination.c2 a.next{ background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/arrowNextC1.gif") no-repeat center;}
.pagination.c2 a.prev span,
.pagination.c2 a.next span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}

/**
 * message box
 **/
.smallBox { border:1px solid; margin: 10px auto 10px auto; padding-bottom:10px; }
.smallBox.w268 { width:268px;}
.smallBox .header { margin:0; padding:0; position:relative; overflow:hidden; *zoom:1;}
.smallBox .header h3 {border-bottom:3px solid; margin:0; padding:0; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em;  }
.smallBox .complex { padding:1.5em 2em 2em 2em;}
.smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;}
.smallBox .inputPassword input { float:left; width:5em;}
.smallBox .inputPassword input.userPw {margin-right:5px;width:8em;}
.smallBox .inputPassword legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;}
.smallBox .messageBox {padding:10px; }

/**
 * tag List
 **/
.tagsBox { border:1px solid; padding:10px; overflow:hidden;}
.tagsBox h4 { margin:0; padding:2px; }
.tagsBox .tags div { float:left; padding:2px; margin-right:10px; overflow:hidden; white-space:nowrap; height:15px;}
.tagsBox .tags div a { text-decoration:none; line-height:150%;}
.tagsBox .tags .tagTypeA a { font-weight:bold; font-size:12pt; margin:0;}
.tagsBox .tags .tagTypeB a { font-size:11pt; margin:0;}
.tagsBox .tags .tagTypeC a { font-weight:bold; font-size:11pt; margin:0;}
.tagsBox .tags .tagTypeD a { font-weight:bold; margin:0;}
.tagsBox .tags .tagTypeE a { font-weight:normal; margin:0;}

/**
 * editorOption
 **/
 
.bodexWrite { border:1px solid; padding-bottom:10px;}
.bodexWrite fieldset { border:none; }

.bodexWrite .userNameAndPw { margin:10px 10px 0 10px; }
.bodexWrite .userNameAndPw .userName {margin-left:5px;}

.bodexWrite .userNameAndPw input{*width:60px;}
.bodexWrite .userNameAndPw input[type="text"],
.bodexWrite .userNameAndPw input[type="password"] {width:60px;}
.bodexWrite .userNameAndPw input.emailAddress,
.bodexWrite .userNameAndPw input.homePage {width:90px; }

.bodexWrite dl { padding:0; margin:0; }
.bodexWrite dl dd { padding:0; margin:0; }
.bodexWrite dl.option { margin:5px 0 0 10px; padding:0;}
.bodexWrite dl.option dd { display:inline; margin-right:5px; }
.bodexWrite dl.option dd * { vertical-align:middle;}
.bodexWrite dl.option dd select { width:8em; font-size:.95em; }

/**
 * commentEditor
 **/
.commentEditor { margin:10px 0 5px; }
.commentEditor .userNameAndPw { margin:0 0 5px; padding:0; white-space:normal; }
.commentEditor .userNameAndPw .votePoint { margin-left:5px; border-bottom:1px solid;padding:5px 0 5px 5px; overflow:hidden;}
.commentEditor .userNameAndPw .votePoint .up { padding:3px 0 0 18px;background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/vote_up.gif") no-repeat left top; }
.commentEditor .userNameAndPw .votePoint .down { padding:3px 0 0 18px;background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/vote_down.gif") no-repeat left top; }
.commentEditor .userNameAndPw .votePoint a {text-decoration:none; margin-right:3px;}
.commentEditor .userNameAndPw .votePoint label:hover,
.commentEditor .userNameAndPw .votePoint a:hover { text-decoration:underline; }
.commentEditor .userNameAndPw .votePoint span {padding-left:3px}
.commentEditor .userNameAndPw .votePoint .starPoint {padding-left:0; margin:0 0 0 5px;list-style:none;}
.commentEditor .userNameAndPw .votePoint .starPoint li { float:left;}
.commentEditor .userNameAndPw .votePoint .starPoint li a { text-decoration:none; width:15px; height:14px; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/starOff.png") no-repeat left top; font-size:1px; line-height:0; display:block; }
.commentEditor .userNameAndPw .votePoint .starPoint li a.onR { background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/starOnR.png"); }
.commentEditor .userNameAndPw .votePoint .starPoint li a.onG { background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/starOnG.png"); }
.commentEditor .userNameAndPw .votePoint .starPoint li a.onY { background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/starOnY.png"); }
.commentEditor .userNameAndPw .votePoint .starPoint li a.vote_cancel {margin-left:5px; background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/common/starOff.png"); }

/**
 * xpress-editor
 **/
.xpress-editor .fileUploader { padding-left:10px;}



/**
 * bodexList webzine
 **/

.bodexList td.webzineTitle { height:1.2em; margin:0px; }
.bodexList td.thumb img { border:1px solid; padding:3px; margin:none; }
.bodexList td.summary { margin:0px; padding-top:1px; text-align:left;border-top:none; vertical-align:top; line-height:1.25em; white-space:normal; }
.bodexList td.summary a { line-height:inherit;}
.bodexList td.summary div.extravalue { margin-bottom:3px; }


body {background-color:#fff; color:#111}

a {color:#444}
a:hover {color:#000;}

.bodexWrite .extraVarsList select,
.bodexWrite .extraVarsList textarea,
.bodexWrite .extraVarsList input[type="password"],
.bodexWrite .extraVarsList input[type="text"] {color:#111;background:#fff; border-color:#ccc #aaa #aaa #ccc; }

select.dStyle, 
textarea.dStyle,
input.dStyle {color:#111;background:#fff; border-color:#ccc #aaa #aaa #ccc; }

.bodexWrite .extraVarsList select:focus,
.bodexWrite .extraVarsList textarea:focus,
.bodexWrite .extraVarsList input[type="password"]:focus,
.bodexWrite .extraVarsList input[type="text"]:focus,
.bodexWrite .extraVarsList select:hover,
.bodexWrite .extraVarsList textarea:hover,
.bodexWrite .extraVarsList input[type="password"]:hover,
.bodexWrite .extraVarsList input[type="text"]:hover {border-color:#444;}

select.dStyle:focus, 
textarea.dStyle:focus,
select.dStyle:hover, 
textarea.dStyle:hover,
input.dStyle:focus,
input.dStyle:hover {border-color:#444;}

.bodexWrite .extraVarsList input[type="password"],
.bodexWrite .extraVarsList input[type="text"] {background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/inputBg.gif") no-repeat right bottom;}

input.dStyle {background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/inputBg.gif") no-repeat right bottom;}

.bodexHeader { border-bottom:#ccc; background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/bgH3.png") repeat-x left bottom;}
.bodexHeader h3{color:#111;background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/line_H3_3x15.gif") no-repeat right bottom; }
.bodexHeader h4{color:#999;}
.bodexDescription {color:#777;border-color:#ccc;}

.accountNavigation li.loginAndLogout a { background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/line_1x15.gif") no-repeat left 2px; }
.accountNavigation li.icon a{ background-image:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/listTypeIcon.gif");}

.articleNum { background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/iconArticle.gif") no-repeat left top; }

.categoryTab .localNavigation li a{ color:#444; border-color:#ccc;background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/bgListTh.png") repeat-x top;}
.categoryTab .localNavigation li a:hover{ border-color:#444;}
.categoryMenu td .localNavigation {border-color:#ccc;}
.categoryMenu td .localNavigation div.total {border-bottom-color:#ccc;}

.bodexList {border-bottom-color:#ccc;border-top-color:#ccc;}

.bodexList tr.bg0 { background:#fafafa;}

.bodexList th {color:#444; border-bottom-color:#ccc;background: url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/bgListTh.png") repeat-x top;}
.bodexList tr.notice { background:#fafafa; }

.bodexList td.title {color:#444;}
.bodexList td.title a:visited { color:#777;}
.bodexList td strong.category { color:#111; background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/line_1x15.gif") no-repeat right 2px;}

.bodexList td.no,
.bodexList td.regdate,
.bodexList td.last_update,
.bodexList td.readed_count,
.bodexList td.voted_count,
.bodexList td.doc_state,
.bodexList td.blamed_count { color:#555; }

.bodexList td span.rewardPoint {background-color:#000; color:#fff;}
.bodexList td span.rewardAdopt {background-color:#888;}

/* bodexList webzine */
.bodexList td.summary a { color:#666;}
.bodexList td.summary a:hover { color:#444;}
.bodexList td.summary a:visited { color:#999;}
.bodexList td.thumb img { border-color:#E0E1DB;  }
.bodexList td.summary div.extravalue { color:#333; }

 /* bodexList gallery */
.bodexList .thumbnailBox .cell img.thumb { border-color: #ccc;}
.bodexList .thumbnailBox .nameAndDate { color:#555; }
.bodexList .thumbnailBox .nameAndDate .author { color:#111;  }
.bodexList .thumbnailBox .nameAndDate .date { color:#555;}
.bodexList .thumbnailBox .readAndRecommend { color:#555;}

 /* bodexList download */
.bodexList .downloadBox {border-bottom-color:#ccc; }
.bodexList .downloadBox div.thum img { border-color: #ccc;}
.bodexList .downloadBox div.info li.title {border-top-color:#ccc;}
.bodexList .downloadBox div.info li.category .star span.average {color:#aaa;}
.bodexList .downloadBox div.info li .summary {color:#555; }
.bodexList .downloadBox div.info li .extravalue { color:#888; }
.bodexList .downloadBox div.info li.date {color:#aaa; }
.bodexList .downloadBox div.info li.category strong {background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/line_1x15.gif") no-repeat right 3px; }

/* pagi */
.pagination.a1 a,
.pagination.a1 strong{ border-left-color:#555; border-right-color:#ccc;}
.pagination.a2 a,
.pagination.a2 strong{border-left-color:#ccc; border-right-color:#555; }

.bodexRead .titleAndUser {border-bottom-color:#ccc; }
.bodexRead .dateAndCount div {color:#777;}
.bodexRead .dateAndCount .category a { color:#555;}

.bodexRead .extraVarsList { border-top-color:#ccc;}
.bodexRead .extraVarsList th { color:#999; border-bottom-color:#ccc; border-right-color:#ccc;}
.bodexRead .extraVarsList td { color:#999; border-bottom-color:#ccc; }
.bodexRead .extraVarsList td a { color:#999;}
.bodexRead .extraVarsList td a:hover { color:#666;}

.bodexRead .tag { border-top-color:#ccc}

.bodexRead .fileAttached {border-color:#ccc; background-color:#eee;}
.bodexRead .fileAttached li a:visited { color:#999;}
.bodexRead .fileAttached span.fileDownloaded { color:#999;}
.bodexRead .fileAttached span.fileError {color:#ccc;}

.bodexRead .docReadIpAndUrl .docReadIp {color:#aaa;}
.bodexRead .docReadIpAndUrl .docReadUri a { color:#aaa; }

.bodexRead .contentButton {border-top-color:#ccc;}

.replyBox {border-color:#ccc;}
.replyBox .replyItem { background-color:#f8f8f8; border-bottom-color:#ccc;}
.replyBox .voted {color:#888;}
.replyBox .date {color:#707070;}
.replyBox .replyContent .xe_content { color:#555; }
.replyBox .reply { background-color:#eee; border-bottom-color:#ccc;}

.trackbackBox { color:#555; border-color:#ccc; }
.trackbackBox .trackbackItem { background-color:#eee; border-top-color:#ccc; }
.trackbackBox address a {color:#444;}
.trackbackBox address a:hover {color:#000;}
.trackbackBox address .date {color:#707070;}

.bodexWrite { border-color:#ccc;}
.bodexWrite .tag .info {color:#707070;}
.bodexWrite .option label {color:#444;}
.bodexWrite .option label:hover {color:#000;}

.bodexWrite .extraVarsList { border-color:#ccc;}
.bodexWrite .extraVarsList th {color:#666; border-bottom-color:#ccc; border-right-color:#ccc;}
.bodexWrite .extraVarsList td { color:#666; border-bottom-color:#ccc;}

.smallBox { border-color:#ccc;}
.smallBox .header { background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/bgH3.png") repeat-x left bottom;}

.tagsBox { border-color:#ccc; }
.tags div a:hover { background-color:#888888; color:#fff;}
.tags .tagTypeA a { color:#fe3614; background-color:#EFEFEF;}
.tags .tagTypeB a { color:#fe3614; }
.tags .tagTypeC a { background-color:#EFEFEF;}
.tags .tagTypeD a { background-color:#EFEFEF;}

.secretContent {border-color:#ccc;}

/* 회원 서명 및 프로필 이미지 출력 */
.memberSignature { border-color:#ddd;}
.memberSignature .signature p {color:#666;}
.commentProfileImage span.adoptComment {color:#666}
.memberSignature .profile img { border-color:#E0E1DB;}
.commentProfileImage .profile .image { border-color: #E0E1DB;}

/* 게시물의 팝업 메뉴 */
#popup_menu_area {background-color:#fff;}
#popup_menu_area ul li a {color:#444;}
.comment_popup_menu,
.document_popup_menu {background:url("/xe/modules/bodex/skins/xe_mrnucc1/images/white/document_menu.gif") no-repeat right top !important;}

.commentEditor { color:#444; border-color:#ccc;}
.commentEditor .userNameAndPw .votePoint { border-bottom-color:#ccc}
.commentEditor .userNameAndPw .votePoint label  {color:#444;}
.commentEditor .userNameAndPw .votePoint label:hover  { color:#000;}

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
/* You'd better not fix : 이 파일 수정을 권장 안함 */

/* Skip To Content */
a.skipToContent{ display:block; position:relative; top:0; clear:both; overflow:hidden; height:0; text-decoration:none;}
a.skipToContent:hover,
a.skipToContent:active,
a.skipToContent:focus{ height:auto; margin:0 0 10px 0; padding:5px;}

/* Hr */
hr.cafeXeHr{ display:none; position:absolute;}

/* Container + Header + Body + Footer */
#cafeXeContainer{ position:relative; margin:0 20px; *zoom:1;}
#cafeXeHeader{ position:relative; padding:20px 0 10px; border-bottom:3px solid; *zoom:1; z-index:100;}
#cafeXeHeader:after{ content:""; display:block; clear:both;}
#cafeXeBody{ position:relative; padding-top:20px; padding-bottom:20px; *zoom:1;}
#cafeXeBody:after{ content:""; display:block; clear:both;}
#cafeXeContent{ position:relative; margin-bottom:20px; text-align:justify;}
#cafeXeFooter{ position:relative; padding:10px 0; border-top:1px solid; *zoom:1; z-index:100;}
#cafeXeFooter address{ text-align:center;}

/* Layout Width */
.cafeXeFixed #cafeXeContainer{ width:960px; margin-left:auto; margin-right:auto;}
.cafeXeLiquid #cafeXeContainer{ width:80%; margin-left:auto; margin-right:auto;}
.cafeXeHybrid #cafeXeContainer{ width:80%; margin-left:auto; margin-right:auto;}

/* Align Layout */
.aLeft #cafeXeContainer{ margin-left:0;}
.aRight #cafeXeContainer{ margin-right:0;}

/* Top Navigation */
#cafeXeHeader .cafeXeNavigation{ position:relative; padding:15px 0 0 0; margin:0; overflow:hidden; float:right;}
#cafeXeHeader .cafeXeNavigation:after{ content:""; display:block; clear:both;}
#cafeXeHeader .cafeXeNavigation *{ margin:0; padding:0;}
#cafeXeHeader .cafeXeNavigation h2{ display:none;}
#cafeXeHeader .cafeXeNavigation li{ position:relative; float:left; list-style:none; padding:0 5px;}

/* Footer Navigation */
#cafeXeFooter .cafeXeNavigation{ position:relative; padding:0; margin:0 0 10px 0;}
#cafeXeFooter .cafeXeNavigation:after{ content:""; display:block; clear:both;}
#cafeXeFooter .cafeXeNavigation *{ margin:0; padding:0;}
#cafeXeFooter .cafeXeNavigation h2{ display:none;}
#cafeXeFooter .cafeXeNavigation .cafeXeSection{ text-align:center;}
#cafeXeFooter .cafeXeNavigation ul{ position:relative; overflow:hidden;}
#cafeXeFooter .cafeXeNavigation li{ display:inline; position:relative; list-style:none; padding:0 5px;}

/* Neck */
#neck{ position:relative; clear:both; *zoom:1;}
#neck .cafeXeExtension{ margin-right:-30px; *zoom:1;}
#neck .cafeXeExtension:after{ content:""; display:block; clear:both;}
#neck .cafeXeExtension .cafeXeSection{ position:relative; float:left; width:300px; margin-right:30px;}
.cafeXeLiquid #neck .cafeXeExtension .cafeXeSection{ width:30%; margin-right:3.3%;}

/* Knee */
#cafeXeKnee{ position:relative; clear:both; *zoom:1;}
#cafeXeKnee{ padding-top:30px; border-top:1px solid;}
#cafeXeKnee .cafeXeExtension{ margin-right:-30px; *zoom:1;}
#cafeXeKnee .cafeXeExtension:after{ content:""; display:block; clear:both;}
#cafeXeKnee .cafeXeExtension .cafeXeSection{ position:relative; float:left; width:300px; margin-right:30px;}
.cafeXeLiquid #cafeXeKnee .cafeXeExtension .cafeXeSection{ width:30%; margin-right:3.3%;}

/* Extension */
.cafeXeExtension, 
.cafeXeSection{position:relative; *zoom:1;}
#cafeXeBody .cafeXeExtension{ position:relative; display:none; margin-bottom:20px;}
.cafeXeExtension .cafeXeSection{ margin-bottom:20px;}

/* ----- Fixed 2 Column Layout ----- */
.cafeXeFixed .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeEC #cafeXeBody .cafeXeE1{ width:220px;}
.cafeXeFixed .cafeXeCE #cafeXeBody #cafeXeContent,
.cafeXeFixed .cafeXeEC #cafeXeBody #cafeXeContent{ width:720px;}
.cafeXeFixed .cafeXeCE #cafeXeBody #cafeXeContent{ float:left;}
.cafeXeFixed .cafeXeEC #cafeXeBody #cafeXeContent{ float:right;}
.cafeXeFixed .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeEC #cafeXeBody .cafeXeE1{ display:block;}
.cafeXeFixed .cafeXeCE #cafeXeBody .cafeXeE1{ float:right; clear:right;}
.cafeXeFixed .cafeXeEC #cafeXeBody .cafeXeE1{ float:left; clear:left;}

/* ----- Liquid 2 Column Layout ----- */
.cafeXeLiquid .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeEC #cafeXeBody .cafeXeE1{ width:23%;}
.cafeXeLiquid .cafeXeCE #cafeXeBody #cafeXeContent,
.cafeXeLiquid .cafeXeEC #cafeXeBody #cafeXeContent{ width:75%;}
.cafeXeLiquid .cafeXeCE #cafeXeBody #cafeXeContent{ float:left;}
.cafeXeLiquid .cafeXeEC #cafeXeBody #cafeXeContent{ float:right;}
.cafeXeLiquid .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeEC #cafeXeBody .cafeXeE1{ display:block;}
.cafeXeLiquid .cafeXeCE #cafeXeBody .cafeXeE1{ float:right; clear:right;}
.cafeXeLiquid .cafeXeEC #cafeXeBody .cafeXeE1{ float:left; clear:left;}

/* ----- Hybrid 2 Column Layout ----- */
.cafeXeHybrid .cafeXeCE #cafeXeBody{ padding-right:280px;}
.cafeXeHybrid .cafeXeEC #cafeXeBody{ padding-left:280px;}
.cafeXeHybrid .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeEC #cafeXeBody .cafeXeE1{ width:260px;}
.cafeXeHybrid .cafeXeCE #cafeXeBody #cafeXeContent{ float:left; width:100%;}
.cafeXeHybrid .cafeXeEC #cafeXeBody #cafeXeContent{ float:right; width:100%;}
.cafeXeHybrid .cafeXeCE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeEC #cafeXeBody .cafeXeE1{ display:block;}
.cafeXeHybrid .cafeXeCE #cafeXeBody .cafeXeE1{ float:right; clear:right; margin-left:-260px; right:-280px;}
.cafeXeHybrid .cafeXeEC #cafeXeBody .cafeXeE1{ float:left; clear:left; margin-right:-260px; left:-280px;}

/* ----- Fixed 3 Column Layout ----- */
.cafeXeFixed .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeCEE #cafeXeBody .cafeXeE2,
.cafeXeFixed .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeECE #cafeXeBody .cafeXeE2,
.cafeXeFixed .cafeXeEEC #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeEEC #cafeXeBody .cafeXeE2{ display:block; width:200px;}

.cafeXeFixed .cafeXeCEE #cafeXeBody #cafeXeContent,
.cafeXeFixed .cafeXeECE #cafeXeBody #cafeXeContent,
.cafeXeFixed .cafeXeEEC #cafeXeBody #cafeXeContent{ width:520px;}

.cafeXeFixed .cafeXeCEE #cafeXeBody #cafeXeContent{ float:left; margin-right:20px;}
.cafeXeFixed .cafeXeECE #cafeXeBody #cafeXeContent{ float:left; margin-right:-100%; left:220px;}
.cafeXeFixed .cafeXeEEC #cafeXeBody #cafeXeContent{ float:right;}

.cafeXeFixed .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeEEC #cafeXeBody .cafeXeE1{ float:left; margin-right:20px;}

.cafeXeFixed .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeEEC #cafeXeBody .cafeXeE2{ float:left;}

.cafeXeFixed .cafeXeCEE #cafeXeBody .cafeXeE2,
.cafeXeFixed .cafeXeECE #cafeXeBody .cafeXeE2{ float:right;}

/* ----- Liquid 3 Column Layout ----- */
.cafeXeLiquid .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeCEE #cafeXeBody .cafeXeE2,
.cafeXeLiquid .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeECE #cafeXeBody .cafeXeE2,
.cafeXeLiquid .cafeXeEEC #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeEEC #cafeXeBody .cafeXeE2{ display:block; width:20%;}

.cafeXeLiquid .cafeXeCEE #cafeXeBody #cafeXeContent,
.cafeXeLiquid .cafeXeECE #cafeXeBody #cafeXeContent,
.cafeXeLiquid .cafeXeEEC #cafeXeBody #cafeXeContent{ width:56%;}

.cafeXeLiquid .cafeXeCEE #cafeXeBody #cafeXeContent{ float:left; margin-right:2%;}
.cafeXeLiquid .cafeXeECE #cafeXeBody #cafeXeContent{ float:left; margin-right:-100%; left:22%;}
.cafeXeLiquid .cafeXeEEC #cafeXeBody #cafeXeContent{ float:right;}

.cafeXeLiquid .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeEEC #cafeXeBody .cafeXeE1{ float:left; margin-right:2%;}

.cafeXeLiquid .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeLiquid .cafeXeEEC #cafeXeBody .cafeXeE2{ float:left;}

.cafeXeLiquid .cafeXeCEE #cafeXeBody .cafeXeE2,
.cafeXeLiquid .cafeXeECE #cafeXeBody .cafeXeE2{ float:right;}

/* ----- Hybrid 3 Column Layout ----- */
.cafeXeHybrid .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeCEE #cafeXeBody .cafeXeE2,
.cafeXeHybrid .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeECE #cafeXeBody .cafeXeE2,
.cafeXeHybrid .cafeXeEEC #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeEEC #cafeXeBody .cafeXeE2{ display:block; width:220px;}

.cafeXeHybrid .cafeXeCEE #cafeXeBody{ padding-right:480px;}
.cafeXeHybrid .cafeXeECE #cafeXeBody{ padding-left:240px; padding-right:240px;}
.cafeXeHybrid .cafeXeEEC #cafeXeBody{ padding-left:480px;}

.cafeXeHybrid .cafeXeCEE #cafeXeBody #cafeXeContent,
.cafeXeHybrid .cafeXeECE #cafeXeBody #cafeXeContent,
.cafeXeHybrid .cafeXeEEC #cafeXeBody #cafeXeContent{ width:100%;}

.cafeXeHybrid .cafeXeCEE #cafeXeBody #cafeXeContent,
.cafeXeHybrid .cafeXeECE #cafeXeBody #cafeXeContent{ float:left; margin-right:-100%;}
.cafeXeHybrid .cafeXeEEC #cafeXeBody #cafeXeContent{ float:right;}

.cafeXeHybrid .cafeXeECE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeEEC #cafeXeBody .cafeXeE2{ float:left; left:-240px; margin-right:-220px;}
.cafeXeHybrid .cafeXeEEC #cafeXeBody .cafeXeE1{ float:left; left:-480px; margin-right:-220px;}

.cafeXeHybrid .cafeXeCEE #cafeXeBody .cafeXeE1,
.cafeXeHybrid .cafeXeECE #cafeXeBody .cafeXeE2{ float:right; left:240px; margin-left:-220px;}
.cafeXeHybrid .cafeXeCEE #cafeXeBody .cafeXeE2{ float:right; left:480px; margin-left:-220px;}

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Common */
.cafeXe{ margin:0; font-family:AppleGothic, Sans-serif;}
.cafeXe a{ text-decoration:none;}
.cafeXe a:hover,
.cafeXe a:active,
.cafeXe a:focus{ text-decoration:underline;}
.cafeXe img{ border:0;}
.cafeXe sup,
.cafeXe sub{ line-height:1;}
.cafeXeAddress{ font-style:normal;}

/* Heading */
#cafeXeBody h2.cafeXeBodyH2{ margin:0; padding-bottom:5px; font-size:16px; border-bottom:2px solid;}
#cafeXeBody h2.cafeXeExtensionH2{ margin:0; padding-bottom:5px; font-size:16px; border-bottom:2px solid;}
#cafeXeKnee h2.cafeXeExtensionH2{ position:relative; margin:0; font-size:12px; padding-bottom:5px; border-bottom:2px solid;}

/* Container */
.cafeXeFixed #cafeXeContainer{ width:auto;}

/* Header */
.cafeXeFixed .cafeXeEC #cafeXeHeader,
.cafeXeFixed .cafeXeCE #cafeXeHeader{ border:0; padding:20px 0 0 0;}
.cafeXeFixed .cafeXeEC #cafeXeHeader .cafeXeHeader,
.cafeXeFixed .cafeXeCE #cafeXeHeader .cafeXeHeader{ position:relative; height:auto; width:960px; margin:0 auto; padding-bottom:30px;}
.cafeXeFixed .cafeXeEC #cafeXeHeader h1.cafeXeH1,
.cafeXeFixed .cafeXeCE #cafeXeHeader h1.cafeXeH1{ margin:0;}
.cafeXeFixed .cafeXeEC #cafeXeHeader h1.cafeXeH1 a,
.cafeXeFixed .cafeXeCE #cafeXeHeader h1.cafeXeH1 a{ text-decoration:none;}
.cafeXeFixed .cafeXeEC #cafeXeHeader .cafeXeUrl,
.cafeXeFixed .cafeXeCE #cafeXeHeader .cafeXeUrl{ margin:0;}
.cafeXeFixed .cafeXeEC #cafeXeHeader .cafeXeUrl a,
.cafeXeFixed .cafeXeCE #cafeXeHeader .cafeXeUrl a{ font:10px Tahoma;}

/* Body */
.cafeXeFixed .cafeXeEC #cafeXeBody,
.cafeXeFixed .cafeXeCE #cafeXeBody{ width:740px; margin:0 auto; padding-top:40px;}
.cafeXeFixed .cafeXeEC #cafeXeBody{ padding-left:220px;}
.cafeXeFixed .cafeXeCE #cafeXeBody{ padding-right:220px;}
.cafeXeFixed .cafeXeEC #cafeXeBody .cafeXeE1,
.cafeXeFixed .cafeXeCE #cafeXeBody .cafeXeE1{ width:180px;}
.cafeXeFixed .cafeXeEC #cafeXeBody .cafeXeE1{ left:-220px; margin-right:-180px;}
.cafeXeFixed .cafeXeCE #cafeXeBody .cafeXeE1{ right:-220px; margin-left:-180px;}
.cafeXeFixed .cafeXeEC #cafeXeBody #cafeXeContent,
.cafeXeFixed .cafeXeCE #cafeXeBody #cafeXeContent{ width:100%;}
.cafeXeFixed .cafeXeEC #cafeXeBody #cafeXeContent .cafeXeSection,
.cafeXeFixed .cafeXeCE #cafeXeBody #cafeXeContent .cafeXeSection{ margin-bottom:40px; *zoom:1;}

/* Knee */
.cafeXeFixed .cafeXeEC #cafeXeKnee,
.cafeXeFixed .cafeXeCE #cafeXeKnee{ padding:30px 0; border:0;}
.cafeXeFixed .cafeXeEC #cafeXeKnee .cafeXeExtension,
.cafeXeFixed .cafeXeCE #cafeXeKnee .cafeXeExtension{ left:14px; _left:28px; width:988px; margin:0 auto;}
.cafeXeFixed .cafeXeEC #cafeXeKnee .cafeXeExtension .cafeXeSection,
.cafeXeFixed .cafeXeCE #cafeXeKnee .cafeXeExtension .cafeXeSection{ width:219px; margin-right:28px;}

/* Footer */
.cafeXeFixed .cafeXeEC #cafeXeFooter,
.cafeXeFixed .cafeXeCE #cafeXeFooter{ padding:30px 0; border:0;}
.cafeXeFixed .cafeXeEC #cafeXeFooter .cafeXeFooter,
.cafeXeFixed .cafeXeCE #cafeXeFooter .cafeXeFooter{ position:relative; width:960px; margin:0 auto; *zoom:1; font:10px Tahoma;}
.cafeXeFixed .cafeXeEC #cafeXeFooter .cafeXeFooter a,
.cafeXeFixed .cafeXeCE #cafeXeFooter .cafeXeFooter a{ text-decoration:none;}
.cafeXeFixed .cafeXeEC #cafeXeFooter .cafeXeFooter:after,
.cafeXeFixed .cafeXeCE #cafeXeFooter .cafeXeFooter:after{ content:""; display:block; clear:both;}
.cafeXeFixed .cafeXeEC #cafeXeFooter .cafeXeFooter address,
.cafeXeFixed .cafeXeCE #cafeXeFooter .cafeXeFooter address{ float:left;}

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* common */
.open{ display:block !important;}
.floatLeft{ float:left;}
.floatRight{ float:right;}
.clearLeft{ clear:left;}
.clearRight{ clear:right;}
.widgetXeInputText{ border:1px solid; padding:2px 5px; font-size:12px;}
.widgetXeInputCheck{ margin:0; width:13px; height:13px; vertical-align:middle;}
.widgetXeInputSubmit{ padding:0;}
.widgetXeAddress{ font-style:normal;}

/* widgetContainer */
.widgetContainer a{ text-decoration:none;}
.widgetContainer a:hover,
.widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;}

/* widgetDivider */
dl.widgetDivider{ margin:0;}
dl.widgetDivider dt{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0;}
dl.widgetDivider dd{ display:none; margin:0;}

/* widgetTableA */
.widgetTableA { width:100%; font-size:12px; position:relative; border:0;}
.widgetTableA td{ border:0; line-height:1.5; white-space:nowrap; vertical-align:top; padding:1px 5px 1px 5px;}
.widgetTableA td.title{ width:100%; white-space:normal;}
.widgetTableA td .board{ padding-right:5px;}
.widgetTableA td .notice{ padding-right:5px;}
.widgetTableA td .category{ padding-right:5px; font-weight:normal;}
.widgetTableA td .replyNum a{ font:10px Tahoma;}
.widgetTableA td .trackbackNum a{ font:10px Tahoma;}
.widgetTableA td.author{}
.widgetTableA td.time{ font-size:11px; font-family:Tahoma;}

/* widgetTableB */
.widgetTableB { width:100%; font-size:12px; position:relative; border:0; border-top:1px solid;}
.widgetTableB td{ border:0; line-height:1.5; white-space:nowrap; vertical-align:top; padding:8px 5px 6px 5px; border-bottom:1px solid;}
.widgetTableB td.title{ width:100%; white-space:normal;}
.widgetTableB td .board{ padding-right:5px;}
.widgetTableB td .notice{ padding-right:5px;}
.widgetTableB td .category{ padding-right:5px; font-weight:normal;}
.widgetTableB td .replyNum a{ font:10px Tahoma;}
.widgetTableB td .trackbackNum a{ font:10px Tahoma;}
.widgetTableB td.author{}
.widgetTableB td.time{ font-size:11px; font-family:Tahoma;}

/* widgetTableC */
.widgetTableC { width:100%; font-size:12px; position:relative; border:0; border-top:1px solid;}
.widgetTableC td{ border:0; line-height:1.5; white-space:nowrap; vertical-align:top; padding:10px; border-bottom:1px solid;}
.widgetTableC td.title,
.widgetTableC td.lastDoc{ width:100%; white-space:nowrap;}
.widgetTableC td.docNum{}
.widgetTableC td.docNum em{ display:block; padding:12px 0 0 5px; width:50px; height:21px; font-size:11px; font-weight:bold; font-style:normal; font-family:Tahoma; color:#fff; background:url("/xe/layouts/cafeXE/img/white/iconForumNum.gif") no-repeat 0 0;}
.widgetTableC td.title a{ font-weight:bold; text-decoration:underline !important;}
.widgetTableC td.title dl{ margin:0;}
.widgetTableC td.title dd{ margin:0;}
.widgetTableC td.lastDoc p{ margin:0;}
.widgetTableC td .author{ margin-right:5px;}
.widgetTableC td .time{ font-size:11px; font-family:Tahoma;}
.widgetTableC td .time .date{ margin-right:5px;}

/* widgetUlistA */
.widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetUlistA li{ list-style:none;}

/* widgetUlistB */
.widgetUlistB{ margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetUlistB:after{ content:""; display:block; clear:both;}
.widgetUlistB li{ position:relative; list-style:none; margin-bottom:10px; *zoom:1;}
.widgetUlistB li .author{ float:left; margin-right:-42px;}
.widgetUlistB li .author img{ border:1px solid;}
.widgetUlistB li .title{ position:relative; margin:0 0 0 60px; border:2px solid; padding:10px 15px; _zoom:1;}
.widgetUlistB li .title a{ text-decoration:underline;}
.widgetUlistB li .title .arrow{ position:absolute; top:16px; left:-6px; display:block; overflow:hidden; width:6px; height:7px; font-size:0; line-height:0;}
.widgetUlistB li .title .deco{ position:absolute; display:block; overflow:hidden; width:1px; height:1px; font-size:0; line-height:0;}
.widgetUlistB li .title .deco .topLeft{}
.widgetUlistB li .title .date{ font-size:11px; font-family:Tahoma;}
.widgetUlistB li .title .hour{ font-size:11px; font-family:Tahoma;}

/* widgetOlistA */
.widgetOlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetOlistA li{ margin-left:25px;}
.widgetOlistA li sup{ font-size:9px; font-family:tahoma; padding-left:10px; }

/* widgetDlistA */
.widgetDlistA{ margin:0; padding:0; font-size:12px; line-height:1.5; zoom:1;}
.widgetDlistA:after{ content:""; display:block; clear:both;}
.widgetDlistA dt{ float:left; clear:left; margin-right:5px; white-space:nowrap;}
.widgetDlistA dd{ clear:right; white-space:nowrap; font-family:Tahoma;}

/* widgetGalleryA */
.widgetGalleryA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1; _margin-right:-100%;}
.widgetGalleryA:after{ content:""; display:block; clear:both;}
.widgetGalleryA li { float:left; overflow:hidden; width:100px; margin-right:28px; margin-bottom:15px; padding-bottom:0; white-space:nowrap; list-style:none;}
.widgetGalleryA li.clearRight{ margin-right:0;}
.widgetGalleryA li .thumb{ display:block; position:relative; width:100px; height:75px; margin-bottom:10px; overflow:hidden; text-decoration:none;}
.widgetGalleryA li .thumb img{ display:block; position:relative; width:100%;}
.widgetGalleryA li .thumb .imgNone{ display:block; position:relative; width:100%; height:70%; padding-top:30%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetGalleryA li .thumb .board{ display:block; position:absolute; width:100%; top:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .author{ display:block;}
.widgetGalleryA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .date{ font:11px Tahoma;}
.widgetGalleryA li .hour{ font:11px Tahoma;}

/* widgetGalleryB */
.widgetGalleryB{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetGalleryB:after{ content:""; display:block; clear:both;}
.widgetGalleryB li { float:left; overflow:hidden; width:100px; margin-right:28px; margin-bottom:15px; padding-bottom:15px; white-space:nowrap; list-style:none; border-bottom:1px solid;}
.widgetGalleryB li.clearRight{ margin-right:0;}
.widgetGalleryB li .thumb{ display:block; position:relative; width:100px; height:75px; margin-bottom:10px; overflow:hidden; text-decoration:none;}
.widgetGalleryB li .thumb img{ display:block; position:relative; width:100%;}
.widgetGalleryB li .thumb .imgNone{ display:block; position:relative; width:100%; height:70%; padding-top:30%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetGalleryB li .thumb .board{ display:block; position:absolute; width:100%; top:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryB li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryB li .author{ display:block;}
.widgetGalleryB li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryB li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryB li .date{ font:11px Tahoma;}
.widgetGalleryB li .hour{ font:11px Tahoma;}

/* widgetZineA */
.widgetZineA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetZineA:after{ content:""; display:block; clear:both;}
.widgetZineA li { list-style:none; clear:both; margin-bottom:10px; padding-bottom:10px; overflow:hidden; *zoom:1;}
.widgetZineA li p{ margin:0;}
.widgetZineA li p.thumbArea{ position:relative; float:left; width:100px; margin-right:-100px; overflow:hidden;}
.widgetZineA li p.titleArea{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.titleArea .board{ padding-right:5px;}
.widgetZineA li p.text{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.authorArea{ margin-left:120px;}
.widgetZineA li .thumb{ display:block; position:relative; width:100px; height:75px; text-decoration:none; overflow:hidden;}
.widgetZineA li .thumb img{ position:relative; width:100%;}
.widgetZineA li .thumb .imgNone{ display:block; position:relative; width:100%; height:80%; padding-top:20%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetZineA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetZineA li .title{ font-weight:bold;}
.widgetZineA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .author{ margin-right:10px;}
.widgetZineA li .date{ font:11px Tahoma;}
.widgetZineA li .hour{ font:11px Tahoma;}

/* widgetZineB */
.widgetZineB{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetZineB:after{ content:""; display:block; clear:both;}
.widgetZineB li { list-style:none; clear:both; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid;}
.widgetZineB li p{ margin:0;}
.widgetZineB li p.thumbArea{ position:relative; float:left; width:100px; margin-right:-100px; overflow:hidden;}
.widgetZineB li p.titleArea{ margin-left:120px; margin-bottom:4px;}
.widgetZineB li p.titleArea .board{ padding-right:5px;}
.widgetZineB li p.text{ margin-left:120px; margin-bottom:4px;}
.widgetZineB li p.authorArea{ margin-left:120px;}
.widgetZineB li .thumb{ display:block; position:relative; width:100px; height:75px; text-decoration:none; overflow:hidden;}
.widgetZineB li .thumb img{ position:relative; width:100%;}
.widgetZineB li .thumb .imgNone{ display:block; position:relative; width:100%; height:80%; padding-top:20%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetZineB li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetZineB li .title{ font-weight:bold;}
.widgetZineB li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineB li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineB li .author{ margin-right:10px;}
.widgetZineB li .date{ font:11px Tahoma;}
.widgetZineB li .hour{ font:11px Tahoma;}

/* WidgetTree */
.widgetTree *{ margin:0; padding:0; font-size:12px;}
.widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1;}
.widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetTree ul li .nav_tree_label,
.widgetTree ul li .sum{ position:relative; left:16px; _left /**/:0; top:0; font-style:normal;}
.widgetTree ul li a.selected {font-weight:bold;}
.widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -1px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
.widgetTree ul li ul li{ display:none;}
.widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
.widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetTree ul li.nav_tree_on ul{ display:block;}
.widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetTree .icon{ position:relative; left:16px;}

/* widgetLogin */
.widgetLogin{ font-size:12px;}
.widgetLogin fieldset{ border:0; margin:0; padding:0;}
.widgetLogin dl{ margin:0;}
.widgetLogin dt{ display:none;}
.widgetLogin dd{ margin:0 0 5px 0;}
.widgetLogin dd .widgetXeInputText{ width:90%; height:16px;}
.widgetLogin p{ margin:5px 0;}
.widgetLogin p .widgetXeInputCheck{ margin-right:5px;}
.widgetLogin .help{ position:relative; width:100%; overflow:hidden; margin:10px 0 0 0; padding:0;}
.widgetLogin .help li{ position:relative; left:-5px; padding-left:5px; list-style:none; display:inline; letter-spacing:-1px;}

/* widgetLastLogin */
.widgetLastLogin{ margin:10px 0; font-size:12px;}
.widgetLastLogin dt,
.widgetLastLogin dd{ display:inline; margin:0;}
.widgetLastLogin dd{ font-size:11px; font-family:Tahoma;}

/* widgetMyInfo */
.widgetMyInfo{ margin:0; padding:0; font-size:12px;}
.widgetMyInfo:after{ content:""; display:block; clear:both; *zoom:1;}
.widgetMyInfo li{ margin-bottom:5px; padding:0; text-indent:12px; list-style:none;}

/* widgetLevel */
.widgetLevel{ padding-left:30px; background-repeat:no-repeat; background-position:left 30%;}
.widgetLevel em{ display:block; width:0; height:0; overflow:hidden; font-size:0; line-height:0; position:absolute;}

/* widgetCounter */
.widgetCounter{ font-size:12px; margin:0;}
.widgetCounter dt,
.widgetCounter dd{ height:18px;}
.widgetCounter dt{ float:left; clear:left;}
.widgetCounter dd{ font-size:11px; font-family:Tahoma;}

/* widgetLanguage */
.widgetLanguage p{ float:right; margin:0;}
.widgetLanguage .langList{ display:none; position:absolute; margin:0; padding:0; z-index:999;}
.widgetLanguage .langList li{ list-style:none;}
.widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}

/* widgetTabA */
.widgetTabA{ position:relative; margin:0; padding:0; *zoom:1; border-bottom:2px solid;}
.widgetTabA:after{ content:""; display:block; clear:both;}
.widgetTabA li{ float:left; margin-right:1px; list-style:none; background-repeat:no-repeat; background-position:0 0;}
.widgetTabA li.active{ background-position:0 -30px;}
.widgetTabA li a{ position:relative; left:2px; float:left; height:20px; padding:8px 15px 0 15px; text-decoration:none; font-size:12px; background-repeat:no-repeat; background-position:right 0;}
.widgetTabA li.active a{ background-position:right -30px; font-weight:bold; letter-spacing:-1px;}

/* widgetTabB */
.widgetTabB{ margin:0; position:absolute; top:1px; right:0; white-space:nowrap; font-size:12px;}
.widgetTabB li{ display:inline;}
.widgetTabB li.active a{ font-weight:bold;}

/* widgetTabC */
.widgetTabC{ margin:0; padding:0; font-size:12px; border-top:1px solid;}
.widgetTabC li{ list-style:none; border-bottom:1px solid; *zoom:1; margin-bottom:1px;}
.widgetTabC li a{ display:block; padding:7px 0 6px 10px; text-decoration:none; *zoom:1;}

/* widgetThumb */
.widgetThumb{ position:relative; margin:0; text-align:center; font-size:12px; line-height:1.5;}
.widgetThumb .thumb{ display:block; margin-bottom:5px; position:relative; *zoom:1; text-decoration:none; _float:left;}
.widgetThumb .thumb img{ display:block; width:100%;}
.widgetThumb .thumb .imgNone{ display:block; position:relative; width:100%; padding-top:30px; padding-bottom:50px; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetThumb .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6;  filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetThumb .title{ display:block;}
.widgetThumb .author{ display:block;}
.widgetThumb .date{ font-size:11px; font-family:Tahoma;}
.widgetThumb .hour{ font-size:11px; font-family:Tahoma;}

/* widgetContainer */
.widgetContainer{ *zoom:1;}
.widgetContainer:after{ content:""; display:block; clear:both;}

/* widgetNavigator */
.widgetNavigator{ margin:0; padding:0; text-align:right; clear:both;}
.widgetNavigator li{ list-style:none; display:inline;}
.widgetNavigator li button{ width:16px; height:16px; padding:0; background-color:transparent; background-image:url("/xe/layouts/cafeXE/img/white/buttonWidgetNavigation.gif"); border:1px solid #999; cursor:pointer;}
.widgetNavigator li button.prev{ background-position:left center; *background-position:-1px center;}
.widgetNavigator li button.next{ background-position:right center; *background-position:13px center;}
.widgetNavigator li button span{ position:absolute; display:block; width:0; height:0; overflow:hidden; visibility:hidden;}

/* widgetTagCloud */
.widgetTagCloud { text-align:justify; font-size:12px; line-height:1.5; margin:0; padding:0;}
.widgetTagCloud li{ display:inline; white-space:nowrap; list-style:none;}
.widgetTagCloud li.level1 a{ font-size:11px;}
.widgetTagCloud li.level2 a{ font-size:12px;}
.widgetTagCloud li.level3 a{ font-size:14px; font-weight:bold;}
.widgetTagCloud li.level4 a{ font-size:18px; font-weight:bold;}

/* widgetCalendar */
.widgetCalendarNavigation{ position:relative; height:15px; margin-bottom:-15px; z-index:10;}
.widgetCalendarNavigation button{ position:absolute; top:0; font-size:10px; font-family:Tahoma; background:none; border:0; padding:0; cursor:pointer;}
.widgetCalendarNavigation button.prevYear{ left:0;}
.widgetCalendarNavigation button.prevMonth{ left:25px;}
.widgetCalendarNavigation button.nextYear{ right:0;}
.widgetCalendarNavigation button.nextMonth{ right:25px;}
.widgetCalendar{ position:relative; border:0; width:100%;}
.widgetCalendar caption { position:relative; padding-bottom:5px; text-align:center; font-size:12px; font-weight:bold; font-family:Tahoma;}
.widgetCalendar th,
.widgetCalendar td{ border:0; text-align:center; padding:5px 0;}
.widgetCalendar th{ font-size:10px; font-family:Tahoma; font-weight:normal;}
.widgetCalendar td,
.widgetCalendar td a{ font-size:11px; font-family:Tahoma;}
.widgetCalendar td em{ font-style:normal;}

/* widgetPoint */
.widgetPoint{ margin:0; *zoom:1; clear:both;}
.widgetPoint:after{ content:""; display:block; clear:both;}
.widgetPoint dt{ font-size:12px; font-family:Tahoma; font-weight:bold;}
.widgetPoint dd{ margin:0;}
.widgetPoint dd.graph{ height:5px; overflow:hidden; background:#e5e5e5; font-size:0; line-height:0;}
.widgetPoint dd.graph img{ width:0%;}
.widgetPoint dd.point{ font-size:10px; font-family:Tahoma; float:left; color:#888;}
.widgetPoint dd.percentage{ font-size:10px; font-family:Tahoma; float:right; color:#888;}

/* widgetMenuA */
.widgetMenuA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.2; border-top:1px solid;}
.widgetMenuA li{ position:relative; list-style:none; border-bottom:1px solid; *zoom:1;}
.widgetMenuA li sup{ font-size:10px; font-family:Tahoma; line-height:1; color:#888; font-weight:normal;}
.widgetMenuA li li.active sup{ color:#ff1a1a;}
.widgetMenuA li li{ padding:0; border:0;}
.widgetMenuA li ul{ display:none; margin:0 0 10px 20px; padding:0;}
.widgetMenuA li.active ul{ display:block;}
.widgetMenuA li a{ position:relative; display:block; padding:7px 0 7px 10px; background-repeat:no-repeat; background-position:0 center; text-decoration:none !important;}
.widgetMenuA li.active a{ font-weight:bold;}
.widgetMenuA li.active li a{ font-weight:normal; padding:1px 0; background:none !important;}
.widgetMenuA li li.active a{ color:#ff1a1a;}
.widgetMenuA li.active li a:hover,
.widgetMenuA li.active li a:active,
.widgetMenuA li.active li a:focus{ text-decoration:underline !important;}

/* widgetMenuB */
.widgetMenuB{ margin:0; padding:0; font-size:12px; line-height:1.3; border-top:1px solid;}
.widgetMenuB li{ position:relative; list-style:none; border-bottom:1px solid; white-space:nowrap; *zoom:1;}
.widgetMenuB li sup{ font-size:10px; font-family:Tahoma; line-height:1; color:#888; font-weight:normal;}
.widgetMenuB li li{ padding:2px 10px; border:none;}
.widgetMenuB li li.first{ left:-4px; padding-left:14px; background-repeat:no-repeat; background-position:0 center;}
.widgetMenuB li li.active sup{ color:#ff1a1a;}
.widgetMenuB li ul{ position:absolute; display:none; top:-1px; left:100%; margin:0 0 0 5px; padding:5px 0 10px 0; border:1px solid}
.widgetMenuB li.active{ z-index:100;}
.widgetMenuB li.active ul{ display:block;}
.widgetMenuB li a{ position:relative; display:block; padding:7px 0 7px 10px; background-repeat:no-repeat; background-position:0 center; text-decoration:none !important; *zoom:1;}
.widgetMenuB li.active a{ font-weight:bold;}
.widgetMenuB li.active li a{ font-weight:normal; padding:0; background:none !important;}
.widgetMenuB li li.active a{ color:#ff1a1a;}
.widgetMenuB li.active li a:hover,
.widgetMenuB li.active li a:active,
.widgetMenuB li.active li a:focus{ text-decoration:underline !important;}

.widgetMenuC{ margin:0; padding:0; font-size:12px; line-height:1.2; background-repeat:repeat-x;background-position:0 0;}
.widgetMenuC ul{ margin:0; padding:0; height:35px;}
.widgetMenuC ul li ul{ display:none; position:absolute; top:40px; left:20px; height:auto; padding-bottom:7px; background:#35ad06; border:1px solid #027a00;}
.widgetMenuC ul li.active ul{ display:block;}
.widgetMenuC ul.aCenter{ margin-left:auto; margin-right:auto;}
.widgetMenuC ul.aLeft{ margin-right:auto;}
.widgetMenuC ul.aRight{ margin-left:auto;}
.widgetMenuC li{ position:relative; padding-right:3px; float:left; list-style:none; background-repeat:no-repeat;background-position:right -40px; white-space:nowrap;}
.widgetMenuC li a{ position:relative; float:left; padding:12px 22px 0 25px; height:23px; color:#fff !important; text-decoration:none !important;}
.widgetMenuC li.first a{ background-repeat:no-repeat;background-position:left -40px;}
.widgetMenuC li.active{ margin-left:-2px; background-repeat:no-repeat;background-position:right -80px;}
.widgetMenuC li.active a{ font-weight:bold; color:#ff0 !important; background-repeat:no-repeat; background-position:left -80px;}
.widgetMenuC li.active li{ padding:2px 15px; float:none; background:none;}
.widgetMenuC li.active li.active{ margin:0;}
.widgetMenuC li.active li.first{ margin-top:-4px; padding-top:14px; background-repeat:no-repeat; background-position:30px top;}
.widgetMenuC li.active li a{ display:block; _display:inline-block; padding:0; float:none; height:auto; font-weight:normal; color:#fff !important; background:none;}
.widgetMenuC li.active li.active a{ color:#ff0 !important;}
.widgetMenuC li.active li a:hover,
.widgetMenuC li.active li a:active,
.widgetMenuC li.active li a:focus{ text-decoration:underline !important;}

/* widgetSearch */
.widgetSearch{ position:absolute; bottom:30px; right:0;}
.widgetSearch fieldset{ border:0; margin:0; padding:0; position:absolute; bottom:0; right:0;}
.widgetSearch .widgetXeInputText{ width:153px; height:16px; padding:2px 20px 2px 5px; vertical-align:middle; border:1px solid #666; border-top-color:#555; border-left-color:#555; background:#444; color:#fff;}
.widgetSearch .widgetXeInputText:focus{ background:#494949;}
.widgetSearch .widgetSearch{ position:absolute; top:3px; right:4px; vertical-align:middle;}

address.period { font-style:normal; font-size:10px; font-family:tahoma; text-align:right;}

/* white coloset */
.widgetContainer .widgetXeInputText{ border-color:#ccc; background:#f4f4f4; color:#000;}

/* widgetTableA */
.widgetContainer .widgetTableA td.title a{ color:#333;}
.widgetContainer .widgetTableA td .board{ color:#333; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableA td .notice{ color:#ff1a1a; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableA td .category{ color:#888; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableA td .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetTableA td .trackbackNum a{ color:#66c;}
.widgetContainer .widgetTableA td .author { color:#333;}
.widgetContainer .widgetTableA td .date{ color:#333;}
.widgetContainer .widgetTableA td .hour{ color:#888;}

/* widgetTableB */
.widgetContainer .widgetTableB,
.widgetContainer .widgetTableB td{ border-color:#e5e5e5;}
.widgetContainer .widgetTableB td.title a{ color:#333;}
.widgetContainer .widgetTableB td .board{ color:#333; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableB td .notice{ color:#ff1a1a; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableB td .category{ color:#888; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetTableB td .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetTableB td .trackbackNum a{ color:#66c;}
.widgetContainer .widgetTableB td .author { color:#333;}
.widgetContainer .widgetTableB td .date{ color:#333;}
.widgetContainer .widgetTableB td .hour{ color:#888;}

/* widgetTableC */
.widgetContainer .widgetTableC{ border-color:#e5e5e5;}
.widgetContainer .widgetTableC td{ border-color:#e5e5e5;}
.widgetContainer .widgetTableC td.title a{ color:#333;}
.widgetContainer .widgetTableC td.title dd{ color:#888;}
.widgetContainer .widgetTableC td.lastDoc p a{ color:#333;}
.widgetContainer .widgetTableC td.lastDoc .author{ color:#888;}
.widgetContainer .widgetTableC td.lastDoc .time{ color:#888;}

/* widgetUlistA */
.widgetContainer .widgetUlistA li a{ color:#666;}

/* widgetUlistB */
.widgetContainer .widgetUlistB li .author img{ border-color:#ccc;}
.widgetContainer .widgetUlistB li .title{ border-color:#eee; color:#333; background:#fff;}
.widgetContainer .widgetUlistB li .title a{ color:#0066ff;}
.widgetContainer .widgetUlistB li .title .arrow{ background:url("/xe/layouts/cafeXE/img/white/arrowUlistB.gif") no-repeat;}
.widgetContainer .widgetUlistB li .title .deco{ background:#fff;}
.widgetContainer .widgetUlistB li .title .date{ color:#333;}
.widgetContainer .widgetUlistB li .title .hour{ color:#888;}

/* widgetOlistA */
.widgetContainer .widgetOlistA li,
.widgetContainer .widgetOlistA li a{ color:#666;}
.widgetContainer .widgetOlistA li sup{ color:#AAA;}

/* widgetDlistA */
.widgetContainer .widgetDlistA dt{ color:#333;}
.widgetContainer .widgetDlistA dd,
.widgetContainer .widgetDlistA  dd a{ color:#888;}

/* widgetGalleryA */
.widgetContainer .widgetGalleryA li .title{ color:#333;}
.widgetContainer .widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetContainer .widgetGalleryA li .author{ color:#333;}
.widgetContainer .widgetGalleryA li .date{ color:#333;}
.widgetContainer .widgetGalleryA li .hour{ color:#888;}

/* widgetGalleryB */
.widgetContainer .widgetGalleryB li{ border-color:#e5e5e5;}
.widgetContainer .widgetGalleryB li .title{ color:#333;}
.widgetContainer .widgetGalleryB li .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetGalleryB li .trackbackNum a{ color:#66c;}
.widgetContainer .widgetGalleryB li .author{ color:#333;}
.widgetContainer .widgetGalleryB li .date{ color:#333;}
.widgetContainer .widgetGalleryB li .hour{ color:#888;}

/* widgetZineA */
.widgetContainer .widgetZineA li .board{ color:#333; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetZineA li .title{ color:#666;}
.widgetContainer .widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetZineA li .trackbackNum a{ color:#66c;}
.widgetContainer .widgetZineA li .author{ color:#333;}
.widgetContainer .widgetZineA li .date{ color:#333;}
.widgetContainer .widgetZineA li .hour{ color:#888;}
.widgetContainer .widgetZineA li .text{ color:#888;}

/* widgetZineB */
.widgetContainer .widgetZineB li .board{ color:#333; background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetContainer .widgetZineB li{ border-color:#e5e5e5;}
.widgetContainer .widgetZineB li .title{ color:#666;}
.widgetContainer .widgetZineB li .replyNum a{ color:#ff1a1a;}
.widgetContainer .widgetZineB li .trackbackNum a{ color:#66c;}
.widgetContainer .widgetZineB li .author{ color:#333;}
.widgetContainer .widgetZineB li .date{ color:#333;}
.widgetContainer .widgetZineB li .hour{ color:#888;}
.widgetContainer .widgetZineB li .text{ color:#888;}

/* widgetLogin */
.widgetContainer .widgetLogin label{ color:#333;}
.widgetContainer .widgetLogin .help a{ color:#333;}
.widgetContainer .widgetLogin .help li{ background:url("/xe/layouts/cafeXE/img/white/lineTextDiv.gif") no-repeat left center;}

/* widgetLastLogin */
.widgetContainer .widgetLastLogin dt{ color:#333;}
.widgetContainer .widgetLastLogin dd{ color:#888;}
.widgetContainer .widgetLastLogin a{ color:#333;}
.widgetContainer .widgetLastLogin li{ background:url("/xe/layouts/cafeXE/img/white/iconInfoMine.gif") no-repeat left center;}

/* widgetMyInfo */
.widgetContainer .widgetMyInfo li a{ color:#666;}
.widgetContainer .widgetMyInfo li{ background:url("/xe/layouts/cafeXE/img/white/iconMyInfo.gif") no-repeat left 1px;}

/* widgetTree */
.widgetContainer .widgetTree{ color:#333;}
.widgetContainer .widgetTree a{ color:#333;}

/* widgetCounter */
.widgetContainer .widgetCounter dt{ color:#333;}
.widgetContainer .widgetCounter dd{ color:#888;}

/* widgetLanguage */
.widgetContainer .widgetLanguage p a{ color:#b3b3b3;}
.widgetContainer .widgetLanguage .langList{ background:#fff; border:1px solid #ccc;}
.widgetContainer .widgetLanguage .langList a{ color:#333;}

/* Widget Tree */
.widgetContainer .widgetTree ul{ background:url("/xe/layouts/cafeXE/img/white/lineTreeVr.gif") repeat-y 0 -1px;}
.widgetContainer .widgetTree ul li{ background:url("/xe/layouts/cafeXE/img/white/lineTreeHr.gif") no-repeat 1px 5px !important;}
.widgetContainer .widgetTree ul li button{ background:url("/xe/layouts/cafeXE/img/white/buttonTreeCollapse.gif") no-repeat;}
.widgetContainer .widgetTree ul li.nav_tree_last{ background:url("/xe/layouts/cafeXE/img/white/lineTreeLastHr.gif") no-repeat 0 5px !important;}


/* widgetTabA */
.widgetContainer .widgetTabA{ border-color:#666;}
.widgetContainer .widgetTabA li,
.widgetContainer .widgetTabA li a{ background-image:url("/xe/layouts/cafeXE/img/white/buttonWidgetTab.gif");}
.widgetContainer .widgetTabA li a{ color:#333;}

/* widgetTabB */ 
.widgetContainer .widgetTabB li a{ color:#333;}

/* widgetTabC */
.widgetContainer .widgetTabC{ border-color:#e5e5e5;}
.widgetContainer .widgetTabC li{ border-color:#e5e5e5; background:#f8f8f8;}
.widgetContainer .widgetTabC li a{ color:#333;}
.widgetContainer .widgetTabC li a:hover,
.widgetContainer .widgetTabC li a:active,
.widgetContainer .widgetTabC li a:focus{ background:#eee;}

/* widgetThumb */
.widgetContainer .widgetThumb{ color:#333;}
.widgetContainer .widgetThumb a{ color:#333;}
.widgetContainer .widgetThumb .hour{ color:#888;}

/* widgetTagCloud */
.widgetContainer .widgetTagCloud li a{ color:#666;}
.widgetContainer .widgetTagCloud li.level1 a{ color:#999;}
.widgetContainer .widgetTagCloud li.level2 a{ color:#666;}
.widgetContainer .widgetTagCloud li.level3 a{ color:#333;}
.widgetContainer .widgetTagCloud li.level4 a{ color:#000;}

/* widgetCalendar */
.widgetContainer .widgetCalendarNavigation button{ color:#333;}
.widgetContainer .widgetCalendar caption{ color:#333;}
.widgetContainer .widgetCalendar th{ background:#eee; color:#333;}
.widgetContainer .widgetCalendar th.sun,
.widgetContainer .widgetCalendar td.sun,
.widgetContainer .widgetCalendar td em{ color:#ff1a1a;}
.widgetContainer .widgetCalendar td,
.widgetContainer .widgetCalendar td a{ color:#666;}
.widgetContainer .widgetCalendar td.sun a{ color:#ff1a1a;}

/* widgetPoint */
.widgetContainer .widgetPoint dt{ color:#333;}

/* widgetMenuA */
.widgetContainer .widgetMenuA{ border-color:#e5e5e5;}
.widgetContainer .widgetMenuA li{ border-color:#e5e5e5;}
.widgetContainer .widgetMenuA li a{ color:#333; background-image:url("/xe/layouts/cafeXE/img/white/iconMenuAnormal.gif");}
.widgetContainer .widgetMenuA li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/iconMenuAactive.gif");}

/* widgetMenuB */
.widgetContainer .widgetMenuB{ border-color:#e5e5e5;}
.widgetContainer .widgetMenuB li{ border-color:#e5e5e5;}
.widgetContainer .widgetMenuB li a{ color:#333; background-image:url("/xe/layouts/cafeXE/img/white/iconMenuAnormal.gif");}
.widgetContainer .widgetMenuB li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/iconMenuAactive.gif");}
.widgetContainer .widgetMenuB li ul{ border-color:#ddd; background:#fff;}
.widgetContainer .widgetMenuB li li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuB.gif");}

/* widgetMenuCgreen */
.widgetContainer .widgetMenuCgreen{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgreen.gif");}
.widgetContainer .widgetMenuCgreen ul li ul{ background:#35ad06; border-color:#027a00;}
.widgetContainer .widgetMenuCgreen li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgreen.gif");}
.widgetContainer .widgetMenuCgreen li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgreen.gif");}
.widgetContainer .widgetMenuCgreen li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgreen.gif");}
.widgetContainer .widgetMenuCgreen li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgreen.gif");}
.widgetContainer .widgetMenuCgreen li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCgreen.gif");}

/* widgetMenuCblue */
.widgetContainer .widgetMenuCblue{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCblue.gif");}
.widgetContainer .widgetMenuCblue ul li ul{ background:#0688ad; border-color:#00557a;}
.widgetContainer .widgetMenuCblue li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCblue.gif");}
.widgetContainer .widgetMenuCblue li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCblue.gif");}
.widgetContainer .widgetMenuCblue li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCblue.gif");}
.widgetContainer .widgetMenuCblue li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCblue.gif");}
.widgetContainer .widgetMenuCblue li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCblue.gif");}

/* widgetMenuCcyan */
.widgetContainer .widgetMenuCcyan{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCcyan.gif");}
.widgetContainer .widgetMenuCcyan ul li ul{ background:#06a4ad; border-color:#00717a;}
.widgetContainer .widgetMenuCcyan li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCcyan.gif");}
.widgetContainer .widgetMenuCcyan li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCcyan.gif");}
.widgetContainer .widgetMenuCcyan li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCcyan.gif");}
.widgetContainer .widgetMenuCcyan li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCcyan.gif");}
.widgetContainer .widgetMenuCcyan li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCcyan.gif");}

/* widgetMenuCorange */
.widgetContainer .widgetMenuCorange{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCorange.gif");}
.widgetContainer .widgetMenuCorange ul li ul{ background:#ad9906; border-color:#7a6600;}
.widgetContainer .widgetMenuCorange li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCorange.gif");}
.widgetContainer .widgetMenuCorange li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCorange.gif");}
.widgetContainer .widgetMenuCorange li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCorange.gif");}
.widgetContainer .widgetMenuCorange li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCorange.gif");}
.widgetContainer .widgetMenuCorange li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCorange.gif");}

/* widgetMenuCred */
.widgetContainer .widgetMenuCred{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCred.gif");}
.widgetContainer .widgetMenuCred ul li ul{ background:#ad4606; border-color:#7a1300;}
.widgetContainer .widgetMenuCred li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCred.gif");}
.widgetContainer .widgetMenuCred li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCred.gif");}
.widgetContainer .widgetMenuCred li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCred.gif");}
.widgetContainer .widgetMenuCred li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCred.gif");}
.widgetContainer .widgetMenuCred li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCred.gif");}

/* widgetMenuCgray */
.widgetContainer .widgetMenuCgray{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgray.gif");}
.widgetContainer .widgetMenuCgray ul li ul{ background:#595959; border-color:#7a1300;}
.widgetContainer .widgetMenuCgray li{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgray.gif");}
.widgetContainer .widgetMenuCgray li.first a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgray.gif");}
.widgetContainer .widgetMenuCgray li.active{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgray.gif");}
.widgetContainer .widgetMenuCgray li.active a{ background-image:url("/xe/layouts/cafeXE/img/white/bgMenuCgray.gif");}
.widgetContainer .widgetMenuCgray li.active li.first{ background-image:url("/xe/layouts/cafeXE/img/white/arrowMenuCgray.gif");}

.widgetContainer address.period { color:#AAA; }

/* black colorset Class */
.widgetContainer.black .widgetXeInputText{ border-color:#666; background:#333; color:#ccc;}

/* widgetTableA */
.widgetContainer.black .widgetTableA td.title a{ color:#999;}
.widgetContainer.black .widgetTableA td .board{ color:#999; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .notice{ color:#ff1a1a; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .category{ color:#666; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .replyNum{ color:#ff1a1a;}
.widgetContainer.black .widgetTableA td .trackbackNum{ color:#66c;}
.widgetContainer.black .widgetTableA td .author { color:#999;}
.widgetContainer.black .widgetTableA td .date{ color:#999;}
.widgetContainer.black .widgetTableA td .hour{ color:#888;}

/* widgetTableB */
.widgetContainer.black .widgetTableB,
.widgetContainer.black .widgetTableB td{ border-color:#7f7f7f;}
.widgetContainer.black .widgetTableB td.title a{ color:#999;}
.widgetContainer.black .widgetTableB td .board{ color:#999; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableB td .notice{ color:#ff1a1a; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableB td .category{ color:#666; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableB td .replyNum{ color:#ff1a1a;}
.widgetContainer.black .widgetTableB td .trackbackNum{ color:#66c;}
.widgetContainer.black .widgetTableB td .author { color:#999;}
.widgetContainer.black .widgetTableB td .date{ color:#999;}
.widgetContainer.black .widgetTableB td .hour{ color:#888;}

/* widgetTableC */
.widgetContainer.black .widgetTableC{ border-color:#7f7f7f;}
.widgetContainer.black .widgetTableC td{ border-color:#7f7f7f;}
.widgetContainer.black .widgetTableC td.title a{ color:#ccc;}
.widgetContainer.black .widgetTableC td.title dd{ color:#888;}
.widgetContainer.black .widgetTableC td.lastDoc p a{ color:#ccc;}
.widgetContainer.black .widgetTableC td.lastDoc .author{ color:#888;}
.widgetContainer.black .widgetTableC td.lastDoc .time{ color:#888;}

/* widgetUlistA */
.widgetContainer.black .widgetUlistA li a{ color:#999;}

/* widgetUlistB */
.widgetContainer.black .widgetUlistB li .author img{ border-color:#666;}
.widgetContainer.black .widgetUlistB li .title{ border-color:#333; color:#999; background:#000;}
.widgetContainer.black .widgetUlistB li .title a{ color:#3399ff;}
.widgetContainer.black .widgetUlistB li .title .arrow{ background:url("/xe/layouts/cafeXE/img/black/arrowUlistB.gif") no-repeat;}
.widgetContainer.black .widgetUlistB li .title .deco{ background:#000;}
.widgetContainer.black .widgetUlistB li .title .date{ color:#999;}
.widgetContainer.black .widgetUlistB li .title .hour{ color:#888;}

/* widgetOlistA */
.widgetContainer.black .widgetOlistA li,
.widgetContainer.black .widgetOlistA li a{ color:#999;}
.widgetContainer.black .widgetOlistA li sup{ color:#666;}

/* widgetDlistA */
.widgetContainer.black .widgetDlistA dt{ color:#999;}
.widgetContainer.black .widgetDlistA dd,
.widgetContainer.black .widgetDlistA  dd a{ color:#888;}

/* widgetGalleryA */
.widgetContainer.black .widgetGalleryA li .title{ color:#999;}
.widgetContainer.black .widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetGalleryA li .author{ color:#999;}
.widgetContainer.black .widgetGalleryA li .date{ color:#999;}
.widgetContainer.black .widgetGalleryA li .hour{ color:#888;}

/* widgetGalleryB */
.widgetContainer.black .widgetGalleryB li{ border-color:#7f7f7f;}
.widgetContainer.black .widgetGalleryB li .title{ color:#999;}
.widgetContainer.black .widgetGalleryB li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetGalleryB li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetGalleryB li .author{ color:#999;}
.widgetContainer.black .widgetGalleryB li .date{ color:#999;}
.widgetContainer.black .widgetGalleryB li .hour{ color:#888;}

/* widgetZineA */
.widgetContainer.black .widgetZineA li .board{ color:#999; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetZineA li .title{ color:#999;}
.widgetContainer.black .widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetZineA li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetZineA li .author{ color:#999;}
.widgetContainer.black .widgetZineA li .date{ color:#999;}
.widgetContainer.black .widgetZineA li .hour{ color:#888;}
.widgetContainer.black .widgetZineA li .text{ color:#888;}

/* widgetZineB */
.widgetContainer.black .widgetZineB li .board{ color:#999; background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetZineB li{ border-color:#7f7f7f;}
.widgetContainer.black .widgetZineB li .title{ color:#999;}
.widgetContainer.black .widgetZineB li .replyNum a{ color:#ff1a1a;}
.widgetContainer.black .widgetZineB li .trackbackNum a{ color:#66c;}
.widgetContainer.black .widgetZineB li .author{ color:#999;}
.widgetContainer.black .widgetZineB li .date{ color:#999;}
.widgetContainer.black .widgetZineB li .hour{ color:#888;}
.widgetContainer.black .widgetZineB li .text{ color:#888;}

/* widgetLogin */
.widgetContainer.black .widgetLogin label{ color:#999;}
.widgetContainer.black .widgetLogin .help a{ color:#ccc;}
.widgetContainer.black .widgetLogin .help li{ background:url("/xe/layouts/cafeXE/img/black/lineTextDiv.gif") no-repeat left center;}

/* widgetLastLogin */
.widgetContainer.black .widgetLastLogin dt{ color:#999;}
.widgetContainer.black .widgetLastLogin dd{ color:#888;}
.widgetContainer.black .widgetLastLogin a{ color:#333;}
.widgetContainer.black .widgetLastLogin li{ background:url("/xe/layouts/cafeXE/img/black/iconInfoMine.gif") no-repeat left center;}

/* widgetMyInfo */
.widgetContainer.black .widgetMyInfo li a{ color:#999;}
.widgetContainer.black .widgetMyInfo li{ background:url("/xe/layouts/cafeXE/img/black/iconMyInfo.gif") no-repeat left 1px;}

/* widgetTree */
.widgetContainer.black .widgetTree{ color:#999;}
.widgetContainer.black .widgetTree a{ color:#999;}

/* widgetCounter */
.widgetContainer.black .widgetCounter dt{ color:#999;}
.widgetContainer.black .widgetCounter dd{ color:#888;}

/* widgetLanguage */
.widgetContainer.black .widgetLanguage p a{ color:#b3b3b3;}
.widgetContainer.black .widgetLanguage .langList{ background:#fff; border:1px solid #ccc;}
.widgetContainer.black .widgetLanguage .langList a{ color:#333;}

/* Widget Tree */
.widgetContainer.black .widgetTree ul{ background:url("/xe/layouts/cafeXE/img/black/lineTreeVr.gif") repeat-y 0 -1px;}
.widgetContainer.black .widgetTree ul li{ background:url("/xe/layouts/cafeXE/img/black/lineTreeHr.gif") no-repeat 1px 5px !important;}
.widgetContainer.black .widgetTree ul li button{ background:url("/xe/layouts/cafeXE/img/black/buttonTreeCollapse.gif") no-repeat;}
.widgetContainer.black .widgetTree ul li.nav_tree_last{ background:url("/xe/layouts/cafeXE/img/black/lineTreeLastHr.gif") no-repeat 0 5px !important;}


/* widgetTabA */
.widgetContainer.black .widgetTabA{ border-color:#999;}
.widgetContainer.black .widgetTabA li,
.widgetContainer.black .widgetTabA li a{ background-image:url("/xe/layouts/cafeXE/img/black/buttonWidgetTab.gif");}
.widgetContainer.black .widgetTabA li a{ color:#999;}

/* widgetTabB */
.widgetContainer.black .widgetTabB li a{ color:#999;}

/* widgetTabC */
.widgetContainer.black .widgetTabC{ border-color:#7f7f7f;}
.widgetContainer.black .widgetTabC li{ border-color:#7f7f7f; background:#222;}
.widgetContainer.black .widgetTabC li a{ color:#999;}
.widgetContainer.black .widgetTabC li a:hover,
.widgetContainer.black .widgetTabC li a:active,
.widgetContainer.black .widgetTabC li a:focus{ background:#333;}

/* widgetThumb */
.widgetContainer.black .widgetThumb{ color:#999;}
.widgetContainer.black .widgetThumb a{ color:#999;}
.widgetContainer.black .widgetThumb .hour{ color:#888;}

/* widgetTagCloud */
.widgetContainer.black .widgetTagCloud li a{ color:#999;}
.widgetContainer.black .widgetTagCloud li.level1 a{ color:#333;}
.widgetContainer.black .widgetTagCloud li.level2 a{ color:#666;}
.widgetContainer.black .widgetTagCloud li.level3 a{ color:#999;}
.widgetContainer.black .widgetTagCloud li.level4 a{ color:#fff;}

/* widgetCalendar */
.widgetContainer.black .widgetCalendarNavigation button{ color:#999;}
.widgetContainer.black .widgetCalendar caption{ color:#999;}
.widgetContainer.black .widgetCalendar th{ background:#333; color:#fff;}
.widgetContainer.black .widgetCalendar th.sun,
.widgetContainer.black .widgetCalendar td.sun,
.widgetContainer.black .widgetCalendar td em{ color:#ff1a1a;}
.widgetContainer.black .widgetCalendar td,
.widgetContainer.black .widgetCalendar td a{ color:#999;}
.widgetContainer.black .widgetCalendar td.sun a{ color:#ff1a1a;}

/* widgetPoint */
.widgetContainer.black .widgetPoint dt{ color:#999;}

/* widgetMenuA */
.widgetContainer.black .widgetMenuA{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuA li{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuA li a{ color:#999; background-image:url("/xe/layouts/cafeXE/img/black/iconMenuAnormal.gif");}
.widgetContainer.black .widgetMenuA li.active a{ background-image:url("/xe/layouts/cafeXE/img/black/iconMenuAactive.gif");}

/* widgetMenuB */
.widgetContainer.black .widgetMenuB{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuB li{ border-color:#7f7f7f;}
.widgetContainer.black .widgetMenuB li a{ color:#999; background-image:url("/xe/layouts/cafeXE/img/black/iconMenuAnormal.gif");}
.widgetContainer.black .widgetMenuB li.active a{ background-image:url("/xe/layouts/cafeXE/img/black/iconMenuAactive.gif");}
.widgetContainer.black .widgetMenuB li ul{ border-color:#777; background:#000;}
.widgetContainer.black .widgetMenuB li li.first{ background-image:url("/xe/layouts/cafeXE/img/black/arrowMenuB.gif");}

address.period { color:#333; }

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Body */
.cafeXe{ background:#fff;}

/* Heading */
#cafeXeHeader a{ color:#999;}
#cafeXeHeader h1.cafeXeH1 a{ color:#fff;}
#cafeXeBody h2.cafeXeBodyH2{ color:#333; border-color:#666;}
#cafeXeBody h2.cafeXeExtensionH2{ color:#333; border-color:#666;}
#cafeXeKnee h2.cafeXeExtensionH2{ color:#ccc; border-color:#434343;}

/* Layout */
#cafeXeHeader,
#cafeXeKnee,
#cafeXeFooter{ background:#333; color:#666;}

/* Footer */
.cafeXeAddress abbr{ color:#fff;}


/* widgetDlistA */
.widgetDlistA{ margin:0; padding:0; font-size:12px; line-height:1.5; zoom:1;}
.widgetDlistA:after{ content:""; display:block; clear:both;}
.widgetDlistA dt{ float:left; clear:left; margin-right:5px; white-space:nowrap;}
.widgetDlistA dd{ clear:right; white-space:nowrap; font-family:Tahoma;}

.widgetDlistA dt{ color:#333;}
.widgetDlistA dd,
.widgetDlistA  dd a{ color:#888;}

.widgetContainer.black .widgetDlistA dt{ color:#999;}
.widgetContainer.black .widgetDlistA dd,
.widgetContainer.black .widgetDlistA  dd a{ color:#888;}
div.simpleWidgetStyle { position:relative;margin-bottom:20px; overflow:hidden; *zoom:1;}
div.simpleWidgetStyle h2 { margin:0 0 10px 0; padding:0 0 5px 0; font:bold 16px "Malgun Gothic", AppleGothic, Dotum, Sans-serif; border-bottom:2px solid #434343;}
div.simpleWidgetStyle a.widgetMoreLink { position:absolute; top:8px; right:0; font:11px Dotum; text-decoration:none;  color:#888;}
div.simpleWidgetStyle.black h2 { color:#333; }
div.simpleWidgetStyle.black h2 { color:#999; }


/* widgetLogin */
.widgetLogin{ font-size:12px;}
.widgetLogin fieldset{ border:0; margin:0; padding:0;}
.widgetLogin dl{ margin:0;}
.widgetLogin dt{ display:none;}
.widgetLogin dd{ margin:0 0 5px 0;}
.widgetLogin dd .widgetXeInputText{ width:90%; height:16px;}
.widgetLogin p{ margin:5px 0;}
.widgetLogin p .widgetXeInputCheck{ margin-right:5px;}
.widgetLogin .help{ position:relative; width:100%; overflow:hidden; margin:10px 0 0 0; padding:0;}
.widgetLogin .help li{ position:relative; left:-5px; padding-left:5px; list-style:none; display:inline; letter-spacing:-1px;}

/* widgetLastLogin */
.widgetLastLogin{ margin:10px 0; font-size:12px;}
.widgetLastLogin dt,
.widgetLastLogin dd{ display:inline; margin:0;}
.widgetLastLogin dd{ font-size:11px; font-family:Tahoma;}

/* widgetMyInfo */
.widgetMyInfo{ margin:0; padding:0; font-size:12px;}
.widgetMyInfo:after{ content:""; display:block; clear:both; *zoom:1;}
.widgetMyInfo li{ margin-bottom:5px; padding:0; text-indent:12px; list-style:none;}

/* widgetLogin */
.widgetLogin label{ color:#333;}
.widgetLogin .help a{ color:#333;}
.widgetLogin .help li{ background:url("/xe/widgets/login_info/skins/default/img/white/lineTextDiv.gif") no-repeat left center;}

/* widgetLastLogin */
.widgetLastLogin dt{ color:#333;}
.widgetLastLogin dd{ color:#888;}
.widgetLastLogin a{ color:#333;}
.widgetLastLogin li{ background:url("/xe/widgets/login_info/skins/default/img/white/iconInfoMine.gif") no-repeat left center;}

/* widgetMyInfo */
.widgetMyInfo li a{ color:#666;}
.widgetMyInfo li{ background:url("/xe/widgets/login_info/skins/default/img/white/iconMyInfo.gif") no-repeat left 1px;}

/* widgetLogin */
.widgetContainer.black .widgetLogin label{ color:#999;}
.widgetContainer.black .widgetLogin .help a{ color:#ccc;}
.widgetContainer.black .widgetLogin .help li{ background:url("/xe/widgets/login_info/skins/default/img/black/lineTextDiv.gif") no-repeat left center;}

/* widgetLastLogin */
.widgetContainer.black .widgetLastLogin dt{ color:#999;}
.widgetContainer.black .widgetLastLogin dd{ color:#888;}
.widgetContainer.black .widgetLastLogin a{ color:#333;}
.widgetContainer.black .widgetLastLogin li{ background:url("/xe/widgets/login_info/skins/default/img/black/iconInfoMine.gif") no-repeat left center;}

/* widgetMyInfo */
.widgetContainer.black .widgetMyInfo li a{ color:#999;}
.widgetContainer.black .widgetMyInfo li{ background:url("/xe/widgets/login_info/skins/default/img/black/iconMyInfo.gif") no-repeat left 1px;}


/* Widget Tree */
.widgetTree { margin-top:10px;}
.widgetTree *{ margin:0; padding:0; font-size:12px;}
.widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1;}
.widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetTree ul li .nav_tree_label,
.widgetTree ul li .sum{ position:relative; left:16px; _left /**/:0; top:0; font-style:normal;}
.widgetTree ul li a {text-decoration:none; }
.widgetTree ul li a.selected {font-weight:bold;}
.widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
.widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
.widgetTree ul li ul li{ display:none;}
.widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
.widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetTree ul li.nav_tree_on ul{ display:block;}
.widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetTree .icon{ position:relative; left:16px;}

/* widgetTree */
.widgetTree{ color:#333;}
.widgetTree a{ color:#333;}

/* Widget Tree */
.widgetTree ul{ background:url("/xe/widgets/navigator_new/skins/tree/img/white/lineTreeVr.gif") repeat-y 0 -1px;}
.widgetTree ul li{ background:url("/xe/widgets/navigator_new/skins/tree/img/white/lineTreeHr.gif") no-repeat 1px 5px !important;}
.widgetTree ul li button{ background:url("/xe/widgets/navigator_new/skins/tree/img/white/buttonTreeCollapse.gif") no-repeat;}
.widgetTree ul li.nav_tree_last{ background:url("/xe/widgets/navigator_new/skins/tree/img/white/lineTreeLastHr.gif") no-repeat 0 5px !important;}

/* Widget Tree */
.widgetContainer.black .widgetTree { margin-top:10px;}
.widgetContainer.black .widgetTree *{ margin:0; padding:0; font-size:12px;}
.widgetContainer.black .widgetTree a strong{ letter-spacing:-1px; cursor:pointer; _cursor /**/:hand;}
.widgetContainer.black .widgetTree ul{ position:relative; display:block; padding:3px 0 0 0 !important; zoom:1;}
.widgetContainer.black .widgetTree ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetContainer.black .widgetTree ul li .nav_tree_label,
.widgetContainer.black .widgetTree ul li .sum{ position:relative; left:16px; _left /**/:0; top:0; font-style:normal;}
.widgetContainer.black .widgetTree ul li a {text-decoration:none; }
.widgetContainer.black .widgetTree ul li a.selected {font-weight:bold;}
.widgetContainer.black .widgetTree ul li button{ display:inline-block; position:relative; _left /**/:-16px; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -2px -2px; text-indent:-10000px; *text-indent:0; *font:0/0 Sans-serif; border:none; cursor:pointer; _cursor /**/:hand;}
.widgetContainer.black .widgetTree ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background-position:left top;}
.widgetContainer.black .widgetTree ul li ul li{ display:none;}
.widgetContainer.black .widgetTree ul li.nav_tree_on button{ background-position:0 -13px; *background-position:2px -11px;}
.widgetContainer.black .widgetTree ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetContainer.black .widgetTree ul li.nav_tree_on ul{ display:block;}
.widgetContainer.black .widgetTree ul li.nav_tree_on ul li{ display:block;}
.widgetContainer.black .widgetTree ul li.nav_tree_off ul{ display:none;}
.widgetContainer.black .widgetTree ul li.nav_tree_off ul li{ display:none;}
.widgetContainer.black .widgetTree .icon{ position:relative; left:16px;}

/* widgetTree */
.widgetContainer.black .widgetTree{ color:#999;}
.widgetContainer.black .widgetTree a { color:#999;}

/* Widget Tree */
.widgetContainer.black .widgetTree ul{ background:url("/xe/widgets/navigator_new/skins/tree/img/black/lineTreeVr.gif") repeat-y 0 -1px;}
.widgetContainer.black .widgetTree ul li{ background:url("/xe/widgets/navigator_new/skins/tree/img/black/lineTreeHr.gif") no-repeat 1px 5px !important;}
.widgetContainer.black .widgetTree ul li button{ background:url("/xe/widgets/navigator_new/skins/tree/img/black/buttonTreeCollapse.gif") no-repeat;}
.widgetContainer.black .widgetTree ul li.nav_tree_last{ background:url("/xe/widgets/navigator_new/skins/tree/img/black/lineTreeLastHr.gif") no-repeat 0 5px !important;}


/* widgetCounter */
.widgetCounter{ font-size:12px; margin:0;}
.widgetCounter dt,
.widgetCounter dd{ height:18px;}
.widgetCounter dt{ float:left; clear:left;}
.widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetCounter dt{ color:#333;}
.widgetCounter dd{ color:#888;}

.widgetContainer.black .widgetCounter{ font-size:12px; margin:0;}
.widgetContainer.black .widgetCounter dt,
.widgetContainer.black .widgetCounter dd{ height:18px;}
.widgetContainer.black .widgetCounter dt{ float:left; clear:left;}
.widgetContainer.black .widgetCounter dd{ font-size:11px; font-family:Tahoma;}
.widgetContainer.black .widgetCounter dt{ color:#999;}
.widgetContainer.black .widgetCounter dd{ color:#888;}


/* widgetUlistA */
.widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetUlistA li{ list-style:none;}
.widgetUlistA li a{ color:#666; text-decoration:none;}

.widgetContainer.black .widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetContainer.black .widgetUlistA li{ list-style:none;}
.widgetContainer.black .widgetUlistA li a{ color:#999; text-decoration:none;}

.widgetContainer a{ text-decoration:none;}
.widgetContainer a:hover,
.widgetContainer a:active,
.widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer img{ border:0;}
.widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer form{ margin:0; padding:0;}
.widgetContainer fieldset{ border:0; margin:0; padding:0;}
.widgetOlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetOlistA li{ margin-left:25px;}
.widgetOlistA li,
.widgetOlistA li a{ color:#666;}
.widgetOlistA li sup{ color:#AAA; font-size:10px; font-family:tahoma;}

address.period { font-style:normal; font-size:10px; font-family:tahoma; text-align:right;}
address.period { color:#AAA; }

.widgetContainer.black .widgetContainer a{ text-decoration:none;}
.widgetContainer.black .widgetContainer a:hover,
.widgetContainer.black .widgetContainer a:active,
.widgetContainer.black .widgetContainer a:focus{ text-decoration:underline;}
.widgetContainer.black .widgetContainer img{ border:0;}
.widgetContainer.black .widgetContainer sup{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px;}
.widgetContainer.black .widgetContainer form{ margin:0; padding:0;}
.widgetContainer.black .widgetContainer fieldset{ border:0; margin:0; padding:0;}
.widgetContainer.black .widgetOlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetContainer.black .widgetOlistA li{ margin-left:25px;}
.widgetContainer.black .widgetOlistA li,
.widgetContainer.black .widgetOlistA li a{ color:#999;}
.widgetContainer.black .widgetOlistA li sup{ color:#666; font-size:10px; font-family:tahoma;}

.widgetContainer.black address.period { font-style:normal; font-size:10px; font-family:tahoma; text-align:right;}
.widgetContainer.black address.period { color:#666; }


/* widgetUlistA */
.widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetUlistA li{ list-style:none;}
.widgetUlistA li a { text-decoration:none; }
.widgetUlistA li a{ color:#666;}

.widgetContainer.black .widgetUlistA { margin:0; padding:0; font-size:12px; line-height:1.5;}
.widgetContainer.black .widgetUlistA li{ list-style:none;}
.widgetContainer.black .widgetUlistA li a { text-decoration:none; }
.widgetContainer.black .widgetUlistA li a{ color:#999;}


/* widgetLanguage */
.widgetLanguage p{ float:right; margin:0;}
.widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
.widgetLanguage .langList  li{ list-style:none;}
.widgetLanguage .langList  li a{ font-size:12px; display:block; padding:2px 5px;}
.widgetLanguage p a{ color:#b3b3b3;}
.widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
.widgetLanguage .langList  a{ color:#333;}

.widgetContainer.black .widgetLanguage p{ float:right; margin:0;}
.widgetContainer.black .widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
.widgetContainer.black .widgetLanguage .langList  li{ list-style:none;}
.widgetContainer.black .widgetLanguage .langList  li a{ font-size:12px; display:block; padding:2px 5px;}
.widgetContainer.black .widgetLanguage p a{ color:#b3b3b3;}
.widgetContainer.black .widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
.widgetContainer.black .widgetLanguage .langList  a{ color:#333;}
