html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a img{
    border:0px none;
}
body {
  margin: 0px auto;
  font-size:13px;  
  background-color:#ffffff;
  font-family: Arial, 微軟正黑體, 'Microsoft JhengHei',  Helvetica, sans-serif;
}
@font-face {
    font-family: "helvetica_neue_lt_std67MdCn";
    font-style: normal;
    font-weight: normal;
    src: url("/sites/default/themes/cptheme/fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix") format("embedded-opentype"), url("/sites/default/themes/cptheme/fonts/helveticaneueltstd-mdcn-webfont.woff") format("woff"), url("/sites/default/themes/cptheme/fonts/helveticaneueltstd-mdcn-webfont.ttf") format("truetype"), url("/sites/default/themes/cptheme/fonts/helveticaneueltstd-mdcn-webfont.svg#helvetica_neue_lt_std67MdCn") format("svg");
}
ul{
	margin:0px;
	padding:0px;
	list-style:none inside;
}
a,a:active{
	color:#005b93;  /* katherine 20150123 */
	text-decoration:none;
}
a:hover{
	color:#004977;  /* katherine 20150123 */
	text-decoration:none;
}
.container {
	max-width:1210px;	
}
.clear,.clear_both{
	clear:both;
}
 .container {
    width: 1210px;
    margin:0px auto;    
  }
