﻿@import url("service.css");
@charset "utf-8";
/* CSS Document */
/*热点招聘区块颜色控制*/
.RightColoredBlock{
background:#4bb4de url(img/icon-hot-blue.gif) no-repeat top left;
width:199px;
float:left;
height:232px;
}
.RightTopicLinksBlock{
display:block;
width:173px; height:166px;
border:1px solid #73c6e6;
margin-left:5px;
margin-top:8px;
padding:6px;
}
.PageTopicPic,.PageTopicPic-Enployee,.PageTopicPic-Law,.PageTopicPic-InfoSer,.PageTopicPic-ActiveCenter,.PageTopicPic-Hr,.PageTopicPic-Faq,.PageTopicPic-SignUp,.PageTopicPic-Search{
display:block;
width:596px;
overflow:hidden;
float:left;
margin:0px 1px;
clear:both;
}

/*通用栏目主页-企业服务 区块栏内信息列举*/
.AddInfoList{
width:280px;
margin:10px auto;
}
.AddInfoList img{
border:0px;}
.AddInfoList li{list-style-type:none;}
.AddInfoList li a{
display:block;
width:220px;
float:left;
text-align:left;
background:url(img/arrow01.jpg) no-repeat 1px 5px;
font-size:12px;
padding-left:20px;
color:#666666;
text-decoration:none;
height:22px;
line-height:22px;
}
.AddInfoList li a:hover{
color:#ff3300;
text-decoration:none;}
.iconnew2{
float:left;
color:#CC0000;
font-size:12px;
}
/*通用栏目页-员工服务 区块栏内信息列举*/
.AddInfoList2{
margin:10px auto;
}
.AddInfoList2 img{
border:0px;}
.AddInfoList2 li{list-style-type:none;display:inline;}
.AddInfoList2topic a{
width:460px;
float:left;
text-align:left;
background:url(img/arrow01.jpg) no-repeat 1px 10px;
font-size:12px;
padding-left:20px;
color:#666666;
text-decoration:none;
height:28px;
line-height:28px;
}
.AddInfoList2topic a:hover{
color:#ff3300;
text-decoration:none;}

/*通用栏目页-员工服务 区块栏内信息列举*/
.AddInfoList3{
margin:10px auto;
display:block;
}
.AddInfoList3 img{
border:0px;}
.AddInfoList3 li{list-style-type:none;display:inline;}
.AddInfoList3topic a{
width:300px;
float:left;
text-align:left;
background:url(img/arrow01.jpg) no-repeat 1px 10px;
font-size:12px;
padding-left:20px;
color:#666666;
text-decoration:none;
height:28px;
line-height:28px;
margin-left:3px;
}
.AddInfoList3topic a:hover{
color:#ff3300;
text-decoration:none;}


/*劳动法律服务 标题文字变色*/
.LawTitleBg{ color:#0066CC;}

.userlogintitle{
display:block;
width:201px;
height:22px;
line-height:22px;
overflow:hidden;
background:url(img/blocktit-userlogin.jpg) no-repeat;
clear:both;
}
/*劳动法律服务 标题图片变色*/
.LawTitleBg{ background:url(img/bg-lawtitle.jpg) no-repeat top; overflow:hidden; height:32px; line-height:32px; font-size:12px; font-weight:bold; padding-left:20px; color:#666666;}
/*劳动法律服务 文字列举外框变色*/
.InContentBlock-listblock{
display:block;
margin:0 auto;
border:1px solid #f1f2f3;
width:578px;
float:left;
}
/*密码强度表现相关样式*/
.pwd-indicator{
    width:120px!important;
    height:22px;
    border:1px solid #CCCCCC;
    display:inline-table!important;
    background-color:#FFFFFF;
}
.pwd-indicator div{
    text-align:center;
    height:20px;
    margin:1px!important;
    color:#CECECE;
}
.pwd-indicator-low div{
    color:#FFFFFF;
    width:33%;
    background-color:#FF0000;
}
.pwd-indicator-middle div{
    color:#FFFFFF;
    width:66%;
    background-color:#FF6600;
}
.pwd-indicator-high div{
    color:#FFFFFF;
    background-color:#006600;
}
/*投票百分比柱状显示*/
.vote-bar{
	width:300px;
	height:10px;
	border:1px solid #CCCCCC;
	overflow:hidden;
}
.vote-bar div{
	height:8px;
	background-color:#0099FF;
	margin:1px;
	overflow:hidden;
}
/*企业服务，员工服务 中间表格背景色*/
.EnterpriseTableDeepBlue{background:#b8d980;}
.EnterpriseTableLightBlue{background:#CDEBF5;} 
.EnterpriseTableBoderbg{background:#F0F8FB;}

/*服务列表页面标题单元格样式*/
.servicelist-td{
    background-color:#4BB4DE;
    padding:0px 10px;
}
