@charset "utf-8";
/**
 * Dialogs Style
 * @author Fernando Hernandez - Freelance Soft
 * www.freelancesoft.com.ar
 */

#confirmation_dialog{ 
 position: absolute;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 visibility: hidden;
 background: #333333;
 opacity: 0.9; 
 border: 2px solid #FFFFFF;
 width: 300px;
 height: 170px;
 z-index: 1;
 background-image: url(../images/pregunta.png);
 background-repeat: no-repeat;
 background-position: 2% 25%;
}
#confirmation_dialog_head{
  background-color: #993333;
  color: #FFFFFF;
  font-size: 14px;
  height: 22px;
  border-bottom: 1px solid #CCCCCC;
  width:100%;
}
#confirmation_dialog_title{
  float:left;  
  width:240px;  
  text-indent: 10px;
  margin-top: 4px;
}
#confirmation_dialog_actions{
  float:right;
}
#confirmation_dialog_text{
  height: 90px;
  margin-top: 20px;
  margin-left: 60px;
  font-size: 14px; 
}
#confirmation_dialog_buttons{
 text-align: center;
}
#confirmation_dialog_buttons input{
   margin: 5px 5px 5px 5px;
   background-color: #666666;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
 }
#confirmation_dialog_background{ 
 position: absolute;
 color: #FFFFFF;
 visibility: hidden;
 background: #CCCCCC;
 opacity: 0.5; 
 filter: alpha(opacity=50);
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

/* ALERT DIALOG */
#alert_dialog{ 
 position: absolute;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #FFFFFF;
 visibility: hidden;
 background: #333333;
 opacity: 0.9; 
 border: 2px solid #FFFFFF;
 width: 300px;
 height: 170px;
 z-index: 1;
 background-image: url(../images/imagen_info.png);
 background-repeat: no-repeat;
 background-position: 2% 25%;
}
#alert_dialog_head{
  background-color: #993333;
  color: #FFFFFF;
  font-size: 14px;
  height: 22px;
  border-bottom: 1px solid #CCCCCC;
  width:100%;
}
#alert_dialog_title{
  float:left;  
  width:240px;  
  text-indent: 10px;
  margin-top: 4px;
  font-size: 14px;
}
#alert_dialog_text{
  height: 90px;
  margin-top: 20px;
  margin-left: 60px;
  font-size: 14px; 
}
#alert_dialog_actions{
  float:right;
}
#alert_dialog_buttons{
 text-align: center;
}
#alert_dialog_buttons input{
   margin: 5px 5px 5px 5px;
   background-color: #666666;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px; 
 }
#alert_dialog_background{ 
 position: absolute;
 color: #FFFFFF;
 visibility: hidden;
 background: #CCCCCC;
 opacity: 0.5; 
 filter: alpha(opacity=50);
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 0;
}

