﻿/* 主样式文件 CopyRight 2006 南方英才网*/
html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body
{
    font-size: 12px;
    line-height: 135%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* 主连接样式 */
a:link
{color: #0000ff;
text-decoration: none;
}
a:visited,
a:active
{
    background: transparent;
    color: #0000ff;
    text-decoration: none;
}

a:hover
{
    background: transparent;
    color: #ff6600;
}


table,
tr,
td
{
    font-family : 宋体;
    font-size: 12px;
 }

/* 设置Image的边框为0*/
img
{
    border :0px;
}

/* 中间部份 */
.bodycenter
{
	border: 0px;
	text-align: center;
	font-family :Tahoma,宋体;
	font-size :12px;
	vertical-align :top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.bodycenter2
{
	background: #F0F5FA;
	border: 0px;
	text-align: center;
	font-family :Tahoma,宋体;
	font-size :12px;
	vertical-align :top;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.bodycenter input
{
    font-family :Tahoma,宋体;
    font-size :12px;
    color : #000;
    margin: 0px;
    padding: 2px;
}
.bodycenter a:link,
.bodycenter a:visited
{color: #0000ff;
text-decoration: none;
}
.bodycenter a:active
{
    background: transparent;
    color: #222;
    text-decoration: none;
}
.bodycenter a:hover
{
    background: transparent;
    color: #ff6600;
}
select
{
    font-family :宋体;
    font-size :12px;
    width :150px;
}

/* 登录输入框样式 */
input.login
{
    font-family :Tahoma,宋体;
    font-size :12px;
    margin: 0px;
    padding: 2px;
    border: 1px solid #000000;
} 
/*按扭样式*/
.loginform_mainbody input.button,
input.button
{	margin: 5px;
	padding: 2px;
	vertical-align: middle;
	border-right:solid 2px #0073c8;
    border-top:solid 2px #8bd7ff;
    font-size: 12px;
    background: #0099fc;
    border-left:solid 2px #8bd7ff;
    cursor: pointer;
    color: white;
    border-bottom:solid 2px  #0073c8;
    font-family: 宋体;
    height: 24px;
}

input.sel{
	border:2px solid #fff;
	border-bottom :solid 2px #777777;
	border-right :solid 2px #777777;
	background-color: #e1e1e1;
	color: #000;
	font-family: 宋体;
	font-size: 12px;
	margin: 5px;
	padding: 2px;
	vertical-align: middle;
	cursor:pointer ;
}
textarea{
	background: #F2F5FA;
	border: 1px solid #4C77B6;
	color: #000;
	font-family: Tahoma, 宋体;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}
/*城市入口菜单*/
.CityMenu
{
    background-color :#eeeeee; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#eeeeee', endColorStr='#ffffff', gradientType='1');	
	margin: 5px 0 8px 0;
	padding: 0 5px 0 5px;
	color :#000000;
	border :solid 1px #000000;		
}
.CityMenu a:link,
.CityMenu a:visited,
.CityMenus a:active{
	background: transparent;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma,宋体;
    font-size: 12px;
    
}
.CityMenu a:hover{
	background: transparent;
	color: #3277bd;
	font-family: Tahoma,宋体;
    font-size: 12px; 
   
}
/*尾部样式*/
.footer
{	height:25px;
	font-family: Tahoma,宋体;
	font-size: 12px;
	color :#FFF;
	background-image: url(../images/end_bg.gif);
	width: 760px;
}

.footer a:link,
.footer a:visited,
.footer a:active
{
	background: transparent;
	color: #FFF;
	text-decoration: none;
	font-family: Tahoma,宋体;
    font-size: 12px;
    border-bottom :0px;
 
}

.footer a:hover{
	background: transparent;
	color: #FFF;
	font-family: Tahoma,宋体;
    font-size: 12px;
    border-bottom :solid 1px #F0F5FA;/*dotted*/
   
}

/*导航菜单条样式*/
.mainmenu a:link,
.mainmenu a:visited,
.mainmenu a:active{
	background: transparent;
	color: #222;
	text-decoration: none;
}

.mainmenu a:hover{
	background: transparent;
	color: #222;
}

/*帮助提示样式*/

.messagebox{
	background: #fffed3;
	border: 1px solid #222;	
	border-bottom :2px;
	text-align :left ;
	margin: 0;
	padding: 5px;
	line-height:18px;	
}

.tips{
	background: #fffed3;
	border: 1px solid #222;
	border-top: 0;
	border-bottom :2px;
	
	margin: 0 0 5px 0;
	padding: 0;	
}

.tips h4{
	background: #fffeb7;
	border: 1px solid #222;
	border-left: 0;
	border-right: 0;
	color: #000000; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.tips p{
	background: transparent;
	border: 0;
	color: #000000;
	margin: 0 0 5px 0;
	padding: 8px;
}

/*主边框*/
.borderwrap,
.mainborder{ /* this will affect the outlining border of all the tables and boxes through-out the skin. */
	background: #FFF; 
	border: 1px solid #072a66;
	padding: 1px; 
	margin: 0; 
}


.mainborder{
	width:90%;
	padding:20px;
}
.scrollCompanys
{
   background: #FFF; 
   border: 1px solid #072a66;
	padding: 1px; 
	margin: 0; 
	text-align: center;
	vertical-align: top;
	height: 53px;
	background-color: #e4eaf2;
}
/*底部操作栏*/
.formbottomrow{
	background: #D1DCEB;
	border: 0; 	
	color: #3A4F6C;
	font-weight: bold;
	padding: 5px;
	font-family: Tahoma,宋体;
	text-align :left;
}
.formbottomrow p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}
/*职位搜索头部*/
.jobsearch_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/search_center.gif);
    width: 100%;
    height: 44px;
}
.jobsearch_header_left
{
    float: left;
    background-image: url(image/search_left.gif);
    vertical-align: middle;
    width: 46px;
    background-repeat: no-repeat;
    height: 44px;
}

