/* derived from default theme */

.overlay_tp_editor {
	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;
}


.tp_editor_nw { width: 9px; background: transparent url(tp_editor/top_left.gif) no-repeat 0 0; }
.tp_editor_n { background: transparent url(tp_editor/top_mid.gif) repeat-x 0 0; }
.tp_editor_ne { width: 9px; background: transparent url(tp_editor/top_right.gif) no-repeat 0 0; }

.tp_editor_e { width: 1px; background: transparent url(tp_editor/center_left.gif) repeat-y 0 0; }
.tp_editor_w { width: 1px; background: transparent url(tp_editor/center_left.gif) repeat-y 0 0; }

.tp_editor_sw { width: 9px; background: transparent url(tp_editor/bottom_left.gif) no-repeat 0 0; }
.tp_editor_s { background: transparent url(tp_editor/bottom_mid.gif) repeat-x 0 0; }
.tp_editor_se { width: 9px; background: transparent url(tp_editor/bottom_right.gif) no-repeat 0 0; }

.tp_editor_sizer {
	width: 9px;
	background: transparent url(tp_editor/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

/* height of title bar */
.tp_editor_nw, .tp_editor_n, .tp_editor_ne { height: 23px; }

/* height of status bar */
.tp_editor_sw, .tp_editor_s, .tp_editor_se, .tp_editor_sizer { font-size: 5px; height: 19px; overflow: hidden; }


.tp_editor_close {
	width: 14px;
	height: 14px;
	background: transparent url(tp_editor/close.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:11px;
	cursor:pointer;
	z-index:2000;
}

.tp_editor_minimize {
	width: 14px;
	height: 15px;
	background: transparent url(tp_editor/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:31px;
	cursor:pointer;
	z-index:2000;
}

.tp_editor_maximize {
	width: 14px;
	height: 15px;
	background: transparent url(tp_editor/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:5px;
	right:52px;
	cursor:pointer;
	z-index:2000;
}


/* different buttons for close
.tp_editor_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:2000;
}


.tp_editor_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(tp_editor/minimize_2.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:2000;
}

.tp_editor_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(tp_editor/maximize_2.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:2000;
}
*/

.tp_editor_title {
	float:left;
	height:14px;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	width:100%;
	color:#000;
}

.tp_editor_content {
	overflow:auto;
	color:  #DDD;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background-color:#123;
	margin: 0px;
	padding: 0px;
}


.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:10px;
}
.status_bar input{
  font-size:10px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding: 0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}
