@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) */

/* 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;}
.fixed #header_top{ width:960px; margin-left:auto; margin-right:auto;}
.fixed #footer{ 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 .section{ position:relative;}
#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 .section{ position:relative;}
#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;}

/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */

/* Element Reset */
body { margin:0; font-family:Verdana, Tahoma, Sans-serif; font-size:11px; background:#0F1F1F; color:#000;}
address { text-decoration:none;}
hr{ display:none; position:absolute;}
img,
fieldset{ border:0; margin:0; padding:0;}
legend{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}

/* Form Controls */
.inputText{ border:1px solid; padding:3px 4px 0 4px; _margin:-1px 0; font-size:10px;}

/* Skip To Content */
a.skipToContent{ display:block; position:relative; top:0; clear:both; overflow:hidden; height:0; text-decoration:none;}
a.skipToContent:hover,
a.skipToContent:active,
a.skipToContent:focus{ height:auto; margin:0 0 10px 0; padding:5px;}

/* Layout */
#container{ margin:0 20px; padding:0px; background-color:#fff;}
#header_top{ padding:20px 0 0 0; margin:0 0 0px 0; height:70px; background-color:#0F1F1F;}
#header{ padding:0; margin:0 0 11px 0;}
#body{ margin-bottom:13px; margin-right:10px; }
.fixed .ce #body #content,
.fixed .ec #body #content{ width:762px;}
.fixed .ce #body .e1,
.fixed .ec #body .e1{ width:183px; padding:0px 0 150px 0}
#footer{ padding:0em 0 3em 0; background-color:#0F1F1F;}

/* Header Extension */
#header h1{ margin:0 0 10px 0;}

#account{ position:absolute; top:0px; right:0; margin:0; padding:0; z-index:2;}
#account li{ position:relative; float:left; list-style:none; background-image:url("/layouts/hotcourts_main/img/lineHeaderVr.gif"); background-repeat:no-repeat; background-position:left 4px;}
div.black #account li{ background-image:url("/layouts/hotcourts_main/img/lineHeaderVrBlack.gif");}
#account li *{ vertical-align:top;}
#account li li{ float:none; height:auto; background-image:none;}

#account li.log{ background-image:none; font-size:0; line-height:0;}
#account li.log a{ display:block; padding:5px 8px;}

#account li.profile button{ border:0; padding:0; width:53px; height:15px; cursor:pointer; background-color:transparent; background-image:url("/layouts/hotcourts_main/img/buttonProfile.gif"); background-repeat:no-repeat; background-position:center -10px; overflow:visible;}
div.black #account li.profile button{ background-position:center 5px;}
#account li.profile button span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}

#account li.profile .memberProfile{ display:none; position:absolute; top:15px; left:8px; padding:20px; background:#fff; border:2px solid #737373;}
#account li.profile .memberProfile.active{ display:block;}
#account li.profile .memberProfile .authorName{ margin:0 0 8px 0; font-size:16px; font-weight:bold; color:#333; white-space:nowrap;}
#account li.profile .memberProfile ul{ margin:0; padding:15px 15px 5px 15px; list-style:none; border:1px solid #f2f2f2; background:#fcfcfc;}
#account li.profile .memberProfile li{ float:none; white-space:nowrap; margin:0 0 10px 0; padding:0 0 0 10px; background:url("/layouts/hotcourts_main/img/bulletB.gif") no-repeat left center;}
#account li.profile .memberProfile li a{ background:none; color:#333; text-decoration:none;}
#account li.profile .memberProfile li a:hover,
#account li.profile .memberProfile li a:active,
#account li.profile .memberProfile li a:focus{ text-decoration:underline;}
#account li.profile .memberProfile .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url("/layouts/hotcourts_main/img/buttonCloseX.gif") no-repeat center center;}
#account li.profile .memberProfile .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#account li.register a{ display:block; width:43px; height:5px; padding:5px 8px; background-image:url("/layouts/hotcourts_main/img/buttonRegister.gif"); background-repeat:no-repeat; background-position:center -10px;}
div.black #account li.register a{ background-position:center 5px;}
#account li.register a span{ position:relative; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden; z-index:-1;}

#account li.language{ position:relative;}
#account li.language em{ display:inline-block; height:15px; overflow:hidden; padding:0 8px; font-size:9px; font-style:normal; background-image:url("/layouts/hotcourts_main/img/buttonLanguage.gif"); background-repeat:no-repeat; background-position:-92px -10px;}
div.black #account li.language em{ background-position:8px -10px;}
#account li.language em span{ display:inline-block; overflow:hidden; visibility:hidden;}
#account li.language em.ko{ background-position:-92px -10px;}
div.black #account li.language em.ko{ background-position:8px -10px;}
#account li.language em.en{ background-position:-92px -25px;}
div.black #account li.language em.en{ background-position:8px -25px;}
#account li.language em.jp{ background-position:-92px -40px;}
div.black #account li.language em.jp{ background-position:8px -40px;}
#account li.language em.zh-CN{ background-position:-92px -55px;}
div.black #account li.language em.zh-CN{ background-position:8px -55px;}
#account li.language em.zh-TW{ background-position:-92px -70px;}
div.black #account li.language em.zh-TW{ background-position:8px -70px;}

#account li.language button{ height:15px; border:0; padding:0; font-size:0; line-height:0; overflow:visible; cursor:pointer; background-image:url("/layouts/hotcourts_main/img/buttonLanguage.gif"); background-repeat:no-repeat; background-position:-92px 5px; background-color:transparent;}
div.black #account li.language button{ background-position:8px 5px;}
#account li.language button span{ font-size:0; line-height:0; width:0; height:0; overflow:hidden; visibility:hidden;}
#account li.language .sLanguage{ position:relative; width:100px; text-align:right;}
#account li.language .sLanguage span{ font-size:0; line-height:0; letter-spacing:-100px; display:inline-block; visibility:visible; width:100%; height:15px; background-image:url("/layouts/hotcourts_main/img/buttonSelectLanguageToggle.gif"); background-repeat:no-repeat; background-position:85px 4px;}
#account li.language.open .sLanguage span{ background-position:85px -6px;}
#account li.language .languageList{ display:none; width:98px; margin:0; padding:5px 0; position:absolute; top:20px; right:0; background:#fff; border:1px solid #eee;}
#account li.language.open .languageList{ display:block; z-index:999;}
#account li.language .languageList button{ width:100%;}
div.black #account li.language .languageList{ background:#666; border-color:#888;}
#account li.language .languageList .ko button{ background-position:-92px -10px;}
div.black #account li.language .languageList .ko button{ background-position:8px -10px;}
#account li.language .languageList .en button{ background-position:-92px -25px;}
div.black #account li.language .languageList .en button{ background-position:8px -25px;}
#account li.language .languageList .jp button{ background-position:-92px -40px;}
div.black #account li.language .languageList .jp button{ background-position:8px -40px;}
#account li.language .languageList .zh-CN button{ background-position:-92px -55px;}
div.black #account li.language .languageList .zh-CN button{ background-position:8px -55px;}
#account li.language .languageList .zh-TW button{ background-position:-92px -70px;}
div.black #account li.language .languageList .zh-TW button{ background-position:8px -70px;}

#account li.language .languageList li { display:none;}
#account li.language .languageList .ko,
div.black #account li.language .languageList .ko,
#account li.language .languageList .en,
div.black #account li.language .languageList .en,
#account li.language .languageList .jp,
div.black #account li.language .languageList .jp,
#account li.language .languageList .zh-CN,
div.black #account li.language .languageList .zh-CN,
#account li.language .languageList .zh-TW,
div.black #account li.language .languageList .zh-TW { display:block; }

#header .extension{ border:1px solid #37393d; padding:9px 0 10px 12px; background:url("/layouts/hotcourts_main/img/bgGnb.gif") repeat-x; height:14px;}
#header .extension ul{ position:relative; margin:0; padding:0; overflow:hidden; *zoom:1;}
#header .extension li{ position:relative; left:-2px; margin:0 -4px 0 0; background:url("/layouts/hotcourts_main/img/vrGnb.gif") no-repeat left center;}
#header .extension li a{ display:inline-block; padding:0 10px; color:#A9D0F5; text-decoration:none;}
#header .extension li a:hover{ display:inline-block; padding:0 10px; color:#f3f3f3; text-decoration:none;}
#header .extension li.on a{ color:#6DADDD; }
#header .extension li img{ vertical-align:middle;}

#header .extension .search{ position:absolute; top:8px; right:10px; margin:0; padding:0; _float:right;}
#header .extension .search fieldset{ _float:right;}
#header .extension .search *{ vertical-align:top;}
#header .extension .search .inputText{ border-color:#23242c; height:14px; background:#cfd0d4; width:140px;}
#header .extension .search .inputText:focus{ background:#fff;}

/* Footer Extension */
#footer address{ color:#efefef; font:9px Verdana;}
#footer address a{ color:#C7C7C7; font:9px Verdana; text-decoration:none; }
#footer address a:hover,
#footer address a:focus{ color:#ffffff; font:9px Verdana; }
#footer strong{ }

/* Main Side */
#content .mainSide{ width:199px; float:right;}
#content .mainSide .section{ margin:0 0 15px 0;}

/* Body Extension */
#body .e1 h2{ margin:0 12px; padding:0 0 10px 0; text-indent:4px; color:#48494e; font:bold 12px AppleGothic, NanumGothic, "Malgun Gothic"; background:url("/layouts/hotcourts_main/img/hrE1.gif") repeat-x left bottom;}
#body .e1 .topic{ margin:0 0 30px 20px; padding:8px 0 0 0; list-style:none;}
#body .e1 .topic li{ margin:0 0 9px 0;}
#body .e1 .topic strong{ display:inline-block; width:30px; height:12px; padding-top:1px; line-height:1; background:url("/layouts/hotcourts_main/img/bgTopic.gif") no-repeat; font-size:11px; color:#fff; margin:0 4px 0 0; font-weight:normal; letter-spacing:-1px; white-space:nowrap; text-indent:2px;}
#body .e1 .topic a{ color:#7b7575; text-decoration:none;}
#body .e1 .topic a:hover,
#body .e1 .topic a:active,
#body .e1 .topic a:focus{ text-decoration:underline;}
#body .e1 .topic .first a{ color:#2893bb; font-weight:bold;}
#body .e1 .topic .bold.top { margin-top:30px;}
#body .e1 .topic .bold { color:#48494e; font-weight:bold; }

/* WidgetTree */
#lnb_top { font-size:11px; margin:0px; padding:7px 5px 3px 5px; width:190px; background:url("/layouts/hotcourts_main/img/bgE2.gif") repeat-y;}
#lnb_top li { list-style:none; padding-bottom:5px; margin-left:1px; }
#lnb_top li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #555555; background:url("/layouts/hotcourts_main/img/bgGnb.gif") repeat-x; color:#ffffff; position:relative; z-index:99; text-decoration:none; font-weight:bold;}
#lnb_top li a:hover,
#lnb_top li a:focus { }
#lnb_top li.on a { }
#lnb_top li.on a:hover,
#lnb_top li.on a:focus { }
#lnb_top li ul { display:block; position:relative; width:179px; padding:0 3px; position:relative; border-top:0px solid #ffffff; overflow:hidden; margin-left:-10px;}
#lnb_top li.on ul { display:block;}
#lnb_top li ul li { padding:0; margin-left:7px; position:relative; top:-1px;}
#lnb_top li ul li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #e8e8e8; background:#FFFFFF; color:#0080FF; position:relative; z-index:99; text-decoration:none;}
#lnb_top li ul li a:hover,
#lnb_top li ul li a:focus { color:#ffffff; background:#0080FF; border:1px solid #e8e8e8;}
#lnb_top li.on ul li.on a { color:#ffffff; background:#0080FF; border:1px solid #0080FF;}

#lnb { font-size:11px; margin:0px; padding:4px 5px; width:190px; background:url("/layouts/hotcourts_main/img/bgE1.gif") repeat-y;}
#lnb li { list-style:none; padding-bottom:5px; margin-left:1px; }
#lnb li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #555555; background:url("/layouts/hotcourts_main/img/bgGnb.gif") repeat-x; color:#FBF5EF; position:relative; z-index:99; text-decoration:none;}
#lnb li a:hover,
#lnb li a:focus { }
#lnb li.on a { }
#lnb li.on a:hover,
#lnb li.on a:focus { }
#lnb li ul { display:block; position:relative; width:179px; padding:0 3px; position:relative; border-top:0px solid #ffffff; overflow:hidden; margin-left:-10px;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; margin-left:7px; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #e8e8e8; background:#F0FCFB; color:#0080FF; position:relative; z-index:99; text-decoration:none;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { color:#ffffff; background:#de4332; border:1px solid #e8e8e8;}
#lnb li.on ul li.on a { color:#ffffff; background:#de4332; border:1px solid #de4332;}

#lnb2 { font-size:11px; margin:0px; padding:4px 5px; width:190px; background:url("/layouts/hotcourts_main/img/bgE1.gif") repeat-y;}
#lnb2 li { list-style:none; padding-bottom:5px; margin-left:1px; }
#lnb2 li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #555555; background:url("/layouts/hotcourts_main/img/bgGnb.gif") repeat-x; color:#ffffff; position:relative; z-index:99; text-decoration:none;}
#lnb2 li a:hover,
#lnb2 li a:focus { }
#lnb2 li.on a { }
#lnb2 li.on a:hover,
#lnb2 li.on a:focus { }
#lnb2 li ul { display:block; position:relative; width:179px; padding:0 3px; position:relative; border-top:0px solid #ffffff; overflow:hidden; margin-left:-10px;}
#lnb2 li.on ul { display:block;}
#lnb2 li ul li { padding:0; margin-left:7px; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb2 li ul li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #e8e8e8; background:#FFFFFF; color:#0080FF; position:relative; z-index:99; text-decoration:none;}
#lnb2 li ul li a:hover,
#lnb2 li ul li a:focus { color:#ffffff; background:#0080FF; border:1px solid #e8e8e8;}
#lnb2 li.on ul li.on a { color:#ffffff; background:#0080FF; border:1px solid #0080FF;}

#lnbRed { font-size:11px; margin:0px; padding:4px 5px; width:190px; background:url("/layouts/hotcourts_main/img/bgE1.gif") repeat-y;}
#lnbRed li { list-style:none; padding-bottom:5px; margin-left:1px; }
#lnbRed li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #555555; background:url("/layouts/hotcourts_main/img/bgGnb.gif") repeat-x; color:#ffffff; position:relative; z-index:99; text-decoration:none;}
#lnbRed li a:hover,
#lnbRed li a:focus { }
#lnbRed li.on a { }
#lnbRed li.on a:hover,
#lnbRed li.on a:focus { }
#lnbRed li ul { display:block; position:relative; width:179px; padding:0 3px; position:relative; border-top:0px solid #ffffff; overflow:hidden; margin-left:-10px;}
#lnbRed li.on ul { display:block;}
#lnbRed li ul li { padding:0; margin-left:7px; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnbRed li ul li a { padding:4px 5px 4px 13px; width:150px; display:block; border:1px solid #e8e8e8; background:#FFFFFF; color:#0080FF; position:relative; z-index:99; text-decoration:none;}
#lnbRed li ul li a:hover,
#lnbRed li ul li a:focus { color:#ffffff; background:#0080FF; border:1px solid #e8e8e8;}
#lnbRed li.on ul li.on a { color:#ffffff; background:#0080FF; border:1px solid #0080FF;}

/* WidgetTree */
.widgetTree2{ margin:0 0 0 0px; padding:22px 0 0 0;}
.widgetTree2 *{ margin:0; padding:0; font-size:11px;}
.widgetTree2 .all{ padding:0 0 0 0px; color:#333 !important;}
.widgetTree2 a{ text-decoration:none; padding-left:0px;}
.widgetTree2 a:hover,
.widgetTree2 a:active,
.widgetTree2 a:focus{ text-decoration:underline;}
.widgetTree2 a strong{ cursor:pointer;}
.widgetTree2 ul{ position:relative; display:block; padding:0; margin:0; zoom:1;}
.widgetTree2 ul li{ list-style:none; position:relative; padding:3px 0 2px 8px; white-space:nowrap;}
.widgetTree2 ul li a{ position:relative; left:12px; top:-1px; color:#666;}
.widgetTree2 ul li li a{ left:2px;}
.widgetTree2 ul li em{ font-style:normal;}
.widgetTree2 ul li button{ display:inline-block; position:relative; *top:-2px; width:13px; height:13px; *width:17px; *height:17px; margin:0 -13px 0 0; *margin:0 -17px -1px -2px; text-indent:-10000px; *font:0/0 Sans-serif; border:0; cursor:pointer; background:transparent url("/layouts/hotcourts_main/img/buttonTreeCollapse.gif") no-repeat; *zoom:1;}
.widgetTree2 ul li ul{ display:none; padding:2px 0 0 0 !important; margin:0 0 -2px 6px; background:url("/layouts/hotcourts_main/img/lineTreeVr.gif") repeat-y left top; *zoom:0;}
.widgetTree2 ul li ul li{ display:none; background:url("/layouts/hotcourts_main/img/lineTreeHr.gif") no-repeat 0 7px !important;}
.widgetTree2 ul li.nav_tree_on button{ background-position:0 -17px; *background-position:2px -15px;}
.widgetTree2 ul li.nav_tree_off button{ background-position:0 0; *background-position:2px 2px;}
.widgetTree2 ul li.nav_tree_on a{ font-weight:bold; color:#000;}
.widgetTree2 ul li.nav_tree_on li a{ font-weight:normal; color:#B40404; letter-spacing:normal;}
.widgetTree2 ul li.nav_tree_on ul{ display:block;}
.widgetTree2 ul li.nav_tree_on ul li{ display:block;}
.widgetTree2 ul li.nav_tree_off ul{ display:none;}
.widgetTree2 ul li.nav_tree_off ul li{ display:none;}
.widgetTree2 ul li.nav_tree_last{ background:url("/layouts/hotcourts_main/img/lineTreeLastHr.gif") no-repeat 0 5px !important;}
.widgetTree2 ul li.active,
.widgetTree2 ul li.active a,
.widgetTree2 ul li.nav_tree_on.active a{ font-weight:bold; color:#2893bb !important; padding-right:1px;}
.widgetTree2 ul li.active li,
.widgetTree2 ul li.active li a,
.widgetTree2 ul li.nav_tree_on.active li a{ font-weight:normal; color:#8e8e8e !important; letter-spacing:normal;}
.widgetTree2 .icon{ position:relative; left:5px; vertical-align:top;}

/* modalWindow */
.loginWindow{ display:none; position:fixed; left:0; top:0; _position:absolute; width:100%; height:100%; z-index:100;} 
.loginWindow.open{ display:block;}
.loginWindow .modalWindow{ display:block; position:fixed; border:0; left:0; top:0; _position:absolute; width:100%; height:100%; background:#000; opacity:.3; filter:alpha(opacity:30);}
.loginWindow .loginLayer{ position:absolute; width:289px; top:120px; left:50%; padding:30px; border:2px solid #737373; margin:0 0 0 -175px; background:#fff;}
.loginWindow .loginLayer form{ display:none; *zoom:1; margin:0 0 29px 0;}
.loginWindow .loginLayer form:after{ content:""; display:block; clear:both;}
.loginWindow .loginLayer form legend{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
.loginWindow .loginLayer fieldset{ border:0; margin:0; padding:0;}
.loginWindow .loginLayer.loginTypeA form.typeA,
.loginWindow .loginLayer.loginTypeB form.typeB{ display:block;}
.loginWindow .loginLayer dl{ margin:0; padding:0 0 1px 0;}
.loginWindow .loginLayer dt{ font-size:12px; font-weight:bold; color:#868d95; margin:0 0 2px 0;}
.loginWindow .loginLayer dd{ margin:0 0 21px 0;}
.loginWindow .loginLayer .inputText{ width:269px; height:31px; padding:6px 9px 0 9px; border:1px solid #ddd; font:20px Tahoma; color:#333;}
.loginWindow .loginLayer .inputText:focus{ background-color:#fbfbfb;}
.loginWindow .loginLayer .inputCheck{ margin:0 3px 0 0; width:13px; height:13px; vertical-align:middle;}
.loginWindow .loginLayer.loginTypeA .inputText{ background-image:url("/layouts/hotcourts_main/img/bgLoginText.gif"); background-repeat:no-repeat; background-position:right top;}
.loginWindow .loginLayer.loginTypeB .inputText{ background-image:url("/layouts/hotcourts_main/img/bgOpenidText.gif"); background-repeat:no-repeat; background-position:right top; padding:6px 9px 0 35px; width:243px;}
.loginWindow .loginLayer .keep{ margin:0; float:left; font-size:11px; line-height:normal; white-space:nowrap;}
.loginWindow .loginLayer .keep label{ color:#555;}
.loginWindow .loginLayer .loginButton,
.loginWindow .loginLayer .loginButton input{ position:relative; border:0; color:#fff; font-size:12px; font-weight:bold; display:inline-block; height:36px; line-height:36px; background-color:transparent; background-image:url("/layouts/hotcourts_main/img/buttonLoginAction.gif"); background-repeat:no-repeat; overflow:visible;}
.loginWindow .loginLayer .loginButton{ float:right; background-position:0 0; right:11px;}
.loginWindow .loginLayer .loginButton input{ left:11px; background-position:right 0; padding:0 30px 0 45px; cursor:pointer;}
.loginWindow .loginLayer .help{ margin:0 -30px -30px -30px; padding:14px 0; list-style:none; text-align:center; background:#fafafa; border-top:1px solid #f2f2f2;}
.loginWindow .loginLayer .help li{ display:inline; font-size:11px; line-height:11px; padding:0 0 0 5px;}
.loginWindow .loginLayer .help li.join{ font-weight:bold;}
.loginWindow .loginLayer .help li.find{ border-left:1px solid #b3b3b3;}
.loginWindow .loginLayer .help li.typeA,
.loginWindow .loginLayer .help li.typeB{ display:none; border-left:1px solid #b3b3b3;}
.loginWindow .loginLayer.loginTypeA .help li.typeA,
.loginWindow .loginLayer.loginTypeB .help li.typeB{ display:inline;}
.loginWindow .loginLayer .help li a{ text-decoration:none; color:#555;}
.loginWindow .loginLayer .help li a:hover,
.loginWindow .loginLayer .help li a:active,
.loginWindow .loginLayer .help li a:focus{ text-decoration:underline;}
.loginWindow .loginLayer .close{ position:absolute; cursor:pointer; border:0; padding:0; top:0; right:0; width:27px; height:27px; background:transparent url("/layouts/hotcourts_main/img/buttonCloseX.gif") no-repeat center center;}
.loginWindow .loginLayer .close span{ position:absolute; font-size:0; line-height:0; width:0; height:.; overflow:hidden; visibility:hidden;}

#quickMenu { position:absolute; width:100px; top:80px; left:775px; border:0px solid #e1e1dd; }
#quickMenu .qMenu { position:relative; width:73px; top:0px; left:0px; padding:2px 0px 0px 0px; background:url("/layouts/hotcourts_main/images/blue/bgQuickMenuBody.gif") repeat-y left top; }
#quickMenu .qMenu p { list-style:none; padding:5px 7px 0px 22px; margin:0px 0px 0px 0px; line-height:20px; background:url("/layouts/hotcourts_main/images/blue/bulletB.gif") no-repeat 7px 10px; }
#quickMenu .qMenu p a { display:block; font:12px Tahoma; padding:0px 0px 0px 0px; margin:0px 0px 0px -10px; }
#quickMenu .qMenu p a:hover { color:#f80404; }
#quickMenu .qMenu .arrowTop { position:relative; width:66px; bottom:0px; left:3px; margin:2px 0px -2px 0px; }
#quickMenu .quickMenuBgTop { position:relative; width:73px; top:0px; left:0px; height:25px; background:url("/layouts/hotcourts_main/images/blue/bgQuickMenuTop.gif") no-repeat left top; }
#quickMenu .quickMenuBgBottom { position:relative; width:73px; top:0px; _top:-4px; left:0px; height:11px; background:url("/layouts/hotcourts_main/images/blue/bgQuickMenuBottom.gif") no-repeat left bottom; }
.news_ticker_none { height:50px; overflow:hidden; clear:both; white-space:nowrap; background-color:#f8f8f8; border:1px solid #dedede; }

.news_ticker_none table { width:100%; height:50px; margin:0; padding:0; table-layout:fixed;}
.news_ticker_none table td { white-space:nowrap; overflow:hidden; height:50px; vertical-align:top; }

.news_ticker_none .tickerBox { height:50px; padding-top:2px; white-space:nowrap; overflow:hidden; }

.news_ticker_none ul { margin:0; padding:0 0 0 2px; white-space:nowrap; overflow:hidden; }
.news_ticker_none li { list-style:none; height:16px; overflow:hidden; white-space:nowrap; font-size:7pt;}

.news_ticker_none ul li .title a { color:#555555; text-decoration:none;  font-size:1.1em; background:url("/widgets/newest_document/skins/news_ticker/images/bullet.gif") no-repeat 3px 6px; padding-left:9px; }
.news_ticker_none ul li .title a:hover { text-decoration:none; color:#3030BF; }
.news_ticker_none ul li .title span.comment { color:#FE6700; font:.8em verdana; }
.news_ticker_none ul li .title span.comment a { color:#FE6700; font:.8em verdana; text-decoration:none; }

.news_ticker_none ul li .date { color:#999999; font:.85em verdana; white-space:nowrap; margin-right:5px;}
* {margin:0; padding:0; }
.uyano_tapbox_red { position:relative; margin-bottom:2px; _margin-bottom:2px;}

.uyano_tapbox_red .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.uyano_tapbox_red .tabBox a { text-decoration:none; color:#666666; }
.uyano_tapbox_red .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_left_on.gif") top left no-repeat;}
.uyano_tapbox_red .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_left.gif") top left no-repeat;}
.uyano_tapbox_red .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_right.gif") top right no-repeat; padding:0;}
.uyano_tapbox_red .tab_title { float:left; }
.uyano_tapbox_red .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_blank.gif") no-repeat right top;}
.uyano_tapbox_red .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_blank1.gif") no-repeat right top;}

.uyano_tapbox_red .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; padding:7px 9px 0 9px; margin-right:4px; color:#666666; }
.uyano_tapbox_red .tab div a { color:#666666; text-decoration:none;}
.uyano_tapbox_red .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; padding:7px 9px 0 9px; _padding:7px 11px 0 11px; margin-right:4px; _margin-right:2px; font-weight:bold; color:#4A7FB2; }
.uyano_tapbox_red .on div a { color:#B40404; }

.uyano_tapbox_red .tabContent { margin:0; padding:2px; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background-color:#FFFFFF; z-index:1;}
.uyano_tapbox_red .show { display:block; }
.uyano_tapbox_red .hide { display:none; }

.uyano_tapbox_red .tabContent table { border:0; width:100%; table-layout:fixed; }

.uyano_tapbox_red .tabContent .thumbnail { text-align:center; }
.uyano_tapbox_red .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.uyano_tapbox_red .tabContent .titleBox { padding-top:3px; padding-right:5px; color:#888888; vertical-align:top;}
.uyano_tapbox_red .tabContent .titleBox .regdate { font-family:verdana; font-size:.85em; color:#04A0C1;}
.uyano_tapbox_red .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bullet.gif") no-repeat 3px 6px; padding-left:9px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.uyano_tapbox_red .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23; }
.uyano_tapbox_red .tabContent .titleBox .title a { color:#000000; text-decoration:none; }
.uyano_tapbox_red .tabContent .titleBox .title a:hover,
.uyano_tapbox_red .tabContent .titleBox .title a:focus { background-color:#ffff66 !important; }

.uyano_tapbox_red .tabContent .titleBox .title .author { color:#AAAAAA; }
.uyano_tapbox_red .tabContent .titleBox .title .readAndVoted { font-family:verdana; font-size:.85em; color:#AAAAAA;}
.uyano_tapbox_red .tabContent .titleBox .title .readAndVoted .readed { color:#4A7FB2;}
.uyano_tapbox_red .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.uyano_tapbox_red .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_mid.gif") left top repeat-x; }
.uyano_tapbox_red .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_left.gif") left top no-repeat; }
.uyano_tapbox_red .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_right.gif") right top no-repeat;}
* {margin:0; padding:0; }
.uyano_tapbox_white { position:relative; margin-bottom:2px; _margin-bottom:2px;}

.uyano_tapbox_white .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.uyano_tapbox_white .tabBox a { text-decoration:none; color:#666666; }
.uyano_tapbox_white .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_left_on.gif") top left no-repeat;}
.uyano_tapbox_white .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_left.gif") top left no-repeat;}
.uyano_tapbox_white .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/top_right.gif") top right no-repeat; padding:0;}
.uyano_tapbox_white .tab_title { float:left; }
.uyano_tapbox_white .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_blank.gif") no-repeat right top;}
.uyano_tapbox_white .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/tab_blank1.gif") no-repeat right top;}

.uyano_tapbox_white .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; padding:7px 9px 0 9px; margin-right:4px; color:#666666; }
.uyano_tapbox_white .tab div a { color:#666666; text-decoration:none;}
.uyano_tapbox_white .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; padding:7px 9px 0 9px; _padding:7px 11px 0 11px; margin-right:4px; _margin-right:2px; font-weight:bold; color:#4A7FB2; }
.uyano_tapbox_white .on div a { color:#179317; }

.uyano_tapbox_white .tabContent { margin:0; padding:2px; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background-color:#FFFFFF; z-index:1;}
.uyano_tapbox_white .show { display:block; }
.uyano_tapbox_white .hide { display:none; }

.uyano_tapbox_white .tabContent table { border:0; width:100%; table-layout:fixed; }

.uyano_tapbox_white .tabContent .thumbnail { text-align:center; }
.uyano_tapbox_white .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.uyano_tapbox_white .tabContent .titleBox { padding-top:3px; padding-right:5px; color:#888888; vertical-align:top;}
.uyano_tapbox_white .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#04A0C1;}
.uyano_tapbox_white .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bullet.gif") no-repeat 3px 6px;  padding-left:9px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.uyano_tapbox_white .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23; }
.uyano_tapbox_white .tabContent .titleBox .title a { color:#000000; text-decoration:none; }
.uyano_tapbox_white .tabContent .titleBox .title a:hover,
.uyano_tapbox_white .tabContent .titleBox .title a:focus { background-color:#ffff66 !important; }

.uyano_tapbox_white .tabContent .titleBox .title .author { color:#AAAAAA; }
.uyano_tapbox_white .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.uyano_tapbox_white .tabContent .titleBox .title .readAndVoted .readed { color:#4A7FB2;}
.uyano_tapbox_white .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.uyano_tapbox_white .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_mid.gif") left top repeat-x; }
.uyano_tapbox_white .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_left.gif") left top no-repeat; }
.uyano_tapbox_white .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/wowbjx/images/normal/bottom_right.gif") right top no-repeat;}
* {margin:0; padding:0; }
.uyano_tapbox_green { position:relative; margin-bottom:2px; _margin-bottom:2px;}

.uyano_tapbox_green .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.uyano_tapbox_green .tabBox a { text-decoration:none; color:#666666; }
.uyano_tapbox_green .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_left_on.gif") top left no-repeat;}
.uyano_tapbox_green .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_left.gif") top left no-repeat;}
.uyano_tapbox_green .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_right.gif") top right no-repeat; padding:0;}
.uyano_tapbox_green .tab_title { float:left; }
.uyano_tapbox_green .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_blank.gif") no-repeat right top;}
.uyano_tapbox_green .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_blank1.gif") no-repeat right top;}

.uyano_tapbox_green .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; padding:7px 9px 0 9px; margin-right:4px; color:#666666; }
.uyano_tapbox_green .tab div a { color:#666666; text-decoration:none;}
.uyano_tapbox_green .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; padding:7px 9px 0 9px; _padding:7px 11px 0 11px; margin-right:4px; _margin-right:2px; font-weight:bold; color:#4A7FB2; }
.uyano_tapbox_green .on div a { color:#179317; }

.uyano_tapbox_green .tabContent { margin:0; padding:2px; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background-color:#FFFFFF; z-index:1;}
.uyano_tapbox_green .show { display:block; }
.uyano_tapbox_green .hide { display:none; }

.uyano_tapbox_green .tabContent table { border:0; width:100%; table-layout:fixed; }

.uyano_tapbox_green .tabContent .thumbnail { text-align:center; }
.uyano_tapbox_green .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.uyano_tapbox_green .tabContent .titleBox { padding-top:3px; padding-right:5px; color:#888888; vertical-align:top;}
.uyano_tapbox_green .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#04A0C1;}
.uyano_tapbox_green .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bullet.gif") no-repeat 3px 6px; padding-left:9px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.uyano_tapbox_green .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23; }
.uyano_tapbox_green .tabContent .titleBox .title a { color:#444444; text-decoration:none; }
.uyano_tapbox_green .tabContent .titleBox .title a:hover,
.uyano_tapbox_green .tabContent .titleBox .title a:focus { color:#3030BF !important; }

.uyano_tapbox_green .tabContent .titleBox .title .author { color:#AAAAAA; }
.uyano_tapbox_green .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.uyano_tapbox_green .tabContent .titleBox .title .readAndVoted .readed { color:#4A7FB2;}
.uyano_tapbox_green .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.uyano_tapbox_green .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_mid.gif") left top repeat-x; }
.uyano_tapbox_green .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_left.gif") left top no-repeat; }
.uyano_tapbox_green .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_right.gif") right top no-repeat;}
* {margin:0; padding:0; }
.uyano_tapbox_purple { position:relative; margin-bottom:2px; _margin-bottom:2px;}

.uyano_tapbox_purple .tabBox { position:relative; width:100%; height:27px; z-index:1; background:#ffffff url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_bg.gif") top left repeat-x; overflow:hidden; padding-bottom:0px; }
.uyano_tapbox_purple .tabBox a { text-decoration:none; color:#666666; }
.uyano_tapbox_purple .left-corner-on { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_left_on.gif") top left no-repeat;}
.uyano_tapbox_purple .left-corner { float:left; margin:0; padding:0; width:3px; height:27px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_left.gif") top left no-repeat;}
.uyano_tapbox_purple .right-corner{ position:relative; z-index:3; width:100%; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/top_right.gif") top right no-repeat; padding:0;}
.uyano_tapbox_purple .tab_title { float:left; }
.uyano_tapbox_purple .tab { top:0px;  height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer; z-index:2; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_blank.gif") no-repeat right top;}
.uyano_tapbox_purple .on { top:0px; height:27px; border-right:0; margin-right:0px; float:left; cursor:pointer;  z-index:2; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/tab_blank1.gif") no-repeat right top;}

.uyano_tapbox_purple .tab div { float:left; margin-top:1px; height:13x; border-bottom:0px solid #EEEEEE; padding:7px 9px 0 9px; margin-right:4px; color:#666666; }
.uyano_tapbox_purple .tab div a { color:#666666; text-decoration:none;}
.uyano_tapbox_purple .on div { float:left; margin-top:1px; height:13px; background:#ffffff; border-bottom:6px solid #FFFFFF; padding:7px 9px 0 9px; _padding:7px 11px 0 11px; margin-right:4px; _margin-right:2px; font-weight:bold; color:#4A7FB2; }
.uyano_tapbox_purple .on div a { color:#000000; }

.uyano_tapbox_purple .tabContent { margin:0; padding:2px; border-left:1px solid #d8d8d8; border-right:1px solid #d8d8d8; background-color:#FFFFFF; z-index:1;}
.uyano_tapbox_purple .show { display:block; }
.uyano_tapbox_purple .hide { display:none; }

.uyano_tapbox_purple .tabContent table { border:0; width:100%; table-layout:fixed; }

.uyano_tapbox_purple .tabContent .thumbnail { text-align:center; }
.uyano_tapbox_purple .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.uyano_tapbox_purple .tabContent .titleBox { padding-top:3px; padding-right:5px; color:#888888; vertical-align:top;}
.uyano_tapbox_purple .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#04A0C1;}
.uyano_tapbox_purple .tabContent .titleBox .title { background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bullet.gif") no-repeat 3px 6px; padding-left:9px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.uyano_tapbox_purple .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.85em; color:#F48A23; }
.uyano_tapbox_purple .tabContent .titleBox .title a { color:#000000; text-decoration:none; }
.uyano_tapbox_purple .tabContent .titleBox .title a:hover,
.uyano_tapbox_purple .tabContent .titleBox .title a:focus { color:#3030BF !important; }

.uyano_tapbox_purple .tabContent .titleBox .title .author { color:#AAAAAA; }
.uyano_tapbox_purple .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.uyano_tapbox_purple .tabContent .titleBox .title .readAndVoted .readed { color:#4A7FB2;}
.uyano_tapbox_purple .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}

.uyano_tapbox_purple .bottom_mid { position:relative; float:left; margin:0; padding:0; width:100%; height:6px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_mid.gif") left top repeat-x; }
.uyano_tapbox_purple .bottom_left { float:left; margin:0; padding:0; width:6px; height:6px;  background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_left.gif") left top no-repeat; }
.uyano_tapbox_purple .bottom_right { float:right; margin:0; padding:0; width:6px; height:6px; background:url("/widgets/tab_newest_document/skins/wowbj/images/normal/bottom_right.gif") right top no-repeat;}


