@charset "utf-8";
/* CSS Document */



.notResumeContent{width:1158px;}

.container{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
	}

.container_inbox{
	background:#fff;
	border:#dedede solid 1px;
	background:url(../../images/v7/gray_point.png) repeat-y 159px 0px #fefefe;
	width:1198px;
	}

.whitebox{
	background:#fefefe;
	border:#dedede solid 1px;
	padding:10px 20px;
	}
.whitebox_noPadding{  
	background:#fff;
	border:#dedede solid 1px;
	}
.popup{
	width:572px;
	height:360px;
	border:2px solid #d0cecf;
	margin:0 auto;
	margin-top:155px;
	clear:both;
	background:#fff;
}
.popup_organization{
	width:552px;
	height:400px;
	border:2px solid #d0cecf;
	margin:0 auto;
	clear:both;
	background:#fff;
}
.popup_title{
	width:552px;
	height:45px;
	line-height:45px;
	padding-left:20px;
	font-size:16px;
	color:#3b86cf;
	background:#fff;
	border-bottom:1px solid #e9e9e9;
}
.popup_organization .popup_title{
	width:532px;
	height:45px;
	line-height:45px;
	padding-left:20px;
	font-size:16px;
	color:#3b86cf;
	background:#fff;
	border-bottom:1px solid #e9e9e9;
}
.close_popup{
	float:right;
	display:block;
	width: 16px;
	height: 16px;
	background: url(../../images/v7/close.svg) no-repeat;
	margin-top: 16px;
	margin-right: 17px;
	cursor: pointer;
	background-size: contain;
}
.popup_organization .close_popup{
	float:right;
	display:block;
	width:11px;
	height:11px;
	background:url(../../images/v7/close.svg) no-repeat;
	margin-top:18px;
	margin-right:25px;
	cursor:pointer;
	}
.popop_table{
	width:510px;
	text-align:center;
	border:1px solid #e9e9e9;
	border-bottom:0px;
}
.popop_table th{
	height:35px;
	line-height:35px;
	border:1px solid #e9e9e9;
	background:#f7f7f7;
	text-align:center;
	color:#4d4d4d;
}
.popop_table td{
	height:35px;
	line-height:35px;
	border:1px solid #e9e9e9;
	text-align:center;
	color:#676767;
}

.right_table{
    background:#f7f7f7;
    margin-top:10px;
    border:0;
    padding:10px 0px;
    }
    
.right_table_all{
    background:#f7f7f7;
    margin-top:0px;
    border:0;
    }

/*翻页代码*/

.pagelist {
    padding:4px 6px 4px 0px;
    text-align: right;
    }
.pagelist a {
    padding:1px 3px;
    margin: 0px 1px; 
    color:#3b86cf;
    }
.pagelist a:hover {
    text-decoration:underline;
    }
.pagelist span.current {
    padding:1px 2px;
    color:#3b86cf;
    }
.pagelist span.disabled {
    display: none
    }
.pagelist input,.pagelist input.btn_blue{
    min-width:20px;
    width:30px;
    padding:0px;
    text-align:center;
    margin:0px 5px;
    }


.margin0{
    margin:0px;
    }
