@charset "utf-8";


/* 
Used Hack 
IE6 & Below 
{ property:value; _property:value; }
IE7 Only
*:first-child+html #selector
IE7 & IE6 & Below
*:first-child+html #selector,
* html #selector {}
*/

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

/* default.css - Type Selector Definition */
* { margin:0; padding:0; }
html { width:100%; }
body { margin:0; font-size:.75em; _font-size:9pt; font-family:sans-serif;}
*:first-child+html body { font-size:9pt; }
img { border:none; }
label { cursor:pointer; }
form { margin:0; padding:0; }

.iePngFix { behavior:url(./common/js/iePngFix.htc); } 
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }

/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
*:first-child+html .inputTypeText { font-size:9pt; }
.inputTypeText:hover,
.inputTypeText:focus { background:#f4f4f4; }
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt;}
*:first-child+html .inputTypeTextArea { font-size:9pt; }

.w40 { width:40px; }
.w60 { width:60px; }
.w70 { width:70px; }
.w80 { width:80px; }
.w90 { width:90px; }
.w100 { width:100px; }
.w110 { width:110px; }
.w120 { width:120px; }
.w130 { width:130px; }
.w140 { width:140px; }
.w150 { width:150px; }
.w160 { width:160px; }
.w170 { width:170px; }
.w180 { width:180px; }
.w190 { width:190px; }
.w200 { width:200px; }
.w210 { width:210px; }
.w220 { width:220px; }
.w230 { width:230px; }
.w240 { width:240px; }
.w250 { width:250px; }
.w260 { width:260px; }
.w270 { width:270px; }
.w280 { width:280px; }
.w290 { width:290px; }
.w300 { width:300px; }
.w400 { width:400px; }


/* editor style */
a.bold { font-weight:bold; }

.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }

.folder_opener { display: block; }
.folder_closer { display: none; }
.folder_area { display: none; }

.zbxe_widget_output { background:url(http://www.sajatv.com/common/tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
.member_signature { margin-top:10px; border:1px solid #DDDDDD; padding:10px; overflow:hidden;}
.member_profile_image { float:left; margin-right:10px; }

#waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
#fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; } 
#fororiginalimagearea { visibility:hidden; padding:0px; margin:0px; width:100%; height:100%; top:0px; left:0px; position:absolute; z-index:1000; text-align:left; overflow:hidden; }
#fororiginalimage { z-index:1002; }
#closeOriginalImageBtn { position:absolute; right:8px; top:5px; cursor:pointer; width:50px; height:12px; z-index:1003; }
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; line-height:22px;}
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; height:22px;}
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; height:22px; letter-spacing:-1px; white-space:nowrap;}

#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; cursor: move; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 33%; height: 100%; background: transparent url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 33%; height: 100%; background: transparent url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/close_grey.png) no-repeat; }
	#lbClose.red { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/close_red.png) no-repeat; }
	#lbClose.green { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/close_green.png) no-repeat; }
	#lbClose.blue { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/play_red.png) no-repeat; }
	#lbPlay.green { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/pause_red.png) no-repeat; }
	#lbPause.green { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(http://www.sajatv.com/addons/digist_lightbox/lytebox/images/pause_gold.png) no-repeat; }

/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/

/* White Skin - Start */

/*div { border:1px #ff0000 solid; }*/

/* Site Layout - Body Wrap */
body { background:#ffffff url(http://www.sajatv.com/layouts/xe_official/images/white/bg.png) no-repeat center top;}
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}

/* Site Layout - Header */
#header { position:relative; width:978px; height:114px; background:url(http://www.sajatv.com/layouts/xe_official/images/white/bgHeader2.png) no-repeat right bottom; margin-bottom:10px; z-index:99;}
#header h1 { position:absolute; top:0px; left:81px;}
/* */
#header.one h1 { position:absolute; top:0px; left:0px;}

#h-logo { margin-top:1px;position:absolute; top:0px; left:0;}
#language { position:absolute; top:-15px; right:0px; z-index:100;color:#ccc;}
#language a { color:#5c5c5c; text-decoration:none;}
#language strong { color:#5c5c5c; font:.75em Tahoma; margin-right:3px;}
#language a img { vertical-align:-4px;margin-right:6px;}
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #d9d9d9; background:#ffffff;}
#language ul li { list-style:none; }
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#5c5c5c; text-decoration:none;}
#language ul li a:hover { background:#f4f4f4;}

#GNB_Menu{position:absolute;top:29px;left:0px;z-index:9999;}

#it_search_form { position:absolute; top:50px; right:15px;}
#it_search_form .input { border:1px solid #d9d9d9; height:17px; width:120px; color:#888888; font-size:.9em;}
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }

