@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;}
/*
Juventus.kr Index Layout Ver.3.0
By Adrenalin 2008.07.23 ~ 진행 중
*/

/* body 부분 */
body {
	font: 0.75em 돋움, dotum, AppleGothic, Arial, sans-serif;  /* 0.75em은 9pt와 같은 크기 */
	text-align: center; /* center로 지정하는 이유는 익스6에서 중앙정렬을 하기위한 꽁수 */
	margin: 0;
	padding: 0;
}

/* top1 링크스타일 시작 */
#top1 a:link, a:visited {
	color: #333;
	text-decoration: none;
	}

#top1 a:hover {
	color: #333;
	border-bottom: dashed 1px #333;
	}
#top1 a:active {
	color: #333;
	border-bottom: solid 2px #333;
	}
/* top1 링크스타일 끝 */

/* 제일 상단 시작 (별 - 퀵 메뉴)*/
#wrap_top1{
	width: 980px;
	height: 20px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
	
#star {
	float: left;
	width: 120px;
	height: 20px;
	margin-right: 3px;
	}
#star img {
	padding-top: 5px;
	}
	
#top1 {
	margin-left: 3px;
	padding: 0px;
	text-align: right;
	float: left;
	width: 854px;
	height: 20px;
	background: white;
	position: relative; /* qml을 우하로 배치하기 위함 */
}
/* 퀵메뉴 리스트 시작 */
#qml {
	margin: 0px;
	padding-right: 32px;
	position: absolute; /* qml 우하로 배치하기 위함 */
	right: 0px; /* 우측 끝 배치 */
	bottom: 0px; /* 하 끝 배치 */
}

#qml li {
	display: inline;
	}
	
/* 퀵메뉴 사이의 /추가 시작 */
#qml span {
	font-size: 0.75em;
	vertical-align: middle;
	}
/* 퀵메뉴 사이의 /추가 끝 */
/* 퀵메뉴 리스트 끝 */

/* 퀵메뉴 다음에 채팅방 링크 시작 */
#chat {
padding-right: 3px;
	position: absolute; /* chat 우하로 배치하기 위함 */
	right: 0px; /* 우측 끝 배치 */
	bottom: 0px; /* 하 끝 배치 */
	}
/* 퀵메뉴 다음에 채팅방 링크 끝 */
/* 제일 상단 끝 */

/* 2번째 상단 시작 */
#wrap_top2{
	width: 980px;
	height: 76px;
	margin-top: 2px;
	_margin-top: 1px; /*언더바 핵 for IE6 */
	margin-left: auto;
	margin-right: auto;
	}

#logo{
	width: 120px;
	height: 76px;
	float: left;
	margin-right: 3px;
	}
	
#wrap_ms{
	position: relative;
	margin-left: 3px;
	width: 854px;
	height: 76px;
	float: left;
	background-image: url("/layouts/Juventus3_index/images/bg_top2.gif");
	}
/* 메인메뉴 시작 */
#top2_m {
	height: 38px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
	z-index: 10; /* IE에서 #language의 z-index버그 때문에 */
	}
#mml {
	position: absolute;
	list-style: none;
	float: left;
	height: 26px;
	margin: 6px 0px 4px 6px;
	padding: 0px 0px 0px 0px;
	font: 1em 굴림, Gulim, AppleGothic, San-Serif;
	overflow: hidden;
	}
#mml li{
	position: relative;
	float: left;
	left: -13px;
	height: 26px;
	margin: 0px;
	padding: 7px 6px 0px 33px;
	background: url("/layouts/Juventus3_index/images/bg_mml_vr.gif") no-repeat left top;
	}
#mml li a {
	color: #333; /* 이 색도 잘 어울림 #945e3a */
	text-decoration: none;
	}
#mml li a:hover, active {
	border-bottom: dashed 1px #333;
	}
#mml li.on a {
	font-weight: bold;
	border-bottom: solid 2px #333;
	}
/* 메인메뉴 끝 */

/* 언어 선택 시작 */
#language {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
	}	
#language strong {
	color: #333;
	font: 0.75em 돋움, dotum, AppleGothic, Arial, sans-serif;
	margin-right: 3px;
	}	
#language a img {
	vertical-align: -5px;
	}	
#language ul {
	position: absolute;
	top: 5px;
	right: 0px;
	padding-left: 0px;
	display: none;
	border: 2px solid #333;
	background: white;
	}
#language ul li {
	list-style: none;
	}