.jobsearch_header_left2
{
    float: left;
    background-image: url(image/city_left.gif);
    vertical-align: middle;
    width: 46px;
    background-repeat: no-repeat;
    height: 44px;
}
.jobsearch_header_right
{
    float: right;
    background-image: url(image/search_right.gif);
    vertical-align: middle;
    width: 10px;
    background-repeat: no-repeat;
    height: 44px;
}

/*广告头部*/
.ad_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/ad_center.gif);
    width: 100%;
    height: 15px;
}
.ad_header_left
{
    float: left;
    background-image: url(image/ad_left.gif);
    vertical-align: middle;
    width: 12px;
    background-repeat: no-repeat;
    height: 15px;
}
.ad_header_right
{
    float: right;
    background-image: url(image/ad_right.gif);
    vertical-align: middle;
    width: 12px;
    background-repeat: no-repeat;
    height: 15px
}
/*通用头部*/
.frame_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/top_center.gif);
    width: 100%;
    height: 39px;
}
.frame_header_left
{
    float: left;
    background-image: url(image/top_left.gif);
    vertical-align: middle;
    width: 16px;
    background-repeat: no-repeat;
    height: 39px;
}
.frame_header_right
{
    float: right;
    background-image: url(image/top_right.gif);
    vertical-align: middle;
    width: 16px;
    background-repeat: no-repeat;
    height: 39px;
}
.frame_header_text
{
    margin-left: 0px;
    padding: 0px;
    font-weight:bold;
    font-family:Tahoma ,宋体;
    font-size: 14px;
    float: left;
    color: #fff;
    vertical-align: middle;
    background-repeat: repeat-x;
    margin-top: 15px;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color=#073f78,offX=1,offY=1,positives=true);
}