#top-news {position:absolute; top:2px; left:145px; text-align:left;width:500px;}
#top-btn {position:absolute; top:14px; left:778px; text-align:right;width:200px;}

#top-btn2 {position:absolute; top:17px; left:700px; text-align:right;width:200px;}
#top-btn2 a {color:#333; text-decoration:none;font-family:돋움;}

#top-btn3 {position:absolute; top:17px; left:615px; text-align:right;width:200px;}
#top-btn3 a {color:#333; text-decoration:none;font-family:돋움;}

#gnb { position:absolute; top:76px; left:20px; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
#gnb li { list-style:none; float:left; background:url(http://www.sajatv.com/layouts/xe_official/images/white/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#727272; white-space:nowrap; text-decoration:none;font-family:돋움;}
#gnb li a:hover,
#gnb li a:focus { color:#000000;}
#gnb li.on a { color:#3f3f3f; background:url() no-repeat center top;font-weight:bold;}



#isSearch { position:absolute; top:50px; right:30px; 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(http://www.sajatv.com/layouts/xe_official/images/white/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#5c5c5c; line-height:normal;}
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #eee; background:#ffffff; overflow:hidden;}
#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:#5c5c5c;}
#isSearch ul li label.on { background:#ededed; }
#isSearch ul li label:hover,
#isSearch ul li label:focus { background:#ededed;}
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:0 3px 1px 3px; width:95px; height:16px; color:#000000; border:0px solid #fff; background-color:#FFFFFF; }
#isSearch .inputText:hover,
#isSearch .inputText:focus { border:0px solid #fff; background-color:#FFFFFF; }
*:first-child+html  #isSearch .inputText { position:relative; top:-1px;}
#isSearch .submit { vertical-align:middle;position:relative; top:-2px;left:20px; _position:relative; _top:-3px;}
*:first-child+html #isSearch .submit { position:relative; top:-3px;}

