/**
 * 파일명: remocon.css
 * 설명 : 리모콘페이지관련 class
 * 작성자 : 연정흠
 * 최초작성일 : 2010년 12월 10일
 * 최종수정일 : 2011년 6월 27일
**/

@charset "utf-8";
@import "common.css";

html,
body{
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/*리모콘박스*/
#dialogbackgroundlayer{
}
#remote{
	position:absolute;
	z-index: 2;
	right:27px;
	top:10px;
	width: 100px;
	overflow: hidden;
}

/*리모콘핸들러*/
#handler{
	background:url("../imgUI/remocon/bg_handler.gif") no-repeat left top;
	position:relative;
	overflow: hidden;
	width: 100px;
}
#remocon_move,
#remocon_reload,
#remocon_close{
	background-image:url("../imgUI/remocon/btn_remocon.gif");
	background-repeat: no-repeat;
	width:20px;
	height: 20px;
	text-indent: -20000px;
	display: block;
	float:right;
	margin-top: 3px;
}
#remocon_move{
	background-position: left top;
	cursor: move;
}
#remocon_reload{
	background-position: center top;
	cursor: pointer;
}
#remocon_close{
	cursor: pointer;
	margin-right: 5px;
}
/*접기 펴기버튼*/
.btnClose{
	background-position: right top;
}
.btnOpen{
	background-position: right bottom;
}

/*홈으로,로그인*/
#cms_gnb{
	overflow: hidden;
	background:url("../imgUI/remocon/bg_remocon.gif") repeat-y left top;
	font-size: 11px;
	padding: 5px 0;
	width: 100px;
}
#cms_gnb h2{
	display:none;
}
#cms_gnb ul{
	margin-left: 5px;
	width: 90px;
}
#cms_gnb ul li{
	list-style:none;
	float: left;
}
#cms_gnb ul li a{
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	display: block;
	padding:0px;
}
#cms_gnb ul li a.gotoHome{
	background:url("../imgUI/remocon/btn_gotoHome.gif");
	width: 40px;
	height: 15px;
	_overflow: hidden;
}
#cms_gnb ul li a.gotoLogout{
	background:url("../imgUI/remocon/btn_gotoLogout.gif");
	width: 48px;
	height: 15px;
	_overflow: hidden;
	margin-left:2px;
}


/*탭메뉴관련*/
#cms_nav{
	overflow: hidden;
	background:url("../imgUI/remocon/bg_remocon.gif") repeat-y left top;
	font-size: 11px;
	width: 100px;
}
#cms_navig{
	overflow: hidden;
	background:url("../imgUI/remocon/bg_cms_navBott.gif") no-repeat left bottom;
	font-size: 11px;
	margin-left: 5px;
	width: 90px;
}
#cms_navig h2{
	overflow: hidden;
	background:url("../imgUI/remocon/bg_cms_navTop.gif") no-repeat left top;
	height: 5px;
	overflow: hidden;
	text-indent: -5000px;
	font-size: 0;
}
#navig{
	width: 86px;
	margin: 0 0 5px 2px;
}
#navig li{
	display: block;
}
#navig li ul{
	display:none;
	background-color: #C3DCEA;
	padding: 5px 0;
}
#navig li ul li a{
}
#navig li ul li a,
#navig li ul li a.hover,
#navig li ul li a.active{
	font-weight: normal;
	color:#333 !important; 
	text-indent:0;
}
#navig li a{
	display:block;
	width: 54px;
	text-decoration:none;
	background-repeat: no-repeat;
	height: 20px;
	padding: 6px 0 0 32px;
	font-weight: bold;
	letter-spacing: -1px;
}
#navig li a.nav01{
	background-image:url("../imgUI/remocon/icon_nav01.png");
	background-position: 5px 4px;
}
#navig li a.nav02{
	background-image:url("../imgUI/remocon/icon_nav02.png");
	background-position: 5px 4px;
}
#navig li a.nav03{
	background-image:url("../imgUI/remocon/icon_nav03.png");
	background-position: 5px 4px;
}
#navig li a.nav04{
	background-image:url("../imgUI/remocon/icon_nav04.png");
	background-position: 7px 4px;
}
#navig li a.nav05{
	background-image:url("../imgUI/remocon/icon_nav05.png");
	background-position: 5px 4px;
}
#navig li a.nav06{
	background-image:url("../imgUI/remocon/icon_nav06.png");
	background-position: 6px 4px;
}
#navig li a.nav07{
	background-image:url("../imgUI/remocon/icon_nav07.png");
	background-position: 7px 4px;
}
#navig li a.nav08{
	background-image:url("../imgUI/remocon/icon_nav08.png");
	background-position: 7px 4px;
}
#navig li.color{
	background-color: #F3F3F3;
}
#navig li a:hover,
#navig li a.stay,
#navig li .active{
	font-weight: bold;
	color: #1D6F9D;
	background-color: #C3DCEA;
}
#navig li ul li a{
	width:73px;
	padding: 2px 0 2px 13px;
	height: 12px;
	background:url("../imgUI/remocon/icon_navig.gif") no-repeat 6px 8px;
	overflow: hidden;
	letter-spacing: -1px;
}

