@charset "utf-8";
.swoole_button{width:64px;height:22px; border:none; background:url(../images/myxh_phoabg.png) no-repeat 0 -30px; cursor:pointer; margin-left:5px;margin-right:5px;}
.Dialog {
	position:absolute;
	border:1px solid #70b6f3;
	font-size: 12px;
	text-align: center;
  background-color:#96d6fa; 
	padding: 1px;
	line-height: 22px;
	z-index: 102;
}
.Dialog_fixed {
	position:fixed;
	_position:absolute;	
	_bottom : auto;
/*	_top : expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));*/
	border:1px solid #70b6f3;
	font-size: 12px;
	text-align: center;
    background-color:#96d6fa; 
	padding: 1px;
	line-height: 22px;
	z-index: 102;
}

.Dialog_bodybg{
	position: absolute;left:0px;top:0px;
	/* filter:alpha(opacity=50); for IE8 and earlier */
	opacity: 0.3;
	background-color: #000000;
	z-index: 101;
}
.Dialog_head{ margin:2px 2px 0 2px; background-image:url(../images/tilbg33.gif); height:26px;}
.Dialog_title {float:left; width:auto; color:#000; font-weight:bold; line-height:26px;}
.Dialog_close {float:right; width:29px;height:22px;padding-left:0px; font-size:12px; color:#000; line-height:22px; background:url(../images/tc_close.gif) no-repeat 0 0;cursor:pointer;}
.Dialog_close span{display:none}
.Dialog_msg{background-color:#fff; border:1px solid #73b6f1; border-bottom:0; padding:20px 15px 15px 15px;margin:0 4px 0 4px}
.Dialog_cont{padding:20px 15px 15px 15px;}
.Dialog_bottom {background-color:#ededed; border-top:1px solid #dbdbdb; padding:10px 0 10px 0; margin:0 4px 4px 4px; border:1px solid #73b6f1; border-top:0;}
.calendar_td {
	cursor: pointer;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	color: #215DC6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:20px;
	height:20px;
}

.calendar_div{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	
	background-color:#96d6fa;
	border:1px solid #70b6f3;
}
.calendar_div .tr_title{background-image:url(../images/tilbg33.gif); background-repeat:repeat-x;height:26px;}

.calendar_close {
	font-weight: bold;
	font-size: 12px;
	padding-top: 2px;
	color: #fff;
	cursor: pointer;
}

.calendar_div .tab_date{ background-color:#fff; width:99%; border:1px solid #70b6f3;}
.calendar_div .tab_date .tab_date_tr1 td{background-color:#ededed; border:1px solid #dbdbdb; font-weight:bold;}


.Tip_div{
	position:absolute;
	background-color:#FFF;
	padding:0;
	margin:0;
	border:1px #06F solid;
}
.Tip_div .close{
	position:absolute;top:10px;right:10px;display:block;width:60px;padding:4px 0;text-align:center;background:#fff;border:1px solid #85B6E2;color:#333;
}
.Dialog_none {
	position: absolute;
	background:none;	
	border:none;
	font-size: 11px;
	text-align: center;
	padding: 0;
	line-height: 22px;
	z-index: 102;
}
.Dialog_msg_none { background:none; font-size:14px; border-top: none; padding:0; text-align:left;}