/*标题栏连接样式*/
.frame_header_text a:link,
.frame_header_text a:visited,
.frame_header_text a:active{
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-family: Tahoma,宋体;
    font-size: 14px;
    
}

.frame_header_text a:hover{
	background: transparent;
	color: #ff6600;
	font-family: Tahoma,宋体;
    font-size: 14px; 
   
}
.frame_body_left
{
    width: 3px;
    height: 10px;
    text-align: left;
    background-image: url(image/center_frame.gif);
}
.frame_body_right
{
    width: 3px;
    height: 10px;
    text-align: left;
    background-image: url(image/center_frame.gif);
}

.frame_bottom
{
    background: transparent url(image/bottom_center.gif);
	background-repeat :repeat-x ;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width :100%;
	height :16px;
}
.frame_bottom_left
{
    float :left ;
    background-image :url(image/bottom_left.gif);
    vertical-align :middle ;
    background-repeat :no-repeat ;
    height :16px;
    width :10px;
}
.frame_bottom_right
{
    float :right ;
    background-image :url(image/bottom_right.gif);
    vertical-align :middle ;
    background-repeat :no-repeat ;
    height :16px;
    width:10px;
}

/*职位分类头部*/
.jobtype_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/jobs_center.gif);
    width: 100%;
    height: 38px;
}
.jobtype_header_left
{
    float: left;
    background-image: url(image/jobs_left.gif);
    vertical-align: middle;
    width: 41px;
    background-repeat: no-repeat;
    height: 38px;
}
.jobtype_header_right
{
    float: right;
    background-image: url(image/jobs_right.gif);
    vertical-align: middle;
    width: 41px;
    background-repeat: no-repeat;
    height: 38px
}
/*首页城市入口菜单*/
.city_index
{
    margin-left: 0px;
    float: left;
    background-image: url(image/city_center.gif);
    width: 100%;
    height: 41px;
}
.city_index_left
{
    float: left;
    background-image: url(image/city_left.gif);
    vertical-align: middle;
    width: 40px;
    background-repeat: no-repeat;
    height: 41px
}
.city_index_right
{
    float: right;
    background-image: url(image/city_right.gif);
    vertical-align: middle;
    width: 11px;
    background-repeat: no-repeat;
    height: 41px
}
.city_body
{
    background-image: url(image/city_background.gif);
    background-repeat: repeat-x;
}
.city_body_left
{
    width: 5px;
    height: 37px;
    text-align: left;
    background-image: url(image/city_left_frame.gif);
    background-repeat: no-repeat;
}
.city_body_right
{
    width: 5px;
    height: 37px;
    text-align: right;
    background-image: url(image/city_right_frame.gif);
    background-repeat: no-repeat;
}
/*广告头部*/
.ad_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/ad_center.gif);
    width: 100%;
    height: 15px;
}
.ad_header_left
{
    float: left;
    background-image: url(image/ad_left.gif);
    vertical-align: middle;
    width: 12px;
    background-repeat: no-repeat;
    height: 15px;
}
.ad_header_right
{
    float: right;
    background-image: url(image/ad_right.gif);
    vertical-align: middle;
    width: 12px;
    background-repeat: no-repeat;
    height: 15px
}
/*登录头部*/
.login_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/top_center.gif);
    width: 100%;
    height: 39px;
}
.ad_header_text
{
    margin-left: 0px;
    padding: 0px;    
    float: left;
    color: #fff;
    vertical-align: middle;
    background-repeat: repeat-x;
    margin-top: -2px;
}
.login_header_left
{
    float: left;
    background-image: url(image/login_left.gif);
    vertical-align: middle;
    width: 46px;
    background-repeat: no-repeat;
    height: 39px;
}
.login_header_right
{
    float: right;
    background-image: url(image/top_right.gif);
    vertical-align: middle;
    width: 16px;
    background-repeat: no-repeat;
    height: 39px
}
/*显示资讯的头部*/
.msg_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/msg_center.gif);
    width: 100%;
    height: 41px;
}
.msg_header_text
{
    margin-left: -180px;
    padding: 0px;
    font-weight:bold;
    font-family:Tahoma ,宋体;
    font-size: 14px;
    float: left;
    color: #fff;
    vertical-align: middle;
    background-repeat: repeat-x;
    margin-top: 13px;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color=#073f78,offX=1,offY=1,positives=true);

}
.msg_header_left
{
    float: left;
    background-image: url(image/msg_left.gif);
    vertical-align: middle;
    width: 238px;
    background-repeat: no-repeat;
    height: 41px;
}
.msg_header_right
{
    float: right;
    background-image: url(image/msg_right.gif);
    vertical-align: middle;
    width: 12px;
    background-repeat: no-repeat;
    height: 41px
}
/*会员中心菜单*/
.MemberInfoMenu
{
    background-color :#fffed3; 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fffed3', endColorStr='#ffcc66', gradientType='0');	
	margin: 5px;
	padding: 5px;
	color :#000000;
	border :solid 1px #072a66;
	text-align :left ;
	line-height :20px;
	font-family :Tahoma ,宋体;
	font-size :12px;		
}

