@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;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }

/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.xe_content { line-height:1.6; }

.zbxe_widget_output { background:url("../../../../common/css/../tpl/images/widget_text.gif") no-repeat center bottom; display:block;}

/* xe layer */
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../../../../common/css/../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }

#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; white-space:nowrap;}
#popup_menu_area li a{ text-decoration:none; color:#000;}
#popup_menu_area li a:hover,
#popup_menu_area li a:active,
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}

.tag_relation * { padding: 0; margin: 0; }
.tag_relation { border: 1px solid #E5E5E5; padding:10px; margin: 10px 0; }
.tag_relation div.title { font-size: 1.0em; font-weight: bold; color: #444; border-bottom: #E5E5E5 1px solid; padding: 0 0 2px 5px; margin-bottom: 10px;}
.tag_relation li { list-style: none; margin: 3px 0; }
.tag_relation li .regdate { font-family: tahoma; font-size: .85em; color: #AAAAAA;}
.tag_relation li a { color: #666666; text-decoration: none; }
.tag_relation li a:hover { text-decoration: underline; }
.tag_relation li .comment_cnt { font-weight: normal; font-size: 0.8em; color: #F48A23; }
.tag_relation li .author { color: #AAAAAA; }
.tag_relation li .readAndVoted { font-family: tahoma; font-size: .8em; color: #AAAAAA;}
.tag_relation li .readAndVoted .voted { color: #C8A64B;}
.tag_relation li .readAndVoted .readed { color: #4BC4C8;}


body {
	font-family: "Tahoma";
	font-size:9pt;
	font-style: normal;
	float: left;
	height: 100%;
	background: #FFF;
}
#BodyArea {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
}

/*- Header Start--------------------------- */
#HeaderArea {
	height: 100px;
	width: 978px;
	background-image: url("../../../../layouts/ge_main/css/../images/HeaderBg.gif");
	clear: both;
	border-style: solid solid none solid;
	border-color: #777777;
	border-size: 1px;
	border-width: 1px;
}
#HeaderLogo {
	float: left;
	height: 100px;
	width: 240px;
}
#HeaderMiddle {
	float: left;
	width:500px;
	height: 100px;
}
#HeaderSearch {
	float: right;
	width: 200px;
}
#isSearch {
	width:181px; 
	text-align:left; 
	margin: 65px 5px 0 0;
}
#isSearch .input { 
	border:1px solid #bc4032; 
	height:17px; 
	width:100px; 
	color:#888888; 
	font-size:.9em;
} 
#isSearch .submit { 
	vertical-align:bottom;
}
/*- Header End--------------------------- */


/*- Menu Tabs Start--------------------------- */
#TopMenuArea {
	float:left;
	width:978px;
	background-color: #e3ecf3;
	font-size:9pt;
	font-weight: bold;
	line-height:normal;
	clear: both;
	border-style: none solid solid solid;
	border-color: #777777;
	border-size: 1px;
	border-width: 1px;
}
#TopMenuArea ul {
	margin:0;
	padding:10px 10px 0 1px;
	list-style:none;
}
#TopMenuArea li {
	display:inline;
	margin:0;
	padding:0;
}
#TopMenuArea a {
	float:left;
	background:url("../../../../layouts/ge_main/css/../images/TopMenuLeft.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#TopMenuArea a span {
	float:left;
	display:block;
	background:url("../../../../layouts/ge_main/css/../images/TopMenuRight.png") no-repeat right top;
	padding:6px 21px 6px 16px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#TopMenuArea a span {
	float:none;
}
/* End IE5-Mac hack */
#TopMenuArea a:hover span {
	color:#FFF;
}
#TopMenuArea a:hover {
	background-position:0% -26px;
}
#TopMenuArea a:hover span {
	background-position:100% -26px;
}
#TopMenuArea #current a {
	background-position:0% -26px;
}
#TopMenuArea #current a span {
	background-position:100% -26px;
}
/*- Menu Tabs End--------------------------- */


/*- Left Column Start--------------------------- */
#LeftColumnArea {
	width: 200px;
	float:left;
	margin-top: 2px;
}
#LeftColumnArea ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#LoginArea {
	width: 198px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	margin-bottom: 2px;
}

#LeftColumnTitle {
	width: 198px;
	height: 30px;
	margin-top: 2px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	background:url("/board/modules/board/skins/goldenears/images/TitleBG.png");
}
#LeftColumnWidgetBox {
	width: 194px;
	border-style: none solid solid solid;
	border-color: #777777;
	border-width: 1px;
	padding: 2px;
}
/*- Left Column End--------------------------- */