#main{
	background-color:transparent;
	width:100%;
	margin:0px auto 10px auto;
}
#main #wrapper{
	padding:0px;
	min-height:600px;
        width:1210px;
        margin:135px auto 0px auto;
}
.float_right{
	float:right
}
p{
	margin:10px 0px;
}
select{
	height:24px;
	border:1px solid #999;
}
/** for widget **/
.textfield{
	border:1px solid #999;
	line-height:12px;
	height:12px;
	padding:5px;
	width:200px
}
select.textfield{
	height:24px;
	padding:0px;
}
.textfield.full{
	width:100%
}
.hidden_submit{
	visibility: hidden;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.button{
	background-color:#005b94; cursor:pointer;
	padding:0px 15px;
	line-height:16px;
	font-size:15px;
	color:#fff;
	border:0px none;
	/*height: 32px;*/
	width: 132px;
	display: inline-block;
	text-align: center;
	line-height: 35px;
        -webkit-appearance: none;
        -moz-appearance:none;
		font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150131*/ 
.button a{
	line-height:16px;
	font-size:15px;
	color:#fff;
	border:0px none;
	display: inline-block;
	text-align: center;
	line-height: 35px;
        -webkit-appearance: none;
        -moz-appearance:none;
		font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/ 
.button.disabled{
    opacity:0.6;
    -khtml-opacity: 0.6;  
    -moz-opacity: 0.6;  
    filter: alpha(opacity=60);
    cursor:wait;
    background:url("/hk/images/revamp/loading_icon.gif") no-repeat 20px 50% #009fe3;   -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/ 
.button:first-letter{
    text-transform:uppercase;
}
input.button{
    height: 40px;
    padding: 0;
    text-transform: initial;
    width: 162px; /* katherine 20150202 */
}
.button.small{
	line-height: 14px;
	display: inline;
	text-align: center;
}
.button:hover{
	background-color:#004977;
	color:#fff;
	text-decoration:none;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/ 
.button.disabled:hover{
    background-color:#009fe3;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/ 
.button.dark,.button.gray{
	background-color:#7d8286;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
} /* katherine 20150114*/ 
.button.dark:hover,.button.gray:hover{
	background-color:#989c9f;  -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
.custom_textarea{
    width:auto;
    background-color: transparent;
    border: 1px solid #9d9d9b;
    padding:0px;
    display:inline-block;  /* katherine 20150202 */
}
.custom_textarea.focus{
	border-color:#9d9d9d;
	background-color:#fff;
}
.custom_textarea textarea{
     background-color: transparent;
     border:0px none;
     outline: none;
}
.custom_input{
	display:inline-block;
	width:auto;
	line-height:26px;
	*display:inline;
	*margin-right:4px;
	vertical-align:middle;
        height:32px;
}
#login_popup .custom_input{
        height:42px;
}
.custom_input .center{
	display:inline-block;
	width:auto;
	height:27px;
	float:left;
	position:relative;
}
.custom_input .left{
	width:0px;
	height:31px;
	display:inline-block;
	line-height:0px;
	float:left;
}
.custom_input .right{
	width:0px;
	height:31px;
	display:inline-block;
	float:left;
        line-height:0px;
        *display:none;
}
.custom_input input{
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #9d9d9b;
	color: #000;
	padding:6px 5px;
	font-size:15px;
        height:13px;
	outline:none;
        width:180px; /* katherine 20150123 */

}
.custom_input.error input,.custom_select.error .left,.custom_select.error .center,.custom_select.error .right,.radio_list .error{
	background-color:#FFF0F5;
}
.custom_input.focus .center{
	background-position:0px -93px;
}
.custom_input.focus .left{
	background-position:-5px -31px;
}
.custom_input.focus .right{
	background-position:-5px -62px;
}
.custom_input.focus  input{
	border-color:#9b9b9b;
	background-color:#fff; /* katherine 20150123 */
}
.readonly .custom_input.focus .left{
	background-position:0px -31px;
}
.readonly .custom_input.focus .center{
	background-position:0px 0px;
}
.readonly .custom_input.focus .right{
	background-position:0px -62px;
}
.radio_list{
	padding:0px;
	margin:0px;
}
.radio_list li{
	float:left;
	list-style:none;
	padding:0px 0px 5px 0px;
	margin-right:10px;
	white-space: nowrap;
	*zoom:1;
}
.radio_list li label{
	vertical-align:bottom;
	line-height:16px;
}
.custom_checkbox{
	background:url(/hk/images/revamp/custom_checkbox_white.gif) no-repeat top left;
	width:19px;
	height:19px;
	overflow:hidden;
	display:inline-block;
	margin:0px 4px 0px 0px;
	line-height:12px;
	padding:0px;
	vertical-align:bottom;
	*display:inline;
        *zoom:1;
}
.custom_checkbox.checked{
	background-position:0px -19px;
}
.custom_checkbox.focus{
  background-position:-19px 0px;
}
.custom_checkbox.checked.focus{
  background-position:-19px -19px;
}
.custom_checkbox input,.custom_radio input{
	opacity:0.01;
	-khtml-opacity: 0.01;  
    -moz-opacity: 0.01;  
	filter: alpha(opacity=1);
	margin:0px;
	height:19px;
	width:19px;
}
.custom_radio{
	background:url(/hk/images/revamp/custom_radio.png) no-repeat top left;
	width:19px;
	height:19px;
	overflow:hidden;
	display:inline-block;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	*display:inline;
}
.custom_radio.checked{
	background-position:0px -19px;
}
.custom_radio.focus{
	background-position:-19px 0px;
}
.custom_radio.checked.focus{
	background-position:-19px -19px;
}
.custom_select{
	display:inline-block;
	width:auto;
	height:auto;
	line-height:24px;
	vertical-align:bottom;
	background-color: transparent;
}
.custom_select.focus{
	background-color:#fff;
}
.custom_select{
	*display:inline;
	*zoom:1;
}
.custom_select .center{
	width:auto;
	height:25px;
	display:inline-block;
	float:left;
	position:relative;
	border-top:1px solid #9d9d9b;
	border-bottom:1px solid #9d9d9b;
}
.custom_select .text{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	padding-left:2px;
	cursor:default;
	color:#000;
	height:25px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:25px;
        text-align:left;
        width:100%;
}
.custom_select .arrow{
	position:absolute;
	right:3px;
	top:0px;
	z-index:0;
	cursor:default;
	width:15px;
	overflow:hidden;
	display:block;
	height:30px;
	background: url(/hk/images/revamp/ui_search_drop_box.png) repeat-x 0px 0px;
}
.custom_select .left{
	width:5px;
	height:25px;
	display:inline-block;
	line-height:0px;
	float:left;
	border-bottom:1px solid #9d9d9b;
	border-left:1px solid #9d9d9b;
	border-top:1px solid #9d9d9b;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.custom_select select{
	border:0px none;
	display:inline-block;
	float:left;
	margin-top:0px;
	line-height:16px;
	outline:none;
	opacity:0.01;
	-khtml-opacity: 0.01;  
        -moz-opacity: 0.01;  
	filter: alpha(opacity=1);
	padding:0px;
	height:25px;
	overflow:hidden;
	line-height:24px;
	min-width:200px;
}
.custom_select .right{
	width:5px;
	height:25px;
	display:inline-block;
	float:left;
	border-bottom:1px solid #9d9d9b;
	border-right:1px solid #9d9d9b;
	border-top:1px solid #9d9d9b;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.custom_select option,.custom_select optgroup{
	background-color:#fff;
}
.custom_select.focus .center{
	border-color:#009fe3;
}
.custom_select.focus .left{
	border-color:#009fe3;
}
.custom_select.focus .arrow{
	background-position:0px -24px;
}
.custom_select.focus .right{
	border-color:#009fe3;
}
select.month{
	width:89px;
}
.textfield_medium,.custom_input input.textfield_medium,select.textfield_medium{
	width:236px;
}

/*a.link{	color:#009fe3;	text-decoration:none;} katherine 20150202* */
/** for widget end **/
.breadcrumbs li {
	float: left;
	padding-right: 12px;
	margin-right: 5px;
	background: url(/hk/images/revamp/breadcrumb_arrow.gif) right 50% no-repeat;
}
.breadcrumbs .current{
	background:none;
}
.breadcrumbs .current a, .breadcrumbs .current a:hover {
	cursor: default;
	color: #009fe3;
	text-decoration: none;
}
.content{
	clear:both;
}
.heading{
	clear:both;
	margin:10px 0px;
	font-size:16px;
	font-weight:bold;
	color:#005b94;
	border-bottom:1px solid #005b94;
}
.heading h2{
	margin:5px 0px;
}
.col_left{
	width: 645px;
	float: left;
}
#login_form {
    padding: 0 25px;
}
#login_form #social_buttons{
    display:inline;
}
    #login_form h2 {
    font-size: 22px;
    font-weight: normal;
    color: #009EE3;
    margin-bottom: 20px;
}
/** myjob  dashboard**/
.tabs{
	height:45px;
	margin: -10px 0 20px 0;
	border-top:0px none;
	position:relative; font-size:15px; /*katherine 20150202 */
	*zoom:1;
}
.tabs .wrap{
	background-color:#fff;
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	/*background:url("/hk/images/revamp/header_bg.png") repeat;*/
background:#FFFFFF;
/* Fallback for web browsers that doesn't support RGBa */
/* RGBa with 0.85 opacity */
background: rgba(255, 255, 255, 0.85);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#FFFFFF)";
} /*katherine*/ /*katherine 20150202 */
	

.tabs dt{
	position:absolute;
	bottom:-19px;
	height:15px;
	left:0px;
	width:0px;
	z-index:1;
	background:url("/hk/images/revamp/tab_blue.png")  center top no-repeat;
	width:100%; /*katherine 20150202 */
} 
.tabs li{
	display:block; font-size:15px;
	padding:0px 0px;
	float:left;
	color:#015c93; font-size:15px; border-right:1px #a0c5ce solid;/*katherine 20150202 */
	
}
/*.tabs li:active{
	background: #0080b9; color:#FFF;
}*/
.tabs li a{ color: #005077;  display:block; padding: 15px 30px; -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
	 /*katherine 20150202 */

}
.tabs li:last-child { border-right:none; /*katherine 20150202 */}
.tabs li a:hover{
	  /*katherine 20150202 */
}
.tabs li#current a{color:#FFF; /*katherine 20150202 */}
.tabs li#current, .tabs li#current a:hover{  background: #0080b9; color:#FFF; -webkit-transition: all 0.5s ease;
transition: all 0.5s ease; 
/*katherine 20150202 */
}

.tabs li:hover a{  background: #e4edf3; color:#102c39; padding: 15px 30px; -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
/*katherine 20150202 */
}
/** myjob dashboard **/
/** my profile **/
.profile_tabs{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0px;
	background-color:#fff;
	margin:10px 0px;
	overflow:hidden;
}
.profile_tabs  .border{
	background-color:#005b94;
	height:8px;
	line-height:8px;
}
.profile_tabs h1{
	color:#fff;
	background-color:#005b94;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:14px 20px 10px 20px;
	text-transform:capitalize;
	border-bottom:1px solid #fff;
}
.profile_tabs h1.last{
	border:none;
}
.profile-tabs a:hover{
	text-decoration:none;
}
.profile_tabs a:hover h1{
	background-color:#009fe3;
}
.profile_tabs h1.on{
	background-color:#009fe3;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.profile_main{
	padding:0px;
	margin-top:0px;
}
.profile_main.frame{
	border-bottom:1px solid #005b94;
}
.profile_main th,.gray_container th{
	font-weight:normal;
	text-align:left;
	padding:5px;
	vertical-align:middle;
	width:196px;
}
.profile_main th:first-letter,.gray_container th:first-letter{
    text-transform:uppercase;
}
.profile_main  td{
	padding:5px;
}
.mandatory{
	color:#b51311;
	padding-right:6px;
	font-weight:bold;
}
.section_box{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0px;
	background-color:#fff;
	margin:10px 0px;
}
.section_box  .border{
	background-color:#005b94;
	height:8px;
	line-height:8px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.section_box h1{
	background-color:#009fe3;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:14px 20px 10px 20px;
	text-transform:capitalize;
	border-bottom:1px solid #fff;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.section_main{
	padding:20px;
	border-left:1px solid #005b94;
	border-right:1px solid #005b94;
	border-bottom:1px solid #005b94;
	margin-top:-6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.float_left{
	width:70%;
	float:left;
}
.padding_10{
	padding:10px;
}
.padding_25{
	padding:25px;
}
.col_right_list{
	width:30%;
	float:right;
}
/** search result preview mode **/
.search_navi{
	position:relative;
	margin:10px 1px 5px 0px;
	color:#005B94;
	height:auto;
	text-align:right;
    clear:both; float:right; 
} /*katherine 20150115*/
.search_navi a{
	color:#005B94;
}
.search_navi a:hover{
	color:#0087d2;
}
#column_btn { float:left;  margin-top:7px;} /* katherine 20150115 */
.result_title{
	width:auto;
	float:left;
    margin-left: 137px;
     color:#141823;
   font-size:16px;
	clear: left;
     font-weight:normal; padding-right:20px;
}
.result_title em{
    font-style:normal;
    font-size:24px;
    font-weight:bold;
}
.view_mode{
	margin-left:20px; position:relative; float:left; display:block;
}
.view_mode label{ float: left; margin-top: 12px;} /* katherine 20150115 */
.icon{
	background:url("/hk/images/revamp/result_icons.gif")  0px 2px no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:bottom;
	margin-right:5px;
}
.search_navi .icon.edit{
	margin-left:20px;
}
.icon.edit{
	background-position:-20px 2px;
}
.list_mode {
background-color: #fff;
    background-image: -moz-linear-gradient(center top , white 5%, #f3f3f3 100%);
    border: 1px solid #ccc;
    border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
    box-shadow: 0 1px 0 0 white inset;
    color: #777;
    cursor: pointer;
    display: inline-block;
      margin: 5px 0 5px 5px;
    overflow: hidden;
    padding: 2px;
    width: auto; top: -11px; float:left;
} /* katherine 20150115 */

.list_mode:hover{
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(center top , #f3f3f3 5%, white 100%);}
	
.view_mode .list{
	background:url("/hk/images/revamp/viewlist_icon.png")  -3px -2px  no-repeat;
	display:inline-block;
	vertical-align:bottom;
	padding:2px; margin:0; 
} /* katherine 20150115 */

.view_mode .preview{
		background:url("/hk/images/revamp/viewlist_icon.png")  -33px -2px  no-repeat;
	display:inline-block;
	vertical-align:bottom;
	padding:2px; margin:0; 
} /* katherine 20150115*/
.view_mode .selected .list{
	background:url("/hk/images/revamp/viewlist_icon.png")  -3px -2px  no-repeat;}  /* katherine 20150115*/
.view_mode .mode-wrapper{ top: -11px; float:right;}	/* katherine 20150115*/
.view_mode  .preview_mode{ 
background-color: #fff;
    background-image: -moz-linear-gradient(center top , white 5%, #f3f3f3 100%);
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 white inset;
    color: #777;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    overflow: hidden;
    padding: 2px; float:right;
    width: auto;
} /* katherine 20150115*/
.view_mode  .preview_mode:hover{
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(center top , #f3f3f3 5%, white 100%);} /* katherine 20150115*/
.mode_list_number { display: block; float:left; margin:0 10px 0 0px; 
    border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
    color: #005b94;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 5px 0 0;
    padding: 6px 40px 5px 10px;
	height:17px; position:relative;
	} /* katherine 20150115*/
.mode_list_number .drop_arrow_icon { background: url(/hk/images/revamp/icon_arrow.png) no-repeat scroll right top rgba(0, 0, 0, 0);
    position:absolute;  top:2px; right:2px; width:25px; height:25px; cursor:pointer;}/* katherine 20150115*/
	
.view_mode .selected .preview{
	background-position:  -80px -18px;
}
.col_jobList li{
	position:relative;
	padding:5px 5px 5px 35px;
}
.col_jobList a{
	font-size:12px;
}
.col_jobList li span{
}
.col_jobList  li span.star {
	position: absolute;
	left: 4px;
	top: 8px;
	margin:0px;
	
} 
#with_salary{
	margin-left:20px;
}
#search_result{
	position:relative;
	min-height:600px;
	background-color:#fff;
	display:none;
	clear:both;
        width:1210px;
        margin:0px auto;
		padding: 20px 0;
}/*katherine 20150115*/
#result_filter{
	position:absolute;
	left:0px;
	/*top:-8px;*/ top:-8px;
	width:126px;
        z-index:110;
        background:url("/hk/images/revamp/filter_top.png") top left no-repeat;
        padding-left:10px; height:650px;
}/*katherine 20150115*/
#result_filter .result_inbox{position:absolute; top:0px; z-index:120; left:10px;} /*katherine 20150115*/

#result_filter .collapse_btn{
    position:absolute;
    right:5px;
    top:5px;
    width:24px;
    height:24px;
    background:url("/hk/images/revamp/collapse_icon.png") 50% 50% no-repeat transparent;
    z-index:10;
    cursor:pointer
}
#result_filter dt{
	width:106px;
	height:120px;
        margin-left:0px;
	margin-bottom:0px;
	display:block;
	position:relative;
        background:#005b94;
} /*katherine 20150115*/
#result_filter dt:hover{
     background:#004977;
	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*background-position: 0px -105px;*/
} /* katherine 20150115 */
#result_filter dt.active{
  background:004977;
	 -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*background-position: 0px -105px;*/
} /* katherine 20150115 */
#result_filter dt{
     background:#005b94;
} /* katherine 20150115 */
#result_filter dt.function{
    height:140px; position:relative; border-bottom:1px solid #0e416e; cursor:pointer;
}/* katherine 20150115 */
#result_filter dt.function .bnticon{ float:left; display:block;background:url(/hk/images/revamp/filter_menu_function.png) no-repeat bottom right; height:140px; width:100%; } /* katherine 20150115 */
#result_filter dt.function .bntname{ color:#FFF; font-size:14px; width:100%; text-align:center; float:left; display:block; position:absolute; bottom:0; padding-bottom:15px;} /* katherine 20150115 */

#result_filter dt.function 
#result_filter dt.function.active,#result_filter dt.employment.active{
}
#result_filter dt.industry{border-bottom:1px solid #0e416e; border-top:1px solid #578eb7; cursor:pointer;} /* katherine 20150115 */
#result_filter dt.industry .bnticon{ float:left; display:block;background:url(/hk/images/revamp/filter_menu_industry.png) no-repeat bottom right; height:120px; width:100%; } /* katherine 20150115 */
#result_filter dt.industry .bntname{ color:#FFF; font-size:14px; width:100%; text-align:center; float:left; display:block; position:absolute; bottom:0; padding-bottom:20px;} /* katherine 20150115 */

#result_filter dt.joblevel{ border-bottom:1px solid #0e416e; border-top:1px solid #578eb7; cursor:pointer;}/* katherine 20150115 */
#result_filter dt.joblevel .bnticon{ float:left; display:block;background:url(/hk/images/revamp/filter_menu_jobLevel.png) no-repeat bottom right;  height:120px; width:100%; } /* katherine 20150115 */
#result_filter dt.joblevel .bntname{ color:#FFF; font-size:14px; width:100%; text-align:center; float:left; display:block; position:absolute; bottom:0; padding-bottom:20px;} /* katherine 20150115 */

