/* CSS Document */
.output {margin:1px;padding:4px;font-family:arial, helvetica, sans-serif;font-size:11px;height:90px; width:97% auto;opacity:0.85;filter:alpha(opacity=85); color:#fff; border:0px #666 solid; background: url(../images/bg.jpg) center center no-repeat;overflow:hidden; text-transform:lowercase;}
#txtname {background:none;border:0px #666 solid; color:#2F2; width:80%;}
#helpme { cursor:pointer; color:#C1C1C1}
#link {text-align:center;color:#666666;font-size:11px;}
#link a {color:#003399;	text-decoration:none;}
#link a:hover {	color:#FF0000;text-decoration:underline;}
.chatbottable { background:#000; width:100%;}
.chatbottable td { border: #000 1px solid;}
.chatbottable #status { background:#000;}
.chatbottable #inputdata { background:#000; color:#666}
.buon {background:#ffffff url(../images/smile/18.png) center right no-repeat;}
.yeu {background:#ffffff url(../images/smile/15.png) center right no-repeat;}
.buc {background:#ffffff url(../images/smile/16.png) center right no-repeat;}
.vui {background:#ffffff url(../images/smile/5.png) center right no-repeat;}
.cuoi {background:#ffffff url(../images/smile/10.png) center right no-repeat;}
.ngo {background:#ffffff url(../images/smile/8.png) center right no-repeat;}
.khoc {background:#ffffff url(../images/smile/11.png) center right no-repeat;}
.hoi {background:#ffffff url(../images/smile/12.png) center right no-repeat;}
.cam {background:#ffffff url(../images/smile/6.png) center right no-repeat;}
.gian {background:#ffffff url(../images/smile/2.png) center right no-repeat;}
.eliza {background:#ffffff url(../images/smile/1.png) center right no-repeat;}
.binhthuong {background:#ffffff url(../images/blank.gif) center left no-repeat;}

.youText{color:#2F2;}
.botText{color:#fff;}
.DefaultText { color:Gray;}
.CustomText{ color:Black;}
table.ctb{position:relative ; border: #000 1px solid; width : 100%; height : 30px; padding:0xp; margin:0px;}
table.ctb TD {border: #000 1px solid;}

#apps {
  display:none;
  background:#C9DEEF;
  width:285px;
  padding:5px;
  z-index:2010;
  position:fixed;
  bottom:0px;
  left:10px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px; 
}


/* DONT CHANGE */
* html .fixed { position:absolute }
.fixed { position:fixed }

/* DIALOG CORE */
#dialog-overlay { top:0;left:0;width:100%;height:100%;z-index:900 }
#dialog-container { overflow:hidden;z-index:901;text-align:left }

/* DIALOG TOP */
#dialog-top{background:#999;border:1px solid #fff;padding:5px;font-weight:bold}
#dialog-title{color:#333}
#dialog-close{color:#fff;padding-left:5px}
#dialog-close:hover{color:#ccc}

/* DIALOG BOTTOM */
#dialog-bottom{background:#eee;border-top:1px solid #ccc;color:#666;padding:5px;text-align:center;font-size:12px}
#dialog-bottom .next,
#dialog-bottom .prev{color:#ccc;font-weight:bold;color:#333}
#dialog-bottom .next:hover,
#dialog-bottom .prev:hover{color:#f90}
#dialog-bottom .next{padding-left:10px}
#dialog-bottom .prev{padding-right:10px}
#dialog-bottom .curr{}

/* DIALOG MISC */
#dialog-loading{color:#ccc;font-weight:bold;text-align:center;padding:20px}

/* DIALOG PREDEFINED */
#dialog-container .alert,
#dialog-container .confirm { text-align:center;color:#999 }
#dialog-container .alert input,
#dialog-container .confirm input { font-weight:bold;width:75px }

/* DIALOG PERSONAL */
#dialog-container .myFirstDialog { color:orange;font-size:20px }
