@charset "utf-8";

.point_txtr { color:red; }
.pop_stitle { background:url('/resource/image/admin/icon/sub_stitle.png') 0 2px no-repeat; padding-left:15px; font-size:14px; letter-spacing:-1px; font-weight:bold; padding-bottom:8px; color:#4750a4; }

.tooltip {
	z-index: 99999;
	/* background-color:#000; */
	background: url('ui-images/tooltip_icon.gif') no-repeat 50% 25px #fff;
	border:1px solid #ccc; padding: 10px 15px; /* min-width: 200px; */ display: none; 
	color: #818181; text-align: left; font-size: 11px; zoom: 1;
	
	-moz-box-shadow: 1px 1px 2px #d4d4d4; -webkit-box-shadow: 1px 1px 2px #d4d4d4; box-shadow: 1px 1px 2px #d4d4d4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#d4d4d4')";
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#d4d4d4',direction=135, strength=2);
	
	-moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; filter: alpha(opacity=80);
}

.overlay {
	display:none;
	z-index:10000;
	font-family: "돋움", dotum, Arial, sans-serif; 	
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 1400px; /* Dialog will wrap after this width */
	background: url('ui-images/popbox_bg.gif') repeat-x 0px 40px #fff;
	border: solid 2px #000;
	color: #595959;
	/* -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
	border-radius: 5px; */
}

.overlay #overlay_title {
	letter-spacing:-1px; 
	font-size:15px; 
	font-weight:bold; 
	text-align:left; 
	color:#fff;
	background:#4750a4;
	padding:10px 15px;
	margin:0;
	cursor:move;
}

.overlay #overlay_content {
	padding:20px;
	margin: 0em;
	min-height: 80px
}


/* close button positioned on upper right corner */
.overlay .close {
	background:url('ui-images/popbox_closebtn.png') 0 0 no-repeat;
	position:absolute;
	right:7px;
	top:7px;
	cursor:pointer;
	height:25px;
	width:25px;
}

/* 팝업추가------------------------------------------------------------------------------- */
/*상자*/
#movie {border:1px solid #d8d8d8; border-left-color:#eaeaea; border-right-color:#d8d8d8; background:url('ui-images/nofile_txt.gif') 50% 50% no-repeat #fafafa; width: 100%; height: 400px; display:table; margin-top: 10px; text-align: center;}
/* 작성 리스트 */
.pop_list{ width:100%; font-family:Tahoma; font-size:12px; text-align:left; border-top:1px #b4b4b4 solid; border-right:1px #eaeaea solid; }
.pop_list caption { display:none }
.pop_list th, .pop_list td{ border-bottom:1px #eaeaea solid; border-left:1px #eaeaea solid; padding:8px 4px; vertical-align:top; text-align:left; }
.pop_list th { padding: 10px 8px!important; background:url("/resource/image/user/bg/title_bgwidth.gif") right top repeat-y #fff; }
.pop_list td { color:#656565; background: #fff; }