#result_filter dt.qualification{border-top:1px solid #578eb7; cursor:pointer;}  /* katherine 20150115 */
#result_filter dt.qualification .bnticon{ float:left; display:block;background:url(/hk/images/revamp/filter_menu_qualification.png) no-repeat 35px 25px;  height:120px; width:100%; } /* katherine 20150115 */
#result_filter dt.qualification .bntname{ color:#FFF; font-size:14px; width:100%; text-align:center; float:left; display:block; position:absolute; bottom:0; padding-bottom:20px;} /* katherine 20150115 */

#result_filter dt.employment{border-bottom:1px solid #0e416e; border-top:1px solid #578eb7; cursor:pointer; height:135px;} /* katherine 20150115 */
#result_filter dt.employment .bnticon{ float:left; display:block;background:url(/hk/images/revamp/filter_menu_employment.png) no-repeat 35px 20px;  height:135px; width:100%; } /* katherine 20150115 */
#result_filter dt.employment .bntname{ color:#FFF; font-size:14px; width:100%; text-align:center; float:left; display:block; position:absolute; bottom:0; padding-bottom:20px;} /* katherine 20150115 */


#result_filter dd.disabled{
    -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#result_filter  dl{
	position:absolute;
	top:0px;
	left:105px;
	z-index:10;
	min-width:250px;
	width:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	display:none;
	min-height:116px;
        background-color: #2B2B2B;
        -webkit-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
        box-shadow: 2px 3px 6px 0px rgba(0,0,0,0.45);
}
#result_filter  dl .col_left{
    width:46%;
    float:left;
    background-color: #404041;
}
#result_filter dt.function .scroll_container.col_left{
    height:266px;
    max-height:266px;
}
#result_filter  dl .col_right{
    width:53%;
    float:right;
    margin-right:0px;
}
#result_filter  dl .col_right .custom_checkbox{
    vertical-align: middle;
}
#result_filter  dl .col_right dd:hover{
    background-color: #4C4D4F;
}
#result_filter .col_right_title{
    width:372px;
    border-bottom: 1px dotted #fff;
    padding:6px 0px 0px 12px;
    height:27px;
    overflow:hidden;
    position: absolute;
    right:0px;
    top:0px;
    font-weight: normal;
    background-color: #2B2B2B;
   
}
#result_filter .col_right_title .sub_title{
    font-weight:normal;
    margin:0px;
    padding:0px;
    display: none;
}
#result_filter  dl .col_right dd{
    display:none;
}
#result_filter  dl .col_right dd.active{
    display: block;
}
#result_filter  dl .col_left dd.active,#result_filter  dl .col_left dd:hover{
    background-color:#4C4D4F;
}
#result_filter dt.function dl{
    width:710px;
    height:300px;
}
#result_filter  .scroll_container{
    height:382px;
    overflow-y:auto;
    overflow-x:hidden;
    outline:0px;
}
#result_filter dt.function .scroll_container.col_right{
    height:266px;
    max-height:266px;
    width:376px;
}
#result_filter .industry dl{
	top:0px;
        height:420px;
        width:400px;
}

#result_filter .qualification dl{
	top:0px;
        min-width:280px;
}
#result_filter .employment dl{
        top:inherit;
        bottom:0px;
}
#result_filter dl p{
	font-size:13px;
        font-weight:normal;
	margin:0px;
	padding:0px;
	color:#fff;
        height:25px;
        border-bottom:1px dotted #fff;
        background-color:#00325A;
        vertical-align: middle;
        padding:8px 0px 0px 10px;
}
#result_filter dl p a{
    text-decoration: underline;
}
#result_filter  dd{
	margin:0px 0px;
        padding:4px 15px;
}
#result_filter  dd .custom_checkbox{
    vertical-align: middle;
}
#result_filter   dd:hover{
    background-color: #4c4d4f
}
#result_filter  dl a{
	color:#fff;
	line-height:22px;
        font-size:13px;
}

#result_filter .button{
	position:absolute;
	right:43px;
	bottom:10px;
}
#result_filter .jspDrag{
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#preview_container{
	margin-left:135px;
	margin-right:0px;
}/* katherine 20150115*/
#preview_container .column_list{
    position: absolute;
    top: 135px;
    width: 350px;
}/* katherine 20150115*/
#preview_container .column_list th{
    background:none;
    font-size:14px;
    color:#00b3e8;
    padding-left: 5px;
} 
#preview_container .column_list th a,#preview_container .column_list th a:hover{
    color:#00b3e8; background:none;
}/* katherine 20150115*/
#preivew_right_list li{
    font-size:12px;
    padding:10px 10px 0px 10px;
    margin-top:-1px;
}
#preivew_right_list li.priority{
    background-color:#d9f0f8;
}
#preivew_right_list li.selected{
    color:#fff;
    background: url("/hk/images/revamp/preview_arrow.gif") 320px 50% no-repeat #00b3e8; 
}
#preivew_right_list li.selected span{
    border-color:#7aa9c5;
}
#preivew_right_list li.selected a,#preivew_right_list li.selected a.position{
    color:#fff;
}
#preivew_right_list li i{
    font-style:normal;
    display:block;
    margin-top:5px;
    font-size:11px;
}
#preivew_right_list li span{
    display:block;
    border-bottom: 1px solid #7aa9c5;
    padding-bottom: 10px;
    padding-left:25px;
}
#preivew_right_list li span.star{
    padding:0px;
    border:none;
    margin:0px;
}
#preivew_right_list li a{
    color:#000;
    font-size:13px;
}
#preivew_right_list li a.position{
    font-size:14px;
    color:#005b94;
    margin-bottom: 5px;
    display:block;
}

.col_jobList {
	width: 340px;
	float: left;
	min-height: 600px;
        background-color: #f6f6f6;
        margin-top:10px;
        overflow:hidden;
} /* katherine 20150115*/
.col_jobDetail {
	padding: 0 0px;
	width: 708px;
	float: right;
	min-height: 600px;
	position: relative;
	margin-top: 10px;
	margin-right:0px; background:#000;
}/* katherine 20150115*/
#preview_container .pagination span,#preview_container .pagination input{
	display:none;
}
#preview_container .pagination  .previous{
	margin-right:0px;
}
#preview_container .pagination  .next{
	margin-left:0px;
}
#preview_iframe{
	min-height:600px;
}
.page_container{
	text-align:center;
	padding:5px 0px;
}
.pagination {
	font-size:12px;
	padding-top:20px;
}
.pagination li.disabled a{
	cursor:default;
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.pagination li{
	display:inline-block;
	vertical-align:top;
	margin-left:-3px;
	background-color:transparent;
	*display:inline;
	padding:5px;
}
.pagination li a{
	height:20px;
	width:20px;
	text-decoration:none;
	line-height:22px;
	display:inline-block;
	vertical-align:top;
	color:#005b94;
	margin-top:1px;
	text-align:center;
}
.pagination li a:hover{
	color:#0087d2;
}
.pagination li a.selected{
	color:#005b94;
	cursor:default;
	background:url(/hk/images/revamp/pagination.png) 0px 0px no-repeat;
}
.pagination li a.selected input{
	width:40px;
	padding:0px;
	text-align:center;
	outline: none;
	margin:0px;
	font-size:14px;
	color:#353535;
	height:15px;
	overflow:hidden;
	border:1px solid #283E44;
}
.pagination li.first{
	margin-right:0px;
}
.pagination li.last{
	margin-left:0px;
}
.pagination li.first a,.pagination li.first.disabled a:hover{
	background:url(/hk/images/revamp/page_arrow.png) 0px 0px no-repeat;
}

.pagination li.previous a,.pagination li.previous.disabled a:hover{
	background:url(/hk/images/revamp/pagination.png) -20px 0px no-repeat;
}

.pagination li.next a,.pagination li.next.disabled a:hover{
	background:url(/hk/images/revamp/pagination.png) -38px 0px no-repeat transparent;
}
.pagination li.last a,.pagination li.last.disabled a:hover{
	background:url(/hk/images/revamp/page_arrow.png)  -20px 0px no-repeat;
}

.pagination li.first a:hover{
	background:url(/hk/images/revamp/page_arrow.png)  0px -20px no-repeat;
}
.pagination li.last a:hover{
	background:url(/hk/images/revamp/page_arrow.png)  -20px -20px no-repeat;
}
.pagination li.previous a:hover{
	background:url(/hk/images/revamp/pagination.png)  -20px -20px no-repeat;
}
.pagination li.next a:hover{
	background:url(/hk/images/revamp/pagination.png)  -38px -20px no-repeat;
}
.pagination span,.pagination label{
	color:#005b94;
	line-height:34px;
	padding:0px 8px 0px 8px;
}
#preview_container  .pagination label{
    display:none;
}
.pagination #edit_page{
	margin:0px;
	width:50px;
	border:1px solid #013356;
}
#right_sLists .page_container{
	position:absolute;
	left:0px;
	bottom:-50px;
	width:980px;
}
/** search result list mode **/
#list_container{
	margin-left:135px;
}
.column_list{
	position:relative;
        *zoom:1;
        z-index:1;
}
.column_list table{
	width:100%; vertical-align:text-top;
	
} /* katherine 20150115 */
.myjob_content .column_list th{
	padding:4px 4px 4px 20px;
	font-weight:normal;
}
.myjob_content .column_list th a{
	font-weight:normal;
	
}
.myjob_content .column_list td a img{
	vertical-align:middle;
}
.myjob_content .column_list td{
	padding:10px 4px 10px 20px;
}
.myjob_content a.apply_btn{
	color:#00b3e8;
}
.myjob_content .col_date{
	width:120px;
}
.column_list .right_mask{
	width:8px;
	height:29px;
	position:absolute;
	right:0px;
	top:0px;
        display:none;
	background:url("/hk/images/revamp/column_header.jpg") no-repeat #c5dcea right -29px;
}
.column_list tr:hover { background:#f6f6f6; -webkit-transition: all 0.85s ease; transition: all 0.8s ease;
} /* katherine 2015015 */
.column_list th{
	height: 21px;
	background-color:#c5dcea;
	overflow:hidden;
	line-height:13px;
	text-align:left;
	font-weight:normal;
	color:#005B94;
	padding:10px 5px;
}/* katherine 20150115*/
.column_list th:first-child{
	padding-left:10px;
}/* katherine 20150115*/
.column_list th a{
	font-weight:normal;
	text-decoration:none;
	color:#005B94;
}
.column_list th a:hover{
	color: #0087d2;
}
.column_list tr.even td{ background: none;} /* katherine 2015015 */
.column_list tr .even:hover{ background:#f6f6f6; -webkit-transition: all 0.8s ease; transition: all 0.8s ease;
}/* katherine 2015015 */
	