#language ul li a {
	display: block;
	width: 61px;
	padding: 4px 8px;
	font: 0.75em 돋움, dotum, AppleGothic, Arial, sans-serif;
	color: #333;
	text-decoration:none;
	}
#language ul li a:hover {
	background: #fcdd41;
	}
/* 언어 선택 끝 */

/* 서브메뉴 시작 */
#top2_s{
	position: relative;
	text-align:  left;
	height: 38px;
	margin: 0px;
	padding: 0px;
	}

#sml {
	position: absolute;
	list-style: none;
	float: left;
	height: 22px;
	margin: 7px 0px 0px 30px;
	padding: 0px;
	font: 1em 굴림, Gulim, AppleGothic, San-Serif;
	white-space: nowrap;
	overflow: hidden;
	}
#sml li {
	position: relative;
	float: left;
	left: -21px;
	margin: 0px;
	padding: 5px 6px 0px 27px;
	height: 22px;
	background: url("/layouts/Juventus3_index/images/bg_sml_vr.gif") no-repeat left top;
	}
#sml li a {
	color: #333;
	text-decoration: none;
}
#sml li a:hover, active {
	border-bottom: dashed 1px;
	}
#sml li.on a {
	font-weight: bold;
	border-bottom: solid 2px #fcdd41;
	}
/* 서브메뉴 끝 */
/* 통합검색 시작 */
#isSearch {
	position: absolute;
	top: 46px;
	right: 20px;
	width: 214px;
	text-align: right;
	}
#isSearch .searchOrder {
	display: none;
	}
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url("/layouts/Juventus3_index/images/default/bgSearchTerm.gif") no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
*:first-child+html #isSearch .checked { top:1px; }
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #919898; background:#536c6d;}
#isSearch ul li { width:67px; height:18px; list-style:none; }
#isSearch ul li input { display:none;}
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
#isSearch ul li label.on { background:#455a5b; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#455a5b;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; }
*:first-child+html body#default #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
*:first-child+html body#default #isSearch .submit { position:relative; top:-1px;}
/* 통합검색 끝 */
/* 2번째 상단 끝 */

/* 메인 컨텐츠 시작 */

/* 감싸기 부분 (left, middle, right, bottom)*/
#wrap_content {
	clear: both;
	width: 980px;
	margin-top: 8px;
	_margin-top: 6px; /*언더바 핵 for IE6 */

	margin-left: auto;
	margin-right: auto;
}

/* 좌측 로그인 부분 */
#left {
	float: left;
	width: 120px;
	margin-right: 3px;
}

#sponsor {
	height: 100px;
	margin-top: 6px;
	text-align: center;
	}
#sponsor span img { /* 인덱스 레이아웃만 있는 부분 */
	padding: 5px;
	}
#sponsor span.futbol img { /* 풋볼 부분만 좌우 여백없음 */
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	}

/* 메인컨텐츠 나오는 부분 */
#middle {
	text-align: left;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 620px;
	padding: 10px;
	border: solid 6px #f8f8f5;
	}

/* 구글 애드센스 */
#middle #google_ad {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px dashed #f8f8f5;
	text-align: center;
	}

/* 오른쪽 부분 */
#right{
	float: left;
	width: 196px; /* 전체980 - (마진+보더+와이드+패딩) */
	margin-left: 3px;
	}

/* 유베클락 시작 */
#juve_clock {
	margin-bottom: 6px; /* 아래의 위젯과 적절한 공백을 만들어 줍니다 눼눼 */
	border: 4px solid #f8f8f5;
	color: #333;
	background-color: #f8f8f5;
	font: 0.95em 돋움, Dotum, 굴림, Gulim, AppleGothic, San-serif;
	}
#juve_clock span {
	display: block;
	height: 14px;
	padding-top: 3px;
	_padding-top: 5px; /*언더바 핵 for IE6 */
	padding-left: 24px;
	background: url("/layouts/Juventus3_index/images/icon_clock.gif") no-repeat 6px 2px;
	text-align: left;
	}
/* 유베클락 끝 */

/* 가장 아래의 카피라이트 시작 */
#bottom {	
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	_padding-top: 8px;
	text-align: center;
}

/*hr 시작 */
div.hr {
	margin: 4px 0px 8px 0px;
	_margin: 8px 0px 10px 0px;
	padding: 0px;
	height: 12px;
	background: url("/layouts/Juventus3_index/images/line_bottom.gif") repeat-x -8px;
	}
div.hr hr {
	display: none;
	}
