@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("/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("/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("/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("/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("/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("/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("/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("/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("/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;}


/* Layout */
html,
body{ height:100%;}

#liveXE{ font-size:12px; font-family:Tahoma;}
#liveXE a{ text-decoration:none;}
#liveXE a:hover,
#liveXE a:active,
#liveXE a:focus{ text-decoration:underline;}
#liveXE fieldset{ border:0; margin:0; padding:0;}
#liveXE .invisible{ position:absolute; width:1px; height:1px; overflow:hidden; left:-2000%; visibility:hidden; font-size:0; line-height:0;}

/* Live Header */
#liveHeader{ position:relative; margin:0 0 30px 0;}
#liveHeader .liveTitle{ font-size:1em; letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid #ddd; *zoom:1; background-repeat:no-repeat; background-position:left center; background:url("/modules/livexe/skins/xe_default/img/iconRss.gif") no-repeat left center;}
#liveHeader .liveTitle:after{ content:""; display:block; clear:both;}
#liveHeader .liveTitleText{ float:left; clear:both; padding:5px 15px 5px 25px; margin:0 0 -3px 0; border-bottom:3px solid #666; background:url("/modules/livexe/skins/xe_default/img/lineTextDiv.gif") no-repeat right bottom;}
#liveHeader .liveTitleText a{ text-decoration:none; color:#000;}
#liveHeader .liveTitleText em{ font-style:normal; font-weight:normal; color:#666;}
#liveHeader .liveDescription{ padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative; background:#f8f8f8; }

/* Live Search */
.liveSearch{ font-size:12px;}
.liveSearch .inputText{ font-size:12px; border:1px solid #bbb; border-right-color:#ddd; border-bottom-color:#ddd; padding:3px 4px; height:15px; vertical-align:middle; width:160px;}
.liveSearch .inputText:focus{ background:#FFC;}
.liveSearch select{ font-size:12px; height:23px; vertical-align:middle;}
.liveSearch label{ font-family:Tahoma; font-size:20px; font-weight:bold; vertical-align:middle; color:#999; margin:0 10px 0 0;}

#liveHeader .liveSearch{ position:absolute; top:5px; right:0;}
#liveBody .liveSearch{ text-align:center; padding:15px 0; background:#f4f4f4; margin:0 0 30px 0; -moz-border-radius:5px;}

/* Live Pop */
.livePop{ height:140px; min-height:140px; margin:0 0 20px 0;}
.liveTab{ position:relative; margin:0; padding:0; *zoom:1; border-bottom:1px solid #ddd; list-style:none;}
.liveTab:after{ content:""; display:block; clear:both;} 
.liveTab li.tag{ float:left; margin-right:1px; list-style:none; background-repeat:no-repeat; background-position:0 0;}
.liveTab li.active{ background-position:0 -30px; border-bottom:1px solid #fff; margin-bottom:-1px;} 
.liveTab li.tag a.anchor{ position:relative; left:2px; float:left; height:20px; padding:8px 15px 0 15px; text-decoration:none !important; font-size:12px; background-repeat:no-repeat; background-position:right 0; color:#666; }
.liveTab li.active a.anchor{ background-position:right -30px; border-bottom:1px solid #fff; margin:0 0 -1px 0; font-weight:bold; letter-spacing:-1px;}
.liveTab li.tag,
.liveTab li.tag a.anchor{ background-image:url("/modules/livexe/skins/xe_default/img/buttonWidgetTab.gif");}
.liveTab .liveList{ display:none; margin:0; padding:0; list-style:none; position:absolute; top:40px; left:0; width:100%;}
.liveTab .active .liveList{ display:block;}
.liveTab .liveList li.item{ padding:0 100px 0 8px; margin:0 0 3px 0; position:relative; background:url("/modules/livexe/skins/xe_default/img/iconSquare.gif") no-repeat left 6px; clear:both; }
.liveTab .liveList li.item a{ color:#666;}
.liveTab .liveList li.item .author{ position:absolute; top:0; right:80px; text-align:right; color:#666;}
.liveTab .liveList li.item .date,
.liveTab .liveList li.item .hour{ position:absolute; top:1px; font-family:Tahoma; font-size:11px; color:#767676; text-align:right;}
.liveTab .liveList li.item .date{ right:40px;}
.liveTab .liveList li.item .hour{ right:0;}
.liveTab .liveList li.more{ position:absolute; top:-30px; right:0; font-family:Tahoma; font-size:11px;}
.liveTab .liveList li.more a{ color:#767676;}
#tagMore{ overflow:hidden; line-height:1.5; text-align:justify; clear:both; }
#tagMore li{ margin:0; display:block; white-space:nowrap; float:left; height:30px; *zoom:1; overflow:hidden; vertical-align:middle;  }
#tagMore li a{ padding:0 10px; vertical-align:middle; }
#tagMore li.level4 a{ font-size:12px; color:#767676; }
#tagMore li.level3 a{ font-size:12px; color:#767676; font-weight:bold; }
#tagMore li.level2 a{ font-size:14px; color:#767676; font-weight:bold; }
#tagMore li.level1 a{ font-size:18px; color:#666; font-weight:bold;}

/* Live Article */
.liveArticleHeader{ *zoom:1; margin:0 0 5px 0;}
.liveArticleHeader:after{ content:""; display:block; clear:both;}
.liveArticleHeader .sumArticles{ float:left; font-size:11px; color:#767676; margin:0; padding:0; }
.liveArticleHeader .sumArticles dt{ display:inline;}
.liveArticleHeader .sumArticles dd{ display:inline; margin:0 5px 0 0;}
.liveArticleHeader .sumFeeds{ position:relative; left:1px; float:right; list-style:none; margin:0; padding:0; font-size:11px; overflow:hidden;}
.liveArticleHeader .sumFeeds li{ position:relative; left:-1px; display:inline; margin:0 5px 0 0; padding:0 0 0 10px; background:url("/modules/livexe/skins/xe_default/img/lineTextDiv.gif") no-repeat left center;}
.liveArticleHeader .sumFeeds li a{ color:#767676;}
.liveArticleHeader .sumFeeds li.addFeed{ margin:0; padding:0; background:none; vertical-align:middle;}
.liveArticle{ position:relative; margin:0; padding:0; font-size:12px; *zoom:1; border-top:1px solid #ddd;}
.liveArticle:after{ content:""; display:block; clear:both;}
.liveArticle li{ list-style:none; clear:both; padding:15px 0; *zoom:1; border-bottom:1px dotted #ddd;}
.liveArticle li:after{ content:""; display:block; clear:both;}
.liveArticle li p{ margin:0; padding:0;}
.liveArticle li h3.title{ margin:0 0 5px 0; font-size:16px; font-weight:bold;}
.liveArticle li h3.title a{ color:#333;}
.liveArticle li h3.title .thumb{ float:left; padding:2px; border:1px solid #ddd; margin:0 15px 0 0;}
.liveArticle li p.text{ margin:0 0 5px 0; line-height:1.5; color:#666;}
.liveArticle li ul.tag{ float:left; margin:0; padding:0 0 0 30px; background:url("/modules/livexe/skins/xe_default/img/iconTag.gif") no-repeat left center; border:0; list-style:none; font-size:11px; }
.liveArticle li ul.tag li{ display:inline; clear:none; margin:0; padding:0; border:0; }
.liveArticle li ul.tag li:after{ display:none; clear:none;}
.liveArticle li ul.tag li a{ color:#888; text-decoration:none;}
.liveArticle li ul.tag li a:hover{ color:#444; text-decoration:underline;}
.liveArticle li cite{ float:right; text-align:right; font-style:normal; color:#767676;}
.liveArticle li cite .date{ font-size:10px;}
.liveArticle li cite .citeTitle{ font-weight:bold; font-size:11px;}
.liveArticle li cite a { color:#767676; }
.liveArticle li cite img { vertical-align:middle; }

/* Feed List */
.feedContainer .feedsHeader{ *zoom:1; margin:0 0 5px 0;}
.feedContainer .feedsHeader:after{ content:""; display:block; clear:both;}
.feedContainer .feedsHeader h2{ float:left; font-size:12px; margin:0; padding:0; color:#333; }
.feedContainer .feedsHeader .sumFeeds{ position:relative; left:1px; float:right; list-style:none; margin:0; padding:0; font-size:11px; overflow:hidden;}
.feedContainer .feedsHeader .sumFeeds li{ position:relative; left:-1px; display:inline; margin:0 5px 0 0; padding:0 0 0 10px; background:url("/modules/livexe/skins/xe_default/img/lineTextDiv.gif") no-repeat left center;}
.feedContainer .feedsHeader .sumFeeds li a{ color:#767676;}
.feedContainer .feedsHeader .sumFeeds li.addFeed{ margin:0; padding:0; background:none; vertical-align:middle;}
.feedContainer .feedList{ list-style:none; margin:0; padding:0; border-top:1px solid #ddd;}
.feedContainer .feedList li{ position:relative; border-bottom:1px dotted #ddd; padding:7px 0; text-indent:5px; color:#767676; font-size:11px;}
.feedContainer .feedList li img { vertical-align:middle; }
.feedContainer .feedList li a.url{ color:#767676; font-size:12px; padding:0 0 0 16px; background:url("/modules/livexe/skins/xe_default/img/iconRssSmall.gif") no-repeat left center;}
.feedContainer .feedList li a.author { position:absolute; top:8px; right:5px; color:#767676; font-size:12px;}
.feedContainer .feedList li .reject{ position:absolute; top:8px; right:5px; width:18px; height:18px; overflow:visible; padding:0; border:0; background:url("/modules/livexe/skins/xe_default/img/buttonDelete.gif") no-repeat center; cursor:pointer;}
.feedContainer .feedList li .reject span{ position:absolute; width:1px; height:1px; overflow:hidden; left:-2000%; visibility:hidden; font-size:0; line-height:0;}
.feedContainer.myFeeds p { text-align:center; margin:20px 0; color:#767676;}

/* Pagination */
.pagination{ position:relative; padding:15px 0; margin:0; text-align:center;}
.pagination *{ margin:0; padding:0;}
.pagination img{ border:0;}
.pagination a,
.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#333; font-family:Tahoma, Sans-serif; vertical-align:middle; margin:0 -4px; padding:1px 10px 1px 8px; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:12px; background:#fff;}
.pagination a:hover,
.pagination a:active,
.pagination a:focus{ background-color:#f4f4f4 !important; }
.pagination strong{ color:#ff6600 !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; background-color:transparent !important; }
.pagination a.prev{ padding-left:10px; background:#fff url("/modules/livexe/skins/xe_default/img/arrowPrevA1.gif") no-repeat left center; }
.pagination a.prevEnd{ padding-left:15px; background:#fff url("/modules/livexe/skins/xe_default/img/arrowPrevEndA1.gif") no-repeat left center; }
.pagination a.next{ padding-right:10px; background:#fff url("/modules/livexe/skins/xe_default/img/arrowNextA1.gif") no-repeat right center; }
.pagination a.nextEnd{ padding-right:15px; background:#fff url("/modules/livexe/skins/xe_default/img/arrowNextEndA1.gif") no-repeat right center; }
.pagination a.opml{ position:absolute; font-weight:normal; font-size:11px; top:15px; left:5px; padding:0 0 0 16px; margin:0; border:0; text-decoration:none; color:#767676; background:transparent url("/modules/livexe/skins/xe_default/img/iconOpmlSmall.gif") no-repeat 0 center !important;}

/* Button Reset */
.liveButton,
.liveButton a,
.liveButton button,
.liveButton input{ position:relative; margin:0; display:inline-block; *display:inline; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url("/modules/livexe/skins/xe_default/img/buttonWhite.gif") no-repeat; vertical-align:middle; overflow:visible; color:#333; cursor:pointer; *zoom:1;}
.liveButton{ height:23px; padding:0; margin-right:2px; background-position:left top;}
.liveButton a,
.liveButton button,
.liveButton input{ left:2px; *vertical-align:top;}

/* Button Size */
.liveButton.large{ height:29px; background-position:left -30px; }
.liveButton.xLarge{ height:35px; background-position:left -65px; }
.liveButton.small{ height:18px; background-position:left -107px; }
.liveButton a,
.liveButton button,
.liveButton input{ height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.liveButton.large a,
.liveButton.large button,
.liveButton.large input{ height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.liveButton.xLarge a,
.liveButton.xLarge button,
.liveButton.xLarge input{ height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.liveButton.small a,
.liveButton.small button,
.liveButton.small input{ height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}

/* Button Text Color */
.liveButton *:hover,
.liveButton *:active,
.liveButton *:focus{ color:#690;}

/* Button Text Strong */
.liveButton.strong *{ font-weight:bold !important;}

/* Add Feed */
#addFeed{ display:none; position:fixed; *position:absolute; left:0; top:0; width:100%; height:100%; z-index:100; *zoom:1;}
#addFeed .bg{ *display:none; position:absolute; left:0; top:0; background:#000; width:100%; height:100%; opacity:.5; filter:alpha(opacity=50);}
#addFeed fieldset{ position:relative; top:100px; border:0; margin:0 auto; padding:0; width:500px; border:2px solid #eee; *border-color:#999; background:#fff; *zoom:1;}
#addFeed fieldset legend{ position:absolute; width:1px; height:1px; overflow:hidden; left:-2000%; visibility:hidden; font-size:0; line-height:0;}
#addFeed form{ margin:20px 30px; *zoom:1;}
#addFeed p{ color:#767676; margin:0 0 20px 0; line-height:1.5;}
#addFeed p.denied{ margin:10px 20px;}
#addFeed dl{ margin:0; padding:0;}
#addFeed dt{ font-weight:bold; margin:0 0 2px 0;}
#addFeed dd{ margin:0 0 7px 0;}
#addFeed .inputText{font-size:12px; border:1px solid #bbb; border-right-color:#ddd; border-bottom-color:#ddd; padding:3px 4px; height:15px; vertical-align:middle; width:430px;}
#addFeed .inputText:focus{ background:#FFC;}
#addFeed .close{ position:absolute; top:10px; right:10px; padding:0; overflow:hidden; width:20px; height:20px; border:0; background:url("/modules/livexe/skins/xe_default/img/buttonDelete.gif") no-repeat center; cursor:pointer;}
#addFeed .close span{ position:absolute; width:1px; height:1px; overflow:hidden; left:-2000%; visibility:hidden; font-size:0; line-height:0;}

/* NIGUS.COM */

body { margin:0; padding:0 }
#container { float:left; margin:0; padding:10px 30px 10px 0 }

#extension { width:240px; float:left; margin:0; padding:5px 0 0 0; text-align:center }
#extension .logo { margin:0; padding:0 }

#extension .menu { margin:10px 0; padding:0; text-align:left; font-size:14px; font-family:arial; font-weight:bold; list-style:none }
#extension .menu li { margin:0; padding:0 }
#extension .menu a { display:block; height:32px; margin:0 20px 0 0; padding:8px 0 0 40px; text-decoration:none }
#extension .menu a:hover,
#extension .menu .this { color:#fff }

#extension .submenu { margin:-4px 40px 15px 40px; padding:0; text-align:left; font-size:12px; font-family:arial; font-weight:normal; list-style:none }
#extension .submenu li { margin:0; padding:0 }
#extension .submenu a { display:block; height:16px; margin:0 0 3px 0; padding:3px 3px 3px 20px; border-bottom:1px #b2b2b2 solid; color:#4a4a4a !important; text-decoration:none }
#extension .submenu a:hover { text-shadow:none !important }
#extension .submenu .this { background-color:#ededed !important; text-shadow:none !important }

#content { float:right; margin:0; padding:0; text-align:justify }

#bottom { float:left; clear:both }
#logo { width:240px; float:left; margin:0; padding:10px 0; text-align:center }
#bottom_menu { height:15px; margin:-3px 0 8px 0; padding:0 }
#bottom_menu a { display:block; float:right; margin:0; padding:2px 5px; border-left:1px #dbdbdb solid; color:#666; background:#eaeaea; text-decoration:none }
#bottom_menu a:hover { border-left:1px #333 solid; color:#000; background:#ddd }
#copyright { float:right; margin:0 30px 0 0; padding:10px 0; border-top:1px #c7c7c7 solid; text-align:right; font-size:12px; font-family:tahoma, geneva; color:#666; line-height:145% }

#accordion_box { width:180px; margin:10px auto; padding:0; border:1px #dbdbdb solid; border-top:none }
#accordion_box .header { display:block; height:20px; margin:0; padding:8px 0 0 8px; text-align:left; background:url("/layouts/Me2Day_XE/image/box_title.png") repeat-x }
#accordion_box .content { margin:0; padding:8px; text-align:justify; line-height:130% }
#accordion_box a { display:block; margin:7px 0 0 0; padding:0 12px 0 0; vertical-align:bottom; text-align:right; color:#1171af; font-weight:bold; text-decoration:none; background:url("/layouts/Me2Day_XE/image/more.png") right top no-repeat }

#search,
#login { width:180px; margin:10px auto 0; padding:0; border:1px #dbdbdb solid; text-align:left; background:#fafafa }
#login a { color:#000; text-decoration:none }
#login label { *font-size:10px }
#login .login_text { width: 73px; margin:3px; padding:3px; border:1px #dbdbdb solid; vertical-align:middle }
#login .login_button {width: 81px; margin:3px; padding:3px; border:1px #dbdbdb solid; background:#eaeaea; vertical-align:middle }
#login .signup { display:block; padding:4px 0; text-align:center; font-size:11px; *font-size:10px }
#login .user_info { display:block; margin:3px; padding:3px; text-align:center }
#login .logout { display:block; margin:3px; padding:3px; border:1px #dbdbdb solid; text-align:center; background:#eaeaea }

#search .is_text { width: 99px; height:14px; margin:3px; padding:2px; border:1px #dbdbdb solid; vertical-align:top }
#search .is_button { width: 60px; height:20px; margin:3px 3px 3px 0; padding:1px; border:1px #dbdbdb solid; background:#eaeaea; *vertical-align:middle }

#select_language { width:176px; margin:10px auto 0; padding:3px 2px 2px 2px; border:1px #dbdbdb solid; line-height:200%; background:#fafafa }

/* NIGUS.COM */

#extension .menu a { color:#488442 }
#extension .menu a:hover,
#extension .menu .this { text-shadow:#488442 2px 2px; background:url("/layouts/Me2Day_XE/image/menu_bg_green.png") no-repeat }

#extension .submenu a { background:url("/layouts/Me2Day_XE/image/submenu_bg_green.png") no-repeat }
#extension .submenu a:hover,
#extension .submenu .this { background:url("/layouts/Me2Day_XE/image/submenu_bg_green_this.png") no-repeat }

/* NIGUS.COM */

body { background:url("/layouts/Me2Day_XE/image/body_bg_1000.png") repeat-y }
#container { width:970px; }
#bottom { width:1000px }
#content,
#copyright { width:720px }


/* widgetCounter */
#counter {
padding:20px 30px 20px 30px;
background:#f3f3f3;
border:1px solid #d7d7d5;
overflow:hidden;
}
#counter ul {
margin:0px;
padding:0px;
list-style:none;
overflow:hidden;
}
#counter ul li {
height:18px;
font-size:12px;
color:#5f5f5f;
font-family:"굴림", "돋움", Seoul, "한강체";
overflow:hidden;
}
#counter ul li .c {
float:left;
font-size:12px;
color:#5f5f5f;
font-family:"굴림", "돋움", Seoul, "한강체";
overflow:hidden;
}
#counter ul li .a {
font-weight:bold;
color:#5ea717;
float:left;
font-size:11px;
font-family:"굴림", "돋움", Seoul, "한강체";
overflow:hidden;
}
#counter ul li .b {
color:#5f5f5f;
float:left;
font-size:11px;
font-family:"굴림", "돋움", Seoul, "한강체";
overflow:hidden;
}
#snsLink a:link {color:#555555; text-decoration:none;}
#snsLink a:hover {color:#1171AF; text-decoration:underline;}
#snsLink a:active {color:#555555; text-decoration:none;}
#snsLink a:visited {color:#555555; text-decoration:none;}

#snsLink {
    width: 180px;
    text-align: right;
    margin:20px 0 0 30px;">
}
.snsLinkClass {
    padding: 6px 0 5px 10px;
    text-align: left;
    background: #EFEFEF;
    border-bottom: 1px dashed #CCCCCC;
}
.snsLinkTop {
    border-top: 1px dashed #CCCCCC;
}

