/* 职位预览 */
/*Header CSS
----------------------------------------------------------------------*/
.job_preview_header {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.job_preview_header .w950 {
	width:950px;
	height:60px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/preview_header_bg.gif) no-repeat right;
	border-bottom:1px #adacce solid;
}
.job_preview_header .w950 .logo {
	float:left;
	width:200px;
	height:50px;
	overflow:hidden;
	margin-top:5px;
}
/*mainbody 样式
------------------------------------------------------------------------------------*/
.job_preview_mainbody {
	width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	clear:both;
}
.job_preview_box {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:20px;
}
.job_preview_box_tit {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
}
.job_preview_box_tit span {
	float:left;
	height:30px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height:30px;
}
.job_preview_box_com_intro {
	float:left;
	width:948px;
	height:auto;
	overflow:hidden;
	border:1px #e1e1f4 solid;
	background:url(../images/job_preview_com_intro_bg.gif) repeat-x;
	padding:5px 0;
	margin-top:10px;
}
.job_preview_box_com_intro dl {
	float:left;
	width:940px;
	height:auto;
	overflow:hidden;
}
.job_preview_box_com_intro dl dt {
	float:left;
	width:200px;
	height:65px;
	border:1px #eeeeee solid;
	margin-left:10px;
	margin-top:5px;
	display:inline;
}
.job_preview_box_com_intro dl dd {
	float:right;
	width:700px;
	text-align:left;
	height:auto;
	color:#000000;
}
.job_preview_box_com_intro dl dd.tit {
	float:right;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	height:auto;
	line-height:20px;
	color:#ff6600;
	display:inline;
}
.job_preview_box_com_intro dl dd .tit {
	float:left;
	text-align:left;
	height:auto;
	line-height:20px;
}
.job_preview_box_com_intro dl dd .textbox {
	float:left;
	height:auto;
	line-height:20px;
	text-align:left;
	color:#666666;
}
.job_preview_box_cont {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.job_preview_box_cont h2 {
	float:left;
	width:948px;
	height:25px;
	overflow:hidden;
	background:#f7f7fd;
	border:1px #e1e1f4 solid;
}
.job_preview_box_cont h2 span {
	float:left;
	text-align:left;
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}
.job_preview_box_cont .cont {
	float:left;
	width:930px;
	height:auto;
	overflow:hidden;
}
.job_preview_box_cont .cont span {
	float:left;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	width:910px;
	padding:0 10px;
	text-align:left;
	color:#666666;
	line-height:22px;
}
.job_preview_box_cont .cont span.btn {
	float:left;
	clear:both;
	height:25px;
	overflow:hidden;
	margin-top:10px;
	padding:0 10px;
	text-align:right;
	color:#000000;
}
.job_preview_box_cont ul {
	float:left;
	width:910px;
	height:auto;
	overflow:hidden;
	margin-top:5px;
}
.job_preview_box_cont ul li {
	float:left;
	width: 400px;
	height:auto;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
}
.job_preview_box_cont ul li.long {
	float:left;
	width: 910px;
	height:auto;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
}
.job_preview_box_cont ul li .tit {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
	padding-left:10px;
}
.job_preview_box_cont ul li .textbox {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#666666;
}
.job_preview_box_cont ul li.long .textbox {
	float:left;
	width:800px;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#666666;
}
.job_preview_box_com_info {
	float:left;
	width:948px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
	border:1px #e1e1f4 solid;
}
.job_preview_box_com_info h2 {
	float:left;
	width:948px;
	height:25px;
	overflow:hidden;
	background:#f7f7fd;
}
.job_preview_box_com_info h2 span {
	float:left;
	text-align:left;
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#000000;
	padding-left:10px;
}
.job_preview_box_com_info .cont {
	float:left;
	width:910px;
	height:auto;
	overflow:hidden;
	padding:10px 20px;
	text-align:left;
	color:#000000;
	line-height:23px;
}
.job_preview_box_com_info .cont b {
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
}
.job_preview_footer {
	float:left;
	width:100%;
	height:25px;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.job_preview_footer .w950 {
	width:950px;
	height:25px;
	overflow:hidden;
	margin:0 auto;
	color:#000000;
	line-height:25px;
	background:#e1e1f4;
	text-align:center;
}
/* 简历预览 */
/*Header CSS
----------------------------------------------------------------------*/
.resume_preview_header {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
}
.resume_preview_header .w950 {
	width:950px;
	height:60px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/preview_header_bg.gif) no-repeat right;
	border-bottom:1px #adacce solid;
}
.resume_preview_header .w950 .logo {
	float:left;
	width:200px;
	height:50px;
	overflow:hidden;
	margin-top:5px;
}

/*mainbody 样式
------------------------------------------------------------------------------------*/
.resume_preview_mainbody {
	width:950px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	clear:both;
}
.resume_preview_box {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.resume_preview_box_tit {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.resume_preview_box_tit span {
	float:left;
	height:30px;
	overflow:hidden;
	text-align:left;
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height:30px;
}.resume_preview_box_tit span.right {
	float:right;
	height:25px;
	overflow:hidden;
	text-align:left;
	padding-right:10px;
	line-height:25px;
	margin-top:2px;
	font-size:12px;
	color:#004499;
	font-weight:normal;
}
.resume_preview_box_cont {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}
.resume_preview_box_cont h2 {
	float:left;
	width:950px;
	height:25px;
	overflow:hidden;
	background:#333333;
	
}
.resume_preview_box_cont h2 span {
	float:left;
	text-align:left;
	height:25px;
	line-height:25px;
	font-weight:bold;
	color:#ffffff;
	padding-left:10px;
}
.resume_preview_box_cont .cont {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
}

.resume_preview_box_cont .cont span {
	float:left;
	clear:both;
	height:auto;
	overflow:hidden;
	margin-top:10px;
	width:910px;
	padding:0 10px;
	text-align:left;
	color:#666666;
	line-height:22px;
}
.resume_preview_box_cont .cont span.btn {
	float:left;
	clear:both;
	height:25px;
	overflow:hidden;
	margin-top:10px;
	padding:0 10px;
	text-align:right;
	color:#000000;
}
.resume_preview_box_cont ul {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:5px;
}
.resume_preview_box_cont ul li {
	float:left;
	width: 400px;
	height:auto;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
}
.resume_preview_box_cont ul li.photo {
	float:right;
	width: 90px;
	height:120px;
	margin-top:5px;
	border:1px #cccccc solid;
	margin-right:10px;

}
.resume_preview_box_cont ul li.long {
	float:left;
	width: 910px;
	height:auto;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
}
.resume_preview_box_cont ul li.tit {
	float:left;
	width: 950px;
	height:auto;
	margin-top:5px;
	overflow:hidden;
	text-align:left;
	background:#eeeeee;
	
}
.resume_preview_box_cont ul li .tit {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
	padding-left:10px;
	font-weight:bold;
}
.resume_preview_box_cont ul li.tit .tit {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
	padding-left:10px;
	font-weight:bold;
}
.resume_preview_box_cont ul li .textbox {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
}
.resume_preview_box_cont ul li.long .textbox {
	float:left;
	width:750px;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
}
.resume_preview_box_cont ul li.tit .textbox {
	float:left;
	height:auto;
	line-height:25px;
	text-align:left;
	color:#000000;
	font-weight:bold;
}

.resume_preview_box_cont .table {
	float:left;
	width:950px;
	height:auto;
	overflow:hidden;
	margin-top:5px;
	
}

.resume_preview_box_cont .table table {
	width:948px;
	height:auto;
	overflow:hidden;
	background:#cccccc;
	font-size:12px;
}
.resume_preview_box_cont .table table.short {
	float:left;
	width:500px;
	height:auto;
	overflow:hidden;
	background:#cccccc;
}
.resume_preview_box_cont .table table th {
	line-height:20px;
	background:#eeeeee;
	padding:0 2px;
	text-align:center;
	color:#000000;
}
.resume_preview_box_cont .table table td {
	line-height:20px;
	background:#ffffff;
	padding:0 2px;
	text-align:center;
	color:#000000;
	font-weight:normal;
}
.resume_preview_footer {
	float:left;
	width:100%;
	height:25px;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.resume_preview_footer .w950 {
	width:950px;
	height:25px;
	overflow:hidden;
	margin:0 auto;
	color:#000000;
	line-height:25px;
	background:#e1e1f4;
	text-align:center;
}