.column_list td{
	font-size:12px;
        border-bottom:1px solid #EEF2F5;
        line-height:16px;
        padding:7px 4px;
        word-break: break-word;
		 padding: 10px 5px;
}
.column_list td a{
	text-decoration:none;
	font-size: 12px;
	color: #505050;
}
/*.column_list tr.priority td{
	background-color: #d9f0f8;
} katherine 20150115*/
.column_list tr.priority{
	background-color: #d9f0f8;
}
.column_list tr.priority:hover{
	background-color: #c8e9f4;
}/* katherine 2015015 */
.column_list tr.priority td:first-child{
	padding-left:10px;
} /* katherine 20150115*/
.column_list td a:hover{
	color:#000000;
}
.column_list td span.star, .col_jobList li span.star{
	margin: 0px 0px 0px 0px;
	width: 20px;
	height: 19px;
	background: url(/hk/images/revamp/icon_bookmark.png) no-repeat 0px 0px;
	overflow: hidden;
	cursor: pointer;
	z-index: 3;
	display:block;
	padding-right:10px; /*katherine 20150115*/
}

.column_list td span.star.on,.col_jobList li span.star.on{
	background-position: 0px -38px;
}
.column_list td span.star.on:hover,.col_jobList li span.star.on:hover,.column_list td span.star:hover,.col_jobList li span.star:hover{
	background-position: 0px -19px;	
        opacity:0.8;
}
.column_list td span.star.disabled:hover{
    background-position: 0px 0px;	
}
.column_list td span{
    cursor:default;
}
.job_company a{
	color: #000;
}
.column_list th a.asc{
	padding-right:20px;
	background:url(/hk/images/revamp/icon_arrow.gif) no-repeat bottom right;
}
.column_list th a.desc{
	padding-right:20px;
	background:url(/hk/images/revamp/icon_arrow.gif) no-repeat top right;
}
.col_checkbox{
	min-width:28px;
	width:28px;
	max-width:28px;
}
.col_position{
	min-width:220px;
}
.col_company{
	min-width:160px;
	width:24%;
}
.col_industry{
	min-width:100px;
	max-width:180px;
}
.col_date{
	min-width:80px;
	width:80px;
}
.col_yearofexp{
	width:120px;
	text-align:center;
}
.col_action{
    width:100px;
    min-width:100px;
}
#list_container th.col_yearofexp{
    text-align:center;
}
th.col_yearofexp{
    text-align:left;
}

.col_location{
	min-width:50px;
        width:80px;
}
.col_joblevel{
	min-width:60px;
	text-align:center;
}
.col_employmenttype,.col_qualification{
	min-width:76px;
	text-align:center;
}
th.col_salary{
	text-align:center;
        width: 120px;
}
.col_bookmark{
	width:26px;
}
#clipboard{
	float:right; margin: 6px 0 0 20px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;

}/* katherine 20150115*/
#clipboard p{
	font-size:13px;
	font-weight:normal;
	margin:0px;
	color:#005B94;
	padding:6px 10px 5px 40px;
        text-align:center;
    border: #005B94 1px solid;
	background:url("/hk/images/revamp/list_btn.gif") no-repeat left -1px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-radius:2px;
	
}/*katherine 20150115*/
.search_list_title{
	display:none;
}
#waitMask{
	background-color:#CCC;
	z-index:9999;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	cursor:wait;
}
.loading_container{
	background:url("/hk/images/revamp/loading_bar.gif") 50% 50% no-repeat;
	min-height:100px;
        width:1210px;
        margin:0px auto;
}
#criteria_zone{
	height:auto;
        padding: 10px  0 10px 98px;
        position: relative;
        display:none;
        clear:both;
        margin-left:130px;
}  /*katherine 20150115 */
#criteria_zone label{
    position: absolute;
    left:10px;
    top:20px;
    z-index:2;
    color:#999999;
}
#criteria_zone li{
	width:auto;
	float:left;
	margin:5px;
	color: #777;
	position: relative;
	line-height: 20px;
	list-style:none;
	cursor:default;
	overflow:hidden;
	word-break:break-all;
	text-overflow:ellipsis;
    border:1px solid #ccc;
	background-color: #fff;
    background-image: -moz-linear-gradient(center top , white 5%, #f3f3f3 100%);   border: 1px solid #ccc;
    border-radius: 2px;  box-shadow: 0 1px 0 0 white inset; 
    cursor: pointer;
    display: inline-block;
    font-size: 12px;   margin-right: 5px;
    padding: 3px 20px 3px 10px;
} /*katherine 20150115 */
#criteria_zone li:hover{
    background-color: #f3f3f3; background-image: -moz-linear-gradient(center top , #f3f3f3 5%, white 100%);
}/* katherine 20150115*/

