html, body { min-height: 100%; height: 100%; }

#x-window * { margin: 0; padding: 0; }
#x-window img { border: none; }
#x-window table { border-collapse: collapse; font-size: 1em; }

#x-window { position: absolute; z-index: 102; display: none; text-align: left; }
#x-load { position: absolute; z-index: 101; display: none; width: 100px; height: 100px; color: #fff; font-size: 1.33em; }
#x-hideselect {
	position: absolute; top: 0; left: 0; z-index: 99;
	background: #fff;
	width: 100%; height: 100%;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#x-overlay {
	position: absolute; top: 0; left: 0; z-index: 100;
	background: #0c7a8c;
	width: 100%; height: 100%; min-height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#x-layout td { vertical-align: top; }
#x-layout td.x-11 div { background: url(../images/i/x/b_tl.gif) 0 0 no-repeat; width: 5px; height: 5px; font-size: 0; }
#x-layout td.x-12 div { background: url(../images/i/x/b_tb.gif) 0 0 repeat-x; height: 5px; font-size: 0; }
#x-layout td.x-13 div { background: url(../images/i/x/b_tr.gif) 0 0 no-repeat; width: 5px; height: 5px; font-size: 0; }
#x-layout td.x-21 { background: url(../images/i/x/b_lr.gif) 0 0 repeat-y; width: 5px; font-size: 0; }
#x-layout td.x-21 div { width: 5px; font-size: 0; }
#x-layout td.x-23 { background: url(../images/i/x/b_lr.gif) 0 0 repeat-y; width: 5px; font-size: 0; }
#x-layout td.x-23 div { width: 5px; font-size: 0; }
#x-layout td.x-31 div { background: url(../images/i/x/b_bl.gif) 0 0 no-repeat; width: 5px; height: 5px; font-size: 0; }
#x-layout td.x-32 div { background: url(../images/i/x/b_tb.gif) 0 0 repeat-x; height: 5px; font-size: 0; }
#x-layout td.x-33 div { background: url(../images/i/x/b_br.gif) 0 0 no-repeat; width: 5px; height: 5px; font-size: 0; }
#x-layout img.x-btn { background: url(../images/i/x/btn.png) 0 0 no-repeat; width: 34px; height: 34px; }
#x-layout img.x-btn-deactive { background: url(../images/i/x/btn_deactive.png) 0 0 no-repeat; width: 34px; height: 34px; }

#x-content { background: #fff; }

#x-closebtn { position: absolute; right: 0; margin: -19px -12px 0 0; display: block; }
#x-navigation { position: absolute; right: 0; margin: -15px -12px 0 0; white-space: nowrap; }
#x-navigation a, #x-navigation span { margin-left: 22px; }

