/**
 * 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{left:0px;top:-5px;filter:alpha(opacity:50);-moz-opacity:0.5;opacity:0.5;display:inline;position:absolute;background-color:#000;width:100%;}
.dialog-button{clear: both;}
.dialog-button input{overflow:visible; overflow-y:hidden;}
.dialog-btn1,.dialog-ok{border:1px solid #33621D; background:url(img/common_btn_ok.gif) top #88B674; height:24px; line-height:24px; color:#fff;cursor:pointer; padding:0px;padding-right:5px; margin:0px;}
.dialog-btn2,.dialog-cancel{border:1px solid #999; background:url(img/common_btn_cancel.gif) top;height:24px; line-height:24px; color:#666;cursor:pointer;padding:0px;padding-left:5px; padding-right:5px; margin:0px;}
.dialog-btn1,.dialog-btn2{margin-right:10px}
.dialog-content{text-align:left; clear:both; overflow:auto;}
.dialog-title{font-size:14px;}

.weedialog{}
.weedialog a:link,weedialog a:visited { text-decoration:none;}
.weedialog a:hover {}
.weedialog .dialog-header{height:30px;width:100%; position:relative; cursor:move;}
.weedialog .dialog-tc{margin-left:3px; margin-right:3px; width:auto; height:22px;}
.weedialog .dialog-tc2{height:27px;color:#fff;line-height:27px;text-indent:10px;font-size:12px; width:100%; clear:both;background:url(img/dialog_tc2.gif) top; text-align:left;}
.weedialog .dialog-tc1{height:3px; overflow:hidden; background-image:url(img/dialog_tc1.jpg);}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:8px; height:30px; background:url(img/dialog_tl.gif) no-repeat;}
.weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:3px; height:30px; background:url(img/dialog_tr.gif);}
.weedialog .dialog-close{float:right;cursor:pointer;margin:4px 4px 0 0;	height:16px; width:16px; background:url(img/dialog_close1.gif); /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/img/dialog_close1.gif"); _background:none;*/}
.weedialog .dialog-close:hover{background:url(img/dialog_close2.gif) no-repeat; /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/img/dialog_close2.gif"); _background:none;*/}
.weedialog .dialog-content{clear:both; line-height:20px;padding-left:0px;margin:0px;background:#fff;background-repeat:repeat-x;text-align:left; overflow-y:hidden; overflow-x:hidden;}
.weedialog .dialog-button{clear:both;background:#fff;}
.weedialog .dialog-cl{width:2px;background-image:url(img/dialog_con_lc.gif);}
.weedialog .dialog-cr{width:2px;background-image:url(img/dialog_con_rc.gif); }
.weedialog .dialog-button{text-align:center;height:35px;background:url(img/clound2.jpg) #fff;background-repeat:repeat-x;font-size:12px;}
.weedialog .dialog-ok{background:url(img/btn_bg.gif); border:0px;width:92px;height:28px; margin-right:10px;line-height:21px; color:#183C94;cursor:pointer;font-size:12px;color:#358544}
.weedialog .dialog-cancel{background:url(img/btn_bg.gif); border:0px;width:92px;height:28px; line-height:21px; color:#183C94;cursor:pointer;font-size:12px;color:#358544}
.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:6px; height:6px; background-image:url(img/dialog_bl.gif); }
.weedialog .dialog-bc{margin-left:3px; margin-right:3px; width:auto; height:6px; background-image:url(img/dialog_bc.gif); }
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:6px; height:6px; background-image:url(img/dialog_br.gif);}

.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:15px;}
.weesuggest li{padding:0px;margin:0px;line-height:20px;cursor:pointer;border-bottom:1px dotted #bbb;}
.dialog-box{background:none;}
.dialog_small{background:url("img/dialog_changesmall.gif") no-repeat;margin:2px;background-position:0px 2px;float:right;width:18px;height:18px;}
.dialog_small:hover{background:url("img/dialog_changesmall02.gif") no-repeat;margin:2px;background-position:0px 2px;}