/**
 * 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_table{border-collapse:collapse;width:100%;background-color:#D9D9D9;}
.dialog_table_bottom{border-collapse:collapse;width:100%;height:5px;line-height:5px;}

.dialog-loading {background:url(img/loading.gif) no-repeat center; width:100%; height:100%}
.dialog-mask{border:0px; background:#ccc; margin:0px; padding:0px; position:absolute; top:0px; left:0px;overflow-x:hidden}
.dialog-tl{width:8px;height:30px;background:url(./../images/dialog/dialog-tl.gif) no-repeat;}
.dialog-tr{width:8px;height:30px;background:url(./../images/dialog/dialog-tr.gif) no-repeat;}

.dialog-bl{width:8px;height:5px;line-height:5px; background:url(./../images/dialog/dialog-bl.gif) left bottom no-repeat;}
.dialog-bc{height:5px;line-height:5px;background:url(./../images/dialog/dialog-bc.gif) bottom repeat-x;}
.dialog-br{width:8px;height:5px;line-height:5px;background:url(./../images/dialog/dialog-br.gif) right bottom no-repeat;}

.dialog-content-border{border-left:1px solid #9C9C9C;border-right:1px solid #9C9C9C;}

.dialog-box {background:#fff; width:300px;}
.dialog-box .dialog-header {line-height:30px;height:30px;cursor:move;letter-space:1px;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.dialog-box .dialog-title {float:left; text-align:left; font-size:12px;color:#fff;margin-left:8px;font-weight:bold;}
.dialog-box .dialog-close {float:right;	cursor:pointer;height:17px; width:17px;margin-top:6px; margin-right:10px; background:url(./../images/dialog/dialog-close.gif) no-repeat;}
.dialog-box .dialog-content {clear:both; margin:0px; padding:6px; font-size:13px; overflow-y:auto;color:#000000;}
.dialog-box .dialog-button {clear:both; border-left:1px solid #9C9C9C;border-right:1px solid #9C9C9C; text-align:center; margin:0px; padding-top:5px;}
.dialog-header a:hover{background:url(./../images/dialog/dialog-close.gif) 0% 90%  no-repeat;}

.dialogbox .dialog-header {line-height:30px;height:30px; background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.dialogbox .dialog-content {background:#fff;}
.boxbox .dialog-content {background:#fff;}
.boxbox .dialog-header {background:url(img/p_hd.gif) repeat-x; color:#355468;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}

.errorbox .dialog-content {background:url(./../images/dialog/dialog-error.gif) 20px 25px no-repeat;height:60px;padding-left:80px;}
.errorbox .dialog-header {line-height:30px;height:30px;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.errorbox .dialog-button {height:28px;line-height:28px;border-left:1px solid #9C9C9C;border-right:1px solid #9C9C9C;}


.warningbox .dialog-content {background:url(./../images/dialog/dialog-warn.gif) 20px 25px no-repeat;height:60px;padding-left:80px;}
.warningbox .dialog-header {line-height:30px;height:30px;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.warningbox .dialog-button {height:28px;line-height:28px;}


.successbox .dialog-content {background:url(./../images/dialog/dialog-done.gif) 20px 25px no-repeat;height:60px;padding-left:80px;}
.successbox .dialog-header {line-height:30px;height:30px;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.successbox .dialog-button {height:28px;line-height:28px;}

.promptbox .dialog-content {background:url(./../images/dialog/dialog-question.gif) 20px 25px no-repeat;height:60px;padding-left:80px;}
.promptbox .dialog-header {line-height:30px;height:30px;background:url(./../images/dialog/dialog-tc.gif) repeat-x;}
.promptbox .dialog-button {height:28px;line-height:28px;}

.weedialog {}
.weedialog .dialog-header{height:27px; position:relative; cursor:move;}
.weedialog .dialog-tl{position:absolute; left:0px; top:0px; width:12px; height:27px; background:url(img/dialog_tl.png) no-repeat;}
.weedialog .dialog-title{text-align:left; margin-left:12px; margin-right:35px; width:auto; height:17px; padding-top:10px; *padding-top:7px; background:url(img/dialog_tc.png) repeat-x; font-weight:bold;}
.weedialog .dialog-tr{position:absolute; right:0px; top:0px; width:35px; height:27px; background:url(img/dialog_tr.png) no-repeat;}
.weedialog .dialog-close{margin:10px 0px 0px 10px;}
.weedialog .dialog-close a{ width:16px; height:16px; display:block;}
.weedialog .dialog-con{background:url(img/dialog_cl.png) repeat-y left ; padding-left:4px;}
.weedialog .dialog-con2{background:url(img/dialog_cr.png) repeat-y right; padding-right:4px;}
.weedialog .dialog-content{clear:both; line-height:20px; padding:5px 5px 0px 5px; background:#fff; overflow-y:auto; overflow-x:hidden;}
.weedialog .dialog-button{clear:both; text-align:center; padding:5px 5px 0px 5px; background:#fff;}
.weedialog .dialog-button input{width:40px;}.weedialog .dialog-bot{clear:both; height:9px; position:relative; font-size:0px;}
.weedialog .dialog-bl{position:absolute; left:0px; top:0px;width:12px; height:9px;background:url(img/dialog_bl.png) no-repeat;}
.weedialog .dialog-bc{margin-left:12px; margin-right:12px; width:auto; height:9px; background:url(img/dialog_bc.png) repeat-x;}
.weedialog .dialog-br{position:absolute; right:0px; top:0px; width:12px; height:9px; background:url(img/dialog_br.png) no-repeat;}

/**
  自定义weebox样式
*/
