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

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	height: 23px;
	/*background: transparent url(/images/default/top_left.gif) no-repeat 0 0;		*/
}

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

.dialog_ne {
	width: 9px;
	height: 17px;
	background: transparent url(/images/blueTabBgnd.gif) repeat scroll 0%;	
	/*background: transparent url(/images/default/top_right.gif) no-repeat 0 0;	*/	
}

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

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

.dialog_sw {

	height: 19px;
	/* background: transparent url(/images/default/bottom_left.gif) no-repeat 0 0;			*/
}

.dialog_s {
	/* background: transparent url(/images/default/bottom_mid.gif) repeat-x 0 0;		*/
	border-bottom: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;
	background-color: #F3F3FF;
	height: 19px;
}

.dialog_se {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 9px;
	height: 19px;
	background-color: #F3F3FF;	
	/* background: transparent url(/images/default/bottom_right.gif) no-repeat 0 0;			*/
}

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

.dialog_close {
	width: 15px;
	height: 15px;
	/* background: transparent url(/images/default/close.gif) no-repeat 0 0; */
	position:absolute;
	color: #FFFFFF;		
	top:5px;
	right:10px;
	cursor:pointer;
	z-index:2000;
	background: transparent url(/images/blueTabBgnd.gif) repeat scroll 0%;
	text-align: center;	
}

.dialog_maximize {
	width: 0px;
	height: 15px;
	/* background: transparent url(/images/default/minimize.gif) no-repeat 0 0; */

	position:absolute;
	top:5px;
	right:70px;
	cursor:pointer;
	z-index:2000;
}

.dialog_minimize {
	width: 15px;
	height: 15px;
	/* background: transparent url(/images/default/maximize.gif) no-repeat 0 0;		*/
	color: #FFFFFF;	
	position:absolute;
	top:5px;
	right:25px;
	cursor:pointer;
	z-index:2000;
	text-align: center;
	background: transparent url(/images/blueTabBgnd.gif) repeat scroll 0%;	
}

.dialog_sort {
	background:transparent url(/images/icons/bullet_arrow_down.png) no-repeat scroll 81px 0;
	color:#FFFFFF;
	font-size:10px;
	position:absolute;
	right:50px;
	top:1px;
	z-index:2000;
}

.dialog_sort select {
	background: white;
	border: 1px solid black;
}

.dialog_title {
	float:left;
	height:18px;
	font-size:12px;
	padding: 2px 5px 2px 5px;
	color:#FFF;
	width: 100%;
}

.dialog_content {
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color:#F3F3FF;
	overflow: hidden;
	position: relative;
}

div.dialog_content {
	border: 1px solid #CCCCCC;
}
.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
  text-align: center;
  background: #EEEEEE;
}
.status_bar input{
  font-size:12px;
}

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

/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

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

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

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

.message_nw {
	width: 9px;
	height: 23px;
	/*background: transparent url(/images/default/top_left.gif) no-repeat 0 0;		*/
}

.message_n {
	/*background: transparent url(/images/default/top_mid.gif) repeat-x 0 0;	*/
	height: 23px;
}

.message_ne {
	width: 9px;
	height: 23px;
	/*background: transparent url(/images/default/top_right.gif) no-repeat 0 0;	*/	
}

.message_e {
	border-right: 1px solid #CCCCCC;
	width: 2px;
	/* background: transparent url(/images/default/center_right.gif) repeat-y 0 0;	*/
}

.message_w {
	border-left: 1px solid #CCCCCC;
	width: 2px;
	/* background: transparent url(/images/default/center_left.gif) repeat-y 0 0; */		
}

.message_sw {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FAFACA;	
	width: 9px;
	height: 19px;
	/* background: transparent url(/images/default/bottom_left.gif) no-repeat 0 0;			*/
}

.message_s {
	/* background: transparent url(/images/default/bottom_mid.gif) repeat-x 0 0;		*/
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
	background-color: #FAFACA;
	height: 19px;
}

.message_se {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	width: 9px;
	height: 19px;
	background-color: #FAFACA;	
	/* background: transparent url(/images/default/bottom_right.gif) no-repeat 0 0;			*/
}

.message_sizer {
	width: 9px;
	height: 19px;
	border-right: 1px solid #CCCCCC;
	background: transparent url(/images/default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.message_close {
	width: 23px;
	height: 18px;
	/* background: transparent url(/images/default/close.gif) no-repeat 0 0; */
	background-color: #FAFACA;			
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
	z-index:2000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;		
}

.message_maximize {
	width: 23px;
	height: 18px;
	/* background: transparent url(/images/default/minimize.gif) no-repeat 0 0; */
	background-color: #FAFACA;						
	position:absolute;
	top:5px;
	right:70px;
	cursor:pointer;
	z-index:2000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;	
}

.message_minimize {
	width: 23px;
	height: 18px;
	/* background: transparent url(/images/default/maximize.gif) no-repeat 0 0;		*/
	background-color: #FAFACA;				
	position:absolute;
	top:5px;
	right:40px;
	cursor:pointer;
	z-index:2000;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.message_title {
	float:left;
	height:17px;
	font-size:10px;
	font-weight: bold;
	padding: 2px 5px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align:center;
	color:#F3F3FF;
	background: transparent url(/images/blueTabBgnd.gif) repeat-x scroll 0%;
}

.message_content {
	color: #DDD;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #FAFACA;
	border-top: 1px solid #CCCCCC;
	overflow: hidden;
	position: relative;
}