#criteria_zone li i{
	width:20px;
	height:20px;
	position:absolute;
	right:0px;
	top:3px;
	background:url("/hk/images/revamp/cat_close.png") 4px 4px no-repeat;
        cursor:pointer;
}
#criteria_zone li i:hover{
	/*background:url("/hk/images/revamp/cat_close.png") bottom left no-repeat;*/
}
.bottom_btn_container{
		position:absolute;
		left:0px;
		bottom:0px;
		padding:0px 20px 20px 20px;
}
.bottom_btn_container .button{
	margin:0px 5px 0px 0px;
}
.form_msg_box {
	display:none;
}
.form_msg_box ul li {
	line-height: 18px;
	padding-left: 18px;
	background: url(/hk/images/revamp/icon_error.gif) no-repeat 0px 50%;
	color: #FF0000;
	font-size:12px;
}
label.error{
	color: #ff0000;
	padding: 0px;
        line-height: 24px;
        vertical-align: top;
}
.edit_column_win{
	list-style:none;
}
/**  for job alert form  **/
.myjob_content{
	position:relative;
        *zoom:1;
}
.title_gray{
	margin:10px;
        position:relative;
}
.title_gray .button{
    width: auto;
    height: 16px;
    line-height: 16px;
    position:absolute;
    right:0px;
    top:5px; padding:5px 20px; /* katherine 20150202 */
}
.title_gray h1{
    color: #005b94;
    font-size: 18px;
    font-weight: bold;
}
.title_gray p{
	margin:0px 10px 10px 0; /* katherine 20150202 */
	line-height:1.5;
}
.title_gray h1 label{
	float:right;
	font-size:12px;
	color:#000;
	line-height:20px;
	font-weight:normal;
}
.job_alert_list {
	padding-top:5px;
}
.job_alert_list .item .number {
	width: 30px;
	float: left;
	font-size: 32px;
	color: #009fe3;
	padding-top: 0px;
	height: 40px;
	line-height: 30px;
}
.list_title{
	padding: 6px 0;
	background-color: #C5DCEA;
	color: #005C97; /* katherine 20150202 */
}
.history_list{
	*margin-bottom:-6px;
	*margin-top:-12px;
}
.history_list ul li.item {
	padding: 10px 0px 10px 0px;
	clear: both;
	margin:0px 20px -1px 20px;
	border-bottom:1px solid #d0d4d5;
	*zoom:1;
}
.job_alert_list .history_list ul li.item {
	padding-left: 14px;
	padding-right: 16px;
	background-color: #EEF2F5;
	border-right: 0;
	margin: 10px 0 20px 0; /* katherine 20150202 */
}
.job_alert_list .history_list .col_left {
	width: 400px;
	float:left;
	padding-right: 8px;
	padding-left:10px
}
.job_alert_list li{
	padding:4px;
        color:#505050;
}
.job_alert_list .history_list .col_left li,.job_alert_list .history_list .col_center li{
	clear:both;
	min-height:24px;
}
.job_alert_list .history_list .col_center {
	width: 400px;
}
.history_list .col_center {
	width: 360px;
	float: left;
	padding-left: 10px;
}
.history_list .col_left label{
	width: 90px;
	display: inline-block;
	color:#005c97;
	float:left;
}
.history_list .col_center label{
	width: 110px;
	display: inline-block;
	color:#005c97;
	float:left;
}
.history_list .header{
	color:#000;
	height:40px;
	line-height:28px;
	font-size:14px;
}
.job_alert_list table th, .job_alert_list table td{
	width: 25%;
	text-align: left;
	padding-left: 12px;
}
.job_alert_list table th.first{
	padding-left: 24px;
}
.job_alert_list table th.last,.job_alert_list table td.last{
	width:55%;
}
.job_alert_list table th{
	padding-left: 20px;
	font-weight:normal;
}
.job_alert_list .info{
	color:#000;
	padding:20px 30px 0px 26px;	
	clear:both;
}
.job_alert_list .info li {
	color: #000;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	border-right: 1px solid #000;
	line-height: 6px;
}
.font_blue{
	color:#009fe3;
}
.bottom_line{
	border-bottom:1px solid #d0d4d5;
	margin:0px auto 20px auto;
}
.job_alert_list .info li .font_blue{
	padding:0px 10px;
}
.action_btn {
	line-height: 20px;
	padding-left:10px;
}
.action_btn a{
	margin-right:10px;
}
.job_alert_list .history_list .col_left span {
	width: 300px;
	word-break: break-word;
	-ms-word-wrap: break-word;
	line-height:20px;
}
.history_list .col_left span {
	display: inline-block;
	width: 270px;
}
.job_alert_list .history_list .col_center span {
	width: 265px;
}
.history_list .col_center span {
	display: inline-block;
	width: 230px;
}
.blocked_list {
	width: 25%;
	float: right;
}
.blocked_list ul {
	margin: 0px;
	padding: 10px 10px 10px 50px;
	list-style: none;
}
.blocked_list ul li {
	border: 0px none;
	padding: 1px;
	font-size: 12px;
}
.blocked_header {
	position: absolute;
	right: 0px;
	top: 0px;
	vertical-align: bottom;
	padding:50px 0px 0px 0px;
	margin-top: 0px;
	width: 25%;
	text-align: left;
}
.blocked_header label{
	margin-left:50px;
}
.blocked_header a{
	float:right;
	margin-right:10px;
}
#jobalert_container {
	background-color: #fff;
	padding: 10px 10px 0px 10px;
        height:600px;
}
#jobalert_container .label{
    width:110px;
    line-height:40px;
}
#jobalert_container label.error{
    line-height:40px;
}
#jobalert_container .textfield_long{
    width:300px;
}
#jobalert_container .ui_comboBox{
    width:308px;   
    margin-right:30px;
}
#jobalert_container .custom_input{
    height:40px;
    line-height:40px;
}
#jobalert_container .radio_list li label,#jobalert_container .radio_list li{
    line-height:40px;
    padding:0px;
}
#jobalert_container  #employment_cb{
    margin-bottom: 0px;
}
#jobalert_container #employment_cb .comboBox_list,#jobalert_container #qualification_cb .comboBox_list,#jobalert_container #joblevel_cb .comboBox_list{
    width:310px;
}
#jobalert_container .custom_input input{
    height:26px;
    line-height:26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#jobalert_container .comboBox_panel.sub{
    background-position:-370px 40px;
}
#jobalert_container #location_cb .comboBox_panel.sub{
    background-position:-1110px 40px;
}
#jobalert_container .comboBox_selected{
    max-height:146px;
    overflow:auto;
}
#jobalert_container #location_cb .comboBox_selected{
    max-height:90px;
    overflow:auto;
}
.blocked_container {
padding: 10px;
}
.blocked_container .button {
	margin-bottom: 5px;
	min-width:80px;
}
.gray_container{
	background-color:#eef2f5;
	padding:20px; /* katherine 20150202 */
}
.gray_container h3{
	color:#005b94;
	/*background:url("/hk/images/revamp/icon_edit_blue.gif") right 2px no-repeat;*/
	margin:0px;
	padding:0px 20px 10px 4px;
	font-size:14px;
	font-weight:bold;
	width:auto;
	display:inline-block;
        position:relative;
}
.gray_container h3 i.edit_btn{
    background:url("/hk/images/revamp/icon_edit_blue.gif") 2px 2px no-repeat;
    padding-left:18px;
    font-style: normal;
    font-size:normal;
    cursor:pointer;
    position:absolute;
    left:208px;
    top:0px;
}
.gray_container h3 i.edit_btn.cancel{
    background:url("/hk/images/revamp/cat_close.png") -2px -22px no-repeat;
}
.gray_container.left{
	width:790px; /*katherine 201502023*/
	float:left;
}
.col_flag{
	width:300px;
	float:right; background: #FFF; 
	  /*katherine 201502023*/
}
.head{
	background-color:#005b93;
	padding-top:6px;
	position:relative;
	height:52px;  /*katherine 20150123*/
}
.head h2{
	background-color:#005b94;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px ;
	margin:0px;
	position:absolute;
	left:0px;
	top:6px;
	z-index:2;
	width:100%;	/*katherine 20150123*/
}
.head h2 span{
	padding:0px 20px; display: block; line-height:150%; /*katherine 20150123*/
}
.col_flag ul{
	border:1px solid #005b94; background: #FFF; 
	padding:12px 20px; float:left; width:258px;
	border-top:0px; /*katherine 20150123*/
}
.col_flag thead td{
	color:#015c93;
	padding:12px 4px;
}
.col_flag tbody td{
	background:url("/hk/images/revamp/dot_gray.gif") repeat-x top;
	padding:12px 4px;
}
.col_flag tbody td p{
	margin:4px 0px;
}
.col_flag tbody td a{
	color:#000;
}
.col_flag .tips{
	padding:6px 8px;
}
.removeBtn{
	background:url("/hk/images/revamp/close_btn.gif") no-repeat;
	width:15px;
	height:15px;
	display:inline-block;
}
.removeBtn:hover{
	background-position:bottom left;
}
.padding_15{
	padding:15px;
}
.blue_bg{
	background-color:#00b3e8;
	color:#fff;
}
#coverletter_cvname,#paramList{
	width:360px;
}
#coverletterForm .custom_textarea{
    border:none;
}
.button.facebook{	background-color:#3b5998;	padding: 0 0 0 12px;	color:#fff;	margin-right:5px;	width:auto; position: relative; font-size:14px; /* katherine 20150202*/}
.button.facebook:hover{	background-color:#2b4482;	padding: 0 0 0 12px;	color:#fff;	margin-right:5px;	width:auto; /* katherine 20150202*/}
.button.google{background-color: #e86141;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto;  position: relative; font-size:14px; /* katherine 20150202*/}
.button.google:hover{background-color:#ed441c;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; /* katherine 20150202*/}
.button.linkedin{background-color:#008bc4;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; position: relative; font-size:14px; /* katherine 20150202*/}
.button.linkedin:hover{background-color:#026e9c;padding: 0 0 0 12px;color:#fff;margin-right:5px;width:auto; /* katherine 20150202*/}
.button.connected{
	background-color:#ced2d5;
	color:#666666;
}
.button.facebook i{
	width:42px;
	height:20px;
	display:inline-block;
	background:url("/hk/images/revamp/social_icon_fb_s.png") no-repeat center center;
	vertical-align:middle;
	margin-left:8px; border-left: 1px solid #fff; /* katherine 20150202*/
}
.button.google i{
	width:42px;
	height:20px;
	display:inline-block;
	background:url("/hk/images/revamp/social_icon_google_s.png") no-repeat center center;
	vertical-align:middle;
	margin-left:8px; border-left: 1px solid #fff; /* katherine 20150202*/
}
.button.linkedin i{
	width:42px;
	height:20px;
	display:inline-block;
	background:url("/hk/images/revamp/social_icon_in_s.png") no-repeat center center;
	vertical-align:middle;
	margin-left:8px; border-left: 1px solid #7cbdda; /* katherine 20150202*/
}
/*.button.google i{
	background-position:-24px 0px;
}
.button.linkedin i{
	background-position:-48px 0px;
} */
.ui_dropdown{
	-webkit-border-radius: 3px;
        -moz-border-radius: 3px;
         border-radius: 3px;
	border:1px solid #9d9d9b;
	width:210px;
	height:27px;
	position:relative;
        z-index:11;
        background:url(/hk/images/revamp/ui_search_drop_box.png) 186px top no-repeat;
}
.ui_dropdown.focus{
	border-color:#009fe3;
	background-color:#fff;
}
.ui_dropdown select{
	opacity:0.01;
	-khtml-opacity: 0.01;  
    -moz-opacity: 0.01;  
	filter: alpha(opacity=1);
	position:absolute;
	left:0px;
	top:0px;
	height:27px;
	outline:none;
	border: none;
	width:0px;
}
.ui_dropdown a{
	color:#000;
	text-decoration:none;
	cursor:default;
}
.ui_dropdown li{
	padding:4px 4px;
	position:relative;
	font-size:12px;
	cursor:default;
}
.ui_dropdown li.sub{
	background:url(/hk/images/revamp/dropdown_arrow.png) no-repeat right 4px;
}
.ui_dropdown li:hover{
	background-color:#ececec;
}
.ui_dropdown dt{
	padding:5px;
	font-size:13px;
	line-height:17px;
	margin-right:5px;
        text-align: center;
        cursor:default;
        text-overflow: ellipsis;
}
.ui_dropdown.focus{
	background-position-y: -24px;
}
.ui_dropdown ul{
	list-style:none;
	padding:0px;
	border:1px solid #9d9d9b;
	color:#000;
	margin:0px 4px;
	visibility:hidden;
	background-color:#FFF;
}
.ui_dropdown.focus ul{
	display:block;
}
.ui_dropdown dl{
	position:absolute;
	top:-1px;
	left:191px;
	width:190px;
	padding:0px;
	margin:0px;
	border:1px solid #9d9d9b;
	background-color:#FFF; 
	visibility:hidden;
}
.myprofile_content{
    width:100%;
    float:left; /* katherine 20150202 */
}
.myprofile_content .gray_container{
    margin:20px 0px 0px 0px; /* katherine 20150202 */
 }
.gray_container#personal_section{
    margin:0px;
}
.row{
    clear:both;
    padding:4px;
}
.row .label{
    width:200px;
    display:inline-block;
    line-height:28px;
    vertical-align: top;
    text-transform:none;
    *display:block;
    *float:left;
    *margin-right:4px;
}
.row .label.highlight{
    color:#009fe3;
}
.row .label:first-letter,.row .label label:first-letter{
    text-transform:uppercase;
}
.row .label i{
    color: #b51311;
    padding-right: 6px;
    font-weight: bold;
}
.row li{
    list-style:none;
    display:inline-block;
    vertical-align:top\9;
}
.textfield_long,.custom_input input.textfield_long{
    width:320px;
}
.gray_container input.button{
    margin-right:5px;
}
.custom_input input.textfield_other{
    width:281px; /* katherine 20150202 */
}
.col_photo{
   width:170px;
   float:right;
   padding-top:5px;
}
#photo_section .display_list{
    padding-top:5px;
}
.photo_container{
    width:140px;
    overflow: hidden;
    float:left;
}
#photo_form .col_left{
    width:600px;
    padding-top:5px;
}
.col_photo a{
    float:right;
}
.relative{
    position:relative;
}
.form_mask{
    opacity:0.3;
    -khtml-opacity: 0.3;  
    -moz-opacity: 0.3;  
    filter: alpha(opacity=30);
    background:#000 url('/hk/images/revamp/loading _black.gif') 50% 50% no-repeat;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
        z-index:1001;
}
.ajax_form{
    position:relative;
    display:none;
}
.top_msg{
    width:100%;
    height:auto;
    position: fixed;
    top:0px;
    left:0px;
    z-index:9999;
    display:none;
}
.top_msg div{
    background-color:#37c1fc;
    color:#fff;
    width:800px;
    height:auto;
    margin:0px auto;
    padding:20px;
    font-size:14px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.5);
}
.top_msg i{
    /*background: url("../images/ui-icons_888888_256x240.png") no-repeat -20px -180px;*/
    width:16px;
    height:16px;
    display:inline-block;
}
select.day{
    width:50px;
    min-width:50px;
}
select.year{
    width:58px;
    min-width:58px;
}
select.month{
    width:95px;
    min-width: 95px;
}
.sn_suggestion_container{
	position:absolute;
	left:4px;
	top:26px;
	z-index:1000;
	background-color: white;
	border: 1px solid #9d9d9d;
	width:322px;
	overflow-x:hidden;
        overflow-y: auto;
	display:none;
        max-height:300px;
        -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.4);
}
.sn_suggestion_container ul{
	list-style-position: outside;
	font-family: Arial,Microsoft JhengHei, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	padding: 0px;
	margin: 0;
}
.sn_suggestion_container ul li{
	padding: 2px 2px 2px 6px;
	line-height: 18px;
	color: #333;
	margin: 0px;
	cursor:default;
        display:block;
}
.sn_suggestion_container ul li.even{
	background-color:#eeeeee;
	width:auto;
}
.sn_suggestion_container ul li:hover {
    background: #1e90ff;
    color: #fff;
}
.multiple_module{
    margin:3px 0px;
}
.multiple_module.even{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e3e8ec;
}
#photo_form{
    min-height:150px;
}
#edu_section,#exp_section,.preview_btn{
    padding:20px 10px;
    /* katherine 20150202 */
}
#edu_section .btn,#exp_section .btn{
    padding-left:14px;
}
#edu_section h3,#exp_section h3{
    margin-left:10px;
}
.multiple_module.edu,.multiple_module.exp{
    border-radius:3px;
    padding:10px 20px;
    margin:0px 0px 25px 0px;
    position: relative;
    background-color: #f8fafb;  /* katherine 20150202 */
}
.multiple_module.edu .removeBtn,.multiple_module.exp .removeBtn{
    margin-left:5px;
    vertical-align:middle;
}
.multiple_module.edu .removeBtn:hover,.multiple_module.exp .removeBtn:hover{
    /*background-position: 7px -13px;*/
}
.multiple_module.exp .day,.multiple_module.exp .year{
    width:55px;
    min-width:55px;
}
.multiple_module.exp .month{
    width:76px;
    min-width:76px;
}
.date_select .custom_select .text{
    text-align: left;
}
.date_select .date_day{
    display:none;
}
.current_label{
    line-height:24px;
    margin-left:5px;
}
.current_label .custom_checkbox{
    vertical-align: middle;
}
/***********Add for Job alert Css by Kim Liu 20140408************/
#jobalert_container #search_country li.selected, #jobalert_container #search_field li.selected{	font-weight: bold;}
#jobalert_container #search_field li.checked, #jobalert_container #search_country li.checked{color:#37c1fc;	}
.multiCheckbox ul li{float:left;}


