@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;}


/* RESET */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size:1em;}
.blank { clear:both; display:block; margin:0; padding:0; height:0; line-height:1px; font-size:1px; width:0; overflow:hidden;}
fieldset,img { border: none; }
caption,th { text-align: left; }

body { color:#636363; font-family: Verdana, Arial, "굴림"; background:url("/xe/layouts/elkha_graystyle/img/bg.gif") fixed;}
a { color:#444; text-decoration:none;}
a:hover { color:#555; text-decoration:underline; }
p { margin:0; padding:0;}

#outerWrapper_shadow { width:980px; margin:20px auto 30px; }
#outerWrapper_top { background:url("/xe/layouts/elkha_graystyle/img/shadow_top.jpg") repeat-x center top; display:block; overflow:hidden; height:5px; margin:0 5px;}
#outerWrapper_left { background:url("/xe/layouts/elkha_graystyle/img/shadow_left.jpg") repeat-y left center;}
#outerWrapper_right { background:url("/xe/layouts/elkha_graystyle/img/shadow_right.jpg") repeat-y right center;}
#outerWrapper_bottom { background:url("/xe/layouts/elkha_graystyle/img/shadow_bottom.jpg") repeat-x center top; display:block; height:5px; overflow:hidden; margin:0 5px;}

#outerWrapper { margin:0 5px; position:relative; width:970px; overflow:hidden;}
#header { background:#fff ; position:relative; width:100%; z-index:96;}
#header h1 { clear:both; margin:5px; padding:0; display:block; width:500px; height:80px;}
#header h1 a { display:block; width:100%; height:100%; background:url("/xe/layouts/elkha_graystyle/img/logo.gif") no-repeat;}
#header h1.red a { background:url("/xe/layouts/elkha_graystyle/img/logo_red.gif") no-repeat;}
#header h1.orange a { background:url("/xe/layouts/elkha_graystyle/img/logo_orange.gif") no-repeat;}
#header h1.green a { background:url("/xe/layouts/elkha_graystyle/img/logo_green.gif") no-repeat;}
#header h1 a span { width:0; height:0; overflow:hidden; display:block;}

#header .header_search { position:absolute; top:48px; right:30px;}
#header .header_search input.inputText { border:1px solid #ddd; background:#fff; width:120px; padding:3px; font:11px Verdana;}
#header .header_search input.inputText:focus { border:1px solid #bbb; background:#fffff9;}
#header .header_search input.submit { width:18px; height:18px; background:url("/xe/layouts/elkha_graystyle/img/search.gif") no-repeat; border:none; cursor:pointer;}
#header .select_language { position:absolute; top:7px; right:30px; width:185px; font:11px Arial, "돋움";}
#header .select_language .language_title { margin:2px 7px; float:left; display:inline; }
#header .select_language .language_line { width:82px; float:right; border:1px solid #ccc; display:inline; background:#fff; }
#header .select_language .language_line .select_language_button { background:url("/xe/layouts/elkha_graystyle/img/language_arrow.gif") no-repeat right top; }
#header .select_language .language_line .select_language_button button { text-indent:2px; cursor:pointer; background:none; width:80px; font:11px Arial, "돋움" !important; border:0 solid #eee; height:17px; overflow:hidden; vertical-align:middle; text-align:left; position:relative; margin:0; padding:0; display:inline-block; color:#555; white-space:nowrap;}
#header .select_language .language_line ul { display:none; margin:0; padding:0; list-style:none; background:#fff; border-top:1px solid #eee; overflow:hidden; }
#header .select_language .language_line li { margin:0; padding:0 0 0 3px; font:11px Arial, "돋움"; color:#555; }
#header .select_language .language_line li em { font-style:normal; }
#header .select_language .language_line li button { font:11px Arial, "돋움"; cursor:pointer; white-space:nowrap; background:none; border:0; width:100%; margin:0; padding:0; text-align:left;}
#header .select_language .language_line li:hover { background:#eee;}

#header_login { position:relative; padding:8px 7px 0; height:24px; width:100%; background:url("/xe/layouts/elkha_graystyle/img/header_login.gif") repeat; border-bottom:1px dashed #ddd; display:block;}
#header_login span { display:inline-block; padding:1px; font:11px Arial; color:#777; }
#header_login span a { float:left; padding:1px 4px; color:#777; text-decoration:none; }
#header_login span a:hover { text-decoration:underline;}
#header_login span.header_title { float:left; }
#header_login span.header_title a { font-weight:bold; padding-right:10px; background:url("/xe/layouts/elkha_graystyle/img/form_bg.gif") no-repeat right center; }
#header_login form { float:left; margin:0 6px; display:inline-block; padding:0 10px 0 0; background:url("/xe/layouts/elkha_graystyle/img/form_bg.gif") no-repeat right center;}
#header_login form.typeB { display:none;}
#header_login form fieldset { float:left; margin:0; padding:0;}
#header_login form fieldset legend { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset dl { float:left; margin:0; padding:0;}
#header_login form fieldset dl dt { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset dl dd { float:left; margin:0; padding:0;}
#header_login form fieldset dl dd input { margin:0; padding:0;}
#header_login form fieldset dl dd input.inputText { width:70px; font:11px Arial; color:#777; background:#fafafa; border:1px solid #ddd; margin:0 5px 0; padding:1px;}
#header_login form fieldset dl dd input.inputText:focus { border:1px solid #bbb; background:#fffffc;}
#header_login form fieldset span.keep { width:15px; margin:0 5px; padding:0; display:inline-block;}
#header_login form fieldset span.keep input.inputCheck { top:10px; margin:0; padding:0; position:absolute;}
#header_login form fieldset span.keep label { position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}
#header_login form fieldset span.loginButton { padding:1px;}
#header_login form fieldset span.loginButton input { vertical-align:middle; background:none; border:0; white-space:nowrap; padding:0; margin:0; font:11px Arial; color:#777; overflow:visible; }
#header_login form fieldset span.loginButton input:hover { text-decoration:underline; }

#menuWrapper { background:#bbdddd; padding:0 20px; border-top:1px solid #efefef; }
#menuWrapper ol,
#menuWrapper ul,
#menuWrapper li { margin:0; list-style:none; padding:0;}
#header #menuWrapper ul { }
#header #menuWrapper ul a { text-decoration:none; display:block; font:12px ; }
#header #menuWrapper ul li.menu_list { float:left; position:relative; display:block; }
#header #menuWrapper ul li a.m_first { padding:7px 25px; display:block; color:#777; text-align:center; font-weight:bold; cursor:pointer; border-left:1px solid #efefef; }
#header #menuWrapper ul li a.m_first:hover,
#header #menuWrapper ul li a.fst_selected { background:#bbdddd; color:#003366;}
#header #menuWrapper ul li .m_second { display:none; width:180px; position:absolute; z-index:97; overflow:hidden; left:10px; border:1px solid #bbdddd; border-bottom:none;}
#header #menuWrapper ul li .m_second a { height:25px; overflow:hidden; white-space:nowrap; border-top:2px solid #bbdddd; background:#bbdddd; border-bottom:1px solid #bbdddd; color:#444; cursor:pointer;}
#header #menuWrapper ul li .m_second a span { display:block; padding:5px 15px; }
#header #menuWrapper ul li .m_second .snd_selected a { border-top:2px solid #bbdddd; background:#aadbff url("/xe/layouts/elkha_graystyle/img/arrow_blue.gif") no-repeat left 2px; text-indent:23px;}
#header #menuWrapper ul li .m_second a:hover { border-top:2px solid #bbdddd; border-bottom:1px solid #bbdddd; background-color:#99ccff; color:#003366;}
#header #menuWrapper.red ul li .snd_selected a { background-image:url("/xe/layouts/elkha_graystyle/img/arrow_red.gif");}
#header #menuWrapper.green ul li .snd_selected a { background-image:url("/xe/layouts/elkha_graystyle/img/arrow_green.gif");}
#header #menuWrapper.orange ul li .snd_selected a { background-image:url("/xe/layouts/elkha_graystyle/img/arrow_orange.gif");}

#contentWrapper { clear:both; display:block; width:100%; background:#fff url("/xe/layouts/elkha_graystyle/img/widget_bg.gif") repeat-y right top;}
#category { margin:0; padding:0; list-style:none; background:#f7f7f7 url("/xe/layouts/elkha_graystyle/img/fff.gif") repeat-x center bottom; border-top:2px solid #fff; border-left:1px solid #fff; border-bottom:1px solid #e2e2e2; border-right:1px solid #e2e2e2; height:27px; overflow:hidden;}
#category .category { display:inline; margin:6px 0 0; padding:0 10px; background:url("/xe/layouts/elkha_graystyle/img/arrow.gif") no-repeat right 4px; float:left;}
#category .category a { text-decoration:none; color:#555; font:11px Arial,"굴림"; }
#category .category a.category_home { overflow:hidden; display:block; background:url("/xe/layouts/elkha_graystyle/img/home.gif") no-repeat center top; width:24px; height:14px; padding:0; margin:0;}
#category .category a:hover { color:#0189dd; text-decoration:underline; background-position: center -14px;}
#category .c_notice { margin-right:15px; float:right;}
#category.red .category a:hover { color:#cc0000; background-position: center -28px;}
#category.orange .category a:hover { color:#f89a20; background-position: center -42px;}
#category.green .category a:hover { color:#8cc01d; background-position: center -56px;}

#content { background:#fff; padding-bottom:20px; }
#content .content_margin { overflow:hidden; }

#widget { float:right; display:block;}
#widget .widget_div { margin-bottom:15px;}
#widget .widget_div .widget_title { width:100%; height:30px; overflow:hidden; display:block; margin:0; background:#E6E6E6 url("/xe/layouts/elkha_graystyle/img/widget_bg_title.gif") repeat-y; font:bold 12px Verdana; color:#eee;}
#widget .third_menu .widget_title { background:#0189dd url("/xe/layouts/elkha_graystyle/img/widget_bg_title_blue.gif") repeat-y left top;}
#widget .widget_div .widget_title span { padding:8px 0 0 15px; display:block; }
#widget .widget_div .widget_title span a { color:#eee; text-decoration:none;}
#widget .widget_div .widget_title span a:hover { text-decoration:underline;}
#widget .widget_div .widget_content { padding:10px 15px; width:210px; left-margin:20px; }
#widget .widget_div .widget_content a { text-decoration:none; color:#555;}
#widget .widget_div .widget_content a:hover { text-decoration:underline; }
#widget.red .third_menu p.widget_title { background:#cc0000 url("/xe/layouts/elkha_graystyle/img/widget_bg_title_red.gif") repeat-y left top;}
#widget.orange .third_menu p.widget_title { background:#f89a20 url("/xe/layouts/elkha_graystyle/img/widget_bg_title_orange.gif") repeat-y left top;}
#widget.green .third_menu p.widget_title { background:#8cc01d url("/xe/layouts/elkha_graystyle/img/widget_bg_title_green.gif") repeat-y left top;}

#widget .widget_div .widget_content ol,
#widget .widget_div .widget_content ol li { position:relative; width:100%; height: 1%; margin:0; padding:0; list-style:none;}
#widget .third_menu .widget_content ol li a { display:block; padding:7px 5px; text-decoration:none; color:#777; background:transparent url("/xe/layouts/elkha_graystyle/img/menu_second_widget_bg.gif") repeat-x center bottom; }
#widget .third_menu .widget_content ol li a.selected,
#widget .third_menu .widget_content ol li a:hover { text-indent:2px; color:#0189dd; text-decoration:none;}
#widget .third_menu .widget_content ol li .more { width:30px; height:30px; display:none; position:absolute; top:0; right:0; }
#widget .third_menu .widget_content ol li ol { display:none; }
#widget .third_menu .widget_content ol li ol.selected { display:block;}
#widget .third_menu .widget_content ol li ol li a { margin-left:20px; display:inline-block; padding:4px; background:none; border:none;}
#widget.red div.widget_content ol li a.selected,
#widget.red div.widget_content ol li a:hover { color:#cc0000;}
#widget.orange div.widget_content ol li a.selected,
#widget.orange div.widget_content ol li a:hover { color:#f89a20;}
#widget.green div.widget_content ol li a.selected,
#widget.green div.widget_content ol li a:hover { color:#639100;}

#footerWrapper { background:#efefef; border-top:5px solid #bbdddd;}
#footerWrapper #sitemap { display:block; padding:17px 0;}
#footerWrapper #sitemap .section { float:left; width:160px; margin:0 17px; display:inline;}
#footerWrapper #sitemap .section a:hover { color:#003366;}
#footerWrapper #sitemap .section h2 { margin:0 0 5px; font:bold 12px Arial; border-bottom:3px solid #bbdddd;}
#footerWrapper #sitemap .section h2 a{ display:block; padding:3px; color:#555; text-decoration:none;}
#footerWrapper #sitemap .section ul { list-style:none; margin:0; padding:0;}
#footerWrapper #sitemap .section ul li { margin:0; padding:3px 4px; }
#footerWrapper #sitemap .section ul li a { color:#777; text-decoration:none; }
#footerWrapper.red { border-top:5px solid #cc0000;}
#footerWrapper.green { border-top:5px solid #8cc01d;}
#footerWrapper.orange { border-top:5px solid #f89a20;}
#footerWrapper.red #sitemap div.section a:hover { color:#cc0000;}
#footerWrapper.orange #sitemap div.section a:hover { color:#f89a20;}
#footerWrapper.green #sitemap div.section a:hover { color:#8cc01d;}

#footer { border-top:1px solid #444; padding:20px; background:url("/xe/layouts/elkha_graystyle/img/footer_bg.gif"); }
#footer ol { list-style:none; margin:0; padding:0;}
#footer ol li { margin:0; padding:0; float:left; }
#footer ol li a { background:url("/xe/layouts/elkha_graystyle/img/menu_line.gif") no-repeat left 3px; display:block; padding:0 7px; color:#aaa; font:11px Arial; text-decoration:none;}
#footer ol li a.footer_menu_first { background:none; padding-left:0;}
#footer ol li a:hover { text-decoration:underline; color:#ccc;}
#footer p { margin:2px 0; padding:0; color:#888; font:11px Arial; display:inline;}
#footer p a { color:#ccc; text-decoration:none;}
#footer p a:hover { text-decoration:underline;}
#footer p.copyright { clear:left; float:left; display:inline;}
#footer p.powered { float:right; margin:0; text-align:right;}

#web { display:inline; clear:both; float:right; padding:5px 10px; }
#web p { margin:5px; padding:0; display:block; width:80px; height:15px; float:left;}
#web p.xhtml { background:url("/xe/layouts/elkha_graystyle/img/xhtml10-blue.png") no-repeat;}
#web p.xhtml_red { background:url("/xe/layouts/elkha_graystyle/img/xhtml10-red.png") no-repeat;}
#web p.xhtml_orange { background:url("/xe/layouts/elkha_graystyle/img/xhtml10-orange.png") no-repeat;}
#web p.xhtml_green { background:url("/xe/layouts/elkha_graystyle/img/xhtml10-green.png") no-repeat;}
#web p.css { background:url("/xe/layouts/elkha_graystyle/img/css-blue.png") no-repeat;}
#web p.css_red { background:url("/xe/layouts/elkha_graystyle/img/css-red.png") no-repeat;}
#web p.css_orange { background:url("/xe/layouts/elkha_graystyle/img/css-orange.png") no-repeat;}
#web p.css_green { background:url("/xe/layouts/elkha_graystyle/img/css-green.png") no-repeat;}
#web p span { display:block; width:0; height:0; overflow:hidden;}

/* Avril Lavigne */

.avril_sample { display:block; height:200px;}
.avril_sample:hover { background-position:left top;}
.avril_sample span { display:block; width:0; height:0; overflow:hidden;}
.avril_blue { background:url("/xe/layouts/elkha_graystyle/sample/avril_blue.jpg") no-repeat left bottom;}
.avril_red { background:url("/xe/layouts/elkha_graystyle/sample/avril_red.jpg") no-repeat left bottom;}
.avril_green { background:url("/xe/layouts/elkha_graystyle/sample/avril_green.jpg") no-repeat left bottom;}
.avril_orange { background:url("/xe/layouts/elkha_graystyle/sample/avril_orange.jpg") no-repeat left bottom;}


/* Main Topic */
.ideationBanner{ position:relative; height:200px; margin:0 0 26px 0; background:#F2F2F1 url("/xe/widgets/ideationBanner/skins/default/img/bgMainTopic.gif") no-repeat right top; border:1px solid #DBDBDB; position:relative; overflow:hidden; padding-right:30px;}
.ideationBanner .topicContainer{ position:relative; height:215px; overflow:auto; margin-right:-20px; overflow:hidden;}
.ideationBanner dl{ position:relative; margin:0; padding:50px 25px 0 25px; display:none; overflow:hidden;}
.ideationBanner dl.show { display:block; }
.ideationBanner dt{ margin:0; padding:0; font-family:AppleGothic, NanumGothic, "Malgun Gothic"; font-size:21px; font-weight:bold; letter-spacing:-1px; line-height:1;}
.ideationBanner dt em,
.ideationBanner dt em span{ position:relative; font-style:normal; font-size:11px; color:#fff; display:inline-block; height:19px; line-height:17px; background:url("/xe/widgets/ideationBanner/skins/default/img/bgTopicLabel.gif") no-repeat;}
.ideationBanner dt em{ position:absolute; top:26px; left:25px; background-position:left top; margin-right:8px;}
.ideationBanner dt em span{ left:8px; background-position:right top; padding:0 10px 0 2px;}
.ideationBanner dt strong{ color:#6caedf;}
.ideationBanner dd { margin:0; padding:0; color:#7d7d7d; font-size:11px; line-height:1.5; letter-spacing:-1px;}
.ideationBanner dd p{ margin-top:0; padding-top:0.5em;}
.ideationBanner dd a{ color:#003366; font-size:12px; font-weight:bold; background:url("/xe/widgets/ideationBanner/skins/default/img/iconJoin.gif") no-repeat right center; padding-right:8px;}

.ideationNavigation {position:absolute; right:24px; bottom:18px; list-style:none; margin:0; padding:0;}
.ideationNavigation li{ display:inline;}
.ideationNavigation li a{ display:inline-block; width:19px; height:13px; overflow:hidden; background-image:url("/xe/widgets/ideationBanner/skins/default/img/buttonTopicNavigator.gif"); background-repeat:no-repeat;}
.ideationNavigation li.nav1 a{ background-position:0 0;}
.ideationNavigation li.nav2 a{ background-position:0 -13px;}
.ideationNavigation li.nav3 a{ background-position:0 -26px;}
.ideationNavigation li a span{ font-size:0; line-height:0;}
.ideationNavigation.topic1 .nav1 a{ background-position:-19px 0;}
.ideationNavigation.topic2 .nav2 a{ background-position:-19px -13px;}
.ideationNavigation.topic3 .nav3 a{ background-position:-19px -26px;}


.open{ display:block !important;} 
.floatLeft{ float:left;}
.floatRight{ float:right;}
.clearLeft{ clear:left;}
.clearRight{ clear:right;}

.widgetContainer a{ font-family:AppleGothic, NanumGothic, "Malgun Gothic", Dotum; 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;}

.widgetTabA{ position:relative; margin:0 0 10px 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;}

ul.widgetA { margin:0; padding:0; list-style:none; }
ul.widgetA li { margin:0; padding:0; list-style:none; }
.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;} 


.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;}

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;} 

.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/widgets/content/skins/default/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;}

.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; font-weight:normal; 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;}

/* 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;}

.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; *zoom:1; overflow:hidden; }
.widgetZineA li p{ margin:0; padding: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 .category{ padding-right:5px; font-weight:normal;}
.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;}

.widgetTabC{ border-color:#e5e5e5;}
.widgetTabC li{ border-color:#e5e5e5; background:#f8f8f8;}
.widgetTabC li a{ color:#333;}
.widgetTabC li a:hover, 
.widgetTabC li a:active,
.widgetTabC li a:focus{ background:#eee;}
.widgetTabA{ border-color:#666;}
.widgetTabA li,
.widgetTabA li a{ background-image:url("/xe/widgets/content/skins/default/img/white/buttonWidgetTab.gif");}
.widgetTabA li a{ color:#333;}

.widgetA a.board { color:#333; padding-right:5px; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .notice{ color:#ff1a1a; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .category{ color:#333; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetA .replyNum a{ color:#ff1a1a;}
.widgetA .trackbackNum a{ color:#66c;}
.widgetA .author { color:#333;}
.widgetA .date{ color:#333;}
.widgetA .hour{ color:#888;}

.widgetTableA td.title a{ color:#333;}
.widgetTableA td .board{ color:#333; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .notice{ color:#ff1a1a; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .category{ color:#333; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetTableA td .replyNum a{ color:#ff1a1a;}
.widgetTableA td .trackbackNum a{ color:#66c;}
.widgetTableA td .author { color:#333;}
.widgetTableA td .date{ color:#333;}
.widgetTableA td .hour{ color:#888;}

.widgetGalleryA li .title{ color:#333;}
.widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetGalleryA li .author{ color:#333;}
.widgetGalleryA li .date{ color:#333;}
.widgetGalleryA li .hour{ color:#888;}

.widgetThumb{ color:#333;}
.widgetThumb a{ color:#333;}
.widgetThumb .hour{ color:#888;}

.widgetZineA li .board{ color:#333; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetZineA li .title{ color:#666;}
.widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetZineA li .trackbackNum a{ color:#66c;}
.widgetZineA li .author{ color:#333;}
.widgetZineA li .category{ color:#333; background:url("/xe/widgets/content/skins/default/img/white/lineTextDiv.gif") no-repeat right center;}
.widgetZineA li .date{ color:#333;}
.widgetZineA li .hour{ color:#888;}
.widgetZineA li .text{ color:#888;}

.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;}
.widgetContainer.black .widgetTabA{ border-color:#999;}
.widgetContainer.black .widgetTabA li, 
.widgetContainer.black .widgetTabA li a{ background-image:url("/xe/widgets/content/skins/default/img/black/buttonWidgetTab.gif");}
.widgetContainer.black .widgetTabA li a{ color:#999;}

.widgetContainer.black .widgetTableA td.title a{ color:#999;}
.widgetContainer.black .widgetTableA td .board{ color:#999; background:url("/xe/widgets/content/skins/default/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .notice{ color:#ff1a1a; background:url("/xe/widgets/content/skins/default/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetTableA td .category{ color:#999; background:url("/xe/widgets/content/skins/default/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;}

.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;}

.widgetContainer.black .widgetThumb{ color:#999;}
.widgetContainer.black .widgetThumb a{ color:#999;}
.widgetContainer.black .widgetThumb .hour{ color:#888;}

.widgetContainer.black .widgetZineA li .board{ color:#999; background:url("/xe/widgets/content/skins/default/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 .category{ color:#999; background:url("/xe/widgets/content/skins/default/img/black/lineTextDiv.gif") no-repeat right center;}
.widgetContainer.black .widgetZineA li .date{ color:#999;}
.widgetContainer.black .widgetZineA li .hour{ color:#888;}
.widgetContainer.black .widgetZineA li .text{ color:#888;}


div.grayWidgetStyle_blank { display:block; clear:both; height:0; width:0; overflow:hidden;}

div.grayWidgetStyle { overflow:hidden;}
div.grayWidgetStyle h2.title { color:#f3f3f3; margin:0; padding:0 0 0 15px; height:30px; background:#a5a5a5; font:bold 14px Malgun Gothic;}
div.grayWidgetStyle h2.title span.title { padding:7px 0; display:block;}
div.grayWidgetStyle h2.blue { background:#0189dd;}
div.grayWidgetStyle h2.orange { background:#f89a20;}
div.grayWidgetStyle h2.green { background:#8cc01d;}
div.grayWidgetStyle h2.red { background:#cc0000;}
div.grayWidgetStyle h2.lightgray { background:#f6f6f6; color:#696969; height:29px; border-bottom:1px solid #ddd;}
div.grayWidgetStyle h2.title span.title a { display:block; color:#eee; text-decoration:none;}
div.grayWidgetStyle h2.lightgray span.title a { color:#444;}
div.grayWidgetStyle h2.title span.title a:hover { text-decoration:underline;}

div.grayWidgetStyle_content { margin:10px 15px; overflow:hidden; display:block;}

div.grayWS_button h2.title { overflow:hidden; height:29px; background:url("/xe/widgetstyles/gray_style/img/button_h2_gray.png") no-repeat left top;}
div.grayWS_button h2.title span.title { padding:6px 0;}
div.grayWS_button h2.blue { background:url("/xe/widgetstyles/gray_style/img/button_h2_blue.png") no-repeat left top;}
div.grayWS_button h2.orange { background:url("/xe/widgetstyles/gray_style/img/button_h2_orange.png") no-repeat left top;}
div.grayWS_button h2.green { background:url("/xe/widgetstyles/gray_style/img/button_h2_green.png") no-repeat left top;}
div.grayWS_button h2.red { background:url("/xe/widgetstyles/gray_style/img/button_h2_red.png") no-repeat left top;}
div.grayWS_button h2.lightgray { background:url("/xe/widgetstyles/gray_style/img/button_h2_lightgray.png") no-repeat left top;}
div.grayWS_button h2 span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_gray.png") no-repeat right top;}
div.grayWS_button h2.blue span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_blue.png") no-repeat right top;}
div.grayWS_button h2.orange span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_orange.png") no-repeat right top;}
div.grayWS_button h2.green span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_green.png") no-repeat right top;}
div.grayWS_button h2.red span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_red.png") no-repeat right top;}
div.grayWS_button h2.lightgray span.title { background:url("/xe/widgetstyles/gray_style/img/button_h2_lightgray.png") no-repeat right top;}

div.grayWS_button div.grayWidgetStyle_content_Wrapper { margin-top:10px; border:1px solid #ddd;}
div.grayWS_button div.grayWidgetStyle_content { margin:7px;}

.xeNotice{ position:relative; width:100%; padding:10px 0 0 0;}
.xeNotice .headline h2{ margin:0 0 5px 0; font-size:14px; line-height:1.2; padding-right:40px; overflow:hidden; white-space:nowrap;}
.xeNotice .headline h2 a{ color:#000; text-decoration:none;}
.xeNotice .headline p{ margin:0 0 12px 0; color:#646464; font-size:11px; line-height:1.6;}
.xeNotice .headline p a{ color:#646464; text-decoration:none;}
.xeNotice ul{ list-style:none; margin:0; padding:0;}
.xeNotice li{ position:relative; padding-left:15px; background:url("/xe/widgets/content/skins/xeHome/iconNotice.gif") no-repeat left center; margin-bottom:7px; white-space:nowrap; overflow:hidden; }
.xeNotice li.first{ background:none; padding:0;}
.xeNotice li.first .title{ font-size:14px; font-weight:bold;}
.xeNotice li.first .summary{}
.xeNotice li a{ color:#000; vertical-align:middle;text-decoration:none;}
.xeNotice li .icon{ vertical-align:middle;}
.xeNotice li .feedback{ font-size:9px; font-family:Tahoma; font-style:normal; color:#fd2a00; vertical-align:middle;}
.xeNotice li .date{ position:absolute; top:1px; right:0; font-size:9px; font-family:Tahoma; color:#8b8b8b;}
.xeNotice .more{ text-decoration:none; position:absolute; top:11px; right:0; padding-right:9px; font-size:11px; color:#646464; background:url("/xe/widgets/content/skins/xeHome/iconMore.gif") no-repeat right center; line-height:normal;}

.xeArticle{ position:relative; width:100%; padding:10px 0 0 0;}
.xeArticle:after{ content:""; clear:both; display:block;}
.xeArticle h2{ margin:0 0 7px 0; font-size:14px; color:#000; line-height:1.2;}
.xeArticle h2 a{ color:#000; text-decoration:none;}
.xeArticle .thumb{ float:left; margin:0 20px 0 0;}
.xeArticle .thumb img{ border:1px solid #cacaca;}
.xeArticle h3{ margin:0 0 4px 0; font-size:11px; font-weight:normal; line-height:1.2;}
.xeArticle h3 a{ color:#e40000; text-decoration:none;}
.xeArticle .summary{ margin:0; font-size:11px; color:#646565; line-height:1.6; text-align:left;}
.xeArticle .summary a{color:#646565; text-decoration:none;}
.xeArticle .more{ text-decoration:none; position:absolute; top:11px; right:0; padding-right:9px; font-size:11px; color:#646464; background:url("/xe/widgets/content/skins/xeHome/iconMore.gif") no-repeat right center; line-height:normal;}
.carousel  {padding: 0;margin: 0;position: relative;color: #3a3a3a;}
.carousel .noimage {background: url("/xe/widgets/gallery_frame/skins/default/img/noimage.png") no-repeat center; }
/* buttons */
.carousel .btn {padding:0px;height:0px; width:0px;}
.carousel .prev, .carousel .next {float: left;	position:relative;}
.carousel .next:hover, .carousel .next:active,
.carousel .prev:hover, .carousel .prev:active{border: none;outline: none;}    
			
	/* frame background */
    .carousel .jCarouselLiteCommon {float: left;margin-right:5px; margin-left:5px;
	
	/* Needed for rendering without flicker */position: relative;visibility: hidden;left: -5000px;}
        .carousel ul {margin: 0;}
		
	/* image size */
        .carousel li img{background-color: #fff;}

        .carousel .title{overflow: visible;cursor: hand;text-align: center;}      

		.carousel a,
		.carousel a:hover, 
		.carousel a:active,
		.carousel a:visited{text-decoration: none;}
/* GALLERY LIST */
/* IMPORTANT - Change '#photos' to the ID of your gallery list to prevent a flash of unstyled content */
#photos { visibility: hidden; }

/* GALLERY CONTAINER */
.gallery { background: transparent; border: 0px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url("/xe/widgets/gallery_frame/skins/default/js/loader.gif") center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay .title { font-size: 20px; font-weight:bold;  }
.panel .panel-overlay .content { font-size: 12px; }
.panel .panel-overlay .writer { font-size: 10px; }
.panel .panel-overlay a { color: white; text-decoration: none; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: none; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {
}

.newest_document_default_normal .newest_document_default_box .title_box {
    border:1px solid #EEEEEE;
    padding:5px;
    height:14px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    background:url("/xe/widgets/newest_document/skins/default/normal/title_bullet.gif") no-repeat left;
    font-weight:bold; 
    height:14px;
    padding-left:20px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font-size:.75em;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    border-bottom:1px solid #EEEEEE;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("/xe/widgets/newest_document/skins/default/normal/document_bullet.gif") no-repeat left;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#555555;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#AAAAAA;
}

.newest_document_default_normal .newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .document .writer {
    color:#AAAAAA;
}


.newest_document_default_normal .newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
}


