@charset "utf-8";
/*
 * @description: 此css文件样式为页面中选择人员机构窗口样式等
 * @author: Jeff
 * @update: Jeff (2016-09-26 09:20)
 */
.popw-messagearea {
	width: 580px;
	font-family: 'Microsoft Yahei';
	color: #555;
	font-size: 13px;
	background-color: #fff;
	padding: 2px;
	z-index: 9000;
	display: none;
	position: fixed;
	border-radius: 4px;
	left: 0;
	top: 0;
	box-shadow:0px 10px 30px rgba(104,104,104,0.5);
}
.shadowScreen {
	width: 100%;
	min-height:1000px;
	background-color: #323232;
	background-attachment: scroll;
	opacity: .5;/* 支持CSS3的浏览器（FF 1.5也支持）*/
	filter: alpha(opacity=50); /* IE */
	-moz-opacity: .5;/* Moz + FF */
	position: fixed;
	left: 0;
	top: 0;
	z-index: 8000;
}

.popw-msg-box {
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	max-height: 500px;
	overflow-y: auto;
}
.popw-mTitle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	line-height: 32px;
	background-color: #5895BB;
	overflow: hidden;
}
.popw-unread {
	font-size: 14px;
	color: #000;
	margin-left: 5px;
	float: left;
	padding-left: 16px;
}
.popw-mTitle .popw-allmsgnum {
	font-size: 10px;
	line-height: 33px;
	margin-left: 10px;
	color: #808080;
	float: left
}

.popw-closemsg {
	float: right;
	width: 26px;
	padding-top: 10px;
	padding-right: 15px;
	height: 26px;
	background: url(icons/close.png) no-repeat center center;
	cursor: pointer;
}
.popw-closemsg:hover {
	color: red;
	text-decoration: underline;
}
.popw-msgListContain {
	min-height: 56px;
	height: 350px;
	overflow: hidden;
	overflow-y: auto;
	border: #BCCED8 1px solid;
}
.popw-btn4msg {
	border-top: #F0F3F8 1px solid;
	height: 20px;
}
.popw-work-tip {
	font-size: 13px;
	line-height: 24px;
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
}
.popw-work-tip span {
	margin-right: 5px;
}
.popw-msg-table {
	width: 99%;
	margin: 0px auto;
	margin-top: 5px;
	line-height: 18px;
}
.popw-msg-table th {
	font-size: 13px;
	line-height: 28px;
	color: #FFF;
	background-color: #89B9D5;
}
.msg-table td {
	font-size: 12px;
	line-height: 20px;
	padding: 6px 2px;
	text-align: center;
	border-bottom: #EAEAEA 1px dotted;
}
.popw-msg-table .even td {
	background-color: #FBFBFB;
}
.popw-red {
	color: red;
}
.popw-btn-box{padding:4px; background-color:#FBFBFB; border-top:#DADADA 1px solid;}
.popw-btn2OK {
	font-family: 'Microsoft Yahei';
	border: none;
	width: 54px;
	height: 26px;
	line-height: 24px;
	color: #FFF;
	background: url(../images/ok_bg.png) no-repeat left center;
	text-align: center;
	cursor: pointer;
	margin-right: 4px;
}
.popw-btn2OK:hover {
	opacity: .8;/* 支持CSS3的浏览器（FF 1.5也支持）*/
	filter: alpha(opacity=80); /* IE */
	-moz-opacity: .8;/* Moz + FF */
}
.popw-btn2concel /*对话框按钮*/ {
	font-family: 'Microsoft Yahei';
	border: none;
	width: 54px;
	height: 26px;
	line-height: 24px;
	color: #555;
	background: url(../images/close_bg.png) no-repeat left center;
	text-align: center;
	cursor: pointer;
}
.popw-btn2concel:hover /*对话框按钮*/ {
	background: url(../images/close_bg_hover.png) no-repeat left center;
}
.popw-win-box {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom:10px;
}
.popw-leftitem {
	float: left;
	width: 49%;
}
.popw-rightitem {
	float: right;
	width: 48%;
}
.popw-allt {
	margin: 0;
	padding: 0;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 12px;
	color: #555;
	background: url(icons/d-lev1.png) no-repeat left center;
}
.popw-tree-box {
	border: #D8D8D8 1px solid;
	overflow: auto;
	height: 360px;
}
.popw-r-choseitem-ul {
	list-style-type: none;
	margin-top: 2px;
}
.popw-r-choseitem {
	color: #555;
	padding: 2px 5px;
}
.popw-r-choseitem:hover {
	background-color: #E9F7F9;
	cursor: pointer;
}
.popw-man-partment {
	font-size: 12px;
	color: #888;
	background: url(icons/lev3icon.png) no-repeat left center;
	padding-left: 12px;
	border-bottom: #F2F2F2 1px solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.popw-guyitem {
	display: block;
	line-height: 22px;
	padding-left: 4px;
	cursor: pointer;
	color: #666;
	position: relative;
}
.popw-guyitem:hover {
	color: #555;
	background-color: #E9F7F9;
}