#clipboard {
cursor: pointer;
}

#clipboard_detail{
width: 278px;
height: auto;
position: absolute;
right: 0px;
z-index: 11;
top:30px;
overflow: hidden;
}

#clipboard_detail .inner{
background-color: #fff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 1px solid #005b94;
}

#save_job_btn {
background: url(/hk/images/save_icon.png) no-repeat;
padding: 2px 0px 0px 27px;
color: #009FE3;
margin: 0px 0px 0px 14px;
font-size: 12px;
line-height: 35px;
}

#clipboard_detail .bar{
margin: 0px;
padding: 0px;
font-weight: normal;
background-color: #013356;
}

#clipboard_detail.on .hot_area {
padding: 0px 0px 0px 30px;
text-align: left;
cursor: pointer;
height: 20px;
line-height: 20px;
margin: 10px 0px 5px 0px;
}

#clipboard_detail .hot_area {
background: url("/hk/images/revamp/back_btn.jpg") no-repeat 10px 0px;
height: 35px;
padding-left: 26px;
font-size: 13px;
font-weight: 600;
color: #005b94;
display: block;
text-align: center;
padding: 34px 0px 0px 0px;
}

#clipboard_detail li {
padding-bottom: 12px;
padding-top: 12px;
border-bottom: #A8A8A8 dotted 1px;
position: relative;
}

#clipboard_detail li div{
width: 220px;
overflow: hidden;
padding-left: 15px;
}

#clipboard_detail li a {
height: 20px;
color: #000000;
font-size: 13px;
}

#clipboard_detail p {
clear: both;
margin: 4px 0px 0px 0px;
font-size: 12px;
color: #666;
}

#clipboard_detail .delete_btn {
width: 20px;
height: 20px;
background: url("/hk/images/revamp/list_close_btn.jpg") no-repeat;
position: absolute;
cursor: pointer;
right: 0px;
top: 14px;
}

#clipboard_detail .pagination {
text-align: center;
padding: 5px 0px 30px 0px;
}
#clipboard_detail .pagination .disabled{
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}
#clipboard_detail .pagination .first {
background: url(/hk/images/revamp/paging_fast_left.jpg) no-repeat 0px 0px ;
}

#clipboard_detail .pagination .prev {
background: url(/hk/images/revamp/paging_left.jpg) 0px 0px no-repeat;
margin: 2px 10px 0px 3px;
}

#clipboard_detail .pagination .selected {
color: #487497;
cursor: default;
background:url(/hk/images/revamp/pagination.png) 1px 1px no-repeat;
}

#clipboard_detail .pagination .next {
background: url(/hk/images/revamp/paging_right.jpg) -4px 0px no-repeat;
margin: 2px 3px 0px 10px;
}

#clipboard_detail .pagination .last {
background: url(/hk/images/revamp/paging_fast_right.jpg) -4px 0px no-repeat;
}
#clipboard_detail .pagination a{
   padding:4px 0px 4px 0px;
}
#clipboard_detail .pagination span {
    display: inline-block;
    line-height:24px;
}
.reg_form{
    width:850px;
    padding-bottom: 40px;
}
.reg_form .label{
    width:160px;
}
.reg_form a.facebook_login,.reg_form a.google_login,.reg_form  a.linkedin_login{
    margin-right:10px; width:40px;
}
#regForm1 .label{
    width:280px;
    text-transform:none;
}
#regForm1 .custom_input input,#regForm1 .custom_select select{
    width:250px;
}
.content #regForm1 .comboBox_text,.content #regForm1 .comboBox_list{
    width:250px;
}
.reg_form .row{
    padding:6px 0px; /* katherine 20150123 */
}
.reg_form h3{
    font-size: 16px;
    color: #005b93;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    padding:0px; /* katherine 20150123 */
}
.reg_form .custom_radio{
	background:url(/hk/images/revamp/custom_radio_dark.png) no-repeat top left;
	width:21px;
	height:21px;
	overflow:hidden;
	display:inline-block;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	*display:inline;
}
.reg_form .custom_radio.checked{
	background-position:0px -21px;
}
.reg_form .custom_radio.focus{
	background-position:-21px 0px;
}
.reg_form .custom_radio.checked.focus{
	background-position:-21px -21px;
}
.reg_form p{
    margin:15px 20px 20px 0; /* katherine 20150123 */
}
.reg_form .radio_list li{
    display:block;
    float:none;
}

.reg_form .custom_input input,.reg_form .custom_select select{
    width:316px;
}
.reg_form .custom_checkbox{
	background:url(/hk/images/revamp/custom_checkbox_white.gif) no-repeat top left;
	width:19px;
	height:19px;
}
.reg_form .custom_checkbox input{
    width:19px;
    height:19px;
}
.reg_form .custom_checkbox.checked{
	background-position:0px -26px;
}
.reg_form .custom_checkbox.focus{
  background-position:0px 0px;
}
.reg_form .custom_checkbox.checked.focus{
  background-position:0px -26px;
}
.reg_form #checkbox_row{
    display:inline-block;
    width:200px;
}
.reg_form .radio_list label{
    vertical-align: middle;
}
.reg_form #checkbox_row .custom_checkbox{
    margin-left:16px;
}
.reg_form #checkbox_row label{
    line-height:27px;
    vertical-align: middle;
    
}
#resume_container th{
    text-align:left;
}
.application_form{
    width:auto;
    padding:10px 15px;
}
.application_form .row .label{
    width:140px;
}
.application_form .row u{
    display:inline-block;
    width:40px;
}
.application_form .row .custom_input{
    vertical-align: top;
}
.application_form .row .custom_select{
    vertical-align: top;
}
.application_form .custom_input input,.application_form .custom_select select{
    width:220px;
    
}
.application_form th{
    font-weight:normal;
    text-align:left;
}
.application_form h5{
    font-size:13px;
}
.answer_div{
    clear:both;
    padding-top:5px;
}
.content .application_form .comboBox_text{
    width:220px;
    background-position: 237px 1px;
}
.content .application_form  .comboBox_list{
    width:220px;
    max-height:300px;
}
.application_form h2{
    font-size: 15px;
    color: #005B94;
    font-weight: bold;
    margin:15px 0px;
}
.seperator{
    margin:20px 0px;
    height:1px;
    border: none;
    border-top:1px solid #ccc;
    line-height:1px;
}
.application_form #upload_resume_btn{
    line-height:25px;
    margin-left:0px;    
}
.application_form a{
    color:#009EE3;
}
.application_form a.button,.application_form a.button:hover{
    color:#fff;
}
.application_form a:hover{
    color:#005E96
}
.application_form .custom_textarea{
    margin-top:6px;
}
.application_form .cke_skin_v2 .cke_contents,.application_form .cke_chrome,#cke_apply_coverlettertext{
    border:none;
}
.application_form #txtEmail{ width: 220px; }
.blue_frame {
    width: 890px;
    margin: 0 auto;
    margin-top: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #005B94;
    font-size: 13px;
    padding: 20px;
    color: #3C3C3B;
}
.blue_frame h2 {
    color: #005B94;
}
.blue_frame hr {
    clear: both;
    margin: 40px 0px 10px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #005B94;
}
body.dark{
    color:#fff;
}
#forgot_password_popup{
    width:510px;
    margin:0px auto;
}
#forgot_password_popup .row .label{
    line-height:40px;
    width:180px;
}
#forgot_password_popup .custom_input input{
    width: 300px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    height: 28px;
    border-color: #9d9d9b;
    margin-bottom: 10px;
    line-height:28px;
}
.dark #forgot_password_popup .custom_input input{
    background-color: #fff;
}
#forgot_password_popup .custom_input.focus input,#login_popup .custom_input.focus input{
    border-color:#9d9d9b;
}
#forgot_password_popup .captcha{
     -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:1px solid #9d9d9b;
    height: 28px;
    padding:6px 5px;
    width: 130px;
    outline:none;
    line-height:28px;
}
#forgot_password_popup .captcha.focus{
    border-color:#009fe3;
}
.dark #forgot_password_popup .captcha{
    background-color: #fff;
}
#forgot_password_popup .captcha_container{
    float:right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color:#848284;
    padding:1px 5px;
    height:40px;
    overflow:hidden;
}
#forgot_password_popup #refresh_btn{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width:42px;
    height:42px;
    float:right;
    background:url("/hk/images/revamp/forgot_password_refresh_btn.png") no-repeat -4px -2px;
    margin:0px 6px 0px 8px;
}
#forgot_password_popup .button{
    width:284px;
    float:right;
    margin-top:5px;
}
#forgot_password_popup label.error{
    margin-left:185px;
    display:none;
}
#popup_body{
    min-width:inherit;
    *min-width:auto;
    background-color:#fff;
    width:auto;
}
#popup_body.dark{
    background-color:#404041;
}
#popup_login{
    width:760px;
    margin:10px auto 0px auto;
}
#popup_login .custom_input{
    height:42px;
    margin:4px 0px 0px 0px;
    *line-height:42px;
    *zoom:1;
}
#popup_login td label{
    margin-top:6px;
    display:inline-block;
}
#popup_login .custom_input input{
    width: 240px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
    height: 28px;
    border:1px solid #ccc;
    line-height:28px;
}  /*katherine 20150114*/
#popup_login .custom_input.focus input{
    border-color:#009fe3;
}
#popup_login h3{
    font-size: 16px;
    color: #005b94;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top:16px;
} /*katherine 20150114*/
#popup_login .link{
    margin-top:4px;
    display:inline-block;
    color:#000;
}
#popup_login .login_title h3{
    margin:5px 0px;
}
#apply_login .login_title h3{
     padding-right:100px;
}
#popup_login .button{
    width:222px;
    margin-top:10px; -webkit-transition: all 0.5s ease;transition: all 0.5s ease;
}
#popup_login.resume .login_title {
    border-bottom: 3px solid #005C97;
    margin: 0px auto;
    height: auto;
    color: #58585B;
    font-size: 14px;
    padding: 0px 0px 8px 0px;
}
.login_title h4{
    margin:5px 0px;
}
#popup_login #apply_login .more {
    position: absolute;
    right: 30px;
    top: 16px;
    font-size: 12px;
    color: #999;
}
#popup_login .reg_zone {
    display: block;
    width: 400px;
    float: left;
    height: auto;
    margin: 0px 0px 0px 20px;
}
#popup_login #apply_login .reg_zone{
    margin: 16px 0px;
    width:385px;
}
#popup_login #apply_login .reg_zone h3{
    margin-top:5px;
}
#popup_login #apply_login .login_zone{
    margin-top:5px;
}
#popup_login .reg_zone p {
    margin: 10px 0px 10px 0px;
    line-height:20px;
    font-size:12px;
}
#popup_login .reg_zone label{
     margin: 5px 0px 5px 0px;
     color:#009EE3;
}
#popup_login .login_zone {
    width: 300px;
    float: right;
    margin: 0px;
    padding-left: 30px;
    border-left: 2px solid #cecece;
    height: 320px;
    *height:306px;
}
#popup_login label.error{
    display:inline-block;
    line-height:12px;
    margin:4px 0px 0px 0px;
    *clear:both;
}
#apply_login{
    width:730px;
    margin:0px auto;
}
#social_buttons{
    display:block;
    margin-top:10px;
}
#personal_form .comboBox_text,#personal_form .comboBox_list{
    width:236px;
}
#personal_form .date_day,#personal_form .date_month{
    display:none;
}
#personal_form select.year,#personal_form #personal_gender{
    width:120px;
    min-width:120px;
}
.tag_container li{
    list-style:none;
    -webkit-border-radius: 12px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 12px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-radius: 12px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display:inline-block;
    padding:4px 10px 4px 20px;
    color:#fff;
    background:url("/hk/images/revamp/dot_while.png") no-repeat 8px 10px #009fe3;
    margin-left:5px;
}
#lang_form,#qua_form,#skill_form{
    padding:5px 0px;
}
#lang_form{
    margin:10px 0px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