/*登录窗体,注册窗体*/
.loginform_header
{
    margin-left: 0px;
    float: left;
    background-image: url(image/company_login_center.gif);
    width: 100%;
    height: 39px;
}
.loginform_header_left
{
    float: left;
    background-image: url(image/company_login_left.gif);
    vertical-align: middle;
    width: 13px;
    background-repeat: no-repeat;
    height: 42px;
}
.loginform_header_right
{
    float: right;
    background-image: url(image/company_login_right.gif);
    vertical-align: middle;
    width: 13px;
    background-repeat: no-repeat;
    height: 42px;
}
.loginform_header_text
{
    margin-left: 0px;
    padding: 0px;    
    font-family:黑体;
    font-size: 18px;
    float: left;
    color: #fff;
    vertical-align: middle;
    background-repeat: repeat-x;
    margin-top: 13px;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color=#073f78,offX=1,offY=1,positives=true);
}

.loginform_body_left
{
    width: 3px;
    height: 10px;
    text-align: left;
    background-image: url(image/company_login_center_left.gif);
}
.loginform_body_right
{
    width: 3px;
    height: 10px;
    text-align: left;
    background-image: url(image/company_login_center_left.gif);
}

.loginform_bottom
{
    background: transparent url(image/company_login_bottom_center.gif);
	background-repeat :repeat-x ;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width :100%;
	height :42px;
}
.loginform_bottom_left
{
    float :left ;
    background-image :url(image/company_login_bottom_left.gif);
    vertical-align :middle ;
    background-repeat :no-repeat ;
    height :42px;
    width :12px;
}
.loginform_bottom_right
{
    float :right ;
    background-image :url(images/company_login_bottom_right.gif);
    vertical-align :middle ;
    background-repeat :no-repeat ;
    height :42px;
    width:12px;
}
.loginform_mainbody
{
    background: #FFF;
	border: 0px;
	padding: 0;
    text-align: left;
    font-family :Tahoma,宋体; 
    font-size :18px;
    text-align: center;
    color :#073f78;
}

.loginform_mainbody a:link,
.loginform_mainbody a:visited,
.loginform_mainbody a:active{
	background: transparent;
	color: #073f78;
	text-decoration: none;
	font-family: Tahoma,宋体;
    font-size: 12px;
    border-bottom :0px;
 
}

.loginform_mainbody a:hover{
	background: transparent;
	color: #0099ff;
	font-family: Tahoma,宋体;
    font-size: 12px;
    border-bottom :solid 1px #0099ff;/*dotted*/
   
}

.loginform_mainbody input
{
   font-family :Tahoma,宋体; 
   font-size :14px;
   margin: 0px;
   padding: 2px;
   border: 1px solid #073f78;
   width :135px;
   color :#073f78;
}


