.overlay_dialog {
	background-color: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

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

.dialog_nw {
	width: 20px;
	height: 35px;
	background: transparent url(postit/TL.png) no-repeat 0 0;
	cursor: move;	
}

.dialog_n {
	background: transparent url(postit/T.png) repeat-x 0 0;	
	height: 35px;
	cursor: move;
	color: #000;
	vertical-align: bottom;
}

.dialog_ne {
	width: 14px;
	height: 35px;
	background: transparent url(postit/TR.png) no-repeat 0 0;		
}

.dialog_e {
	width: 21px;
	background: transparent url(postit/R.png) repeat-y 0 0;	
}

.dialog_w {
	width: 4px;
	background: transparent url(postit/L.png) repeat-y 0 0;
}

.dialog_sw {
	width: 20px;
	height: 27px;
	background: transparent url(postit/BL.png) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(postit/B.png) repeat-x 0 0;		
	height: 27px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(postit/BR.png) no-repeat 0 0;			
}

.dialog_sizer {
	width: 21px;
	height: 27px;
	background: transparent url(postit/BR.png) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 17px;
	height: 19px;
	background: transparent url(postit/empotrar.png) no-repeat 0 0;			
	position:absolute;
	top:9px;
	right:14px;
	cursor:pointer;
	z-index:5000;
}

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

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

.dialog_list {
	width: 18px;
	height: 19px;
	background: transparent url(postit/todos.png) no-repeat 0 0;		
	position:absolute;
	top:9px;
	right:31px;
	cursor: pointer;
	z-index:5000;
}

.dialog_title {
	float:left;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	background-image: url(postit/T1.jpg) repeat-x 0 0;
	height: 29px;
	z-index: 2000;
	width: 100%;
}

.dialog_title_notas {
	position: relative;
	top: 6px;
	background: transparent url(postit/notas.png) no-repeat 0 0;
	height: 15px;
}

.dialog_content {
	/*overflow: hidden;*/
	overflow: auto; /*por peticion de Cayetano 16/09/2008 */
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	/*font-size: 10px;*/
	background-color:#FBFDAE;
	scrollbar-face-color: #FBFDAE;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

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

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

/* FOR IE */
* html .dialog_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/TL.png", sizingMethod="crop");
}

* html .dialog_n {
	background-color: transparent;
	background-image: none;
	vertical-align: baseline;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/T.png", sizingMethod="scale");
}

* html .dialog_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/TR.png", sizingMethod="crop");
}

* html .dialog_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/L.png", sizingMethod="scale");
}

* html .dialog_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/R.png", sizingMethod="scale");
}

* html .dialog_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/BL.png", sizingMethod="crop");
}

* html .dialog_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/B.png", sizingMethod="scale");
}

* html .dialog_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/BR.png", sizingMethod="crop");
}

* html .dialog_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/BR.png", sizingMethod="crop");
}

* html .dialog_title {
	/*background-color: transparent;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/notas.png", sizingMethod="crop");*/	
	background: url(postit/T1.jpg) repeat-x 0 0;
	height: 31px;
	vertical-align: bottom;
}

* html .dialog_title_notas {
	background-color: transparent;	
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="themes/postit/notas.png", sizingMethod="crop");
	
}

/* 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;
}                                                    