#profile_container{
    margin-top:0px; /* katheirne 20150202 */
}
#profile_container #skill_form .add_more{
    bottom:68px;
}
#profile_container .gray_container .add_more{
    /* position: absolute;
    bottom: 15px;
    left: 550px;
    height: 27px;
    width: 100px;
    line-height: 30px;  katherine 20150202 */
}
#profile_container #edu_form .add_more{
    left:560px;
    bottom:7px;
}
#profile_container #exp_form .add_more{
   bottom: 84px;
    left: 560px;
  /* katherine 20150202 */
}
#exp_section .display_list{
    padding-left:10px;
}
#cv_container .ajax_form{
    display:block;
}
#cv_container .gray_container{
    margin-top: 20px; /* katherine 20150202 */
   
}
#cv_container #exp_section,#cv_container #edu_section{
    width:810px;  /* katherine 20150202 */
}
#cv_container .preview_btn a {
    float: right;
}
#cv_container #profile_section table td {
    height: 35px;
}
#cv_container #profile_section .col_photo{
    position:absolute;
    right:0px;
    top:50px;
}
.facebook_loading{
	background: url(/hk/images/facebook_loading.gif) no-repeat center;
	margin: 0px;
	color: #1D4088;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
}
#facebook_multiple_binding,#facebook_binding{
	padding:10px;
	display:none;
        line-height:1.5;
}
#facebook_multiple_binding h3,#facebook_binding h3{
	color: #009fe3;
	padding: 5px 0px 10px 0px;
	line-height: 22px;
	font-weight: normal;
        font-size:22px;
        margin:5px 0px;
}
#facebook_multiple_binding table,#facebook_binding table{
	 border: 1px solid #005b94; 
         -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
        padding:5px 15px;
}
#facebook_multiple_binding td,#facebook_binding table td{
    padding:4px 0px;
}
#facebook_multiple_binding th{
	 background-color:#1D4088;
	 color:#ffffff; 
}
.facebook_mask{
	position:absolute;
	z-index:2;
	height:100%;
	width:100%;
	cursor:wait;
	left:0px;
	top:0px;
}
.timeout {
position: absolute;
left: 30px;
bottom: 30px;
}
/*#popup_body iframe{
    height:0px;
    width:0px;
    overflow:hidden;
}
*/
#cv_container {
margin-top: 0px; /* katherine 20150202 */
}
#cv_container .message_option1 {
    padding: 10px 0px 0px 20px;
    line-height: 23px;
}
#cv_container .message_option2 {
padding: 30px 0 0 20px;
float: left;
line-height: 20px;
}
#cv_container .col_form table td {
padding: 5px 0;
}
#cv_container .col_flag tbody tr:first-child td {
background: none;
}
#cv_container  .uploadarea div{ margin-bottom:5px;}
#cv_containerv .uploadbutton {
background: url('/hk/images/revamp/browse_btn.jpg') no-repeat;
border: 1px solid #005b94;
font-size: 14px;
text-transform: capitalize;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
width: 164px;
float: left;
text-align: center;
margin-right: 20px;
overflow: hidden;
}
#cv_container .uploadarea {
height: 47px;
}
#cv_container .uploadbutton input {
opacity: 0 !important;
-khtml-opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 164px;
height: 47px;
}
#cv_container .upload_file {
float: left;
width: 240px;
height: 24px;
}
#cv_container .file_info {
float: left;
width: 300px;
text-align: center;
}
#msgBox_bg_upload_resume{
    min-width:760px;
}
#support_link{
    position:relative;
    z-index:10;
}
#support_link i{
    height:30px;
    width:8px;
    background: url("/hk/images/revamp/arrow.png") no-repeat 0px -6px;
    position:absolute;
    top:0px;
    left:-8px;
    z-index: 11;
}
#footer .container #support_link .prompt{
    position: absolute;
    width: 330px;
    background-color: #fff;
    left: 155px;
    top: -10px;
    border:1px solid #009fe3;
    display: none;
}
#footer .container #support_link .prompt ul{
    float: none;
    width: auto;
    margin: 0px;
    padding: 8px 10px 8px 30px;
    list-style: disc outside;
    color: #006699;
    font-size: 13px;
}
#footer .container #support_link .prompt a{
    color:#006699;
}
#footer .container #support_link .prompt a:hover{
    color:#0087d2;
}
#footer .wrapper .footer_logo{ position:relative; }    /** add class **/
    
#footer .wrapper ul {
    box-sizing: border-box;
    float: left;
    line-height: 1.5;
    list-style: outside none none;
    margin: 40px 0 20px 20px; /** revised **/
    width: auto;
}

#follow_list .list_row li { float: left; width: 265px; margin: 0 20px 30px 20px; }
#follow_list .list_row li:first-child { margin-left: 0; }
#follow_list .list_row li:last-child { margin-right: 0; }
#follow_list .cell_header { -webkit-border-top-right-radius: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px; border-top-right-radius: 6px; border-top-left-radius: 6px; border: 1px solid #009fe3; border-bottom: 0px none; padding: 10px 0 6px 20px;  position: relative; float: left; width: 243px; }
#follow_list .cell_header a {position: relative; float: left; display:block; font-weight:bold;/* width: 88px; */ -o-text-overflow: ellipsis; text-overflow: ellipsis;overflow: hidden; white-space: nowrap;}
#follow_list .cell_header span { margin: 0 13px; font-size: 11px; font-weight: bold; color: #015A94; position: relative; float: left;}
#follow_list .cell_mid_img img { margin-top: 4px; width: 265px; height: 180px; border: 0px none; }
#follow_list .cell_mid { padding-top: 10px; width: 263px; height: 170px; border-left: 1px solid #009fe3; border-right: 1px solid #009fe3; overflow: hidden; }
#follow_list .blue_line { margin: 0 16px; border-top: 1px solid #009fe3; }
#follow_list .item-title { -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 100px; }
#follow_list .cell_mid table { margin: 10px 20px ; }
#follow_list .cell_mid table tr { height: 30px; }
#follow_list .cell_bottom { background-color: #F4F4F4; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; border: 1px solid #DCDCDC; border-top: 0px none; overflow: auto; }
#follow_list .cell_bottom p{ float: left; width: 200px; padding: 10px; }
#follow_list .cell_bottom a span { display: inline-block; width: 40px; height: 40px; }
#follow_list .item-content{ width: 265px; height: 180px; overflow: hidden; }
#follow_list .item-summary{ height: 32px; overflow: hidden; }
#follow_list .item-summary.employer{
    margin: 5px 0px 10px 0px;
    padding: 0px 10px 10px 10px;
    height: 47px;
}
#follow_list .item-summary.employer h4{
    padding:0px;
    margin:0px;
}
#follow_list .item-content{ width: 263px; border-left: 1px solid #009fe3; border-right: 1px solid #009fe3; }
#follow_list .item-line{ border-left: 1px solid #009fe3;  border-right: 1px solid #009fe3; }
#follow_list .item-subline{ width: 90%; margin: 0px auto; border-bottom: 1px solid #009fe3; }
#follow_list .item-insert{ width:29px; height:29px; float: left; margin-top: 22px; position: relative; display:none; }
#follow_list .item-remove{ width:29px; height:29px; float: left; margin-top: 22px; position: relative; }
#follow_list ul.joblist{ padding: 0px 17px 0px 16px; float:left; position:relative; }
#follow_list ul.joblist li{ margin: 0px 0px 0px 0px; }
#follow_list ul.joblist li.jobtitle{ width: 100%; padding: 8px 0px 0px 0px; }
#follow_list ul.joblist li.actdate{ width:  100%; float:left; padding: 0px 0px 8px 0px; font-size:11px;color:#666}
#follow_list ul.joblist li.jobtitle a{
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 230px;
    display: block;
}
#communication_add_btn{
    height:16px;
    line-height:16px;
    width:auto;
    font-size:normal;
}
.job_list h2{
    font-weight:normal;
    margin:0px;
    padding:0px;
}
#result_page{
    position:relative;
    padding-top:135px;
}
#result_page #search_box{
    position:absolute;
    z-index:99;
    left:0px;
    top:0px;
    width:100%;
}
.application_form .row b{
    padding: 0px 5px 0px 6px;
}
#forgotForm .captcha_container img{
    width:100px;
    height:40px;
}
#popup_login  #saveit{
    display: inline-block;
    margin: 4px 22px 0px 0px;
}
#popup_login .forgotpassword {
font-size: 11px;
font-style: italic;

}
#popup_login  a .forgotpassword {
color:#005b94;
}/*katherine 20150114*/