.loginform_mainbody input.btn_Login
{
    border:0px;
    background-attachment :fixed ;
    background :transparent url(images/c_login.gif);
    background-repeat :no-repeat ;
    cursor :hand ;
    width :110px ;
    height :32px;
}
.loginform_mainbody input.btn_RegNow
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/c_reg_now.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
.loginform_mainbody input.btn_Reg
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/c_regist.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :300px ;
    height :42px;
     
}

.loginform_mainbody input.btn_CheckUserName
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/c_checkuname.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

.loginform_mainbody input.check
{
   font-family :Tahoma,宋体; 
   font-size :12px;
   margin: 0px; 
   border: 0; 
   width:auto ; 
} 
.loginform_row
{
	background :#689acd;
	color :#FFF;
	padding: 5px;
	font-family: Tahoma,宋体;
	font-weight: bold;
	padding-left :0;
	padding-right :0;
	font-size:18px;
	text-align :left;
	font-style :italic ;
	text-align :left ;
}

.loginform_line
{
	background :transparent;
	padding :2px;
	border :0;
	border-bottom :#073f78 solid 2px;
	color :#0099ff;
	font-family :黑体 ;
	font-size :18px;	
    line-height :20px;
	text-align :left ;
}
.loginform_bottomline
{
    background :transparent !important;
    font-family :Tahoma ,宋体;
    font-size :12px;
    font-weight :bold ;
    color :#073f78;
	border: 0 !important;
	margin: 0 !important;
	padding: 5px;
	border-bottom: 1px dotted #073f78;
}
.loginform_regline {
	 border-top: 1px solid #073f78;
         padding: 5px 1px 5px 1px;
}
.loginform_msg
{
    background :transparent !important;
    padding :8px;    
    border :0;
    color :#073f78;
    font-family :宋体;
    font-size :14px;
}
.loginform_msg p
{
    background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	margin-left :15px;
	padding: 0 !important;
	font-size: 12px;
	color :#073f78;
}




/*横线条*/
.line {
	 border-top: 1px solid #D1DCEB;
         padding: 5px 1px 5px 1px;
}
/*公司标题信息样式*/
.companytitle
{
    /*background :#ff6600;*/
    background :transparent;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color=#D1DCEB,offX=1,offY=1,positives=true);
    border :0;
    border-bottom :solid 1px #073f78;
    color :#ff6600;
    padding:5px;
    font-family :黑体;
    font-size :20px;   
    text-align :left ;
    line-height :24px;
    width :100%;     
}

.companylink
{
    background :transparent;
    font-family :宋体 ;
	font-size :12px;
	color :#0099ff;		
	padding :1px;
	padding-left :2px;	
}
.companylink a:link, 
.companylink a:active, 
.companylink a:visited{ 
	text-decoration: none; 
	font-family :宋体 ;
	font-size :12px;
	color :#FF6600;
}

.companylink a:hover{ 
	text-decoration: underline;
	color:#FF00FF; 
	font-family :宋体 ;
	font-size :12px;	
   
}

.companyinfo
{
    background :transparent;
    border :0;
    color :#000000;
    padding:5px;
    font-family:Tahoma ,宋体;
    font-size :12px;   
    text-align :left ;
    line-height :18px;    
    table-layout:fixed ;
    word-break:break-all;    
}
.companyimg
{
   width:210px;
   height :130px;
   float: right;
   vertical-align:middle ;
   text-align :center ;
   border : solid 1px #072a66;
   background :#D1DCEB;
}
.companyconect
{
    border :0;
    background :#072a66;
}
.companyconecttd
{
    border :0;
    background :#D1DCEB;
    padding :2px;
    margin :0;
    border :0;
    font-family :Tahoma,宋体 ;
    font-size :12px;
    line-height :18px;
}
.companyconecttd1
{
    border :0;
    background :#F2F5FA;
    padding :2px;
    margin :0;
    border :0;
    font-family :Tahoma,宋体 ;
    font-size :12px;
    line-height :18px;
}

