.general_table
{	
	background-color:transparent;
	border:1px solid #ffffff;
}

.borde_tabla
{	
	border:1px solid #ffffff;
}

.mid_table
{
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background-color:#e6e2d6;
}

/* Overlay for modal window, spécify color and opacity (three times to work on all browsers */

/***********INI*************/

.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;
}

/***********FIN************/


/* North-West corner */
.dialog_nw {
  /*background: transparent url(adhisa/top_left.gif) no-repeat 0 0;         
  width:10px;
  /height:25px;*/
  background-color:#e6e2d6;
  border-top:1px solid #ffffff;
  border-left:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  width:9px;
  height:23px;  
}

/* North border */
.dialog_n {
 /* background: transparent url(adhisa/top_mid.gif) repeat-x 0 0;*/
  /*height:25px;*/
  background-color:#e6e2d6;
  height:23px; 
}

/* North-East corner */
.dialog_ne {
  /*background: transparent url(adhisa/top_right.gif) no-repeat 0 0;            
  width:10px;     
  height:25px;*/
  background-color:e6e2d6;
  width:9px;     
  height:23px;
}

/* West border */
.dialog_w {
 /* background: transparent url(adhisa/center_left.gif) repeat-y top left;         
  width:7px;*/
  width:9px;
  background-color:#e6e2d6;
}

/* East border */
.dialog_e {
  /*background: transparent url(adhisa/center_right.gif) repeat-y top right;           
  width:7px;*/
  width:2px; 
  background-color:#e6e2d6;
}

/* South-West corner */
.dialog_sw {
  /*background: transparent url(adhisa/bottom_left.gif) no-repeat 0 0;          
  width:7px;
  height:7px;*/
  background-color:#e6e2d6;
  width:9px;
  height:19px;
}

/* South border */
.dialog_s {
  /*background: transparent url(adhisa/bottom_mid.gif) repeat-x 0 0;            
  height:7px;*/

  height:19px;
  background-color:#e6e2d6;	
}

/* South-East corner */
.dialog_se {
  background: transparent url(adhisa/bottom_right.gif) no-repeat 0 0;         
  /*width:7px;
  height:7px;*/
  width:9px;
  height:19px;
  vertical-align:top;
  /*background-color:#e6e2d6;	*/
}

/* Resize button */
.dialog_sizer {
  /*width:7px;
  height:7px;*/
  width:15px;
  height:15px;
  background: transparent url(adhisa/resize.gif) no-repeat 0 0;
  cursor:se-resize;   
  background-color:#e6e2d6;
}

/* Close button */
.dialog_close {
	font-family:verdana,arial,helvetica;
	font-size: 8pt;
	font-weight:bold;
	/*color: #ffffff;*/
	color: #e15425;
    width:23px;	
    height:23px;
    background: transparent url(adhisa/close.gif) no-repeat 0 0;          
    /*position:absolute;
    right:11px;
	top:18px;*/
	cursor:pointer;	
    z-index:1000;
	float:right;
	margin-top:0.1in;
	margin-right:0.1in;
}

/* Minimize button */
.dialog_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(adhisa/minimize.gif) no-repeat 0 0;           
   /* position:absolute;
    right:55px;
	top:18px;*/
    cursor:pointer;
    z-index:1000;
	float:right;
	margin-top:0.1in;
}

/* Maximize button */
.dialog_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(adhisa/maximize.gif) no-repeat 0 0;           
    /*position:absolute;    
    right:33px;
	top:18px;*/
    cursor:pointer;
    z-index:1000;
	float:right;
	margin-top:0.1in;
}

/* Title bar */
.dialog_title {
    float:left;
    height:14px;
    font-size:14px;
    margin-top:2px;
    /*width:100%;*/
	font-family: Verdana, Arial, sans-serif;
	font-size:20px;
	letter-spacing:-1;
	text-align:left;
	font-variant:capitalize;
	color:#e25122;
}

.dialog_title:first-letter{
font-family: Verdana, Arial, sans-serif;
font-size:25px;
color:#000;
}

/* Content div (not used for url) */
.dialog_content {
	overflow:auto;
	color: #989896;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100px;
	background-color:#f7f4ed;
	border:1px solid #e44000;
}

/****************INI**************/

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;/*run-in;*/
	position: absolute;
}

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

.general_table
{
background-color:#c9c3b6;
}

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

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

/*****************FIN****************/

