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


/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* 
A CSS framework begins here. We don't recommend modifying framework. You can override these properties by defining the styles outside the framework.
여기서 부터 CSS 프레임웍 입니다. 프레임웍 수정을 권장하지 않습니다. 스킨을 변형할 때 프레임웍 밖에서 선언된 속성으로 덮어쓰기 할 수 있습니다. 
*/

/* Layout */
#xe{ position:relative;}
#container{ position:relative;}
#header{ position:relative; clear:both; *zoom:1;}
#header:after{ content:""; display:block; clear:both;}
#body{ position:relative; clear:both; *zoom:1;}
#body:after{ content:""; display:block; clear:both;}
#content{ position:relative; text-align:justify; *zoom:1;}
#content:after{ content:""; display:block; clear:both;}
#footer{ position:relative; clear:both; *zoom:1;}
#footer:after{ content:""; display:block; clear:both;}
#footer address{ text-align:center;}

/* Layout Width */
.fixed #container{ width:960px; margin-left:auto; margin-right:auto;}
.liquid #container{ width:80%; margin-left:auto; margin-right:auto;}
.hybrid #container{ width:80%; margin-left:auto; margin-right:auto;}

/* Layout Align */
.aLeft #container{ margin-left:0;}
.aRight #container{ margin-right:0;}

/* Header Extension */
#header .extension{ position:relative; *zoom:1;}
#header .extension:after{ content:""; display:block; clear:both;}
#header .extension ul{ position:relative;}
#header .extension li{ position:relative; display:inline; list-style:none;}

/* Footer Extension */
#footer .extension{ position:relative; *zoom:1;}
#footer .extension:after{ content:""; display:block; clear:both;}
#footer .extension ul{ position:relative;}
#footer .extension li{ position:relative; display:inline; list-style:none;}

/* Body Extension */
#body .extension{position:relative; *zoom:1; display:none;}
#body .extension:after{ content:""; display:block; clear:both;}
#body .extension .section{position:relative;}

/* ----- Fixed 1 Column Layout ----- */
.fixed .c #body .e1{ display:block; margin-right:-30px;}
.fixed .c #body .e1 .section{ float:left; width:300px; margin-right:30px;}

/* ----- Liquid 1 Column Layout ----- */
.liquid .c #body .e1{ display:block; margin-right:-3.4%;}
.liquid .c #body .e1 .section{ float:left; width:30%; margin-right:3.3%;}

/* ----- Hybrid 1 Column Layout ----- */
.hybrid .c #body .e1{ display:block; margin-right:-30px;}
.hybrid .c #body .e1 .section{ float:left; width:240px; margin-right:30px;}

/* ----- Fixed 2 Column Layout ----- */
.fixed .ce #body .e1,
.fixed .ec #body .e1{ width:220px;}
.fixed .ce #body #content,
.fixed .ec #body #content{ width:720px;}
.fixed .ce #body #content{ float:left;}
.fixed .ec #body #content{ float:right;}
.fixed .ce #body .e1,
.fixed .ec #body .e1{ display:block;}
.fixed .ce #body .e1{ float:right; clear:right;}
.fixed .ec #body .e1{ float:left; clear:left;}

/* ----- Liquid 2 Column Layout ----- */
.liquid .ce #body .e1,
.liquid .ec #body .e1{ width:23%;}
.liquid .ce #body #content,
.liquid .ec #body #content{ width:75%;}
.liquid .ce #body #content{ float:left;}
.liquid .ec #body #content{ float:right;}
.liquid .ce #body .e1,
.liquid .ec #body .e1{ display:block;}
.liquid .ce #body .e1{ float:right; clear:right;}
.liquid .ec #body .e1{ float:left; clear:left;}