/*hr 끝 */

/* 하단 리스트 시작 */
#bml {
	margin: 0px;
	padding: 0px 202px 0px 126px;
	list-style: none;
	}
#bml li {
	color: #999;
	display: inline;
	font: 0.9em 돋움, Dotum, 굴림, Gulim, AppleGothic, San-serif;
	}
#bml li a {
	color: #999;
	text-decoration: none;
	}
#bml li a:link, visited {
	color: #999;
	}
#bml li a:hover, active {
	border-bottom: dashed 1px;
	}
/* 하단 리스트 끝 */

/* 가장 아래의 카피라이트 시작 */
#copyrights {
	margin: 0px 0px 20px 0px;	
	padding: 3px 202px 0px 126px;
	color: #999;
	font: 0.9em 돋움, Dotum, 굴림, Gulim, AppleGothic, San-serif;
	font-style: normal;
	}
#copyrights a {
	color: #333;
	text-decoration: none;
	}
/* 가장 아래의 카피라이트 끝 */


/* 메인 컨텐츠 끝 */
/*
Juventus.kr Login Form Skin Ver.3.0
By Adrenalin 2008.07.23 ~ 진행 중
*/

/* body와 다름없는 필드셋 시작 */
.login_default {
	display: block;
	position: relative;
	width: 112px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	border: solid 4px #f8f8f5;
	background-color: white;
	}
/* body와 다름없는 필드셋 끝 */

.login_default legend { /* 전설을 완전 가림 */
	display: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	font-size: 0;
	}
	
