@charset "utf-8";

.s-window .x-resizable-handle {
    opacity:0;
}

.s-window-proxy {
    background:#ff9d5d;
    border:1px solid #ff9d5d;
    z-index:12000;
    overflow:hidden;
    position:absolute;
    left:0;top:0;
    opacity:.5;
    display:none;
}

.s-window-header {
    overflow:hidden;
}
.s-window-bwrap {
    z-index:1;
    position:relative;
    left:0;top:0;
}
.s-window-tl .s-window-header {
    color:#15428b;
	/*font:bold 11px tahoma,arial,verdana,sans-serif;*/
    padding:5px 0 0 0;
}
.s-window-header-text {
	font-style:normal;
	font-size:12px;
    cursor:pointer;
}
.s-window-tc {
	/*background: transparent url(../../images/default/window/top-bottom.png) repeat-x 0 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	overflow:hidden;
}
.s-window-tl {
	/*background: transparent url(../../images/default/window/left-corners.png) ns-repeat 0 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	padding-left:0px;
    z-index:1;
    position:relative;
}
.s-window-tr {
	/*background: transparent url(../../images/default/window/right-corners.png) ns-repeat right 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	padding-right:0px;
}
.s-window-bc {
	/*background: transparent url(../../images/default/window/top-bottom.png) repeat-x 0 bottom;
	background:#FFFFFF none repeat scroll 0 0;
	height:1px !important;
    zoom:1;*/
}
.s-window-bc .s-window-footer {
    padding-bottom:1px;
    font-size:0;
    line-height:0;
}
.s-window-bl {
	background: transparent url(../../images/default/window/left-corners.png) no-repeat 0 bottom;
	padding-left:6px;
}
.s-window-br {
	/*background: transparent url(../../images/default/window/right-corners.png) ns-repeat right bottom;*/
	background:#FFFFFF none repeat scroll 0 0;
	padding-right:1px;
}
.s-window-mc {
    border:1px solid #FFFFFF;
    padding:0;
    margin:0;
    /*font: normal 11px tahoma,arial,helvetica,sans-serif;*/
    /*background:#dfe8f6;*/
    background:#FFFFFF;
}


.s-window-ml {
	/*background: transparent url(../../images/default/window/left-right.png) repeat-y 0 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	padding-left:1px;
}
.s-window-mr {
	/*background: transparent url(../../images/default/window/left-right.png) repeat-y right 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	padding-right:1px;
}
.s-window-body {
	 border-bottom:1px solid #FFFFFF;
    overflow:hidden;
}
.s-window-bwrap {
    overflow:hidden;
}
.s-window-maximized .s-window-bl, .s-window-maximized .s-window-br,
    .s-window-maximized .s-window-ml, .s-window-maximized .s-window-mr,
    .s-window-maximized .s-window-tl, .s-window-maximized .s-window-tr {
    padding:0;
}
.s-window-maximized .s-window-footer {
    padding-bottom:0;
}
.s-window-maximized .s-window-tc {
    padding-left:1px;
    padding-right:3px;
    background-color:white;
}
.s-window-maximized .s-window-mc {
    border-left:0 none;
    border-right:0 none;
}
.s-window-tbar .x-toolbar, .s-window-bbar .x-toolbar {
    border-left:0 none;
    border-right: 0 none;
}
.s-window-bbar .x-toolbar {
    border-top:1px solid #99bbe8;
    border-bottom:0 none;
}
.s-window-draggable, .s-window-draggable .s-window-header-text {
    cursor:move;
}
.s-window-maximized .s-window-draggable, .s-window-maximized .s-window-draggable .s-window-header-text {
    cursor:default;
}
.s-window-body {
    background:transparent;
}
.x-panel-ghost .s-window-tl {
    border-bottom:1px solid #FFFFFF;
}

/* Ghosting */
.x-panel-ghost  {
    background:#FFF4D7;
        /*border-bottom:1px solid #FFFFFF;*/
}
.x-panel-ghost ul {
    border-color:#FFFFFF;
}

.x-panel-collapsed .s-window-tl {
    border-bottom:3px solid #FFFFFF;
}
.s-window-maximized-ct {
    overflow:hidden;
}
.s-window-maximized .x-resizable-handle {
    display:none;
}
.s-window-sizing-ghost ul {
    border:0 none !important;
}


.x-dlg-focus{
	width:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
.x-dlg-mask{
	z-index:10000;
   display:none;
   position:absolute;
   top:0;
   left:0;
   opacity:.50;
   background-color:#CCC;
}

body.ext-ie6.x-body-masked select {
	visibility:hidden;
}
body.ext-ie6.x-body-masked .s-window select {
	visibility:visible;
}

.s-window-plain .s-window-mc {
    background: #CAD9EC;
    border-right:1px solid #DFE8F6;
    border-bottom:1px solid #DFE8F6;
    border-top:1px solid #a3bae9;
    border-left:1px solid #a3bae9;
}

.s-window-plain .s-window-body {
    border-left:1px solid #DFE8F6;
    border-top:1px solid #DFE8F6;
    border-bottom:1px solid #a3bae9;
    border-right:1px solid #a3bae9;
    background:transparent !important;
}

body.x-body-masked .s-window-plain .s-window-mc {
    background: #FFFFFF;
}

.s-window-header .x-tool {
	background : transparent url(../../images/button/btn_close03.gif) no-repeat scroll 0 0;
}

.x-resizable-handle-west {
/*background:transparent url(../../images/default/sizer/e-handle.gif) repeat scroll left center;*/
}
.x-resizable-handle-south {
/*background:transparent url(../../images/default/sizer/e-handle.gif) repeat scroll left center;*/
}

.x-resizable-handle-west {
cursor:w-resize;
height:100%;
left:0;
top:0;
width:1px;
}

div .layerpop02 { border:0px !important;}

div.lati2{
	width:330px;
	padding:0 0 0 13px;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: -13px;
	font-size:1.15em;
	font-weight:bold;
	color:#4384bc;
	background:url(../../images/cssimg/bul_cir1.gif) no-repeat 0 2px;	
}
	
div.btnJoHst{
text-align:right;
padding:0 4px 9px 0;
margin:-18px 0 0 0;
}

img.maJoHst{
	margin:0 0 10px 5px;
}
div.vwrap17{	
	background:none;
	width:300px;
	position:absolute;
	top:12px;
	left:157px;
	margin-top:6px;
	z-index:3;
}

div.vwrap17 div.viewla11{
	width:300px;
	background:#a8b4d7;
	border-top:0;
	border-left:3px solid #2a5a75;
	border-right:3px solid #2a5a75;
	border-bottom:3px solid #2a5a75;
	position:relative;
	top:0px;
	left:0px;
}

div.vwrap17 div.viewla{
	width:310px;
	background:#fff;
	border:3px solid #2a5a75;
	border-top:0;
	position:relative;
	top:-9px;
	left:0px;
}

div.vwrap17 div.viewla11 div.insd{
	margin:4px;
	height:310px;
	overflow:auto;
	background:#fff;
}

div.towp22{
	height:27px;
	width:310px;
	background:#5568ac;
	display:inline-block;
	margin-top: -20px;
	border-left:3px solid #2a5a75;
	border-right:3px solid #2a5a75;
	border-top:3px solid #2a5a75;	
}
div.ltit22{
	float:left;
	margin:6px 0 0 10px;
	font-size:1.15em;
	font-weight:bold;
	color:#fff;
	width:260px;
}
div.towp22 div.btn22{
	float:right;
	padding:4px 4px 0 0;
}