/* ----- Hybrid 2 Column Layout ----- */
.hybrid .ce #body{ padding-right:280px;}
.hybrid .ec #body{ padding-left:280px;}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ width:260px;}
.hybrid .ce #body #content,
.hybrid .ec #body #content{ width:100%;}
.hybrid .ce #body #content{ float:left;}
.hybrid .ec #body #content{ float:right;}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ display:block;}
.hybrid .ce #body .e1{ float:right; clear:right; margin-left:-260px; right:-280px;}
.hybrid .ec #body .e1{ float:left; clear:left; margin-right:-260px; left:-280px;}

/* ----- Fixed 3 Column Layout ----- */
.fixed .cee #body .e1,
.fixed .cee #body .e2,
.fixed .ece #body .e1,
.fixed .ece #body .e2,
.fixed .eec #body .e1,
.fixed .eec #body .e2{ display:block; width:200px;}

.fixed .cee #body #content,
.fixed .ece #body #content,
.fixed .eec #body #content{ width:520px;}

.fixed .cee #body #content{ float:left; margin-right:20px;}
.fixed .ece #body #content{ float:left; margin-right:-100%; left:220px;}
.fixed .eec #body #content{ float:right;}

.fixed .ece #body .e1,
.fixed .eec #body .e1{ float:left; margin-right:20px;}

.fixed .cee #body .e1,
.fixed .eec #body .e2{ float:left;}

.fixed .cee #body .e2,
.fixed .ece #body .e2{ float:right;}

/* ----- Liquid 3 Column Layout ----- */
.liquid .cee #body .e1,
.liquid .cee #body .e2,
.liquid .ece #body .e1,
.liquid .ece #body .e2,
.liquid .eec #body .e1,
.liquid .eec #body .e2{ display:block; width:20%;}

.liquid .cee #body #content,
.liquid .ece #body #content,
.liquid .eec #body #content{ width:56%;}

.liquid .cee #body #content{ float:left; margin-right:2%;}
.liquid .ece #body #content{ float:left; margin-right:-100%; left:22%;}
.liquid .eec #body #content{ float:right;}

.liquid .ece #body .e1,
.liquid .eec #body .e1{ float:left; margin-right:2%;}

.liquid .cee #body .e1,
.liquid .eec #body .e2{ float:left;}

.liquid .cee #body .e2,
.liquid .ece #body .e2{ float:right;}

/* ----- Hybrid 3 Column Layout ----- */
.hybrid .cee #body .e1,
.hybrid .cee #body .e2,
.hybrid .ece #body .e1,
.hybrid .ece #body .e2,
.hybrid .eec #body .e1,
.hybrid .eec #body .e2{ display:block; width:220px;}

.hybrid .cee #body{ padding-right:480px;}
.hybrid .ece #body{ padding-left:240px; padding-right:240px;}
.hybrid .eec #body{ padding-left:480px;}

.hybrid .cee #body #content,
.hybrid .ece #body #content,
.hybrid .eec #body #content{ width:100%;}

.hybrid .cee #body #content,
.hybrid .ece #body #content{ float:left; margin-right:-100%;}
.hybrid .eec #body #content{ float:right;}

.hybrid .ece #body .e1,
.hybrid .eec #body .e2{ float:left; left:-240px; margin-right:-220px;}
.hybrid .eec #body .e1{ float:left; left:-480px; margin-right:-220px;}

.hybrid .cee #body .e1,
.hybrid .ece #body .e2{ float:right; left:240px; margin-left:-220px;}
.hybrid .cee #body .e2{ float:right; left:480px; margin-left:-220px;}

/* 
A CSS framework ends here. We don't recommend modifying framework. You can override these properties by defining the styles outside the framework.
여기까지 CSS 프레임웍 입니다. 프레임웍 수정을 권장하지 않습니다. 스킨을 변형할 때 프레임웍 밖에서 선언된 속성으로 덮어쓰기 할 수 있습니다. 
*/



/* CSS Document */

/* Layout */
#header{ background-image:url("/layouts/migrant/images/slogan2.jpg"); background-position:right; background-repeat:no-repeat; border:0px solid #ccc; margin:20px 0 5px 0;}
#body{border-left:1px solid #ccc; border-right:1px solid #ccc; margin:0 0 0 0; padding:20px 0 30px 0;}
#footer{border:1px solid #ccc; margin:10px 0 80px 0; padding:10px 0 10px 0;}

