/**
 * weebox.css
 *
 * weebox style
 *
 * @category   javascript
 * @package    jquery
 * @author     Jack <xiejinci@gmail.com>
 * @copyright  Copyright (c) 2006-2008 9wee Com. (http://www.9wee.com)
 * @license    http://www.9wee.com/license/
 * @version    
 */
.dialog-loading {background:url(../images/weebox/loading.gif) no-repeat center; width:100%; height:50px;}
.dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;}

.dialog-box {width: auto;
margin: 0;
border: 1px solid #b8b8b8;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
min-height: 100px;
background: #fff;}
.dialog-box .dialog-header {position: relative;
height: 38px;
background: #f7f6f5;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;}
.dialog-box .dialog-title {color: #aeaeae;font-size: 16px;height: 38px;line-height: 38px;padding-left: 15px;}
.dialog-box .dialog-close {position: absolute;top: 6px;right: 6px;overflow: hidden;text-indent: -9999px;width: 28px;height: 27px;background:url("../images/css_bg/publish_icons.png");background-position: -56px -206px;background-color: #ddd;cursor: pointer;}
.dialog-box .dialog-content {clear:both; margin:0px; color:#666666; font-size:13px;}
.dialog-box .dialog-button {clear:both; border-top: 1px solid #cccccc; text-align:center; margin:0px; padding-top:5px;}

.errorbox {border:1px solid #924949;}
.errorbox .dialog-content {background:#fff;}
.errorbox .dialog-header {color:#6f2c2c;}
.warningbox {border:1px solid #c5a524;}
.warningbox .dialog-content {background:#fff;}
.warningbox .dialog-header {color:#957c17;}
.successbox {border:1px solid #60a174;}
.successbox .dialog-content {background:#fff;}
.successbox .dialog-header {color:#3c7f51;}
.promptbox {border:1px solid #cccccc;}
.promptbox .dialog-content {background:#fff;}
.promptbox .dialog-header {background:#edf3f7; color:#355468;}
.dialogbox {border:1px solid #cccccc;}
.dialogbox .dialog-content {background:#fff;}
.boxbox {border:1px solid #cccccc;}
.boxbox .dialog-content {background:#fff;}
.boxbox .dialog-header {background:#edf3f7; color:#355468;}


.weedialog{ }
.weedialog .dialog-header{height:37px;  cursor:move; line-height:37px; font-size:14px; width:100%; clear:both; text-align:left; position:relative; top:0; left:0;background:@main_color;}
.weedialog .dialog-title{color:#fff; float:left; padding-left:20px;  }

.weedialog .dialog-top{height:8px;position:relative; overflow:hidden;}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px;width:8px; height:8px;background:url(../images/weebox/lb_left_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_left_top.png"); _background:none;}
.weedialog .dialog-tc{margin-left:8px; margin-right:8px; width:auto; height:8px;background:url(../images/weebox/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none; overflow:hidden;}
.weedialog .dialog-tr{position:absolute; right:0px;top:0px;width:8px; height:8px;background:url(../images/weebox/lb_right_top.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_right_top.png"); _background:none;}
.weedialog .dialog-close{ cursor:pointer; background:url(../images/weebox/light_box_close_btn.png) no-repeat; font-size:0px; line-height:0px; height:13px; width:13px; float:right; margin:10px 10px 0 0;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/light_box_close_btn.png"); _background:none;}
.weedialog .dialog-content{clear:both; padding:10px; overflow-y:auto; overflow-x:hidden;background-color:#fff;}
.weedialog .dialog-button{clear:both; background:#fff; padding:8px 0;}
.weedialog .dialog-cl{width:8px;background:url(../images/weebox/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
.weedialog .dialog-cr{width:8px;background:url(../images/weebox/lb_border.png); _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
.weedialog .dialog-button{ height:25px; text-align:right;font-size:12px; padding-right: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:8px; position:relative; font-size:0px;}
.weedialog .dialog-bl{position:absolute; left:0px; top:0px; width:8px; height:8px; background:url(../images/weebox/lb_left_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_left_bottom.png"); _background:none;}
.weedialog .dialog-bc{margin-left:8px; margin-right:8px; width:auto; height:8px; background:url(../images/weebox/lb_border.png) repeat-x; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_border.png"); _background:none;}
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:8px; height:8px; background:url(../images/weebox/lb_right_bottom.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="../images/weebox/lb_right_bottom.png"); _background:none;}



.weedialog .dialog-ok{ float:right; background-position:0px -1013px; height:25px; padding-left:5px; }
.weedialog .dialog-ok div{ background-position:right -938px; height:25px; }
.weedialog .dialog-ok span,.weedialog .dialog-ok_hover span,.weedialog .dialog-ok_active span{ color:#fff; padding:0px 25px 0px 20px; height:23px;  font-size:12px; line-height:23px; }

.weedialog .dialog-ok_hover{ float:right; background-position:0px -1038px; height:25px; padding-left:5px;}
.weedialog .dialog-ok_hover div{ background-position:right -963px; height:25px; }

.weedialog .dialog-ok_active{ float:right; background-position:0px -1063px; height:25px; padding-left:5px;}
.weedialog .dialog-ok_active div{ background-position:right -988px; height:25px; }


.weedialog .dialog-cancel{ float:right;background-position:0px -1163px; height:25px; padding-left:5px; margin-left:3px; }
.weedialog .dialog-cancel div{ background-position:right -1088px; height:25px; }
.weedialog .dialog-cancel span,.weedialog .dialog-cancel_hover span,.weedialog .dialog-cancel_active span{ color:#fff; padding:0px 25px 0px 20px; height:23px;  font-size:12px; line-height:23px; }

.weedialog .dialog-cancel_hover{margin-left:3px; float:right;background-position:0px -1188px; height:25px; padding-left:5px;}
.weedialog .dialog-cancel_hover div{ background-position:right -1113px; height:25px; }

.weedialog .dialog-cancel_active{ margin-left:3px;float:right;background-position:0px -1213px; height:25px; padding-left:5px;}
.weedialog .dialog-cancel_active div{ background-position:right -1138px; height:25px; }