/*바로가기 메뉴관련*/
#cms_quick{
	overflow: hidden;
	background:url("../imgUI/remocon/bg_quick.gif") no-repeat left bottom;
	width: 100px;
	min-height: 5px;
	_padding-bottom: 5px;
}
#cms_quick h2{display:none; }
#cms_quick ul{
	margin: 5px 0 10px 5px;
	width: 90px;
	overflow: hidden;
}
#cms_quick ul li{
	float: left;
}
#cms_quick ul li.line{
	background:url("../imgUI/remocon/bg_quick_line.gif") repeat-x left top;
}
#cms_quick ul li a{
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}
#cms_quick ul li a.goto_makeConetent{
	background:url("../imgUI/remocon/btn_makeContent.gif") no-repeat left top;
	width: 43px;
	height: 47px;
}
#cms_quick ul li a.goto_bgSet{
	background:url("../imgUI/remocon/btn_bgSet.gif") no-repeat left top;
	width: 43px;
	height: 47px;
	margin: 0 0 0 4px;
}
#cms_quick ul li a.goto_homeAdmin{
	background:url("../imgUI/remocon/btn_homeAdmin.gif") no-repeat left top;
	width: 90px;
	height: 18px;
	margin-top: 4px;
}
#cms_quick ul li a.goto_wizard{
	background:url("../imgUI/remocon/btn_wizard.gif") no-repeat left top;
	width: 90px;
	height: 18px;
	margin-top: 4px;
}
#cms_quick ul li a.goto_skin{
	background:url("../imgUI/remocon/btn_skinChange.gif") no-repeat left top;
	width: 80px;
	height: 11px;
	margin: 8px 0 5px 5px;
}
#cms_quick ul li a.goto_tempOrder{
	background:url("../imgUI/remocon/btn_tempOrder.gif") no-repeat left top;
	width: 80px;
	height: 11px;
	margin: 0 0 8px 5px;
}
#cms_quick ul li a.goto_wizardAdmin{
	background:url("../imgUI/remocon/btn_wizardAdmin.gif") no-repeat left top;
	width: 85px;
	height: 13px;
	margin: 5px 0 0 5px;
}
#cms_quick ul li a.goto_makeConetent:hover,
#cms_quick ul li a.goto_bgSet:hover,
#cms_quick ul li a.goto_homeAdmin:hover,
#cms_quick ul li a.goto_wizard:hover,
#cms_quick ul li a.goto_skin:hover,
#cms_quick ul li a.goto_tempOrder:hover,
#cms_quick ul li a.goto_wizardAdmin:hover{
	background-position:left bottom;
}