/* Header */
#extension .english{margin:5px 0 5px 0; font-family:Tahoma; font-size:14px; margin-left:10px; *zoom:1;}

/* body */
#content{border-right:1px solid #ccc; padding-right:8px; margin: 30px 0 0 0;}
#body .extension{position:relative; *zoom:1; display:none; margin:68px 0 0 0;}
#body .free{border-bottom:0px solid #ccc; image:url("/layouts/migrant/images/main_logo.gif"); padding: 0 0 0px 0; margin: 0px 0px 0 0px;}
#body .infor{border-bottom:0px solid #ccc; image:url("/layouts/migrant/images/main_logo.gif"); padding: 0 0 0px 0; margin: 15px 0px 0 0px;}
#body .cumu{border-bottom:0px solid #ccc; image:url("/layouts/migrant/images/main_logo.gif"); padding: 0 0 0px 0; margin: 15px 0px 0 0px;}
#body .infor img{ padding-left: 0px; margin: 5px 0 0 0;}
#body .free img{ padding-left: 0px; margin: 5px 0 0 0;}
#body .extension img{background-color:;}
#body .bn img{float:inherit; width:195px; margin:0px 5px 10px 0px;}
#content{ position:relative; text-align:justify; margin:10px 0 0 8px; *zoom:1;}

/* footer */
#footer .extension{margin:20px 10px 0 0px; color:#8b8b8b; font-size:11px; font-family:Tahoma; *zoom:1;}
#footer .extension a{margin:10px 10px 0 10px; width:auto; height: 40px;} 
#footer .address{float:center; color:#8b8b8b; font-size:11px; font-family:Tahoma; margin:50px 0 0 30px;}
#footer .address p{float:right; color:#09C; font-size:11px; font-family:Tahoma; margin-right:30px;}

/* Layout Width */
.fixed #container{ width:980px; margin-left:auto; margin-right:auto;}
.liquid #container{ width:80%; margin-left:auto; margin-right:auto;}
.hybrid #container{ width:80%; margin-left:auto; margin-right:auto;}

/* ----- Fixed 3 Column Layout ----- */
.fixed .cee #body .e1,
.fixed .ece #body .e1,
.fixed .eec #body .e1{ display:block; width:230px;},

.fixed .cee #body .e2,
.fixed .ece #body .e2,
.fixed .eec #body .e2{ display:block; width:200px;}

.fixed .cee #body #content,
.fixed .ece #body #content,
.fixed .eec #body #content{ width:515px;}

.fixed .cee #body #content{ float:left; margin-right:8px;}
.fixed .ece #body #content{ float:left; margin-right:-100%; left:220px;}
.fixed .eec #body #content{ float:right;}

.fixed .ece #body .e1,
.fixed .eec #body .e1{ float:left; margin-right:10px;}

.fixed .cee #body .e1,
.fixed .eec #body .e2{ float:left;}

.fixed .cee #body .e2,
.fixed .ece #body .e2{ float:right;}


