@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 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; }
/* IE9 hack */
/*.d-outer { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }*/
table.d-border, table.d-border {-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border:0; margin:0; border-collapse:collapse; width:auto; }
.d-dialog{  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);   }
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-tdIcon, .d-main, .d-footer { padding:0; }
.d-header{ font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti; -font-family:Tahoma,Arial,Helvetica,STHeiti; -o-font-family: Tahoma, Arial; }
.d-title { overflow:hidden; text-overflow: ellipsis; }
.d-state-noTitle .d-title { display:none; }
.d-inner{ border: 1px solid #DDD; border: 0 solid rgba(0, 0, 0, 0); border: 1px solid #DDD\9; }

.d-main { position: relative; display: block; text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/; }
.d-content { text-align:left; border:none 0; vertical-align: middle; max-height: 560px; overflow-y: auto; overflow-x: hidden; /*height: 101%;*/ padding: 0; }
.d-content::-webkit-scrollbar { width: 10px; height: 10px;}
.d-content::-webkit-scrollbar-track { border-radius: 5px; background-color: #b2c0d1; }
.d-content::-webkit-scrollbar-thumb { border-radius: 5px; border: 2px solid #b2c0d1; background-color: #f5f5f5;}
.d-content::-webkit-scrollbar-thumb:hover { background-color: #fff;}
.d-content::-webkit-scrollbar-button { width: 10px; height: 10px; background-color: transparent;}
.d-content.d-state-full { display:inline-block; width:100%; margin:0; padding:0!important; height:100%; overflow: hidden;}
.d-loading { margin: auto; width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(icons/loading.gif) no-repeat center center; }
.d-icon { vertical-align: middle; }
.d-icon div { width:48px; height:48px; margin:10px 0 10px 10px; background-position: center center; background-repeat:no-repeat; }
.d-buttons { padding:8px; text-align:right; white-space:nowrap; }
.d-buttons input[type='button'] { margin-left: 5px; }

button.d-state-highlight { color: #FFF; border: solid 1px #1c6a9e; background: #2288cc; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); text-shadow: -1px -1px 1px #1c6a9e; }
button.d-state-highlight:hover { color:#FFF; border-color:#0F3A56; }
button.d-state-highlight:active { border-color:#1c6a9e; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc'); background: linear-gradient(top, #33bbee, #2288cc); background: -moz-linear-gradient(top, #33bbee, #2288cc); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc)); }
/* common end */

.d-inner { background:#FFF; }
.d-outer, .d-inner { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } 
.d-nw, .d-ne, .d-sw, .d-se { width:10px; height:10px; }
.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {}
.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se { }
/*.d-state-focus .d-outer { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)\9; }*/
/*.d-state-focus .d-dialog {  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);   }*/


/*.d-outer:active,*/
/*.d-dialog:active */
.d-state-drag .d-dialog{ -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.d-titleBar { position:relative; height:100%; }
.d-title { height:58px; line-height:57px; padding:0 30px 0 10px; background-color:#3497db; font-size: 20px; color:#fff; font-family: Tahoma, Arial/9!important; cursor: move;}
.d-title, .d-titleBar{ border-top-left-radius: 4px; border-top-right-radius: 4px; }
.d-state-focus .d-title { color:#fff; }


.d-close {display:block; position:absolute; text-decoration:none; outline:none; -webkit-border-radius: 24px; -moz-border-radius: 24px; border-radius: 24px; padding:0; top:16px; right:10px; width:24px; height:24px; background-color: #55A3DF; line-height:24px; font-size:22px; color:#FFF; text-align:center; font-family: Helvetica, STHeiti;  }
.d-close:hover,
.d-close:focus { background-color:#EBEDF0; color:#82939E; text-decoration: none;}
.d-close:active { box-shadow: none; }
/*.d-content, .d-state-focus .d-content { color:#82939E; font-family: Arial "Microsoft Yahei";}*/
.d-buttons { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; background-color:#F8F8F8;} 

/*.d-state-noTitle .d-dialog { box-shadow: none; }*/
.d-state-noTitle .d-close { 
	-webkit-box-shadow: 0 5px 5px rgba(56, 60, 65, .2);
	-moz-box-shadow: 0 5px 5px rgba(56, 60, 65, .2);
	box-shadow: 0 5px 5px rgba(56, 60, 65, .2);
	z-index: 10;
	top: -14px;
	right: -14px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border: 2px solid #FFF;
	background: #4B4F54;
	color: #FFF;
	z-index: 2;
}
.d-state-noTitle .d-close:hover { background-color: #55A3DF; color: #FFF; }

.d-content-wrap{ height: 100% }

/* status */
.d-dialog-alert .d-main,
.d-dialog-confirm .d-main,
.d-dialog-prompt .d-main{ text-align: left; }

.d-dialog-alert .d-buttons,
.d-dialog-confirm .d-buttons,
.d-dialog-prompt .d-buttons{ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background: none;}


.d-dialog-alert,
.d-dialog-confirm,
.d-dialog-prompt{
	background-position: left bottom;
	background-repeat: no-repeat;
}
.d-dialog-alert{ background-image: url(icons/d-dialog-alert.png); }
.d-dialog-confirm{ background-image: url(icons/d-dialog-confirm.png); }
.d-dialog-prompt{ background-image: url(icons/d-dialog-prompt.png); }


.d-dialog-alert .d-header,
.d-dialog-confirm .d-header,
.d-dialog-prompt .d-header{
	display: none;
}
.d-dialog-alert .d-icon,
.d-dialog-confirm .d-icon,
.d-dialog-prompt .d-icon{
	visibility: hidden;
}
.d-dialog-alert .btn,
.d-dialog-confirm .btn,
.d-dialog-prompt .btn{
	padding-top: 4px;
	padding-bottom: 4px;
}
