#test {
  width:100px;
  height:100px;
float:left;
  background:#123;
}
.overlay_dialog img { border: none; }

.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(/administration/layouts/windowimage/default/top_left) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(/administration/layouts/windowimage/default/top_mid) repeat-x 0 0;	
	height: 23px;
	width: 100%;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(/administration/layouts/windowimage/default/top_right) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	height: 100%;
	background: transparent url(/administration/layouts/windowimage/default/center_right) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	height: 100%;
	background: transparent url(/administration/layouts/windowimage/default/center_left) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(/administration/layouts/windowimage/default/bottom_left) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(/administration/layouts/windowimage/default/bottom_mid) repeat-x 0 0;		
	height: 19px;
	width: 100%;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(/administration/layouts/windowimage/default/bottom_right) no-repeat 0 0;			
}

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

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

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

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

.dialog_title {
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
 	font-family: Tahoma, Arial, Sans Serif;
	position: absolute;
}

.dialog * {
	margin: 0px;
	padding:0px;
}

.dialog table  { border-collapse: collapse; border-spacing: 0; width: 100% }
.dialog td, th { padding: 0; }



.theme1_nw {
	width: 16px;
	height: 36px;
	background: transparent url(/administration/layouts/windowimage/theme1/top_left) no-repeat 0 0;		
}

.theme1_n {
	height: 36px;
	background: transparent url(/administration/layouts/windowimage/theme1/top_mid) repeat-x 0 0;	
	width: 100%;
}

.theme1_ne {
	width: 12px;
	height: 36px;
	background: transparent url(/administration/layouts/windowimage/theme1/top_right) no-repeat 0 0;		
}

.theme1_e {
	height: 100%;
	width: 4px;
	background: transparent url(/administration/layouts/windowimage/theme1/center_right) repeat-y 0 0;	
}

.theme1_w {
	height: 100%;
	width: 7px;
	background: transparent url(/administration/layouts/windowimage/theme1/center_left) repeat-y 0 0;		
}

.theme1_sw {
	width: 16px;
	height: 24px;
	background: transparent url(/administration/layouts/windowimage/theme1/bottom_left) no-repeat 0 0;			
}

.theme1_s {
	height: 24px;
	background: transparent url(/administration/layouts/windowimage/theme1/bottom_mid) repeat-x 0 0;	
	width: 100%;
}

.theme1_se {
	width: 12px;
	height: 24px;
	background: transparent url(/administration/layouts/windowimage/theme1/bottom_right) no-repeat 0 0;			
}

.theme1_sizer {
	width: 12px;
	height: 24px;
	background: transparent url(/administration/layouts/windowimage/theme1/sizer) no-repeat 0 0;	
	cursor:se-resize;	
}

.theme1_close {
	width: 19px;
	height: 19px;
	background: transparent url(/administration/layouts/windowimage/theme1/close) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.theme1_minimize {
	width: 19px;
	height: 19px;
	background: transparent url(/administration/layouts/windowimage/theme1/minimize) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:20px;
	cursor:pointer;
	z-index:1000;
}

.theme1_maximize {
	width: 19px;
	height: 19px;
	background: transparent url(/administration/layouts/windowimage/theme1/maximize) repeat-x 0 0;			
	position:absolute;
	top:10px;
	right:40px;
	cursor:pointer;
	z-index:1000;
}


.theme1_title {
	float:left;
	height:14px;
	font-size:16px;
	text-align:center;
	width:100%;
	color:#FFF;
}

.theme1_content {
	overflow:auto;
	color: #DDD;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background:#979BA1;
}


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

.alert_lite_sizer {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_title {
	width:0px;
	height:0px;
	display:none;
}

.alert_lite_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
}


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

.alert_lite_message {
	font-size:16px;
	text-align:center;
	width:100%;
	color:#F00;
	padding-bottom:10px;
}

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

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

.alert_lite_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('/administration/layouts/windowimage/alert/progress') no-repeat center center
}
table.alert_lite_header  {
  border:medium inset #F00;
  background:#FFF
}