/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* widgetNavC */
.widgetNavC{ margin:0; padding:0; font-size:12px; font-family: tahoma, verdana, gulim, 굴림,sans-serif; line-height:1.2; background-repeat:repeat-x; background-position:0 0;}
.widgetNavC ul{ margin:0; padding:0; height:35px;}
.widgetNavC ul li ul{ display:none; position:absolute; top:40px; left:0; height:auto; padding-bottom:7px; border:1px solid;}
.widgetNavC ul li.active ul{ display:block;}
.widgetNavC ul.aCenter{ margin-left:auto; margin-right:auto;}
.widgetNavC ul.aLeft{ margin-right:auto;}
.widgetNavC ul.aRight{ margin-left:auto;}
.widgetNavC li{ position:relative; padding-right:3px; float:left; list-style:none; background-repeat:no-repeat; background-position:right -40px; white-space:nowrap;}
.widgetNavC li a{ position:relative; float:left; padding:12px 22px 0 25px; height:23px; color:#fff !important; text-decoration:none !important;}
.widgetNavC li.first a{ background-repeat:no-repeat; background-position:left -40px;}
.widgetNavC li.active{ margin-left:-2px; background-repeat:no-repeat; background-position:right -80px;}
.widgetNavC li.active a{ font-weight:bold; letter-spacing:-1px; color:#ff0 !important; background-repeat:no-repeat; background-position:left -80px;}
.widgetNavC li.active li{ padding:2px 15px; float:none; background:none !important;}
.widgetNavC li.active li.active{ margin:0;}
.widgetNavC li.active li.first{ margin-top:-4px; padding-top:14px; background-repeat:no-repeat; background-position:30px top;}
.widgetNavC li.active li a{ display:block; _display:inline-block; padding:0; float:none; height:auto; font-weight:normal; color:#fff !important; background:none;}
.widgetNavC li.active li.active a{ color:#ff0 !important;}
.widgetNavC li.active li a:hover,
.widgetNavC li.active li a:active,
.widgetNavC li.active li a:focus{ text-decoration:underline !important;}

ul.widgetNavSub { display:block; height:auto; border:1px solid; padding-bottom:7px; background:#35ad06; background-image:none !important; padding:0; margin:0;}
ul.widgetNavSub li { list-style:none; }
ul.widgetNavSub li a{ display:block; padding:5px 10px 5px 10px; color:#fff; text-decoration:none !important; white-space:nowrap;}
ul.widgetNavSub li a:hover,
ul.widgetNavSub li a:active,
ul.widgetNavSub li a:focus{ text-decoration:underline !important;}
ul.widgetNavSub li.first{ margin-top:-4px; padding-top:14px; background-repeat:no-repeat; background-position:30px top;}

/* widgetNavD */
.widgetNavD{ margin:0; padding:0; font-size:12px; line-height:1.2; background-repeat:repeat-x; background-position:0 0;}
.widgetNavD ul{ position:relative; margin:0; padding:0; height:65px;}
.widgetNavD ul li ul{ display:none; position:absolute; top:35px; left:0; width:100%; height:auto; padding-top:10px;}
.widgetNavD ul li.active ul{ display:block;}
.widgetNavD ul.aCenter{ margin-left:auto; margin-right:auto;}
.widgetNavD ul.aLeft{ margin-right:auto;}
.widgetNavD ul.aRight{ margin-left:auto;}
.widgetNavD li{ padding-right:3px; float:left; list-style:none; background-repeat:no-repeat; background-position:right -120px; white-space:nowrap;}
.widgetNavD li a{ position:relative; float:left; padding:12px 22px 0 25px; height:23px; color:#fff !important; text-decoration:none !important;}
.widgetNavD li.first a{ background-repeat:no-repeat; background-position:left -120px;}
.widgetNavD li.active{ margin-left:-2px; background-repeat:no-repeat; background-position:right -160px;}
.widgetNavD li.active a{ font-weight:bold; color:#ff0 !important; background-repeat:no-repeat; background-position:left -160px;}
.widgetNavD li.active li{ display:inline; float:none; background:url("/widgets/navigator/skins/horiNavigator/img/white/lineTextDiv.gif") no-repeat 0 center; margin-right:7px; padding-left:10px;}
.widgetNavD li.active li.first{ background:none !important; padding-left:0;}
.widgetNavD li.active li a{ display:inline; padding:0; float:none; height:auto; font-weight:normal; color:#fff !important; background:none;}
.widgetNavD li.active li.active a{ color:#ff0 !important;}
.widgetNavD li.active li a:hover,
.widgetNavD li.active li a:active,
.widgetNavD li.active li a:focus{ text-decoration:underline !important;}

/* widgetNavCgreen */
.widgetNavCgreen{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
.widgetNavCgreen ul li ul{ background:#35ad06; border-color:#027a00;}
.widgetNavCgreen li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
.widgetNavCgreen li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
.widgetNavCgreen li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
.widgetNavCgreen li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
.widgetNavCgreen li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCgreen.gif");}
ul.widgetNavSub.green { background:#35ad06; border-color:#027a00;}
ul.widgetNavSub.green { background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgreen.gif");}
ul.widgetNavSub.green li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCgreen.gif");}

/* widgetNavCblue */
.widgetNavCblue{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
.widgetNavCblue ul li ul{ background:#0688ad; border-color:#00557a;}
.widgetNavCblue li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
.widgetNavCblue li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
.widgetNavCblue li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
.widgetNavCblue li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
.widgetNavCblue li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCblue.gif");}
ul.widgetNavSub.blue { background:#0688ad; border-color:#00557a;}
ul.widgetNavSub.blue { background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCblue.gif");}
ul.widgetNavSub.blue li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCblue.gif");}

/* widgetNavCcyan */
.widgetNavCcyan{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
.widgetNavCcyan ul li ul{ background:#06a4ad; border-color:#00717a;}
.widgetNavCcyan li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
.widgetNavCcyan li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
.widgetNavCcyan li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
.widgetNavCcyan li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
.widgetNavCcyan li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCcyan.gif");}
ul.widgetNavSub.cyan { background:#06a4ad; border-color:#00717a;}
ul.widgetNavSub.cyan{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCcyan.gif");}
ul.widgetNavSub.cyan li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCcyan.gif");}

/* widgetNavCorange */
.widgetNavCorange{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
.widgetNavCorange ul li ul{ background:#ad9906; border-color:#7a6600;}
.widgetNavCorange li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
.widgetNavCorange li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
.widgetNavCorange li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
.widgetNavCorange li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
.widgetNavCorange li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCorange.gif");}
ul.widgetNavSub.orange { background:#ad9906;  border-color:#7a6600;}
ul.widgetNavSub.orange{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCorange.gif");}
ul.widgetNavSub.orange li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCorange.gif");}

/* widgetNavCred */
.widgetNavCred{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
.widgetNavCred ul li ul{ background:#ad4606; border-color:#7a1300;}
.widgetNavCred li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
.widgetNavCred li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
.widgetNavCred li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
.widgetNavCred li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
.widgetNavCred li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCred.gif");}
ul.widgetNavSub.red { background:#ad4606; border-color:#7a1300;}
ul.widgetNavSub.red {background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCred.gif");}
ul.widgetNavSub.red li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCred.gif");}

/* widgetNavCgray */
.widgetNavCgray{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
.widgetNavCgray ul li ul{ background:#595959; border-color:#444;}
.widgetNavCgray li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
.widgetNavCgray li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
.widgetNavCgray li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
.widgetNavCgray li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
.widgetNavCgray li.active li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCgray.gif");}
ul.widgetNavSub.gray { background:#595959; border-color:#555;}
ul.widgetNavSub.gray{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuCgray.gif");}
ul.widgetNavSub.gray li.first{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/arrowMenuCgray.gif");}

/* widgetNavDgreen */
.widgetNavDgreen{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgreen.gif"); background-color:#399700;}
.widgetNavDgreen li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgreen.gif");}
.widgetNavDgreen li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgreen.gif");}
.widgetNavDgreen li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgreen.gif");}
.widgetNavDgreen li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgreen.gif");}

/* widgetNavDblue */
.widgetNavDblue{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDblue.gif"); background-color:#008598;}
.widgetNavDblue li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDblue.gif");}
.widgetNavDblue li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDblue.gif");}
.widgetNavDblue li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDblue.gif");}
.widgetNavDblue li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDblue.gif");}

/* widgetNavDcyan */
.widgetNavDcyan{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDcyan.gif"); background-color:#009790;}
.widgetNavDcyan li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDcyan.gif");}
.widgetNavDcyan li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDcyan.gif");}
.widgetNavDcyan li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDcyan.gif");}
.widgetNavDcyan li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDcyan.gif");}

/* widgetNavDorange */
.widgetNavDorange{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDorange.gif"); background-color:#957400;}
.widgetNavDorange li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDorange.gif");}
.widgetNavDorange li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDorange.gif");}
.widgetNavDorange li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDorange.gif");}
.widgetNavDorange li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDorange.gif");}

/* widgetNavDred */
.widgetNavDred{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDred.gif"); background-color:#962B00;}
.widgetNavDred li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDred.gif");}
.widgetNavDred li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDred.gif");}
.widgetNavDred li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDred.gif");}
.widgetNavDred li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDred.gif");}

/* widgetNavDgray */
.widgetNavDgray{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgray.gif"); background-color:#4B4B4B;}
.widgetNavDgray li{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgray.gif");}
.widgetNavDgray li.first a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgray.gif");}
.widgetNavDgray li.active{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgray.gif");}
.widgetNavDgray li.active a{ background-image:url("/widgets/navigator/skins/horiNavigator/img/white/bgMenuDgray.gif");}



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



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

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

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

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

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

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

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


/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

.widgetBoxContainer{ position:relative;}

.widgetBox{ position:relative; *zoom:1; }
.widgetBox:after{content:""; display:block; clear:both; }
.widgetBox .widgetBoxHeader{ font-size:16px; font-family:Tahoma; margin:0; z-index:10;}
.widgetBox .widgetContainer{ position:relative; z-index:10;}
.widgetBox .widgetMore{ position:absolute; display:block; text-decoration:none; font-size:11px !important; white-space:nowrap; font-family:Tahoma; color:#000; text-align:center; z-index:20;}
.widgetBox .widgetMore img{ border:0;}
.widgetBox .rcContainer{ display:block; width:100%; font-size:0; line-height:0; z-index:1; *zoom:1; }
.widgetBox .rc{ position:absolute; display:block; font-size:0; line-height:0; overflow:hidden;}
.widgetBox .rcTop .tl{ top:0;}
.widgetBox .rcTop .tr{ top:0;}
.widgetBox .rcBottom .bl{ top:0;}
.widgetBox .rcBottom .br{ top:0;}

.widgetBoxDred{ padding:8px 0;}
.widgetBoxDred .widgetBox{ background:#fff; border-left:5px solid #ffcccc; border-right:5px solid #ffcccc; *zoom:1}
.widgetBoxDred .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; color:#ff3333;}
.widgetBoxDred .widgetMore{ top:5px; right:15px; width:35px; background:url("/widgetstyles/roundWire/img/moreBgDred.gif") no-repeat; color:#fff !important;}
.widgetBoxDred .rcTop,
.widgetBoxDred .rcBottom{ height:8px;} 
.widgetBoxDred .rcTop{ position:absolute; top:-8px; left:0;}
.widgetBoxDred .rcBottom{ position:relative; bottom:-8px;}
.widgetBoxDred .rc { width:100%; height:8px; background-image:url("/widgetstyles/roundWire/img/roundedCornerDred.png"); _background-image:url("/widgetstyles/roundWire/img/roundedCornerDred.gif"); background-repeat:no-repeat;}
.widgetBoxDred .rcTop .tl{ background-position:0 0; left:-5px;}
.widgetBoxDred .rcTop .tr{ background-position:right 0; left:5px;}
.widgetBoxDred .rcBottom .bl{ background-position:0 bottom; left:-5px;}
.widgetBoxDred .rcBottom .br{ background-position:right bottom; left:5px;}

.widgetBoxDgreen{ padding:8px 0;}
.widgetBoxDgreen .widgetBox{ background:#fff; border-left:5px solid #d9efb9; border-right:5px solid #d9efb9; *zoom:1}
.widgetBoxDgreen .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; color:#90d133;}
.widgetBoxDgreen .widgetMore{ top:5px; right:15px; width:35px; background:url("/widgetstyles/roundWire/img/moreBgDgreen.gif") no-repeat; color:#fff !important;}
.widgetBoxDgreen .rcTop,
.widgetBoxDgreen .rcBottom{ height:8px;} 
.widgetBoxDgreen .rcTop{ position:absolute; top:-8px; left:0;}
.widgetBoxDgreen .rcBottom{ position:relative; bottom:-8px;}
.widgetBoxDgreen .rc { width:100%; height:8px; background-image:url("/widgetstyles/roundWire/img/roundedCornerDgreen.png"); _background-image:url("/widgetstyles/roundWire/img/roundedCornerDgreen.gif"); background-repeat:no-repeat;}
.widgetBoxDgreen .rcTop .tl{ background-position:0 0; left:-5px;}
.widgetBoxDgreen .rcTop .tr{ background-position:right 0; left:5px;}
.widgetBoxDgreen .rcBottom .bl{ background-position:0 bottom; left:-5px;}
.widgetBoxDgreen .rcBottom .br{ background-position:right bottom; left:5px;}

.widgetBoxDblue{ padding:8px 0;}
.widgetBoxDblue .widgetBox{ background:#fff; border-left:5px solid #d8e6e7; border-right:5px solid #d8e6e7; *zoom:1}
.widgetBoxDblue .widgetBoxHeader{ position:relative; padding:3px 0; text-indent:15px; color:#55ccdd;}
.widgetBoxDblue .widgetMore{ top:5px; right:15px; width:35px; background:url("/widgetstyles/roundWire/img/moreBgDblue.gif") no-repeat; color:#fff !important;}
.widgetBoxDblue .rcTop,
.widgetBoxDblue .rcBottom{ height:8px;} 
.widgetBoxDblue .rcTop{ position:absolute; top:-8px; left:0;}
.widgetBoxDblue .rcBottom{ position:relative; bottom:-8px;}
.widgetBoxDblue .rc { width:100%; height:8px; background-image:url("/widgetstyles/roundWire/img/roundedCornerDblue.png"); _background-image:url("/widgetstyles/roundWire/img/roundedCornerDblue.gif"); background-repeat:no-repeat;}
.widgetBoxDblue .rcTop .tl{ background-position:0 0; left:-5px;}
.widgetBoxDblue .rcTop .tr{ background-position:right 0; left:5px;}
.widgetBoxDblue .rcBottom .bl{ background-position:0 bottom; left:-5px;}
.widgetBoxDblue .rcBottom .br{ background-position:right bottom; left:5px;}

.newest_document_default_blue {
}

.newest_document_default_blue .newest_document_default_box {
}

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

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

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

.newest_document_default_blue .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_blue .newest_document_default_box .document {
    padding:0px 0px 5px 20px;
    background:url("/widgets/newest_document/skins/default/blue/document_bullet.gif") no-repeat left;
    float:left;
}

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

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

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

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

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


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

.login_default { margin:0; padding:0; border:0px solid #d9d9d9; width:196px; 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 #cacaca; padding:11px 11px 7px 11px; width:172px;}
.login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.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/xe_official/images/none_ssl.png") no-repeat left top; }
.login_default form p.SSL { background:url("/widgets/login_info/skins/xe_official/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; color:#999999;}
.login_default form ul.help { margin:0; border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap; list-style:none; }
.login_default form ul.help li { display:block; padding:0 3px 0 0; }
.login_default form ul.help li.first-child { background:none; padding-left:0; margin-bottom:3px; }
.login_default form ul.help li a { color:#54564b; font:.9em; 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:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; 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/xe_official/images/default/bulletFF1A00.gif") no-repeat left 4px;  margin-bottom: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;}
.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 #d9d9d9; width:196px; 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 #cacaca; padding:11px 11px 7px 11px; width:172px; }
.openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
.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/xe_official/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; color:#999999;}