.jobheader td
{
    background :#3277bd;
    background-image :url(image/menu_bg.gif);
    color :#000000;
    padding :2px;
    margin :0;
    border :0;
    border-bottom :solid 1px #000000;
    font-family :宋体 ;
    font-size :12px;
    line-height :20px;
    vertical-align :middle ;
    text-align :center ;
}

.jobbordertd
{
    background :#f2f5fa;
    color :#000000;
    padding :2px;
    margin :0;
    border :0;
    font-family :Tahoma,宋体 ;
    font-size :12px;
    line-height :20px;
    vertical-align :middle ;
    text-align :center ;
  
}
.jobbordertd1
{
    background :#FFF;
    color :#000000;
    padding :2px;
    margin :0;
    border :0;
    font-family :Tahoma,宋体 ;
    font-size :12px;
    line-height :20px;
    vertical-align :middle ;
    text-align :center ;
   
}

input.btn_ViewPerson
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(images/viewpersonlink.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_ShouCang
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/shoucangjianli.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_Mianshi
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/yaoqingmianshi.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_YaoQing
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/zhaopinyaoqing.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_PrintResume
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/printjianli.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_SendResume
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/sendjianli.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_TiWen
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/btn_Tiwen.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_Xie
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/btn_xie.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_Post
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/btn_post.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_Sendnow
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/sendnow.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_PubQuestion
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/pubquestion.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}

input.btn_Collectionjob
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/collectionjob.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_SearchJob
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/bott_serch.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :71px ;
    height :20px;   
}
input.btn_SearchMoreJob
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/bott_serchmore.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :71px ;
    height :20px;   
}
/*首页登录按扭*/
input.btn_IndexLogin
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/bott_login.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :44px ;
    height :44px;   
}

/*城市登录按扭*/
input.btn_CityLogin
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/bott_login01.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :99px ;
    height :20px;   
}


input.btn_Sendtofriend
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/sendtofriend.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
input.btn_UpdateNow
{
    border :0;
    background-attachment :fixed ;
    background :transparent url(image/btn_UpdateNow.gif);
    background-repeat :no-repeat ;
    cursor :pointer ;
    width :110px ;
    height :32px;
}
.messagetime
{
    background-color :#f2f5fa;
    border :0;
    border-bottom :solid 1px #072a66;
    padding :2px;
    text-align :left ;
    line-height :20px;
    font-family :Tahoma ,宋体;
	font-size :12px;
}

.messagetitle
{
    background-color :#FFF;
    border :0;
    border-bottom :solid 1px #072a66;
    padding :3px;
    color :#3A4F6C;
    text-align :left ;
    line-height :22px;
    font-family :Tahoma ,宋体;
	font-size :12px;
	font-weight :bold ;
}
.messageconect
{
    background-color :#f2f5fa;
    border :0;
    color :#3A4F6C;   
    padding :3px;
    text-align :left ;
    line-height :22px;
    font-family :Tahoma ,宋体;
	font-size :12px;
	
}

.scrollbar
{
    background-color:#93c8fc;
    height :8px;
    width :8px;
}
.scrollbar1
{
    background-color:#7cbcfd;
    height :8px;
    width :8px;
}
.scrollbar2
{
    background-color:#52a8fe;
    height :8px;
    width :8px;
}
.scrollbar3
{
    background-color:#3399FF;
    height :8px;
    width :8px;
}

.scrollbarborder
{
   border: 1px solid #072a66;
}

/*个人详细信息样式*/
.viewperson
{
	background:#5176B5;
	font-family :Tahoma ,宋体;
	font-size :12px;
	border :0;
	padding :0px;
}
.viewperson table
{
	background:#5176B5;
	font-family :Tahoma ,宋体;
	font-size :12px;
	border :0;
	padding :1px;
}
.viewperson td
{
	background :#ffffff;
	font-family :Tahoma ,宋体;
	font-size :12px;
	border :0;
	padding :1px;
	text-align :left;
}

