﻿/*container*/
#ym-window{
	overflow:hidden;
	font-size:12px;font-family:'宋体'
}

.ym-tl{padding-left:10px;background: url(../images/window/title_bg_left.png) no-repeat 0 0}
.ym-tr{padding-right:9px;background: url(../images/window/title_bg_right.png) no-repeat right 0;}
.ym-tc{background: url(../images/window/title_bg_center.png) repeat-x 0 0;overflow:hidden;height:28px;line-height:30px;}
.ym-ttc{height:3px}
.ym-header-text{font-size:12px;color:#fff;padding-left:10px;float:left}
.ym-header-tools{float:right;margin-top:3px}
.ym-header-tools strong{display:none}

/*body*/
.ym-ml{background:url(../images/window/win_l.png) repeat-y 0 0;padding-left:10px;}
.ym-mr{background:url(../images/window/win_r.png) repeat-y right 0;padding-right:10px;}
.ym-mc{padding:0}
.ym-body{overflow:auto;padding:0;font-size:12px;color:#0076A9; background-color:#f2f2f2}

/*button*/
.ym-btn{text-align:center}

/*footer*/
.ym-bl{background:url(../images/window/win_lb.png) no-repeat 0 bottom;padding-left:10px}
.ym-br{background:url(../images/window/win_rb.png) no-repeat right bottom;padding-right:10px}
.ym-bc{background:url(../images/window/win_b.png) 0 bottom;height:10px;font-size:3px}

.DOC88Window_alert{
	padding-left:90px;
	background:url(../images/window/info.png) no-repeat 20px 50%
}
.DOC88Window_succeed{
	padding-left:90px;
	background:url(../images/window/right.png) no-repeat 20px 50%
}
.DOC88Window_error{
	padding-left:90px;
	background:url(../images/window/err.png) no-repeat 20px 50%
}
.DOC88Window_confirm{
	padding-left:90px;
	background:url(../images/window/ask.png) no-repeat 20px 50%
}
.DOC88Window_close{
	cursor:pointer;
	background:url(../images/window/close.png) no-repeat 0 0;
	width:22px;height:22px;
}
.DOC88Window_alert .ym-content,.DOC88Window_succeed .ym-content,.DOC88Window_error .ym-content,.DOC88Window_confirm .ym-content{padding:50px 0 0}
/*图标公共定义*/
.ym-header-tools div{
	cursor:pointer;
	width:22px;height:22px;float:left;margin:0 0;
	background:url(../images/window/ico.png) no-repeat;
}
.DOC88Window_close{
	background-position:-99px 0 !important;
}
.DOC88Window_max{
	background-position:0 0 !important;
}
.DOC88Window_min{
	background-position:-44px 0 !important;
}
.DOC88Window_normal{
	background-position:-22px 0 !important;
}
/*取消确认按钮样式*/
input.btnStyle{
	background:url(../images/window/btn_bg.png) no-repeat;
	width:80px;height:23px;line-height:23px;
	font-size:12px;color:#fff;font-weight:bold;border:0;margin:10px 0
}


#tsWindow{
	position:absolute;
	display:none;
	vertical-align:middle;
	z-index:10000;
	width:199px;
	height:206px;
	background:url(/skin/basic/images/tsWin_bg.png) no-repeat;
} 


.blue_button {
	padding: 0px;
	border:0px;
	height: 26px;
	width: 177px;
	background-image: url(/skin/basic/images/blueButtonBg.png);
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	cursor:pointer;
}

.blue_button:hover {
	padding: 0px;
	border:0px;
	height: 26px;
	width: 177px;
	background-image: url(/skin/basic/images/blueButtonBg.png);
	background-position:0 -26px !important;
	background-repeat: no-repeat;
	background-color:transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	cursor:pointer;
}