/*- Contents Area Start------------- */
#MiddleColumnArea {
	width: 526px;
	float: left;
	margin-left: 2px;
}
#RightColumnArea {
	width: 250px;
	float: right;
}
/*- Contents Area Start------------- */

/*- Widget Box Area Start------------- */
#BigSizeTitle {
	width: 524px;
	height: 47px;
	margin-top: 2px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	background:url("/board/modules/board/skins/goldenears/images/TitleBG.png");
}
#BigSizeWidgetBox {
	width: 520px;
	border-style: none solid solid solid;
	border-color: #777777;
	border-width: 1px;
	padding: 2px;
}
#MidiumSizeTitle {
	width: 524px;
	height: 35px;
	margin-top: 2px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	background:url("/board/modules/board/skins/goldenears/images/TitleBG.png");
}
#MidiumSizeWidgetBox {
	width: 520px;
	border-style: none solid solid solid;
	border-color: #777777;
	border-width: 1px;
	padding: 2px;
}
#RightMidiumSizeTitle {
	width: 248px;
	height: 35px;
	margin-top: 2px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	background:url("/board/modules/board/skins/goldenears/images/TitleBG.png");
}
#RightSmallSizeTitle {
	width: 248px;
	height: 30px;
	margin-top: 2px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-width: 1px;
	background:url("/board/modules/board/skins/goldenears/images/TitleBG.png");
}
#RightSmallSizeWidgetBox {
	width: 244px;
	border-style: none solid solid solid;
	border-color: #777777;
	border-width: 1px;
	padding: 2px;
}
/*- Widget Box Area End------------- */


#SpacerLine {
	height: 2px;
	width: 200px;
}
#SpacerArea {
	height: 2px;
	width: 980px;
	clear: both;
}

#FooterArea {
	clear: both;
	width: 978px;
	height: 22px;
	border-style: solid solid solid solid;
	border-color: #777777;
	border-size: 1px;
	border-width: 1px;
	background-image: url("../../../../layouts/ge_main/css/../images/FooterBG.gif");
	background-position:0% -50px;
	text-align: center;
	padding-top: 6px;
	color: #d8ecff;
}
#FooterArea ul {
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#FooterArea li {
	display:inline;
	margin:0;
	padding:0;
}
#FooterArea a {
	margin:0;
	padding:0 10 0 10px;
	text-decoration:none;
	color: #d8ecff;
}

.login_default { margin:0; padding:0; border:2px solid #ffffff; position:relative; _padding-top:2px; display:block;}
*:first-child+html body .login_default { padding-top:2px;}
.login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.login_default form { position:relative; border:1px solid #ffffff; padding:11px 11px 7px 11px; width:170px;}
.login_default form .idpwWrap { overflow:hidden; clear:both; width:170px;}
.login_default form .idpw { float:left; width:110px; }
.login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;}
.login_default form .login { float:right;}

.login_default form p.securitySignIn { clear:both; padding:0 0 0 18px; margin:4px 0 0 0; }
.login_default form p.noneSSL { background:url("../../../../widgets/login_info/skins/ge_main/css/../images/none_ssl.png") no-repeat left top; }
.login_default form p.SSL { background:url("../../../../widgets/login_info/skins/ge_main/css/../images/ssl.png") no-repeat left top; }
.login_default form p.noneSSL a { color:#BF6801; text-decoration:none; }
.login_default form p.SSL a { color:#9CAC74; text-decoration:none; }

.login_default form p.save { margin:0; clear:both; padding:.3em 0;}
.login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .login_default form p input { margin:-3px; }
.login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;}
.login_default form ul.help { margin:0px; border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;}
.login_default form ul.help li { float:left; display:block; padding:0 3px 0 7px; background:url("../../../../widgets/login_info/skins/ge_main/css/../images/default/vrType1.gif") no-repeat left center;}
.login_default form ul.help li.first-child { background:none; padding-left:0;}
.login_default form ul.help li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none; }
.login_default form ul.help li.first-child a { color:#54564b; text-decoration:none;}
.login_default form ul.help li a:hover { text-decoration:underline; }
.login_default form .userName { position:relative; width:170px; overflow:hidden; border-bottom:1px solid #777777; padding:0 0 6px 0; margin-top:-5px;}
.login_default form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
.login_default form .userName a { position:relative; right:0px; }
.login_default form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; margin-top:10px;}
.login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url("../../../../widgets/login_info/skins/ge_main/css/../images/default/bulletFF1A00.gif") no-repeat left 4px;  margin-bottom:5px; margin-top: 5px;}
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none;}
.login_default form ul.userMenu li a:hover { text-decoration:underline;}
.login_default form p.latestLogin { margin:0; color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
.login_default form p.latestLogin span { font:1em Tahoma;}

img.login_mask { width:201px; height:5px; background:#ffffff; display:block;}
.openid_login_default { margin:0; padding:0; border:2px solid #ffffff; position:relative; _padding-top:2px; display:block; }
*:first-child+html body .openid_login_default { padding-top:2px;}
.openid_login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;}
.openid_login_default form { position:relative; border:1px solid #ffffff; padding:11px 11px 7px 11px; width:170px; }
.openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:170px;}
.openid_login_default form .idpw { float:left;}
.openid_login_default form .idpw p { margin:0; padding:0; margin-bottom:5px; background: url("../../../../widgets/login_info/skins/ge_main/css/../images/openid_login_bg.gif") left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999}
.openid_login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma; }
.openid_login_default form .login { float:right;}
.openid_login_default form p.save { margin:0; padding:0; clear:both; padding:.3em 0;}
.openid_login_default form p.save input { vertical-align:middle; _margin:-3px;}
*:first-child+html body .openid_login_default form p input { margin:-3px; }
.openid_login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;}

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

