﻿/* Loading 样式开始 */
#divProcess 			{	position: fixed; z-index: 9999; display: none; background: #DDD; filter: Alpha(Opacity=50); -moz-opacity: 0.5; -opacity: 0.5;	}
#divProcess #divLoading	{	Z-INDEX:10000; border:solid 1px #999; background:#FFFFDD; CURSOR: wait; width:120px; height:65px; padding:5px; position:absolute;left:45%;top:45%; text-align:center;	}
#divProcess #divLoading #divImg	{	background-image: url(./loading.gif); background-repeat:no-repeat; width:32px; height:32px;	}
/* 局部 Loading 样式 */
#divProcess2 			{	position: absolute; z-index: 9999; display: none; background: #DDD;	filter:Alpha(Opacity=50); -moz-opacity: 0.5; -opacity: 0.5; width:100%;	}
#divProcess2 #divImg2	{	position: relative; background-image: url(./loading2.gif); background-repeat:no-repeat; width:86px; height:10px; 	}

/* Loading 样式结束 */

.passOver	{	white-space:nowrap; word-break:break-all; overflow:hidden; text-overflow:ellipsis;	}

/* Overlay */
#JSM_dialogModalOverlay			{	background-color:#DDD; cursor:wait;	}
/* Container */
#JSM_dialogModalContainer			{	font-size:12px; text-align:left;	}
a.modalCloseX,
a.modalCloseX:link,
a.modalCloseX:active,
a.modalCloseX:visited			{	font-family: 'Arial'; text-decoration:none; line-height:26px; font-size:12px; position:absolute; top:-1px; right:15px; color:#ddd;}
a.modalCloseX:hover				{	color:#FFF;	}

#JSM_dialog #JSM_header				{	height:26px; width:100%; color:#fff; cursor:move;	}
#JSM_dialog #JSM_header .left			{	background:url(./title_bg_left.gif) repeat-x; width:3px;	}
#JSM_dialog #JSM_header .center		{	background:url(./title_bg_center.gif) repeat-x; color:#FFF; font-weight:bold; line-height:26px; font-size:13px; text-align:left;	}
#JSM_dialog #JSM_header .center .icon0	{	margin:5px; background:url(./icon_title_info.gif) repeat-x; width:14px; height:14px; line-height:26px; float:left;	}
#JSM_dialog #JSM_header .right			{	background:url(./title_bg_right.gif) repeat-x; width:3px;	}

#JSM_dialog #JSM_body					{	border:solid 1px #7998B7;	}
#JSM_dialog #JSM_body #content			{	background-color:#FFFFFF; border-bottom:solid 1px #D7E0E7; border-left:solid 1px #D7E0E7; border-right:solid 1px #D7E0E7;}
#JSM_dialog #JSM_body #content .icon0	{	width:36px; height:36px; background:url(./icon_info.gif) no-repeat;	}
#JSM_dialog #JSM_body #content .message	{ color:#333; text-align:left; margin:0; width:100%; height:100%; font-size:13px;	}

#JSM_dialog #JSM_body #JSM_footer		{	height:39px; width:396px; background-color:#EEF5FD; border-bottom:solid 1px #D7E0E7; border-left:solid 1px #D7E0E7; border-right:solid 1px #D7E0E7;	}
#JSM_dialog #JSM_body #JSM_footer input	{	line-height:19px; float:right; width:64px; height:20px; text-align:center; margin:9px 7px; background:url(./button_bg.gif) repeat-x; border:1px solid #7998B7;} 
