/**
 * weebox.css
 *
 * @category   javascript
 * @package    jquery
 * @author     Jack <xiejinci@gmail.com>
 * @version    
 */
.dialog-loading {background:url(img/common_loading.gif) no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;background:url(img/dialog_bg.png) repeat; _filter:alpha(opacity=80); }
.dialog-button{clear: both;}
.dialog-button input{overflow:visible; overflow-y:hidden;}
.dialog-btn1,.dialog-ok{}
.dialog-btn2,.dialog-cancel{}
.dialog-btn1,.dialog-btn2{margin-right:10px}
.dialog-content{text-align:left; clear:both; overflow:auto;}

.weedialog{width:300px; color:#333;}
.weedialog td{word-break:break-all;}
.weedialog a:link,weedialog a:visited {color: #005EAC; text-decoration:none;}
.weedialog a:hover {color:#ff6600; text-decoration:underline;}
.weedialog .dialog-header{height:33px; position:relative; cursor:move;*margin-bottom:-3px;}
.weedialog .dialog-tc{margin-left:10px; margin-right:10px; width:auto; height:33px;font-weight:bold;}
.weedialog .dialog-tc2{height:27px; line-height:21px; font-size:14px; width:100%; clear:both;background:url(img/dialog_tc.png) bottom; text-align:left;}
.weedialog .dialog-tc2 span.dialog-title{padding-left:6px;color:#000;}
.weedialog .dialog-tc1{height:6px; overflow:hidden; background:url(img/dialog_tc.png) repeat-x;}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:10px; height:33px; background:url(img/dialog_tl.png) no-repeat; }
.weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:10px; height:33px; background:url(img/dialog_tr.png) no-repeat;}
.weedialog .dialog-close{float:right;cursor:pointer;margin:-5px 5px 0 0;_margin:0px 5px 0 0;_border-top:1px solid #999;height:17px; width:30px; background:url(img/dialog_close1.png) no-repeat; }
.weedialog .dialog-close:hover{background:url(img/dialog_close2.png) no-repeat;}
.weedialog .dialog-content{clear:both; line-height:20px; padding:5px; background:#fff; text-align:left; overflow-y:auto; overflow-x:hidden;}
.weedialog .dialog-button{clear:both; background:#fff;}
.weedialog .dialog-cl{width:9px;background:url(img/dialog_cl.png);}
.weedialog .dialog-cr{width:9px;background:url(img/dialog_cr.png);}
.weedialog .dialog-button{text-align:right; font-size:12px; padding-right:6px; _padding-right:2px;}
.weedialog .dialog-ok{width:56px;margin:3px 6px;}
.weedialog .dialog-cancel{width:56px;margin:3px 6px;}
.weedialog .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url(img/btn_cancel.gif) top; height:24px; line-height:24px; color:#666;cursor:pointer; padding:0 5px; margin:0px;}
.weedialog .dialog-bot{clear:both; height:11px; position:relative; font-size:0px;}
.weedialog .dialog-bl{position:absolute; left:0px; top:0px; width:10px; height:9px; background:url(img/dialog_bl.png) no-repeat;}
.weedialog .dialog-bc{margin-left:10px; margin-right:10px; width:auto; height:9px; background:url(img/dialog_bc.png) repeat-x;}
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:10px; height:9px; background:url(img/dialog_br.png) no-repeat;}

.weealert .dialog-cancel{display:none;}

.weeselect li{float:left; width:120px;}
.weeselect .wsearch{width:100%;text-align:right;}

.weesuggest{width:160px;background:#ccc;}
.weesuggest .dialog-content{padding:5px;}
.weesuggest li{padding:0px;margin:0px;line-height:20px;cursor:pointer;border-bottom:1px dotted #bbb;}
.weeBoxAlert{display:none;}
.weeBoxAlert .conFrame{text-align: center; font: bold 16px/32px '宋体'; color: #990000;}