@CHARSET "UTF-8";
*{margin:0;padding:0}
body{
    background: #f5f5f5;
    font: 14px/1.5 "Microsoft Yahei",helvetica,arial,verdana,sans-serif
}
a,li,ul,th,tr{
    list-style: none;
    text-decoration: none;
    color: #333;
}
/*导航栏部分*/
#useInit_header{
    width: 100%;
    padding: 10px 0;
    background: #526583;
}
.useInit_header_content{
    width: 700px;
    margin: 0 auto;
}
.useInit_header_content:after{
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#useInit_header .useInit_logo{
    display: inline-block;
    width: 180px;
    height: 60px;
    float:left;
    background:url(../img/logo.png) no-repeat 0px 13px;
    cursor: pointer;
}
#useInit_header .useInit_text{
    display: inline-block;
    color: #222;
    font-size: 18px;
    height: 30px;
    float:right;
    line-height: 30px;
    margin-top: 14px;
    vertical-align: middle;
    cursor:pointer;
}
.useInit_header_content a{
    color:#fff;
}
.useInit_header_content a:hover{
    color:#333;
}


/*弹窗部分*/
.clear {
    overflow: hidden;
    clear: both;
}
.popup_wrap, .popup_hide_wrap{
	display:none;
}
.popup_overlay{
	display:block;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 10000;
}
.popup {
	display:block;
	background-color: #fff;
	min-width: 350px;
	position: absolute;
	top:50%;
	left:50%;
	border: 2px solid #536683;
	z-index: 10001;
}
.popup_header {
    background: #526483;
    border-bottom: 1px solid #3484e5;
    color: #b9d7f6;
    height: 38px;
    line-height: 38px;
}
.popup_title{
	float: left;
    font-size: 14px;
    overflow: hidden;
    text-indent: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    max-width: 500px;
    color:#fff;
    line-height:38px;
}
.popup_close {
    float: right;
    height: 15px;
    margin: 12px 8px 0 3px;
    padding: 1px;
    width: 15px;
    background: url(/usersure/common//img/close.png) no-repeat 0 -15px;
}
.initUser_popup_close{
    float: right;
    height: 15px;
    margin: 12px 8px 0 3px;
    padding: 1px;
    width: 15px;
    background: url(/usersure/common//img/close.png) no-repeat 0 -15px;
}
.initUser_popup_close:hover{
	background-position:0 0;
}
.popup_content{
	position: relative;
	background: none;
    border: 0;
    overflow: auto;
    overflow:hidden;
}

.popup_left {
    float: left;
    padding: 13px;
    margin-right: -13px;
    width: 340px;
}
.win_tab {
    width: 100%;
    height: 36px;
    border: 1px solid #eee;
    border-bottom: none;
}
.win_tab li.active {
    display: block;
    background: #536683;
    color: #fff;
}
.win_tab li {
    display: block;
    height: 100%;
    float: left;
    width: 50%;
    color: #536683;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
.win_tab li.active a {
    color: #fff;
}
.win_tree_wrap {
    border: 1px solid #eee;
}
.win_tab_wrap {
    -width: 400px;
    height: 433px;
}
.popup_right {
    float: left;
    width: 340px;
    padding: 13px;
}
.users_title {
    height: 33px;
    width: 100%;
    border: 1px solid #eee;
    line-height: 33px;
    text-indent: 10px;
}
.choosed_users {
    height: 400px;
    border: 1px solid #eee;
    border-top: none;
    overflow-y: auto;
}
.popup_btn {
    border-top: 1px solid #E8EDF2!important;
    background: #F1F5F9;
    height: 57px;
    padding: 13px;
    text-align: center;
}
.btn_blue {
    width: 120px;
    height: 30px;
    background: #5691C5;
    border: 1px solid #4384BE;
    color: #fff;
}
.popup_wrap .btn {
    height: 30px;
    min-width: 110px;
    padding: 1px 8px;
    text-align: center;
    border: 1px solid #D1DADE;
    outline: none;
    margin: 0 4px;
}
.btn_gray {
    width: 120px;
    height: 30px;
    border: 1px solid #DBE0E7;
    background: #f9fafa;
    color: #5691C5;
}
.popup_wrap .btn {
    height: 30px;
    min-width: 110px;
    padding: 1px 8px;
    text-align: center;
    border: 1px solid #D1DADE;
    outline: none;
    margin: 0 4px;
}
.popup_wrap .btn_gray {
    color: #5691c5;
    background-image: -webkit-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: -moz-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: -o-linear-gradient(bottom,#f5f9fc,#fff);
    background-image: linear-gradient(to top,#f5f9fc,#fff);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f9fc',GradientType=0 );
}
.choosed_list {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.choosed_name2 {
    display: block;
    float: left;
    margin-left:5px;
    padding: 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.icon_group {
    display: block;
    float: left;
    width: 20px;
    height: 30px;
    background: url(/usersure/common/img/nav_admin.png) no-repeat 0 -36px;
}
.icon_delete, .icon_delete_admin, .icon_delete_editDept {
    position: relative;
    top: 5px;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/usersure/common/img/btn_icon.png) no-repeat -50px 0;
    cursor: pointer;
}


/*用户初始配置部分*/
.useInit_content_main{
    margin: 60px auto 0;
    width: 630px;
    background: #fff;
}
.userUpdataPwd_content_main{
	margin: auto;
    width: 600px;
    background: #fff;
}
.content_main_form{
    color: #929292;
    font-size: 18px;
	padding: 0px 60px 10px 60px;
}
.content_main_form fieldset{
    border-color: #f5f5f5;
    padding:10px;
}
.content_main_form legend{
	padding: 0 10px 5px 10px;
}
.content_main_form ul li{
    position: relative;
    color: #929292;
    margin-bottom: 20px;
}
.outline_input{
    width:300px;
    font-size: 14px;
    line-height: 21px;
    margin: 4px;
    outline: none;
    padding: 6px 7px;
}
.popup fieldset .outline_input{
	height:32px;
}
.input_text{
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.outline_textarea{
	display:inline-block;
	width: 300px;
    height: 32px;
    vertical-align: middle;
    font-size: 16px;
    padding: 6px 7px;
    border:1px solid #aaa;
    background:#fff url("/usersure/login/img/chevron_down.png") no-repeat 275px 7px;
}
.outline_textarea:hover{
	border:1px solid #3bb4f2;
}
.textarea_add{
    font-size: 16px;
    color:#4787C0;
    cursor: pointer;
}
.textarea_add:hover{
    text-decoration: underline;
}
.textarea_add:after{
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.useInit_depart{
	display: inline-block;
    margin-top: -3px;
}
.useInit_save{
    width: 130px;
    height: 35px;
    margin: 35px 0 0px 380px;
    border: none;
    background: #5691C5;
    color: #fff;
    font-size: 14px;
    outline: none;
}
.useInit_save:hover{
    background:#4787C0;;
}
#useInit_foot{
    padding: 35px 0 10px;
    text-align: center;
    color: #999;
}
.init_mark{
    font-style: normal;
	font-size: 14px;
    color: red;
    margin-left: 15px;
}

.sure_input{
	margin-left:12px;
}
#pwdMsg{
	display:none;
    text-align: center;
    background: #faf2b0;
    height:38px;
    line-height:38px;
    color:#af1919;
}
#userUpdatePwd{
	margin-top:35px;
}
#userUpdatePwd .useInit_save{
	margin: 35px 0 0px 350px;
}

fieldset input[type="password"]{
	height: 28px;
    background: #fff;
    border: 1px solid #D1DADE;
    color: #333;
    outline: none;
    text-indent: 4px;
    font-family: "MICROSOFT YAHEI";	
}