@charset "utf-8";
/*
 * artDialog skin
 * https://github.com/aui/artDialog
 * (c) 2009-2013 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */
 
/* common start */
body { _margin:0; _height:100%; }/*IE6 BUG*/ 
.d-outer { text-align:left; outline:none 0;margin:0;padding:0px; background-color:#FFF; position:relative;}
.d-outer tr{border:0px !important;background-color:#FFF;}
.d-outer tr:hover{background-color:#FFF;}
.d-border, .d-dialog { border:0 none; margin:0; border-collapse:collapse; width:100%;padding:0px; }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer { padding:0;background-color:#FFF; }
.d-footer{border-top:1px solid #E6E6E6;}
.d-header, .d-button { font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; _font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-header{background-color:#fff;height:30px;}
.d-title { overflow:hidden; text-overflow: ellipsis; cursor:default; }
.d-state-noTitle .d-title { display:none; }
.d-close { display:none !important; position:absolute; text-decoration:none !important; color:#FF9418 !important; outline:none; _cursor:pointer; }
.d-close:hover { text-decoration:none; }
.d-main { text-align:center; vertical-align:middle; min-width:9em; }
.d-content { display:inline-block; display:block\0/*IE8 BUG*/; display:inline-block\9\0; *zoom:1; *display:inline; text-align:left; border:0 none !important;  }
.d-content.d-state-full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.d-loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(file:///C|/Users/Administrator/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/QVG3T9WU/loading.gif) no-repeat center center; }
.d-buttons { padding:8px; text-align:right; white-space:nowrap; }
.d-button {}
.d-button::-moz-focus-inner, .d-button::-moz-focus-outer { border:0 none; padding:0; margin:0; }
.d-button:focus { outline:none 0;  }
.d-button:hover { color:#000; color:#F60 }
.d-button:active { }
.d-button[disabled] { cursor:default; color:#666; background:#DDD; filter:alpha(opacity=50); opacity:.5; box-shadow:none; }
.d-state-highlight { color: #FFF; border: 1px solid #FF8E0A; background-color:#FF8E0A;}
.d-state-highlight:hover { color:#FFF; border-color:#FFA300;background-color:#FFA300; }
.d-state-highlight:active { border-color:#FF8E0A;  }
.d-mask { background:#000; filter:alpha(opacity=60); opacity:.6; }
/* common end */

.d-inner { background-color:#FFF; }
.d-dialog {  border-radius:3px; }
.d-inner {  /*ie*/}
.d-outer {  background-color:#FFF; }

.d-outer:active { box-shadow:none!important; }
.d-state-drag { box-shadow:none!important; }
.d-border { border-radius:3px; }
.d-nw, .d-ne { width:0px;overflow:hidden;}
.d-sw, .d-se { width:0px; overflow:hidden;}
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {background-color: transparent;}
.d-titleBar { width:100%; height:0; position:relative; bottom:33px; _bottom:0; _margin-top:-33px; }
/*.d-title { height:45px; line-height:45px; padding:0 16px 0 5px; color:#FFF; font-weight:700;background-color:#FF9418;text-align:left;font-size:14px;text-indent:10px}*/
.d-close { padding:0; top:10px; right:10px; width:21px; height:21px; line-height:21px; font-size:18px; text-align:center; color:#000; font-family: Helvetica, STHeiti; _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino; border:1px solid transparent; _border:0 none; background:#FFF; border-radius:15px;  }
.d-close:hover { color:#000 !important ; background:#BCAEA9;  _border:0 none; }
.d-close:active { box-shadow: none; }
.d-state-noTitle { }
.d-content { color:#FFF;font-size:12px; }
.d-state-noTitle .d-nw, .d-state-noTitle .d-ne { height:5px; }
.d-state-noTitle .d-titleBar { bottom:0; _bottom:0; _margin-top:0; }

.closebox {display:block; position:absolute; z-index:9999; top:0; right:-50px; width:33px; height:33px; background:url(../images/close.jpg) no-repeat 0 -33px; cursor:pointer;}
.closebox1 {display:block; position:absolute; z-index:9999; top:0; right:-50px; width:32px; height:32px; background:url(../images/close.jpg) no-repeat 0 -33px; cursor:pointer;}
.closebox2 {display:block; position:absolute; z-index:9999; top:0; right:-50px; width:32px; height:32px; background:url(../images/close.jpg) no-repeat 0 -33px; cursor:pointer;}