.login_default form {
	position: relative;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
/* /// 로그인 전 시작 /// */
.login_default form .idpwWrap {
	clear: both;
	overflow: hidden;
	width: 112px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
.login_default form .idpw {
	width: 112px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}	

.login_default form .idpw input {
	width: 90px;
	border: solid 4px #f8f8f5;
	color: #333;
	}

.login_default form .login {
	margin: 6px 0px 6px 0px;

	}
    
/* 로그인 유지 시작 */
.login_default form p.save {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	
	}

.login_default form p.save input {
	vertical-align: middle;
	_margin: -5px;
	}

.login_default form p.save label {
	font: 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	color: #333;
	}
/* 로그인 유지 끝 */

/* 회원가입, 아이디/비번 찾기 시작 */
.login_default form ul.help {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	}
	
.login_default form ul.help li {
	display: block;
	text-align: center;
	font: 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	padding: 1px 0px 1px 0px;
	}
.login_default form ul.help li a:link, a:visited {
	color: #333;
	text-decoration: none;	
	}

.login_default form ul.help li a:hover, active {
	color: #333;
	text-decoration: underline;
	}
/* 회원가입, 아이디/비번 찾기 끝 */
/* /// 로그인 전 끝 /// */

/* /// 로그인 후 시작 /// */
/* 아이콘, 닉네임 시작 */	
.login_default form .profile_img {
	margin: 0px;
	padding: 4px 0px 8px 0px;
	background: #f8f8f5;
	}

.login_default form .profile_img img {
	border: solid 3px #cfcec3;
	}
	
.login_default form .icon_nickname {
	position: relative;	
	width: 112px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: dashed 1px #ccc;
	overflow: hidden;
	color: #333;
	font: bold 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	}
/* 아이콘, 닉네임 끝 */	

/* 레벨, 포인트 시작 */
.pointlevel {
	margin: 0px;
	padding: 4px 0px 4px 5px;
	border-bottom: dashed 1px #ccc;
	}
.pointlevel strong {
	color: #333;
	font: bold 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	text-decoration: underline;
	vertical-align: top;
}

.between {
	color: #333;
	font-size: 0.75em;
	vertical-align: middle;
	}
/*레벨, 포인트 끝*/	

/* 유저 메뉴 시작 */
.login_default form ul.userMenu {
	position: relative;
	margin: 0px;
	padding: 2px 10px 0px;
	}
	
.login_default form ul.userMenu li {
	background: white;
	list-style: none;
	margin: 0px;
	padding: 3px 0px 2px 5px;
	border-bottom: dashed 1px #ccc;
	color: #333;
	text-align: left;
	font: 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	}
.login_default form ul.userMenu li a:link, a:visited {
	color: #333;
	text-decoration: none;	
	}

.login_default form ul.userMenu li a:hover, active {
	color: #333;
	text-decoration: underline;
	}
/* 유저 메뉴 끝 */

/*로그 아웃 버튼 시작 */
.login_default form .logout {
	width: 112px;
	margin: 0px;
	padding: 6px 0px;
	}
/*로그 아웃 버튼 끝 */


/*최근 로그인 시작 */
.login_default form p.latestLogin {
	margin: 0px;
	padding: 0px;
	color: #999;
	font: 0.9em 돋움, dotum, 굴림, gulim, AppleGothic, Arial, San-serif;
	}
/*최근 로그인 끝 */
/* /// 로그인 후 끝 /// */
/*
Juventus.kr Newest Comment Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.blog_widget_normal {
	_width: 183px; /*언더바 핵 for IE6 */
	margin-bottom: 6px; /* 아래의 위젯과 적절한 공백을 만들어 줍니다 눼눼 */
	}

.blog_widget_normal .newest_comment {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.blog_widget_normal .newest_comment h2 {
	_width: 176px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #f8f8f5;
	vertical-align: middle;
	}
.blog_widget_normal .newest_comment .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.blog_widget_normal .newest_comment .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/newest_comment/skins/juventus3_newest_comment/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.blog_widget_normal .newest_comment .items li a {
	color: #999;
	text-decoration: none;
	}
.blog_widget_normal .newest_comment .items li a:hover {
	border-bottom: dashed 1px;
	}
.blog_widget_normal .newest_comment .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_comment .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr Newest Document Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.blog_widget_normal {
	_width: 183px; /*언더바 핵 for IE6 */
	margin-bottom: 6px; /* 아래의 위젯과 적절한 공백을 만들어 줍니다 눼눼 */
	}

.blog_widget_normal .newest_document {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.blog_widget_normal .newest_document h2 {
	_width: 176px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #f8f8f5;
	}
.blog_widget_normal .newest_document .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.blog_widget_normal .newest_document .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/newest_document/skins/juventus3_newest_document/images/normal/icon_document_10x10.gif") no-repeat left center;
	}
.blog_widget_normal .newest_document .items li .comment {
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/newest_document/skins/juventus3_newest_document/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.blog_widget_normal .newest_document .items li .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}


.blog_widget_normal .newest_document .items li a {
	color: #999;
	text-decoration: none;
	}
.blog_widget_normal .newest_document .items li a:hover {
	border-bottom: dashed 1px;
	}
.blog_widget_normal .newest_document .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr popular Document Skin Ver.3.0
By Adrenalin 2008.08.08
*/

.blog_widget_normal {
	_width: 183px; /*언더바 핵 for IE6 */
	}

.blog_widget_normal .newest_document {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.blog_widget_normal .newest_document h2 {
	_width: 176px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #f8f8f5;
	}
.blog_widget_normal .newest_document .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.blog_widget_normal .newest_document .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/popular_document/skins/juventus3_popular_document/images/normal/icon_document_10x10.gif") no-repeat left center;
	}
/* 조회수 아이콘 시작 */	
.blog_widget_normal .newest_document .items li .readed {
	color: #333;
	font-weight: bold;
	padding-left: 14px;
	background: url("/widgets/popular_document/skins/juventus3_popular_document/images/normal/icon_readed_12x10.gif") no-repeat left center;
	}
.blog_widget_normal .newest_document .items li .readed a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li .readed a:hover, active {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
/* 조회수 아이콘 끝 */	

/* 추천수 아이콘 시작 */
.blog_widget_normal .newest_document .items li .voted {
	color: #333;
	font-weight: bold;
	padding-left: 13px;
	background: url("/widgets/popular_document/skins/juventus3_popular_document/images/normal/icon_voted_11x10.gif") no-repeat left center;
	}
.blog_widget_normal .newest_document .items li .voted a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li .voted a:hover, active {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
/* 추천수 아이콘 끝 */	

.blog_widget_normal .newest_document .items li a {
	color: #999;
	text-decoration: none;
	}
.blog_widget_normal .newest_document .items li a:hover {
	border-bottom: dashed 1px;
	}
.blog_widget_normal .newest_document .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.blog_widget_normal .newest_document .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr Newest Document Webzine Photo Style Skin Ver.3.0
By Adrenalin 2008.08.09
*/

.nw_box_photo {
	overflow: hidden;
	}

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

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

.nw_box_photo .listTable tr td { padding:0;margin:0; vertical-align:top; overflow:hidden; }

.nw_box_photo .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_photo .thumbnailBox .thumbnail {
	text-align: center;
	padding: 0px;
	white-space: nowrap;
	}
.nw_box_photo .thumbnailBox .thumbnail img {
	border:2px solid #cfcec3; }
.nw_box_photo .thumbnailBox .thumbnail img:hover {
	border: 2px solid #333; }
.nw_box_photo .thumbnailBox .thumbnail img:active {
	border: 2px solid #fcdd41; }
.nw_box_photo .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
/*
Juventus.kr Newest Official News Skin Ver.3.0
By Adrenalin 2008.08.09
*/

.j3_official_news {
	overflow: hidden;
	}

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

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

.j3_official_news .listTable tr td {
	padding: 0; margin: 0;
	vertical-align: top;
	overflow: hidden;
	}

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

.j3_official_news .thumbnailBox .thumbnail {
	text-align: center;
	padding: 0px;
	white-space: nowrap;
	}

.j3_official_news .thumbnailBox .thumbnail img {
	border:0px solid #cfcec3; }

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

.j3_official_news .thumbnailBox .titleBox {
	margin-top: 4px;
	margin-bottom: 5px;
	}

.j3_official_news .thumbnailBox .titleBox .title {
	font: bold 1.3em 돋움, Dotum, 굴림, Gulim, AppleGothic, San-serif;
	line-height: 1.2;
	}

.j3_official_news .thumbnailBox .titleBox .title .comment {
	font-size: .7em;
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/webzine/skins/juventus3_newest_webzine/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.j3_official_news .thumbnailBox .titleBox .title .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.j3_official_news .thumbnailBox .titleBox .title .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.j3_official_news .thumbnailBox .titleBox .title .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}

.j3_official_news .thumbnailBox .titleBox .title a {
	color: #333;
	text-decoration: none;
	}
.j3_official_news .thumbnailBox .titleBox .title a:hover {
	border-bottom: dashed 1px #333;
	}
.j3_official_news .thumbnailBox .titleBox .title a:active {
	border-bottom: solid 2px #fcdd41;
	}


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

.j3_official_news .thumbnailBox .contentbox {
	overflow: hidden;
	margin-bottom: 5px;
	line-height: 1.5;
	}
.j3_official_news .thumbnailBox .contentbox a {
	color: #333;
	text-decoration: none;
	}
.j3_official_news .thumbnailBox .contentbox a:hover{
	border-bottom: dashed 1px #333;
	}
.j3_official_news .thumbnailBox .contentbox a:active {
	border-bottom: solid 2px #fcdd41;
	}
.j3_official_news .thumbnailBox .authorBox { margin-top:5px; }

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

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

.j3_official_news .thumbnailBox td.bottomBorder { border-bottom:1px dashed #EEEEEE; padding-bottom:5px; }
/*
Juventus.kr Newest Document Official NEews Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.newest_official_news_normal {
	_width: 306px; /*언더바 핵 for IE6 */
	}

.newest_official_news_normal .newest_official_news {
	margin: 0px;
	padding: 6px;
	text-align: left;
	position: relative;
	}

.newest_official_news_normal .newest_official_news h2 {
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #fff;
	}
.newest_official_news_normal .newest_official_news .items {
	overflow: hidden;
	position: absolute;
	top: -22px;
	margin: 0px;
	padding: 5px 0px 0px;
	}
.newest_official_news_normal .newest_official_news .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/newest_document/skins/juventus3_newest_official_news/images/normal/icon_document_10x10.gif") no-repeat left center;
	}
	
.newest_official_news_normal .newest_official_news .items li a {
	color: #999;
	text-decoration: none;
	}
.newest_official_news_normal .newest_official_news .items li a:hover {
	border-bottom: dashed 1px;
	}
.newest_official_news_normal .newest_official_news .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.newest_official_news_normal .newest_official_news .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}

.newest_official_news_normal .newest_official_news .items li .comment {
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/newest_document/skins/juventus3_newest_official_news/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.newest_official_news_normal .newest_official_news .items li .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.newest_official_news_normal .newest_official_news .items li .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.newest_official_news_normal .newest_official_news .items li .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr Newest Document Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.newest_notice_normal {
	_width: 213px; /*언더바 핵 for IE6 */
	}

.newest_notice_normal .newest_notice {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.newest_notice_normal .newest_notice h2 {
	_width: 206px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #f8f8f5;
	}
.newest_notice_normal .newest_notice h2 a {
	color: #333;
	text-decoration: none;
	}
.newest_notice_normal .newest_notice .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.newest_notice_normal .newest_notice .items li {
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	background: url("/widgets/newest_document/skins/juventus3_newest_notice/images/normal/icon_document_10x10.gif") no-repeat left center;
	}

.newest_notice_normal .newest_notice .items li a {
	color: #999;
	text-decoration: none;
	}
.newest_notice_normal .newest_notice .items li a:link {
	color: #945e3a;
	font-weight: bold;
	text-decoration: none;
	}
.newest_notice_normal .newest_notice .items li a:visited {
	color: #999;
	text-decoration: none;
	}
.newest_notice_normal .newest_notice .items li a:hover {
	border-bottom: dashed 1px;
	}
.newest_notice_normal .newest_notice .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.newest_notice_normal .newest_notice .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
	
.newest_notice_normal .newest_notice .items li .comment {
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/newest_document/skins/juventus3_newest_notice/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.newest_notice_normal .newest_notice .items li .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.newest_notice_normal .newest_notice .items li .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.newest_notice_normal .newest_notice .items li .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr Newest Document Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.special_report_normal {
	_width: 375px; /*언더바 핵 for IE6 */
	}

.special_report_normal .newest_special_report {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.special_report_normal .newest_special_report h2 {
	_width: 368px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: solid 1px #f8f8f5;
	}
.special_report_normal .newest_special_report h2 a {
	color: #333;
	text-decoration: none;
	}
	
.special_report_normal .newest_special_report .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.special_report_normal .newest_special_report .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/newest_document/skins/juventus3_newest_special_report/images/normal/icon_document_10x10.gif") no-repeat left center;
	}
.special_report_normal .newest_special_report .items li .comment {
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/newest_document/skins/juventus3_newest_special_report/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.special_report_normal .newest_special_report .items li .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.special_report_normal .newest_special_report .items li .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.special_report_normal .newest_special_report .items li .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}


.special_report_normal .newest_special_report .items li a {
	color: #999;
	text-decoration: none;
	}
.special_report_normal .newest_special_report .items li a:hover {
	border-bottom: dashed 1px;
	}
.special_report_normal .newest_special_report .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.special_report_normal .newest_special_report .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
/*
Juventus.kr Newest Calcio Skin Ver.3.0
By Adrenalin 2008.08.08
*/
.calcio_normal {
	_width: 189px; /*언더바 핵 for IE6 */
	}

.calcio_normal .newest_calcio {
	margin: 0px;
	padding: 6px;
	border: 4px solid #f8f8f5;
	background-color: #fff;
	text-align: left;
	}

.calcio_normal .newest_calcio h2 {
	_width: 176px; /*언더바 핵 for IE6 */
	margin: 0px;
	padding: 4px 0px 0px;
	height: 21px;
	_height:20px; /*언더바 핵 for IE6 */
	font-size: 0.9em;
	color: #333;
	border-bottom: 1px solid #f8f8f5;
	}
.calcio_normal .newest_calcio h2 a {
	color: #333;
	text-decoration: none;
	}

.calcio_normal .newest_calcio .items {
	margin: 0px;
	padding: 5px 0px 0px;
	overflow: hidden;
	}
.calcio_normal .newest_calcio .items li {
	font-size: 0.9em;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	list-style: none;
	width: 100%;
	padding: 2px 0px 2px 13px;
	_padding: 4px 0px 1px 13px; /*언더바 핵 for IE6 */
	background: url("/widgets/newest_document/skins/juventus3_newest_calcio/images/normal/icon_document_10x10.gif") no-repeat left center;
	}
.calcio_normal .newest_calcio .items li .comment {
	font-weight: bold;
	padding-left: 12px;
	background: url("/widgets/newest_document/skins/juventus3_newest_calcio/images/normal/icon_comment_10x10.gif") no-repeat left center;
	}
.calcio_normal .newest_calcio .items li .comment a {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.calcio_normal .newest_calcio .items li .comment a:hover {
	color: #333;
	border-bottom: solid 2px #fcdd41;
	}
.calcio_normal .newest_calcio .items li .comment a:active {
	color: #fcdd41;
	border-bottom: solid 2px #fcdd41;
	}


.calcio_normal .newest_calcio .items li a {
	color: #999;
	text-decoration: none;
	}
.calcio_normal .newest_calcio .items li a:hover {
	border-bottom: dashed 1px;
	}
.calcio_normal .newest_calcio .items li a:active {
	border-bottom: solid 2px #fcdd41;
	}
.calcio_normal .newest_calcio .items li.on a {
	border-bottom: solid 2px #fcdd41;
	}