.nw_box a.more { text-decoration:none;} 
.nw_box a.more:hover { text-decoration:underline;} 

.nw_box .listTable { width:100%; table-layout:fixed; border:none;}

.nw_box .listTable tr td { border-bottom:1px dotted #DEDEDE; padding:0;margin:0; vertical-align:top; overflow:hidden; }

.nw_box .thumbnailBox { width:100%; margin:0;padding:0;border:none; table-layout:fixed; }
.nw_box .thumbnailBox tr td { border-bottom:none; padding:none; margin:none; }

.nw_box .thumbnailBox .thumbnail { text-align:center; padding:5px; white-space:nowrap;}
.nw_box .thumbnailBox .thumbnail img { padding:4px; border:1px solid #DEDEDE; }
.nw_box .thumbnailBox .thumbnail img:hover { border:1px solid #54564b; }

.nw_box .thumbnailBox .desc { padding-left:5px; padding-bottom:5px; }

.nw_box .thumbnailBox .titleBox { margin-top:8px; margin-bottom:5px;}

.nw_box .thumbnailBox .titleBox .title { }
.nw_box .thumbnailBox .titleBox .title strong { font-weight:normal; font-size:0.9em; color:#ed2a32; }
.nw_box .thumbnailBox .titleBox .title a { color:#000000; text-decoration:none; }
.nw_box .thumbnailBox .titleBox .title a:hover { text-decoration:underline; }


.nw_box .thumbnailBox .titleBox .regdate { font-size:0.9em; color:#AAAAAA; }

.nw_box .thumbnailBox .contentBox { overflow:hidden; margin-bottom:5px;}

.nw_box .thumbnailBox .authorBox { margin-top:5px; }

.nw_box .thumbnailBox .author { color:#54564b; margin-right:10px;}
.nw_box .thumbnailBox .author span,div { color:#54564b; }

.nw_box .thumbnailBox .readAndVoted { color:#999999; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted span.div_block { color:#333333; font-size:0.9em; }
.nw_box .thumbnailBox .readAndVoted strong { color:#FE6700; }

.nw_box .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }



.blog_widget_normal .newest_document { margin-bottom:0px; }
.blog_widget_normal .newest_document .items { margin:0;padding-left:2px; overflow:hidden;}
.blog_widget_normal .newest_document .items li { display:block; color:#54564b; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_normal .newest_document .items li a { color:#54564b; text-decoration:none; text-decoration:none; }

.blog_widget_normal .newest_comment { margin-bottom:0px; }
.blog_widget_normal .newest_comment .items { margin:0; padding:10px; overflow:hidden;}
.blog_widget_normal .newest_comment .items li { display:block; color:#54564b; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_normal .newest_comment .items li a { color:#54564b; text-decoration:none; text-decoration:none; }

.blog_widget_normal .newest_trackback { margin-bottom:0px; }
.blog_widget_normal .newest_trackback .items { margin:0; padding:10px; overflow:hidden;}
.blog_widget_normal .newest_trackback .items li { display:block; color:#54564b; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;}
.blog_widget_normal .newest_trackback .items li a { color:#54564b; text-decoration:none; text-decoration:none; }

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

.ri_box .more { position:absolute; top:12px; right:11px; color:#000000; font:.8em Tahoma;}
.ri_box a.more { text-decoration:none;} 
.ri_box a.more:hover { text-decoration:underline;} 

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

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

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

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

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