.scarab-itemlist {
  padding:0px 20px;
  position:relative;
  border: 1px solid #C5D7EF;
}

.scarab-item {
  display:inline-block;
  width:132px;
  margin:5px;
  vertical-align:top;
  font-size: 12px;
  font-family:Arial,sans-serif;
  text-align:center;
}
.scarab-item img {
  max-width:100px;
  max-height:100px;
  display:block;
  margin:0px auto;
  border:0px;
}

.scarab-prev,.scarab-next {
  position:absolute;
  width:20px;
  height:20px;
  line-height:20px;
  top:50%;
  margin-top:-10px;
  cursor:pointer;
  text-align:center;
  font-size:16px;
  color:#C5D7EF;
}
.scarab-prev {
  left:0px;
}
.scarab-next {
  right:0px;
}
.scarab-disabled-button {
  cursor:default;
  opacity: 0.4;
}
/********* katherine**********/

#home_page{
    position:relative;
    padding-top:0px;
	background:url("/hk/images/revamp/header_bg.jpg")  no-repeat center top; 
}
/********* katherine 20150114**********/
#retail { background: url("/hk/images/revamp/retail_bg.jpg") no-repeat scroll center top #FFF; padding-top: 0;position: relative;}
#edu { background: url("/hk/images/revamp/edu_bg.jpg") no-repeat scroll center top #FFF; padding-top: 0;position: relative;}
#eng { background: url("/hk/images/revamp/eng_bg.jpg") no-repeat scroll center top #FFF; padding-top: 0;position: relative;}
#bank { background: url("/hk/images/revamp/bank_bg.jpg") no-repeat scroll center top #FFF; padding-top: 0;position: relative;}
#gov { background: url("/hk/images/revamp/gov_bg.jpg") no-repeat scroll center top #FFF; padding-top: 0;position: relative;}


#vertical { background-color: transparent; margin: 0 auto 10px; width: 100%; }
#vertical #result_page{  padding-top: 0px; position: relative; background:#FFF; border-bottom:2px solid #ededed;}


.popup_hr{  background: url("/hk/images/revamp/popup_hr.png") repeat-x ; height:11px; width:100%; float:left}
.popup_greybox{background:#ededed; width:100%; float:left; box-sizing:border-box; padding:20px 20px 30px 20px;}
.viewList{ width:100%; float:left; font-family:Arial, Helvetica, sans-serif; padding: 20px;}
.viewList h2{color:#005b93; font-size:18px; border-bottom:1px #ccc solid;  margin: 0; padding:5px 0 25px 0;}
.viewList .jobslist{ display:block; font:left; line-height:180%; color: 15px; font-family:Arial, Helvetica, sans-serif; }
.viewList .jobslist li{ padding:10px 0; }
/********* katherine 20150115**********/
.viewList .jobslist a{ color:#141823; font-size:15px;}
.viewList .jobslist a:hover { color:#005b93; }
.viewList .jobsTle a{ display:block; font:left; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#005b93;}
.viewList .jobsTle a:hover{ color:#004977;}
.emailmelikethis{ float:left;  width: auto; margin-top:10px; 	
	padding:2px 15px 2px 40px; background:url("/hk/images/revamp/emailme_icon.png") no-repeat 10px center #005b94; 
	line-height:16px;
	font-size:14px;
	color:#fff;
	border:0px none;
	display: inline-block;
	text-align: center;
	line-height: 35px;
    -webkit-appearance: none;
    -moz-appearance:none;
	font-weight:bold; -webkit-transition: all 0.5s ease;transition: all 0.5s ease; display:block;}

.emailmelikethis a{ width: auto; padding-left:30px; background:url("/hk/images/revamp/emailme_icon.png") no-repeat 0 center #005b94; color:#fff;}
.emailmelikethis:hover{ padding-left:40px; background:url("/hk/images/revamp/emailme_icon.png") no-repeat 5px center #004977; color:#FFF;}

.sub_ftn_wrapper { float:left; display: block; width:100%; border-top:1px solid #ccc;  border-bottom:1px solid #ccc; padding:10px 0; height:28px;}
.sub_ftn_wrapper .print_detail{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_print.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .print_detail:hover{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_print.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .print_detail span { margin-top:6px; float:left;} 
.sub_ftn_wrapper .print_detail:hover span { text-decoration:underline;} 

.sub_ftn_wrapper .share_detail{ float:right; padding-left: 32px;  background:url("/hk/images/revamp/detail_share.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .share_detail:hover{ float:right; padding-left: 32px;  background:url("/hk/images/revamp/detail_share.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .share_detail span { margin-top:6px; float:left; } 
.sub_ftn_wrapper .share_detail:hover span {  text-decoration:underline;} 

.sub_ftn_wrapper .email_detail{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_email.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .email_detail:hover{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_email.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .email_detail span { margin-top:6px; float:left; } 
.sub_ftn_wrapper .email_detail:hover span {  text-decoration:underline;} 

.sub_ftn_wrapper .save_detail{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_save.png") no-repeat top left; color:#005b94; height:30px; font-size:12px; margin-left:20px;}
.sub_ftn_wrapper .save_detail:hover{ float:right; padding-left: 34px;  background:url("/hk/images/revamp/detail_save.png") no-repeat bottom left; color: #004977; height:30px;}
.sub_ftn_wrapper .save_detail span { margin-top:6px; float:left; } 
.sub_ftn_wrapper .save_detail:hover span {  text-decoration:underline;} 


/********* katherine 20150119**********/
#career_advice{
    position:relative;
    padding-top:0px;
	background:url("/hk/images/revamp/career_advice_bg.jpg")  no-repeat center top; 
}
.career_advice_wrapper {
    height: auto;
    width: 100%;
}

/********* katherine 20150121**********/
#article{
    position:relative;
    padding-top:0px;
	background:url("/hk/images/revamp/art_bg.jpg")  no-repeat center top; 
}

#ecopy #footer {
	bottom: 0px;
	clear: both;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	/*position: fixed;*/
	width: 100%;
	border-top:none;
}

#ecopy {
	background: url("/hk/images/revamp/art_bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
	padding-top: 0;
	position: static;
}
#jjecopy {
    background: none;
    padding-top: 0;
    position: static;
}
/********* katherine 20150123 **********/

#registration{
    position:relative;
    padding-top:0px;
	background:url("/hk/images/revamp/header_bg.jpg")  no-repeat center top; 
}
.reg_wrapper { width:855px; background:#FFF; float:left; padding: 20px; font-size:14px; line-height:180%; } 
.reg_wrapper .custom_input input { height:20px;}
.reg_wrapper  #social_buttons  { margin-left:165px; float:left; }
.reg_wrapper  #social_buttons .field_info  { margin: 15px  20px 15px 0; float:left; }
.reg_wrapper a.facebook_login, .reg_wrapper a.google_login, .reg_wrapper a.linkedin_login { }

.reg_wrapper a.google_login, .reg_wrapper label.google_login,
.reg_wrapper a.google_login:hover, .reg_wrapper label.google_login:hover,
.reg_wrapper a.linkedin_login, .reg_wrapper label.linkedin_login,
.reg_wrapper a.linkedin_login:hover, .reg_wrapper label.linkedin_login:hover ,
.reg_wrapper a.facebook_login, .reg_wrapper label.facebook_login,
.reg_wrapper a.facebook_login:hover, .reg_wrapper label.facebook_login:hover {
margin-right:10px; float:left;   width: 50px; }

.reg_wrapper .custom_select .center{
	width:auto;
	height:32px;
	display:inline-block;
	float:left;
	position:relative;
	border:1px solid #9d9d9b; padding: 0px 5px;
}
.reg_wrapper .custom_select .text {padding: 4px 10px; }
.reg_wrapper .custom_select .left, .reg_wrapper .custom_select .right { display:none;}
.reg_wrapper .custom_select .arrow {right: 10px; top: 2px; }
.reg_wrapper  #submitBtn { margin-right:20px;}
.reg_wrapper .legal { margin-top:10px;}


/******* 20150131 ********/
#member {background: url("/hk/images/revamp/header_bg.jpg") no-repeat scroll center top rgba(0, 0, 0, 0); padding-top: 0;  position: relative;}
.col_flag .head {float: left;  width:260px; padding:10px 20px; height:inherit;}
.col_flag .head h2 {
    background-color: #005b94;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    width: 100%; position:static;  padding:0; }
.col_flag .head h2 span {   padding:0; }
#member .homecontent {  width:100%;}
#exp_section .custom_textarea textarea { width: 328px; }
#member .content .comboBox_text .more, #member .content .comboBox_text span {line-height: 32px; }

#member .content .comboBox_text{	background:url("/hk/images/revamp/comboBox_arrow.png") right top no-repeat #f8fafb; }
#member .content .comboBox_text:focus {
    border: 1px solid #9d9d9d; background:#FFF;
    cursor: pointer;
    height: 32px;
    padding: 0 5px;
    width: 320px;
}
#member  #summary_careerobjective { width:328px;  }
.jobcontent_fullwrapper { width:1170px; background:#FFF; float:left; padding: 20px; font-size:14px; line-height:180%; } 
#member form#accountForm .comboBox_text{	background:url("/hk/images/revamp/comboBox_arrow.png") right top no-repeat #eef2f5; }

#home_page ul.ui-widget-content {
    background: white repeat scroll 0% 0%;
}