@charset "utf-8";
/**
 * weebox.css
 *
 * @category   javascript
 * @package    jquery
 * @author     Jack <xiejinci@gmail.com>
 * @version    
 */
 
.dialog-loading {background:url(images/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(images/trans.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="images/trans.png"); _background:none; width:100%!important;}
.dialog-button{clear: both;}
.dialog-button input{overflow:visible; overflow-y:hidden;}
.dialog-btn1,.dialog-ok{border:1px solid #33621D; background:url(images/common_btn_ok.gif) top #88B674; height:24px; line-height:24px; color:#fff;cursor:pointer; padding:0px;padding-left:5px; padding-right:5px; margin:0px;}
.dialog-btn2,.dialog-cancel{border:1px solid #999; background:url(images/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;}

.weedialog{width:500px; color:#444;background:#fbf9fa}
.weedialog a:link,weedialog a:visited {color: #005EAC; text-decoration:none;}
.weedialog a:hover {color:#ff6600; text-decoration:underline;}
.weedialog .dialog-header{height:40px; position:relative; cursor:move;display: none;}
.weedialog .dialog-tc{width:auto; height:40px;font-weight:bold;}
.weedialog .dialog-tc2{height:40px; line-height:40px; font-size:14px; clear:both;background:#168bd8;padding:0 10px;color:#fff; text-align:left;}
.weedialog .dialog-tc1{height:6px; overflow:hidden; background:url(images/dialog_tc1.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_tc1.png"); _background:none;}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:11px; height:40px; background:url(images/dialog_tl.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_tl.png"); _background:none;}
.weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:11px; height:40px; background:url(images/dialog_tr.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_tr.png"); _background:none;}
.weedialog .dialog-close{float:right;cursor:pointer;height:40px; width:40px; background:url(images/close_btn.gif) no-repeat; /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_close1.png"); _background:none;*/}
.weedialog .dialog-close:hover{background:url(images/close_hover_btn.gif) no-repeat; /*_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_close2.png"); _background:none;*/}
.weedialog .dialog-content{clear:both; line-height:20px; padding:5px; background:#fff; text-align:left;overflow:hidden;}
.weedialog .dialog-button{clear:both; background:#fff;}
.weedialog .dialog-cl{width:6px;background:url(images/dialog_con_lc.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_con_lc.png"); _background:none;}
.weedialog .dialog-cr{width:6px;background:url(images/dialog_con_rc.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_con_rc.png"); _background:none;}
.weedialog .dialog-button{text-align:center;padding:15px 0; font-size:12px; background:#fff;}
.weedialog .dialog-ok{border:1px solid #168bd8; background:#168bd8; height:30px;width:80px;line-height:30px; color:#fff;cursor:pointer; text-align:center;}
.weedialog .dialog-cancel{border:1px solid #168bd8; background:#f0f0f0; height:30px;width:80px;line-height:30px; color:#666;cursor:pointer; text-align:center;}
.weedialog .dialog-button-disabled{overflow:visible; overflow-y:hidden; border:1px solid #999; background:url(images/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:11px; height:11px; background:url(images/dialog_bl.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_bl.png"); _background:none;}
.weedialog .dialog-bc{margin-left:11px; margin-right:11px; width:auto; height:11px; background:url(images/dialog_bc.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_bc.png"); _background:none;}
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:11px; height:11px; background:url(images/dialog_br.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/weebox/src/images/dialog_br.png"); _background: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;}