/* Site Layout - Content Body */
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(http://www.sajatv.com/layouts/xe_official/images/white/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #dddddd;}


/* Site Layout - Column Left */
#columnLeft { position:relative; width:103px; float:left;margin-left:1px;margin-right:1px;}

/*  */
#columnLeft .p-title-newshome { background:url(/images/p-title-newshome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-newshome { position:relative; left:-1px;}
#columnLeft .p-title-tvhome { background:url(/images/p-title-tvhome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-tvhome { position:relative; left:-1px;}
#columnLeft .p-title-kclhome { background:url(/images/p-title-kclhome.jpg) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-kclhome { position:relative; left:-1px;}

#columnLeft .p-title-index { background:url(/images/p-title-index.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-index { position:relative; left:-1px;}

#columnLeft .p-title-radiohome { background:url(/images/p-title-radiohome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-radiohome { position:relative; left:-1px;}

#columnLeft .p-title-photohome { background:url(/images/p-title-photohome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-photohome { position:relative; left:-1px;}

#columnLeft .p-title-leaguehome { background:url(/images/p-title-leaguehome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-leaguehome { position:relative; left:-1px;}

#columnLeft .p-title-starshome { background:url(/images/p-title-starshome.png) no-repeat 0 0;width:99px;height:52px; }
* html #columnLeft .p-title-starshome { position:relative; left:-1px;}


html > body #columnLeft { width:99px;}
#columnLeft .mask { width:98px; height:5px;float:left;}
html > body #columnLeft .mask { width:99px;}

/*  */
* html #bbs-category-in{ position:relative;left:-1px; }
#bbs-category-in a{ display:block;padding:7px 0 7px 9px;width:90px;border-bottom:1px #ddd solid;background:#f8f8f8;color:#29354a;text-decoration:none;}
#bbs-category-in a:hover{display:block;width:90px;background:#fff url(http://www.sajatv.com/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 9px;text-decoration:none;}

/* */
#columnLeft.index { display:none;}
#contentBody.index { background:none;}

/*  */
#ssamss_today {height:24px;}
#ssamss_today div {display:inline;margin-bottom:1px;}
#ssamss_weather {height:20px; }
#ssamss_location{color:#7b7b7b;font-size:11px;font-family:"돋움", Dotum, "굴림";letter-spacing:-1px;width:145px;float:left;padding:2px 0 0 0;margin:0;}
#ssamss_location span{letter-spacing:1px;}
#ssamss_location span.nosp{letter-spacing:0px;margin-top:3px;float:left;}
#ssamss_location span.title{margin-top:3px;letter-spacing:-1px;float:left;}
#ssamss_location img{margin:0;cursor:pointer;}
/* rss */
#ssamss_location_rss{float: right;padding: 0px 0 5px 0;text-align:right;}
#ssamss_location_rss img{position:relative;top:40px;left:-15px;}

#lnb2 { float:left;}
#lnb2 li { list-style:none;}
#lnb2 li a { display:block;padding:7px 0 7px 8px;width:90px;border-bottom:1px #ddd solid;background:#f8f8f8;color:#29354a;text-decoration:none;}
#lnb2 li a:hover,
#lnb2 li a:focus { display:block;width:90px;background:#fff url(http://sajatv.com/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 8px;text-decoration:none; }
#lnb2 li.on a { display:block;width:90px;background:#fff url(http://sajatv.com/layouts/xe_official/images/white/menu-on.gif) no-repeat right top;padding:7px 4px 7px 9px;text-decoration:none;}
#lnb2 li.on a:hover,
#lnb2 li.on a:focus { font-weight:bold;}
#lnb2 li ul { display:none; position:relative; width:84px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb2 li.on ul { display:block;}
#lnb2 li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb2 li ul li a { padding:6px 5px 6px 10px; width:69px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb2 li ul li a:hover,
#lnb2 li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb2 li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(http://www.sajatv.com/layouts/xe_official/images/white/bulletLnb.gif) no-repeat 75px center  !important;}


#lnb { padding:4px 5px; width:90px;float:left;}
#lnb li { list-style:none; padding-bottom:3px;}
#lnb li a { padding:4px 4px 4px 4px; width:80px; display:block; color:#3e3e3e; position:relative; z-index:99; text-decoration:none;background:#fff url(/images/kcl-lnbbg.gif) no-repeat bottom right;text-align:center;}
#lnb li a:hover,
#lnb li a:focus { color:#de4332;  /*background:#de4332;*/ }
#lnb li.on a { color:#de4332; background:#fff url(/images/kcl-lnbbg.gif) no-repeat bottom right;}
#lnb li.on a:hover,
#lnb li.on a:focus { font-weight:bold;}
#lnb li ul { display:none; position:relative; width:84px; padding:0 3px; position:relative; border-top:1px solid #ffffff; overflow:hidden;}
#lnb li.on ul { display:block;}
#lnb li ul li { padding:0; border-top:1px solid #f2f2f2; position:relative; top:-1px;}
#lnb li ul li a { padding:6px 5px 6px 10px; width:69px; color:#818181 !important; border:none; background:none !important; border:none !important;}
#lnb li ul li a:hover,
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(http://www.sajatv.com/layouts/xe_official/images/white/bulletLnb.gif) no-repeat 75px center  !important;}

#lnb li a.lnb-no2,
#lnb li a.lnb-no6 { font-weight:bold;background:#fff url(/images/kcl-lnbbg-hot.gif) no-repeat bottom right;}
#lnb li a.lnb-no2:hover,
#lnb li a.lnb-no6:hover,
#lnb li a.lnb-no2:focus,
#lnb li a.lnb-no6:focus,
#lnb li.on a { color:#de4332;}

#lnb li .lnb-no1 { padding-top:30px;background:url(/images/kcl-titlegropbg-1.gif) no-repeat bottom right;}
#lnb li.on .lnb-no1 { padding-top:30px;background:url(/images/kcl-titlegropbg-1.gif) no-repeat bottom right;}

#lnb li .lnb-no9 { padding-top:30px;background:url(/images/kcl-titlegropbg-2.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no9 { padding-top:30px;background:url(/images/kcl-titlegropbg-2.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no12 { padding-top:30px;background:url(/images/kcl-titlegropbg-3.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no12 { padding-top:30px;background:url(/images/kcl-titlegropbg-3.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no19 { padding-top:30px;background:url(/images/kcl-titlegropbg-4.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no19 { padding-top:30px;background:url(/images/kcl-titlegropbg-4.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no21{ padding-top:30px;background:url(/images/kcl-titlegropbg-5.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no21 { padding-top:30px;background:url(/images/kcl-titlegropbg-5.gif) no-repeat bottom right;margin-top:20px;}

#lnb li .lnb-no27 { padding-top:30px;background:url(/images/kcl-titlegropbg-6.gif) no-repeat bottom right;margin-top:20px;}
#lnb li.on .lnb-no27 { padding-top:30px;background:url(/images/kcl-titlegropbg-6.gif) no-repeat bottom right;margin-top:20px;}

/* Site Layout - Column Right */
#columnRight {margin:0 10px;float:left;width:620px;overflow:hidden;}
#sidebar {float:right;margin-right:3px;width:230px;position:absolute;right:0;height:900px;}
#visualArea { width:770px; height:200px; background:#f5f5f5; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px;}
#content { width:100%; overflow:hidden;}

/* Site Layout - Footer */
#footer { border-top:3px solid #72a1ff;padding:0.5em 0 1em; clear:both;text-align:center;}
#footer li { display:inline; padding:0 .6em 0 1em; background:url(http://www.sajatv.com/layouts/xe_official/images/white/vrType1.gif) no-repeat left center;}
#footer li.first-child { background:none;}
#footer li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;text-decoration:none;}
#footer li address {display:inline;}

#f-copy { text-align:center;font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;line-height:130%;}

#footer2 { margin-left:20px; }
#footer2 div { float:left;padding:0 25px 0 15px;height:180px; margin:10px 0; width:270px;border-right:1px #eee solid;overflow:hidden;}
html > body #footer2 div { width:270px;}
#footer2 div div { border:0; margin:0;padding:0; }
#footer2 div table { width:100%;}


#size1 {position:absolute;top:-15px;left:230px;width:200px;}
#size1 #calendar {background:#fff;}
#size1 img.cal-c-btn {position:relative;left:10px;top:25px;z-index:9999999;}

/* nv */
/* board Title */
.boardHeader-l { overflow:hidden; _width:100%;border-bottom:1px #ddd solid;padding-bottom:5px;font-family:돋움; font-size:11px;margin:10px 0;}
.boardHeader-l span { float:left; color:#777;}
.boardHeader-l span a { text-decoration:none;color:#777;}
.boardHeader-l span a:hover { text-decoration:underline;color:#777;}

/* KCL */
#topmenu-kcl { position:absolute;z-index:999999;top:66px;left:500px;}
#kclmain { width:609px;height:351px;background:url(/images/kcl-mainbg-v001.jpg) no-repeat 0 0;position:relative;}
#kclmain #kclmain-news { width:309px;height:151px;color:#fff;position:absolute;top:200px;left:40px;display:none;}
#kclmain #kclmain-btn { width:309px;height:151px;color:#fff;position:absolute;top:190px;left:275px;}
#kcl-main-now {position:absolute;top:210px;left:160px;width:200px;}

/* INDEX ETC */
.top-tip { }
.top-tip a { padding:3px 0;text-decoration:none;height:18px;float:left;color:#ff0000;}
/*
div {border:1px #ff0000 solid;}
*/

/* White Skin - End */

/* 게시물타이틀 */
.titleAndCategory h4 span{ font-family:돋움 !important;}

/* 메인-뉴스-4개씩 자르기 */
.m-n-dot {background:url(/images/dot-line.gif) repeat-x;height:10px;margin-top:10px;}

.radio-onair {position:absolute;top:90px;left:30px;cursor:pointer;}


table{border-collapse:collapse;border-spacing:0;}

#div_mp3MainTopVisual { font-size:0; }

.tvmainbanner { color:#a8a8a8;font-size:11px;font-family:돋움; }

/*.latest_white ul li {width:240px !important;}*/


.tabWidget .tabContent {
background-color:#FFFFFF;
border-color:-moz-use-text-color #DEDEDE rgb(222, 222, 222);
border-style:none solid solid;
border-width:medium 1px 1px;
height:155px;
overflow:hidden;
padding:10px;
z-index:1;
}
.news_ticker_none { height:25px; overflow:hidden; clear:both; white-space:nowrap; }

.news_ticker_none table { width:100%; height:25px; margin:0; padding:0; table-layout:fixed;}
.news_ticker_none table td { white-space:nowrap; overflow:hidden; height:25px; vertical-align:top; }

.news_ticker_none .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; }

.news_ticker_none ul { white-space:nowrap; overflow:hidden; }
.news_ticker_none li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;}

.news_ticker_none ul li .title a { color:#777; text-decoration:none;  font-size:11px;font-family:돋움;}
.news_ticker_none ul li .title a:hover { color:#333;text-decoration:underline; font-size:11px;font-family:돋움;}
.news_ticker_none ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.news_ticker_none ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; text-decoration:none; }

.news_ticker_none ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

.latest_left_white { width:90px; padding-bottom:5px; position:relative;margin-left:5px;margin-top:10px;}
.latest_left_white h2 { display:block; padding:9px 0 5px 0; margin-bottom:0; color:#3a3a3a;  font-size:12px;border-bottom:1px #ddd solid;font-family:돋움;}
.latest_left_white h2 a{ text-decoration:none;color:#3a3a3a;}

.latest_left_white ul {width:90px; }
.latest_left_white ul li { width:90px;padding:5px 0 5px 0; list-style:none; border-bottom:1px #eee dotted;}

.latest_left_white ul li .title a { color:#555555; text-decoration:none; }
.latest_left_white ul li .title a:hover { text-decoration:underline; }
.latest_left_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_left_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.latest_left_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

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

.latest_left_ad_white { padding:5px 0; position:relative;margin-top:10px;background:#f9f9f9;border-top:1px #eee solid;border-bottom:1px #eee solid;_width:97px;}
.latest_left_ad_white h2 { display:block; padding:9px 0 5px 5px; margin-bottom:0; color:#ff4833;  font-size:12px;font-family:돋움;border-bottom:1px #eee dotted;}
.latest_left_ad_white h2 a{ text-decoration:none;color:#ff4833;}

.latest_left_ad_white ul {}
.latest_left_ad_white ul li { padding:5px 0 5px 5px; list-style:none; border-bottom:1px #eee dotted;}

.latest_left_ad_white ul li .title a { color:#555555; text-decoration:none; }
.latest_left_ad_white ul li .title a:hover { text-decoration:underline; }
.latest_left_ad_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_left_ad_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.latest_left_ad_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

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

.nw_box { padding-bottom:5px; overflow:hidden; }
.nw_box h2 { font-size:1.5em; display:inline; height:21px; padding:0 0 0 0; margin-bottom:5px; color:#000000;font-family:돋움;}

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

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

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

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

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

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

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

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


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

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

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

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

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

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



.mainlink_newest_document_default_normal {
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box {

}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .title_box {
    /*height:18px;*/
    padding:12px 10px 0 5px;
    color:#000000;
    font-size:1em;
    border-bottom:1px #ddd solid;
    /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;*/
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;

}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .title_box .title {
    /*background:url(http://www.sajatv.com/widgets/newest_document/skins/AD_main_link/normal/./title_bullet.gif) no-repeat left;*/
    font-weight:bold;
    height:14px;
    padding-left:0px;
    color:#444;
    float:left;
    font-family:돋움;
    letter-spacing:-1px;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}
.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .title_box .more A:hover {
    float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document_box {
    padding:3px 3px 3px 15px;
    height:16px;
    margin:0px 0px 2px 0px;
    float:left;
    overflow:hidden;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document {
    padding:0px 0px 5px 5px;
    float:left;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document A {
    text-decoration:none;
    color:#000063;
    font-size:12px;
    font-family:"돋움";
    line-height:130%;
    padding-left:5px;
    background: url(/images/dot-list.gif) no-repeat 0 50%;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
   font-size:12px;
    font-family:"돋움";
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document A:visited {
    color:#AAAAAA;
    font-size:12px;
    font-family:"돋움";
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
}

.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .document .writer {
    color:#AAAAAA;
    display:none;
}


.mainlink_newest_document_default_normal .mainlink_newest_document_default_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
    display:none;
}


.ni_box_0129 { overflow:hidden; border:1px solid #ddd;background:#eee;}
.ni_box_0129 .title_box {  padding:5px 5px 0px 5px; height:14px; overflow:hidden; }
.ni_box_0129 .title_box .title { no-repeat left; font-weight:bold; height:14px; float:left; }
.ni_box_0129 .title_box .more A {
float:right;
color:#888;
text-decoration:none;
font-weight:bold;
font:.8em Tahoma;
line-height:100%;
margin-right:10px;}

.ni_box_0129 .thumbnail_box { width:100%; table-layout:fixed; }
.ni_box_0129 .thumbnail_box img.thumbnail { margin:3px; padding:3px; border:1px solid #ddd; text-align:center;background:#fff; }
.ni_box_0129 .thumbnail_box img.thumbnail:hover { border:1px solid #444; }

.ni_box_0129 .thumbnail_box a { color:#444444; text-decoration:none;font-family:돋움;font-size:11px;line-height:130%;letter-spacing:-1px; }
.ni_box_0129 .thumbnail_box a:visited { color:#AAAAAA; text-decoration:none; }

.ni_box_0129 .thumbnail_box td div { text-align:center; }
.ni_box_0129 .thumbnail_box td.bottomBorder { padding-bottom:5px; }
.ni_box_0129 .thumbnail_box div strong { font-weight:bold; font-size:0.75em; color:#CCCCCC; }
.ni_box_0129 .thumbnail_box div.author { color:#AAAAAA; }
.ni_box_0129 .thumbnail_box div.author a { color:#AAAAAA; }
.ni_box_0129 .thumbnail_box div.regdate { font-size:0.75em; color:#CCCCCC; margin-top:2px;}

.ni_box_0129 .thumbnail_box div.readAndVoted { color:#AAAAAA; font-size:0.75em; }
.ni_box_0129 .thumbnail_box div.readAndVoted span.div_block { color:#DDDDDD; font-size:0.75em; }
.ni_box_0129 .thumbnail_box div.readAndVoted strong { color:#FE6700; }

.newest_document_default_normal {
}

.newest_document_default_normal .newest_document_default_box {

}

.newest_document_default_normal .newest_document_default_box .title_box {
    /*height:18px;*/
    padding:12px 10px 0 5px;
    color:#000000;
    font-size:1em;
    border-bottom:1px #ddd solid;
    /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;*/
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;

}

.newest_document_default_normal .newest_document_default_box .title_box .title {
    /*background:url(http://www.sajatv.com/widgets/newest_document/skins/default_fuck/normal/./title_bullet.gif) no-repeat left;*/
    font-weight:bold;
    height:14px;
    padding-left:0px;
    color:#444;
    float:left;
    font-family:돋움;
    letter-spacing:-1px;
}

.newest_document_default_normal .newest_document_default_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}
.newest_document_default_normal .newest_document_default_box .title_box .more A:hover {
    float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}

.newest_document_default_normal .newest_document_default_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default_normal .newest_document_default_box .document {
    padding:0px 0px 5px 5px;
    float:left;
}

.newest_document_default_normal .newest_document_default_box .document A {
    text-decoration:none;
    color:#000063;
    font-weight:bold;
    font-size:14px;
    font-family:"돋움";
    word-spacing:-5px;
    line-height:130%;
    padding-left:5px;
    background: url(/images/dot-list.gif) no-repeat 0 50%;
}

.newest_document_default_normal .newest_document_default_box .document A:hover {
    text-decoration:underline;
    color:#000000;
    font-weight:bold;
    font-size:14px;
    font-family:"돋움";
    word-spacing:-5px;
}

.newest_document_default_normal .newest_document_default_box .document A:visited {
    color:#AAAAAA;
    font-weight:bold;
    font-size:14px;
    font-family:"돋움";
    word-spacing:-5px;
}

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

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


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


.newest_document_default2_n_normal {
}

.newest_document_default2_n_normal .newest_document_default2_n_box {

}

.newest_document_default2_n_normal .newest_document_default2_n_box .title_box {
    /*height:18px;*/
    padding:12px 10px 0 5px;
    color:#000000;
    font-size:1em;
    border-bottom:1px #ddd solid;
    /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;*/
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;

}

.newest_document_default2_n_normal .newest_document_default2_n_box .title_box .title {
    /*background:url(http://www.sajatv.com/widgets/newest_document/skins/default2/normal/./title_bullet.gif) no-repeat left;*/
    font-weight:bold;
    height:14px;
    padding-left:0px;
    color:#444;
    float:left;
    font-family:돋움;
    letter-spacing:-1px;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}
.newest_document_default2_n_normal .newest_document_default2_n_box .title_box .more A:hover {
    float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:100%;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document_box {
    padding:3px 3px 3px 5px;
    clear:both;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document {
    padding:0px 0px 5px 5px;
    float:left;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document A {
    text-decoration:none;
    color:#1a3e83;
    line-height:130%;
    font-family:돋움;
    padding-left:10px;
    background: url(/images/dot-list.gif) no-repeat 0 50%;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document A:hover {
    text-decoration:underline;
    color:#000000;
     line-height:130%;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document A:visited {
    color:#AAAAAA;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
}

.newest_document_default2_n_normal .newest_document_default2_n_box .document .writer {
    color:#AAAAAA;
}


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

/* Calendar */
div#calendar { padding:1.2em .8em; position:relative; border:1px solid #e0e1db; margin-bottom:.7em;}
div#calendar table { width:100%;}
div#calendar table caption { font:bold 1.5em Tahoma; color:#9a9a9a; padding-bottom:.6em;}
div#calendar table caption .mm { font:bold 1em Tahoma; color:#54564b;}
div#calendar table caption a { padding:.2em;}
div#calendar table caption a img { vertical-align:middle;}
div#calendar table th,
div#calendar table td { padding:.25em 0;}
div#calendar table th { font-weight:normal; font-size:.9em; color:#9a9a9a;}
div#calendar table th.sun { color:#fe3614;}
div#calendar table td { text-align:center;}
div#calendar table td a { font:.9em Tahoma; color:#9a9a9a;}
div#calendar table td.sun { color:#fe3614;}
div#calendar table td.sun a { color:#fe3614;}
div#calendar table td.today { font-weight:bold; color:#54564b;}
div#calendar table td.today a { font-weight:bold; color:#54564b;}
div#calendar table td.posted a { text-decoration:underline;}

.tabWidget { padding:0 0 15px 0;height:300px; }

.tabWidget .tabBox { border-bottom:1px solid #DEDEDE; height:27px; z-index:1; }
.tabWidget .tabBox a { text-decoration:none; color:#666666; }
.tabWidget .tab { position:relative; top:1px; border:1px solid #DEDEDE; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }
.tabWidget .on { position:relative; top:1px; border:1px solid #DEDEDE; border-bottom:1px solid #FFFFFF; margin-right:4px; float:left; cursor:pointer;  background-color:#FFFFFF; z-index:2; height:25px; }

.tabWidget .tab div { float:left; height:15px; border-bottom:5px solid #EEEEEE; font-size:9pt; padding:5px 8px 0 8px; color:#666666; }
.tabWidget .tab div a { color:#666666; }
.tabWidget .on div { float:left; height:15px; border-bottom:5px solid #FFFFFF; font-size:9pt; padding:5px 8px 0 8px; color:#000000; }
.tabWidget .on div a { color:#000000; }

.tabWidget .tabContent { border:1px solid #DEDEDE; padding:10px;  border-top:none; background-color:#FFFFFF; z-index:1;height:135px;overflow:hidden; }
.tabWidget .show { display:block; }
.tabWidget .hide { display:none; }

.tabWidget .tabContent table { border:0; width:100%; table-layout:fixed; }

.tabWidget .tabContent .thumbnail { text-align:center; }
.tabWidget .tabContent .thumbnail img { border:1px solid #EEEEEE; padding:5px; float:left; }

.tabWidget .tabContent .titleBox { padding-top:3px; padding-left:10px; color:#888888; vertical-align:top;}
.tabWidget .tabContent .titleBox .regdate { font-family:tahoma; font-size:.85em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title { background:url(http://www.sajatv.com/widgets/tab_newest_document/skins/xe_official_fuckfuck/images/normal/bullet.gif) no-repeat 3px 6px; padding-left:10px; margin-top:3px; height:20px; white-space:nowrap; overflow:hidden; }
.tabWidget .tabContent .titleBox .title .comment_cnt { font-weight:normal; font-size:0.8em; color:#F48A23; }
.tabWidget .tabContent .titleBox .title a { color:#666666; text-decoration:none; }
.tabWidget .tabContent .titleBox .title a:hover { text-decoration:underline; }

.tabWidget .tabContent .titleBox .title .author { color:#AAAAAA; }
.tabWidget .tabContent .titleBox .title .readAndVoted { font-family:tahoma; font-size:.8em; color:#AAAAAA;}
.tabWidget .tabContent .titleBox .title .readAndVoted .readed { color:#4BC4C8;}
.tabWidget .tabContent .titleBox .title .readAndVoted .voted { color:#C8A64B;}


.latest_left_white { width:90px; padding-bottom:5px; position:relative;margin-left:5px;margin-top:10px;}
.latest_left_white h2 { display:block; padding:9px 0 5px 0; margin-bottom:0; color:#3a3a3a;  font-size:12px;border-bottom:1px #ddd solid;font-family:돋움;}
.latest_left_white h2 a{ text-decoration:none;color:#3a3a3a;}

.latest_left_white ul {width:90px; }
.latest_left_white ul li { width:90px;padding:5px 0 5px 0; list-style:none; border-bottom:1px #eee dotted;}

.latest_left_white ul li .title a { color:#555555; text-decoration:none; }
.latest_left_white ul li .title a:hover { text-decoration:underline; }
.latest_left_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_left_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.latest_left_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

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

/*.latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;background:#f9f9f9;}*/
.latest_white {position:relative;border:1px solid #e0e1db; background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em;}
.latest_white h2 { /*display:block; height:18px; padding:9px 0 0 10px; color:#54564b;  font-size:1em;
	padding:9px 10px 0 10px;
    color:#000000;
    font-size:1em;*/
    /*border-bottom:1px #c6c7c0 solid;*/
   /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;
    border-top:1px #eee solid;
    border-right:1px #eee solid;
    border-left:1px #eee solid;*/
    display:block;
    border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b;
}
.latest_white ul { margin:10px 0; }
.latest_white ul li { height:20px; background:url(http://www.sajatv.com/widgets/newest_document/skins/xe_official/images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;width:200px;margin-left:10px;}

.latest_white ul li .title a {
	 color:#555555;
	 text-decoration:none;
	 font-family:돋움;
}
.latest_white ul li .title a:hover { text-decoration:underline; }
.latest_white ul li .title span.comment { color:#FE6700; font:.8em Tahoma; }
.latest_white ul li .title span.comment a { color:#FE6700; font:.8em Tahoma; }

.latest_white ul li .date { color:#999999; font:.8em Tahoma; white-space:nowrap; margin-right:5px;}

.latest_white .more { position:absolute; top:12px; right:11px; color:#54564b; font:.8em Tahoma;}
.latest_white a.more { text-decoration:none;
float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:65%;}
.latest_white a.more:hover { text-decoration:underline;
float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.8em Tahoma;
    line-height:65%;}

.newestDocument { position:relative; border:1px solid #e0e1db; background:url(http://www.sajatv.com/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; }
.newestDocument h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;}
/*:first-child+html .boxTypeB h2 { height:20px;} */
.newestDocument .documentList { padding:1.2em; overflow:hidden;}
.newestDocument .documentList li { display:block; margin-right:.1em; overflow:hidden; list-style:none;margin:5px 0;}
.newestDocument .documentList li a { color:#555; line-height:1.5em; }

.newest_document_onelinetip_normal {
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box {

}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box {
    /*height:18px;*/
    padding:12px 0px 0 0px;
    color:#000000;
    font-size:1em;
    border-bottom:1px #ddd solid;
    /*background:url(/widgets/popular_document/skins/blog_newest_document/images/normal/bgBoxTypeB.gif) repeat-x left top;*/
    margin-bottom:10px;
    height:21px; _height:20px; font-size:1em; color:#54564b;

}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .title {
    /*background:url(http://www.sajatv.com/widgets/newest_document/skins/onelinetip/normal/./title_bullet.gif) no-repeat left;*/
    font-weight:bold;
    height:14px;
    padding-left:0px;
    color:#54564b;
    float:left;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .more A {
    float:right;
    color:#AAAAAA;
    text-decoration:none;
    font-weight:bold;
    font:.6em Tahoma;
    line-height:100%;
}
.newest_document_onelinetip_normal .newest_document_onelinetip_box .title_box .more A:hover {
    float:right;
    color:#888;
    text-decoration:none;
    font-weight:bold;
    font:.6em Tahoma;
    line-height:100%;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document_box {
    padding:3px 0px 3px 0px;
    clear:both;
    height:16px;
    margin:0px 0px 2px 0px;
    overflow:hidden;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document {
    padding:0px 0px 0px 5px;
    float:left;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document img.icon-li {
   float:left;
   top:3px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A {
    text-decoration:none;
    color:#ff0000;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
    line-height:130%;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A:hover {
    text-decoration:underline;
    color:#000000;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document A:visited {
    color:#AAAAAA;
    font-weight:bold;
    font-size:12px;
    font-family:"돋움";
    word-spacing:-1px;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document .comment A {
    font-size:7pt;
    color:#AAAAAA;
}

.newest_document_onelinetip_normal .newest_document_onelinetip_box .document .writer {
    color:#AAAAAA;
    display:none;
}


.newest_document_onelinetip_normal .newest_document_onelinetip_box .regdate {
    color:#AAAAAA;
    font-size:8pt;
    float:right;
    white-space:nowrap;
    display:none;
}

.sz_point { width:100%; position:relative;}
.sz_point h2 { height:21px; padding:9px 0 0 9px; font-size:1em;}

.sz_point .left { cursor:pointer; height:20px; background:url(http://www.sajatv.com/widgets/rank_point/skins/sz_xe/images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; }

.sz_point .center { text-align:right; padding-left:5px; }

.sz_point .sz_Box_000{border:solid 0;padding:0;}
.sz_point .sz_Box_001{ margin:1px; border:solid 1px;border-color:#E7E7E7;padding:5px 5px 2px 5px;background-color:#F4F4F4;color:#696969;}
.sz_point .sz_Box_002{ margin:1px; border:solid 1px;border-color:#DDEAA8;padding:5px 5px 2px 5px;background-color:#FBFDF1;color:#99B81A;}
.sz_point .sz_Box_003{ margin:1px; border:solid 1px;border-color:#F9D5D5;padding:5px 5px 2px 5px;background-color:#FEF6F6;color:#D98383;}
.sz_point .sz_Box_004{ margin:1px; border:solid 1px;border-color:#EFDAF4;padding:5px 5px 2px 5px;background-color:#FCF7FD;color:#AF69C0;}
.sz_point .sz_Box_005{ margin:1px; border:solid 1px;border-color:#DCDFF6;padding:5px 5px 2px 5px;background-color:#F6F7FE;color:#7381EA;}
.sz_point .sz_Box_006{ margin:1px; border:solid 1px;border-color:#DAEAEE;padding:5px 5px 2px 5px;background-color:#F0F6F8;color:#619DAC;}
.sz_point .sz_Box_007{ margin:1px; border:solid 1px;border-color:#D5EDDD;padding:5px 5px 2px 5px;background-color:#EFF9F2;color:#6FB587;}
.sz_point .sz_Box_008{ margin:1px; border:solid 1px;border-color:#FFEC15;padding:5px 5px 2px 5px;background-color:#FFFCDF;color:#FF9900;}
.sz_point .sz_Box_009{ margin:1px; border:solid 1px;border-color:#9DD7E8;padding:5px 5px 2px 5px;background-color:#F8FDFF;color:#0A8DBD;}

.sz_point a {color: #3e81de; text-decoration:none;}
.sz_point a:hover {color: #3e81de;}
.sz_point a:visit {color: #3e81de;}