.viewperson1
{
	background:#5176B5;
	font-family :Tahoma ,宋体;
	font-size :12px;
	border :0;
	padding :0px;
}
.viewperson1 table
{
	background:#5176B5;
	font-family :Tahoma ,宋体;
	font-size :12px;
	border :0;
	padding :1px;
}
.viewperson1 td
{
	background :#ffffff;
	font-family :Tahoma ,宋体;
	color :#ff6600;
	font-size :12px;
	border :0;
	padding :1px;
	text-align :left;
}
.viewpersonline
{
    text-align:center;
    border-top:solid 2px #346291;
    padding:10px;
}
.viewperson1 a:link,
.viewperson1 a:visited,
.viewperson1 a:active{
	background: transparent;
	color: #FF6600;
	text-decoration: none;
	font-family: Tahoma,宋体;
    font-size: 12px;   
}

.viewperson1 a:hover{
	background: transparent;
	color: #5176B5;
	font-family: Tahoma,宋体;
    font-size: 12px;   
}

.persontitle
{
   
	background: transparent url(image/maintitle.gif);
	border: 0px solid #FFF;
	border-bottom: 1px solid #5176B5;
	color: #fff; 
	font-family:Tahoma,宋体;
	font-size: 14px;
	font-weight: bold;	
	margin: 0;
	padding: 8px;
	
}

.persontitle p{
	background: transparent !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	FILTER: progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offX=1,offY=1,positives=true);
}

.persontitle p.expand{
	float: right;
	width: auto !important;
	
}
.persontitle p.expand1{
	float: left;
	width: auto !important;
	
}

.personrow,
.personrow1{
	background: #D1DCEB;
	border :0 ;
	border-left: #5176B5 1px solid ;
	border-right: #5176B5 1px solid ;  	
	color: #3A4F6C;
	font-family: Tahoma,宋体;
	font-weight: bold;
	padding: 5px;	
	text-align :left;
}

.personrow1
{
    color :#ff6600;
}
.personrow p.expandright{
	float: right;
	width: auto !important;
	font-size: 12px;
}

.persontips{
	
	background: #F0F5FA;
	border: 1px solid #345487;
	margin: 0 0 8px 0;
	padding: 5px;
	line-height: 150%;
	color: #3A4F6C;
}

/*滚动广告样式*/
.Rotator 
{
border:0px;   
width:200px; 
height:120px; 
padding:0px;  
background-color:#f2f5fa; 
cursor:default;
}
/*错误显示样式*/

.errorwrap{
	background: #F2DDDD;
	border: 1px solid #992A2A;
	border-top: 0;
	margin: 0 0 5px 0;
	padding: 0;	
}

.errorwrap h4{
	background: #E3C0C0;
	border: 1px solid #992A2A;
	border-left: 0;
	border-right: 0;
	color: #992A2A; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

.errorwrap p{
	background: transparent;
	border: 0;
	color: #992A2A;
	margin: 0 0 5px 0;
	padding: 8px;
}

.style-31 {
	COLOR: #3366ff; FONT-STYLE: normal
	
}
.NavDiv {
	FONT-SIZE: 14px;BACKGROUND: #f7f7fb;BORDER-LEFT: #e8e8e8 1px solid; COLOR: #000;padding: 6px;border: 1px solid #e8e8e8;
}
.tblBorder {
	BORDER-RIGHT: #1891E9 1px solid; BORDER-TOP: #1891E9 1px solid; FONT-SIZE: 14px; BORDER-LEFT: #1891E9 1px solid; BORDER-BOTTOM: #1891E9 1px solid; FONT-FAMILY: "宋体"; BORDER-COLLAPSE: collapse
}
.haobg01 {
	background-image: url(../hao123pic/gy_r5_c4.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
