.ajax-loading {
	padding: 20px 0;
	background: url(ajax-loader.gif) no-repeat center;
}

.overlay_alphacube {
	background-color: #85BBEF;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_nw {
	background: transparent url(left-top.gif) no-repeat 0 0;
	width: 10px;
	height: 25px;
}

.alphacube_n {
	background: transparent url(top-middle.gif) repeat-x 0 0;
	height: 25px;
}

.alphacube_ne {
	background: transparent url(right-top.gif) no-repeat 0 0;
	width: 10px;
	height: 25px;
}

.alphacube_w {
	background: transparent url(frame-left.gif) repeat-y top left;
	width: 7px;
}

.alphacube_e {
	background: transparent url(frame-right.gif) repeat-y top right;
	width: 7px;
}

.alphacube_sw {
	background: transparent url(bottom-left-c.gif) no-repeat 0 0;
	width: 7px;
	height: 7px;
}

.alphacube_s {
	background: transparent url(bottom-middle.gif) repeat-x 0 0;
	height: 7px;
}

.alphacube_se,.alphacube_sizer {
	background: transparent url(bottom-right-c.gif) no-repeat 0 0;
	width: 7px;
	height: 7px;
}

.alphacube_sizer {
	cursor: se-resize;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(button-close-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 11px;
	cursor: pointer;
	z-index: 1000;
}

.alphacube_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(button-min-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 55px;
	cursor: pointer;
	z-index: 1000;
}

.alphacube_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(button-max-focus.gif) no-repeat 0 0;
	position: absolute;
	top: 0px;
	right: 33px;
	cursor: pointer;
	z-index: 1000;
}

.alphacube_title {
	float: left;
	height: 14px;
	font-size: 14px;
	text-align: center;
	margin-top: 2px;
	width: 100%;
	color: #123456;
}

.alphacube_content { /*overflow:auto;*/
	color: #000;
	background: #FDFDFD;
}

/* For alert/confirm dialog */
.alphacube_window {
	border: 1px solid #F00;
	background: #FFF;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.alphacube_message {
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

.alphacube_buttons {
	text-align: center;
	width: 100%;
}

.alphacube_buttons input {
	width: 20%;
	margin: 10px;
}

.alphacube_progress {
	float: left;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 16px;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.alphacube_wired_frame {
	background: #FFF;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay_dialog {
	background-color: #666666;
	opacity: 0.6;
}

.overlay___invisible__ {
	background-color: #666666;
	opacity: 0;
}

.dialog_nw {
	background: transparent url(default/top_left.gif) no-repeat scroll 0pt;
	height: 23px;
	width: 9px;
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x scroll 0pt;
	height: 23px;
}

.dialog_ne {
	background: transparent url(default/top_right.gif) no-repeat scroll 0pt;
	height: 23px;
	width: 9px;
}

.dialog_e {
	background: transparent url(default/center_right.gif) repeat-y scroll
		0pt;
	width: 2px;
}

.dialog_w {
	background: transparent url(default/center_left.gif) repeat-y scroll 0pt
		;
	width: 2px;
}

.dialog_sw {
	background: transparent url(default/bottom_left.gif) no-repeat scroll
		0pt;
	height: 19px;
	width: 9px;
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x scroll 0pt;
	height: 19px;
}

.dialog_se {
	background: transparent url(default/bottom_right.gif) no-repeat scroll
		0pt;
	height: 19px;
	width: 9px;
}

.dialog_sizer {
	background: transparent url(default/sizer.gif) no-repeat scroll 0pt;
	cursor: se-resize;
	height: 19px;
	width: 9px;
}

.dialog_close {
	background: transparent url(default/close.gif) no-repeat scroll 0pt;
	cursor: pointer;
	height: 14px;
	left: 8px;
	position: absolute;
	top: 5px;
	width: 14px;
	z-index: 2000;
}

.dialog_minimize {
	background: transparent url(default/minimize.gif) no-repeat scroll 0pt;
	cursor: pointer;
	height: 15px;
	left: 28px;
	position: absolute;
	top: 5px;
	width: 14px;
	z-index: 2000;
}

.dialog_maximize {
	background: transparent url(default/maximize.gif) no-repeat scroll 0pt;
	cursor: pointer;
	height: 15px;
	left: 49px;
	position: absolute;
	top: 5px;
	width: 14px;
	z-index: 2000;
}

.dialog_title {
	color: #000000;
	float: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	height: 14px;
	text-align: center;
	width: 100%;
}

.dialog_content {
	background-color: #112233;
	color: #DDDDDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	overflow: auto;
}

.top_draggable,.bottom_draggable {
	cursor: move;
}

.status_bar {
	font-size: 12px;
}

.status_bar input {
	font-size: 12px;
}

.wired_frame {
	border: 1px dashed #000000;
	display: block;
	position: absolute;
}

.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window {
	border-collapse: collapse;
	border-spacing: 0pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.dialog table.table_window td,.dialog table.table_window th {
	padding: 0pt;
}

.dialog .title_window {
	-moz-user-select: none;
}

/* win1 */ /* draggables */
.wina {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 350px;
	height: 450px;
	background-color: #FAFAFA;
	border: 1px solid #999;
	padding: 5px;
	display: none;
	z-index: 999;
}

.handle {
	position: relative;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding: 2px;
	cursor: move;
}

.contex {
	position: relative;
	padding: 5px;
	margin: 5px 0px 15px 0px;
	min-height: 80px;
	background-color: #E9E8F2; /*overflow:auto;*/
}

.resize {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 10px;
	width: 10px;
	background-color: #CCCCCC;
	cursor: se-resize;
}