/*=================================================================================================
// 처리내용 : 팝업관련 CSS
// 작 성 자 : 2010-03-20 김현옥
//=================================================================================================*/
@charset "utf-8";

/*div 팝업*/
.top-left { width: 22px; height:38px; background-image: url(./img/top-left.png); }
* html .top-left { width: 22px; height: 38px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/top-left.png', sizingMethod='scale'); }

.top { height:38px; background-image: url(./img/top.png); background-repeat: repeat-x; cursor: move;} /* width: 620px;*/
* html .top { height: 38px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/top.png', sizingMethod='scale'); }

.top-right { width: 28px; height:38px; background-image: url(./img/top-right.png); }
* html .top-right { width: 28px; height: 38px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/top-right.png', sizingMethod='scale'); }

.top_title{float:left;position:relative;top:8px;}

.top_close{float:right;position:relative;top:8px;padding-right:5px;}

.pop_left { width: 22px; background-image: url(./img/left.png); background-repeat: repeat-y; } /* height:444px;*/
* html .left { width: 22px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/left.png', sizingMethod='scale'); }

.pop_right { width: 28px; background-image: url(./img/right.png); background-repeat: repeat-y; }
* html .right { width: 28px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/right.png', sizingMethod='scale'); }

.bottom-left { width: 22px; height:26px; background-image: url(./img/bottom-left.png); }
* html .bottom-left { width: 22px; height: 26px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bottom-left.png', sizingMethod='scale'); }

.bottom { height:26px; background-image: url(./img/bottom.png); background-repeat: repeat-x; }
* html .bottom { height: 26px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bottom.png', sizingMethod='scale'); }

.bottom-right { width: 28px; height:26px; background-image: url(./img/bottom-right.png); }
* html .bottom-right { width: 28px; height: 26px; background-image: url(./img/blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./img/bottom-right.png', sizingMethod='scale'); }


/*new_pop*/
.dialog{display:none;}
.ui-dialog{background-color: #fff;border:2px solid #999;padding:0;}
.ui-dialog .ui-dialog-titlebar {height:20px; color:#fff; 	background:url(./img/background/bg_menu_black.png) repeat-x; 	padding: 0px; 	_height: 20px; }
.ui-draggable .ui-dialog-titlebar {cursor: move;}
.ui-dialog .ui-dialog-title {position:absolute; 	top: 1px; 	right: 5px;}
.ui-dialog-titlebar, .ui-draggable-disabled .ui-dialog-titlebar { 	cursor: default; }
.ui-dialog .ui-dialog-titlebar-close { 	width: 16px; 	height: 16px; 	background:url(./img/icon_close.gif) no-repeat; 	position:absolute; 	top: 4px; 	right: 5px; 	cursor: default; }
.ui-dialog .ui-dialog-titlebar-close span { 	display: none; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-dialog .ui-dialog-content { border: 0;  padding:0; }
.ui-dialog .ui-dialog-title { 	margin-left: 5px; 	color: white; 	font-weight: bold; 	position: relative; 	top: 7px; 	left: 4px; }
.ui-dialog .ui-dialog-buttonpane { 	position: absolute; 	bottom: 8px; 	right: 12px; 	width: 100%; 	text-align: right; }
.ui-dialog .ui-dialog-buttonpane button { 	margin: 6px; }
