* {
	outline: none;
}
html, body {
  height: 100%;
  min-height: 100%;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#777777;
	background: url(/images/main/body_bg.gif) no-repeat center 194px #fff;
}

img {
    border:none;
}

a {
    font-size:14px;
    color: #4c6a8e;
	cursor: pointer;
	-webkit-transition: color 0.2s linear, background-color 0.2s linear;
       -moz-transition: color 0.2s linear, background-color 0.2s linear;
        -ms-transition: color 0.2s linear, background-color 0.2s linear;
         -o-transition: color 0.2s linear, background-color 0.2s linear;
            transition: color 0.2s linear, background-color 0.2s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

a:hover {
	color: #1f1f1f;
	-webkit-transition: color 0.3s linear, background-color 0.3s linear;
       -moz-transition: color 0.3s linear, background-color 0.3s linear;
        -ms-transition: color 0.3s linear, background-color 0.3s linear;
         -o-transition: color 0.3s linear, background-color 0.3s linear;
            transition: color 0.3s linear, background-color 0.3s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

h1, h2 {
   font-size:30px;
   margin: 0px 0px 10px 0px;
   color:#4c6a8e;
   display:block;
   font-weight:normal;
   padding: 0px;
   text-transform:uppercase;
}

h3 {
   color:#454545;
}

.title_home {
   font-size:18px;
   margin: 0px 0px 10px 0px;
   color:#004ba5;
   display:block;
   font-weight:bold;
}

.top_home_menu {
    margin: 0px auto 0px auto;
	width: 990px;
	padding: 0px 0px 0px 0px;
	background:url(/images/main/main_bg.jpg) repeat-y;
}
.top_home_menu .menu_list{
	background: none repeat scroll 0 0 #002868;
    border: 1px solid #FFFFFF;
    height: 20px;
    margin: 0 5px;
    color:#FFFFFF;
}
.top_home_menu .menu_list .menu_items {
    margin: 3px 7px 0;
}

.top_home_menu .menu_list .menu_items a {
	color: #FFFFFF;
	margin-left: 4px;
    margin-right: 7px;
    text-decoration: none;
}
.top_home_menu .menu_list .menu_items a:hover {
	color: #EF2D74;
}

.center_box_a {
	text-decoration: none;
	margin:10px;
	font-weight: bold;
}
.center_box_tr {
	height: 30px;
}

.main_table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.main_table td, .main_table tr {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: top;
}
.main_table tr.footer_row td {
	height: 497px;
}
.main_wrap {
    margin: 0px auto 0px auto;
	width: 1080px;
}

.header {
	width: 990px;
	height: 95px;
	position:relative;
	z-index: 500;
	display:table;
	margin: 0 45px;
}

.top_part_header {
   width: 983px;
}

.logo {
    display:block;
	float:left;
	margin-top:10px;
}

.logo .slogan {
    font-size:23px;
	font-style:italic;
	color:#006ca7;
	display:block;
	line-height: 18px;
	margin-top: 5px;
}

.phone {
    display:block;
	float: right;
	font-size: 24px;
	margin-top: 61px;
	margin-left: 40px;
	color:#ff6600;
}

.phone strong {
    color:#002060;
	font-weight:normal;
	font-size: 20px;
}

.callback_link {
	display:block;
	float:right;
}

.login_box {
    display:block;
	float: right;
	position:relative;
}

.login_box a.register_link {
	 background: url(/images/main/register_icon.png) no-repeat 15px 16px;
	 font-size: 16px;
	display:block;
    float:right;
	padding-left: 25px;
	text-decoration:none;
	color:#777777;
	line-height: 57px;
	padding: 0 15px 0 47px;
	}

.login_box a.register_link:hover {
	 background: url(/images/main/register_icon.png) no-repeat 15px 16px #d2d2d2;
	 color:#4c6a8e;
	}

.login_box a.register_link.act,  .login_box a.register_link.act:hover{
	 background: url(/images/main/register_icon.png) no-repeat 15px 16px #32465f;
	 color: #ebebeb;
	}

.login_box a.account_link {
	 background: url(/images/main/account_icon.png) no-repeat 15px 16px;
	 font-size: 16px;
	display:block;
    float:right;
	padding-left: 25px;
	text-decoration:none;
	color:#777777;
	line-height: 57px;
	padding: 0 15px 0 47px;
	}

.login_box a.account_link:hover {
	background: url(/images/main/account_icon.png) no-repeat 15px 16px #d2d2d2;
	color:#4c6a8e;
	}

.login_box a.login_link {
	border-right: 1px solid #ebebeb;
	background: url(/images/main/login_icon.png) no-repeat 15px 16px;
	font-size: 16px;
	display:block;
    float:right;
	padding-left: 25px;
	text-decoration:none;
	color:#777777;
	line-height: 57px;
	padding: 0 15px 0 47px;
	}

.login_box a.login_link:hover {
	background: url(/images/main/login_icon.png) no-repeat 15px 16px #d2d2d2;
	color:#4c6a8e;
	}

.login_box a.login_link.act, .login_box a.login_link.act:hover {
	background: url(/images/main/login_icon.png) no-repeat 15px 16px #32465f;
	color: #ebebeb;
	}

.login_box a.logout_link {
	border-right: 1px solid #ebebeb;
	background: url(/images/main/logout_icon.png) no-repeat 15px 16px;
	font-size: 16px;
	display:block;
    float:right;
	padding-left: 25px;
	text-decoration:none;
	color:#777777;
	line-height: 57px;
	padding: 0 15px 0 47px;
	}

.login_box a.logout_link:hover {
	background: url(/images/main/logout_icon.png) no-repeat 15px 16px #d2d2d2;
	color:#4c6a8e;
	}

a.callback_link {
	border-right: 1px solid #ebebeb;
	background: url(/images/main/phone_icon.png) no-repeat 15px 16px;
	border-right: 1px solid #ebebeb;
	font-size: 16px;
	display:block;
    float:right;
	padding-left: 25px;
	text-decoration:none;
	color:#777777;
	line-height: 57px;
	padding: 0 15px 0 47px;
	}

a.callback_link:hover {
	background: url(/images/main/phone_icon.png) no-repeat 15px 16px #d2d2d2;
	color:#4c6a8e;
	}


	
.social_media_block {
    display:block;
	float:left;
	margin-top:15px;
}

.social_media_block a {
   display:block;
   float:left;
   margin-right: 9px;
   height: 24px;
   width: 25px;
	overflow:hidden;
}

.social_media_block a img:hover {
  margin-top: -45px;
}

.top_header {
	width: 990px;
	padding: 0 45px;
	display: table;
	margin: 0 auto;
}

.welcome {
  display:block;
  text-decoration:none;
  font-size: 12px;
  font-weight:normal;
  float:right;
  margin-top:11px;
  margin-right:10px;
}

.welcome span { 
  font-weight: bold; 
  color: #365476;
  display:block;
  }
 
.welcome strong {
	font-weight:normal;
	}

.welcome a {
  font-size: 12px;
  font-weight:bold;
  text-decoration:none;
}

.welcome a:hover {
  color:#2da2e1;
  text-decoration:underline;
}

.download {
  display:block;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration:none;
  height: 27px;
  padding: 10px 7px 0px 20px;
  background: url(/images/main/download_icon.png) no-repeat 0 9px;
  height:31px;
}

.download a {
  display:block;
  width:110px;
  text-decoration:none;
  color:#545452;
  font-size: 14px;
}

.bottom_wrap {
  width: 990px;
  position:relative;
  padding: 24px 45px 0 45px;
  margin: 0 auto;
  height: 90px;
}

.bottom_wrap .logos {
	float:right;
	}

.bottom_wrap .button_to_top {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.bottom_wrap .button_to_top a {
  background: url(/images/main/to_top.png) no-repeat;
  width: 104px;
  height: 53px;
  display:block;
}

.bottom_wrap.popular_link {
  background:none;
}

.logged_form {
  display:block;
  float:right;
  margin-right: 15px;
}

/* home banner part*/

.home_top_part {
  display:block;
  float:left;
  width: 966px;
  position:relative;
  height: 343px;
}

.home_top_part .job_search {
  z-index: 10;
  background: #4c6a8e;
  width: 245px;
  height: 343px;
  display:block;
  float:right;
  position:relative;
}

.sideBlock .social_register {
	position:absolute;
	bottom: 0px;
	left: 0px;
	background:#dcdcdc;
	padding: 5px 0 5px 10px;
	display:inline-block;
	width: 208px;
	}

.sideBlock .social_register a {
	display:block;
	float:left;
	}

.home_top_part .job_search.left_rounded .sideBlock {
  border-radius: 0px;
  box-shadow:none;
}

.home_top_part .job_search h2 {
  background:none !important;
  border-bottom: none;
  font-size: 22px;
  font-weight:normal;
  padding: 15px 10px 10px;
  height:22px;
  margin-bottom: 0px;
  color:#FFF;
}

.home_top_part .job_search .sideBlock {
  background:none;
  border:none;
  box-shadow: none;
  height: auto;
  margin: 0px;
}

.home_top_part .job_search .sideBlock .sideForms {
  padding: 0 25px 29px;
}

.home_top_part .job_search .body {
  border: none;
  padding: 5px 5px 5px;
}

.home_top_part .job_search .shadowed {
  margin: 5px 0 0 0;
}

.shadowed .help {
	position:absolute;
	right: 10px;
	top: 8px;
	font-weight:bold;
	}

.shadowed .help a {
	text-decoration:none;
	color:#6E6E6E;
	font-size:12px;
	}

.shadowed .help a:hover {
	color:#4c6a8e;
	}

.home_top_part .job_search .button {
  width:auto !important;
}

.home_top_part .job_search .button button {
  width:auto !important;
  font-size: 16px;
  padding: 6px 10px;
  height: auto !important;
  display:block;
  float:left;
  *padding: 4px;
}

.home_top_part .job_search .button a {
 background:none;
 color:#ff6600;
 width: auto !important;
 display:block;
 float:left;
 margin: 6px 0 0 12px  !important;
 border: 0px;
 box-shadow: none;
 text-decoration:none;
}

.home_banner {
	display:table;
	margin-bottom: 20px;
	}

/* The Nivo Slider styles */

.slider-wrapper {
 float: left;
 position:relative;
 width: 990px;
 height: 444px;
}

.nivoSlider {
 position:relative;
 width: 990px;
 height: 444px;
 overflow: hidden;
 background:url(/images/main/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
 position:absolute;
 top:0px;
 left:0px;
 max-width: none;
 display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}
.nivo-main-image {
 display: block !important;
 position: relative !important; 
 width: 100% !important;
 height: 444px !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink img {
 height: 444px;
}
.nivoSlider a.nivo-imageLink {
 position:absolute;
 top:0px;
 left:0px;
 width:100%;
 height: 444px;
 border:0;
 padding:0;
 margin:0;
 z-index:6;
 display:none;
 /*background:white; */
 filter:alpha(opacity=0); 
 opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
 display:block;
 position:absolute;
 z-index:5;
 height:100%;
 top:0;
}
.nivo-box {
 display:block;
 position:absolute;
 z-index:5;
 overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
 position:absolute;
 left:0px;
 bottom:0px;
 background:#000;
 color:#fff;
 width:100%;
 z-index:8;
 padding: 5px 10px;
 opacity: 0.8;
 overflow: hidden;
 display: none;
 -moz-opacity: 0.8;
 filter:alpha(opacity=8);
 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
 padding:5px;
 margin:0;
}
.nivo-caption a {
 display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
 position:absolute;
 top:45%;
 z-index:9;
 cursor:pointer;
}
.nivo-prevNav {
 left:0px;
}
.nivo-nextNav {
 right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
 position:absolute;
 left: 45px;
 bottom: 30px;
 z-index: 100;
 display:inline-block;
}
.nivo-controlNav a {
 cursor:pointer;
 display:block;
 float:left;
 height: 14px;
 width: 14px;
 margin-right: 5px;
 text-indent: 1000px;
 background:#ebebeb;
 overflow:hidden;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background:#4c6a8e;
 }

.nivo-controlNav a.active {
 font-weight:bold;
}

.home_top_part .home_banner object {
	display: block;
	margin-top: -45px;
}

.left_blog {
  width: 232px;
  vertical-align:top;
}

.blue {
  padding: 19px 19px 0px 19px;
}

.blue_bottom {
  height: 19px;
  margin-bottom: 5px;
}

#mainMenu {
	z-index: 500;
	margin: -1px 0 0;
	list-style-type: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float:left;
	padding: 0;
}

#mainMenu ul {
	min-width: 140px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	top: 100%;
	text-align: left;
	display: none;
	z-index: 500;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#mainMenu ul ul {
	margin: 0;
	left: 100%;
	top: 0;
}

/*#mainMenu li:hover > ul {
	display: block;
}*/

#mainMenu li {
	position: relative;
	float: left;
	padding: 0 0px;
	white-space: nowrap;
}

#mainMenu ul li {
	float: none;
	border: none;
	padding: 0;
	vertical-align: bottom;
	font-weight:normal;
	z-index: 500;
	background:none;
}

#mainMenu li.sm.active, #mainMenu li.sm.active:hover {
	background:#4c6a8e;
	}

#mainMenu li.sm:hover {
	background:#ebebeb;
	}

#mainMenu li a {
	float:left;
	text-decoration:none;
	color: #777777;
	font-size: 14px;
	padding: 36px 10px 44px;
	display:block;
	-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
-moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

#mainMenu li.active span a, #mainMenu li.active span a:hover {
   color:#fff;
   -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
-moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

#mainMenu li.active ul li a, #mainMenu li:hover ul li a {
   color:#fffff;
}

#mainMenu li.active ul li.active a, #mainMenu li:hover ul li:hover a,
 #mainMenu li:hover ul li:hover ul li:hover a,
 #mainMenu li:hover ul li:hover ul li.active a {
   color:#fff;
   transition: none;
}

#mainMenu li.active ul li.active ul li a, #mainMenu li:hover ul li:hover ul li a {
   color:#4c6a8e;
}

/*#mainMenu li.active ul li.active ul li.active a, #mainMenu li:hover ul li:hover ul li:hover a {
   color:#ffffff;
}*/


#mainMenu li ul li a.active {
	color:#ffffff;
	background:#e6e6e6;
}

#mainMenu ul li a {
    font-weight:normal;
    font-size:14px;
	display: block;
	padding: 7px 12px 7px;
	margin: 0px 0px 0px 0px;
	float:none;
	background:none;
	height: 18px;
	border:none;
	text-decoration:none;
	color:#4c6a8e;
}

#mainMenu ul li:hover {
    background:#4c6a8e;
}

#mainMenu ul li.active {
    background:#4c6a8e;
}

#mainMenu ul li.active a {
    color: #ffffff;
}

#mainMenu ul li.active ul li a{
    color: #707070;
}

#mainMenu ul li.active ul li a:hover{
   color: #ffffff;
}

#mainMenu ul li.active ul li.active a{
    color: #ffffff;
}

#mainMenu ul li a:hover,
 #mainMenu ul li:hover > a {
	background: none;
	border: none;
}

#mainMenu ul li.withSubMenu {
	background: url(/images/main/smenu-ico.png) no-repeat right;
	padding-right: 12px;
}

#mainMenu li.withSubMenu.active {
	background: #4c6a8e url(/images/main/smenu-ico-active.png) no-repeat right;
}

#mainMenu ul li.withSubMenu:hover{
	background: #4c6a8e url(/images/main/smenu-ico-active.png) no-repeat right;
}

#mainMenu ul li:hover > li a.withSubMenu {
	background: #4c6a8e;
	color: #3c88c2;
	border: none;
}

.requestCallBack {
	display: block;
	margin-top: 6px;
	margin-bottom: 14px;
	font-weight:normal;
}

.requestCallBack a {
	font-size: 11px;
	text-decoration: underline;
}

/*.requestCallBack a:hover {
	color: #000;
}*/

.topNav {
	z-index: 400;
	display: block;
	float:right;
}


.site_icons {
	position:fixed;
	left: 0px;
	top: 195px;
	width:43px;
	z-index: 1000;
	}

.site_icons a {
	display:block;
	width:43px;
	height: 43px;
	line-height: 43px;
	background-color: #365476;
	border-bottom:1px solid #FFF;
	text-align:center;
	}

.site_icons a:hover {
	background-color: #4b6b8e;
	}

.site_icons a.tablet_icon {
	background-color:#1f1f1f;
	}

.site_icons a.tablet_icon:hover {
	background-color:#3d3d3d;
	}

.blogs_content {
    margin-top: 20px;
}

.blogs_content strong {
   font-size:18px;
   font-weight:normal;
   color:#FFFFFF;
}

.view_all {
   position:absolute;
   margin-top: 5px;
   display:block;
   right: 7px;
}

.sideBlock ul {
   font-size:13px;
   padding: 0px;
   margin: 0;
}

.sideBlock ul.level_3 li {
  list-style: none;
  color:#b6b3c4;
  margin: 0 0 0 15px;
}

.sideBlock ul.sectors {
   padding: 1px 0 10px;
}

.info_block a {
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 5px;
   font-size:13px;
}

.sideBlock ul a {
   font-size:14px;
   text-decoration:underline;
}

.sideBlock ul a:hover {
   color:#52585c;
}

.sideBlock ul li {
   font-size:13px;
   margin: 5px 0px;
}

.sideBlock .view_all a {
   color: #FFFFFF;
   font-size: 11px;
}

.sideBlock table{
   font-size: 11px;
}

.sideBlock table td {
   vertical-align:top;
   padding: 5px 5px;
}

.sideBlock table th {
   padding: 5px;
   text-align:left;
   font-size: 12px;
   font-weight:normal;
   border-bottom: 1px #CCCCCC solid;
}

.pict {
   background:url(/images/main/pict_bg.gif) repeat-x #f3f3f3;
   border: 1px solid #e6e6e6;
   height: 43px;
   display:block;
   margin: 15px 0px;
   padding: 13px 0px 0px 10px;
}

.pict img {
   margin-right: 10px;
}

.left_little_blogs {
  margin: 6px 0px 10px 0px;
}


.left_little_blogs div{
   background:url(img/left_blogs_bg.gif) no-repeat;
   display:block;
   float:left;
   width: 111px;
   height: 72px;
   text-align:center;
   padding-top: 7px;
}

.left_little_blogs a{
   font-size:16px;
   color:#004ba5;
   text-decoration:none;
   font-weight:bold;
}

.left_little_blogs_l {
   margin-right: 10px;
}

.content_part {
   vertical-align:top;
   display:inline-block;
   width: 100%;
}

.content_part.internal .citation {
  display:inline-block;
  width: 272px;
}

.content_part.internal .citation .bottom_image {
  display:block;
  float:left;
	width: 100%;
}

.content_part.internal .citation .bottom_more {
   background: url("/images/main/arr_link.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.center {
  display:inline-block;
  width: 990px;
  margin: 0 45px;
}

.home_bottom_block .content_left_part {
   width: 218px;
   !overflow: hidden;
}

.home_bottom_block .content_text {
  background:#f7f7f7;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px 15px;
}

.content_left_part .home_text_box {
  background:url(/images/main/orange_grad_bg.gif) repeat-x #f6881e;
  padding: 10px;
  color:#000000;
  width: 198px;
  display:block;
  float:left;
  position: relative;
}

.content_left_part .home_text_box .title {
  color:#FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
}

.content_left_part .home_text_box .link {
  display:block;
  float:left;
  color:#FFFFFF;
   background:url(/images/main/orange_but_bg.gif) repeat-x #f89a1b;
   border-left: 1px solid #f9a850;
   border-top: 1px solid #f9a850;
   margin: 10px 0 0 0;
   text-transform:uppercase;
   padding: 8px 10px;
   border-bottom: 1px solid #d17d29;
   border-right: 1px solid #d17d29;
}

.content_left_part .social_item {
  display:block;
  float:left;
  width: 100%;
  border: 1px solid #cfd8de;
  padding: 6px 10px;
  width: 196px;
  margin-top: 10px;
  background:url(/images/main/reg_grad_bg.gif) repeat-x #f6f6f6;
}

.content_left_part .registration_block .social_item {
  margin-top: 0px;
  margin-bottom: 10px;
}

.content_left_part .social_item a {
  display: inline-block;
  font-size: 22px;
  color: #55626a;
}

.content_left_part .social_item a img {
  display:block;
  float:left;
  margin-right: 10px;
  width: 29px;
  height: auto;
}

.home_bottom_block .content_text p {
  margin-top: 0px;
}

.home_bottom_block .latest_jobs {
  margin: 0 10px;
}

.in_table .content_left_part .content_left_part {
   display:block;
   float:left;
}

.menu_bottom {
  display:block;
  float:left;
  margin-top:10px;
}

.menu_bottom ul {
   margin: 0px 2px 0px 2px;
   padding: 0px 0px 0px 0px;
}

.menu_bottom li {
   display: block;
   float:left;
   list-style:none;
   background:url(/images/main/bottom_menu_arr.gif) no-repeat 0 6px;
   padding: 0 0 0 13px;
   width: 115px;
}

.menu_bottom a {
   font-size: 12px;
   display:block;
   float:left;
   margin-right: 30px;
}

.title_img {
   display:block;
   float:right;
}

.title_img a{
   margin-right: 5px;
}

.in_content_top {
   width: 713px;
   height: 22px;
   display:block;
   float:left;
   margin-top: 5px;
}

.in_content_part {
   display:block;
   float:left;
   padding: 0px 0px 0px 0px;
   width: 713px;
   background: url(img/content_bg.gif) repeat-y;
}

.in_content_bottom {
   background:url(img/content_bg_bottom.gif) no-repeat;
   width: 713px;
   height: 22px;
   display:block;
   float:left;
   margin-bottom: 5px;
}

.content_text {
}

.sideBlock {
   background:#f0f0f0;
   margin: 0px 0px 10px 0px;
}

.sideBlock.search {
	z-index: 100;
}
.sideBlock.white {
  background:#CCCCCC;
}

.sideBlock.white .sideForms {
  display:inline-block;
}

.sideBlock.white h2 {
  color:#363636;
}

.sideBlock .bottom_image {
  display:block;
  float:left;
  margin-top: 10px;
}

.sideBlock.left_menu {
  background:#F1F1F1;
}

.sideBlock.left_menu h2 {
  color:#363636;
  padding-bottom: 0px;
}

.sideBlock h2 {
   font-size: 26px;
   padding: 10px 10px 10px 10px;
   color:#4c6a8e;
   display: inline-block;
   margin: 0px;
   font-weight:normal;
   margin-bottom: 0;
}

.sideBlock h2 span {
   display:block;
   width: 100%;
}

.home_bottom_block h2 {
/*   font-size: 13px;
   font-weight:bold;*/
/*   color:#707070;
   display: block;
   height: 16px;*/
}

.sideBlock h2 span,  .home_bottom_block h2 span{
   display:block;
   float:left;
}

.home_bottom_block .latest_jobs_box {
   width: 478px;
   border:#cfd8de 1px solid;
   background: #FFFFFF;
   padding: 10px;
}

.latest_jobs{
	display:inline-block;
	width:100%;
}

.latest_jobs .title {
     width: 100%;
	 display: inline-block;
	 margin-bottom:10px;
	 }

.latest_jobs h2 {
   display: block;
   float:left;
   margin-bottom: 0px;
   line-height: 44px;
}


.latest_jobs .title a {
	font-size:12px;
	padding:0px 10px;
	line-height: 44px;
	float: right;
	display:block;
	color:#fff;
	background: #777777;
	text-decoration:none;
	font-weight:bold;
}

.latest_jobs .title a:hover {
	background: #1f1f1f;
	}

.jobSect {
	float:left;
	margin: 0 24px 20px 0;
	background:#f5f5f5;
	padding: 18px 13px;
	width:288px;
	height: 90px;
	position:relative;
	overflow:hidden;
	}

.jobSect.right {
	margin: 0 0 20px 0;
	float:right;
	}

.job_fields div {
	width:288px;
	overflow:hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	white-space:nowrap;
	}

.job_fields .jobSect_head {
	color: #4c6a8e;
	}

.jobSect .job_buttons {
	position:absolute;
	left: -314px;
	top: 0px;
	width: 314px;
	height: 113px;
	background: url(/images/main/black_bg.png);
	padding-top: 13px;
	-webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -ms-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
     transition: left 0.3s ease-out;
	}

.jobSect:hover .job_buttons {
	left: 0;
	-webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
     transition: left 0.5s ease-out;
	}

.jobSect .job_buttons a {
	display:block;
	line-height: 29px;
	font-size:12px;
	text-decoration:none;
	padding-left: 34px;
	width: 99px;
	margin:0 auto 6px;
	}

.jobSect .job_buttons a.but_more {
	background: url(/images/main/icon_hover_more.png) no-repeat #f5f5f5;
	}

.jobSect .job_buttons a.but_apply {
	background: url(/images/main/icon_hover_apply.png) no-repeat #f5f5f5;
	}

.jobSect .job_buttons a.but_email {
	background: url(/images/main/icon_hover_email.png) no-repeat #f5f5f5;
	}

.searchResults .jobSect {
	width:300px;
	}

.searchResults .job_fields div {
	width:300px;
	}

.searchResults .jobSect .job_buttons {
	width: 326px;
	left: -326px;
	}

.searchResults .jobSect:hover .job_buttons {
	left: 0;
	}



.testimonials_box .citation {
   display:block;
   float:left;
   background:#FFFFFF;
   border: 1px solid #cfd8de;
   margin-right: 10px;
   margin-bottom: 0px;
   padding: 10px;
   width: 196px;
}

.citation h2 {
   margin-bottom: 10px;
   font-size: 26px;
   color:#4c6a8e;
}

.citation strong {
   color: #1f1f1f;
}

.citation p {
  margin-top: 0px;
  font-size: 12px;
}

.top_wrap {
  margin-bottom: 42px;
  background: #ebebeb;
  width:100%;
  height: 57px;
/*  display:table;*/
}

.footer {
   width: 1080px;
   height: 50px;
   margin: 0  auto ;
   }

.popular {
    color:#FFFFFF;
	margin: 60px 10px 0px 20px;
	font-size: 11px;
	width: 750px;
}

.popular h3 {
    border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 2px 0px;
	padding-bottom: 2px;
	font-size: 14px;
}

.Locations {
	color:#FFFFFF;
	margin: 60px 20px 0px 10px;
	font-size: 11px;
}

.Locations h3 {
    border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 2px 0px;
	padding-bottom: 2px;
	font-size: 14px;
}

.under {
}

.powered_by {
    display:block;
	float:right;
	font-size: 11px;
}

.powered_by a {
    font-size: 11px;
}

.copyr {
    display:block;
	float:right;
	position:relative;
	margin-top:10px;
	font-size:12px;
	}

.copyr p{
	margin: 0px;
	}

.copyr strong {
	font-weight:normal !important;
	}

.copyr a {
   text-decoration: underline; 
   font-size:12px;
}

.copyr .pow_box {
   display:block;
   float:left;
}

.copyr .phones_box p {
  margin: 0px;
  padding: 0px;
}


.copyr .contact_box {
   position:absolute;
   right: 0;
   top: 0;
}

.copyr .contact_box a {
   background: url(/images/main/footer_lock.png) no-repeat 0 26px;
   text-decoration:none;
   font-weight:bold;
   color: #bdbcbc;
   width: 166px;
   height: 119px;
   display:block;
}

/* searchResults */

.searchResults {
	margin-top: 20px;
	margin-bottom: 10px;
}

.searchResults .title {
	position: relative;
	display:inline-block;
	width:100%;
	height: 20px;
}

.mainPartForms.advancedSearch {
   padding: 0 10px 10px;
   z-index: 20; 
}

.mainPartForms.advancedSearch .button {
	float:left;
	}

.mainPartForms .shadowed {
	border: 1px solid #d3d6db;
	background:#FFF;
	width:676px;
	}

.mainPartForms.advancedSearch .buttons_block {
   margin-top: 10px;
}

.searchResults .title h3 {
	margin-bottom: 3px;
	font-size: 12px;
	width: 380px;
}

.searchResults span strong {
	font-size: 11px;
}

.searchResults dl strong {
	font-size: 12px;
	color: #646464;
}



.searchResults .title span.right_part b {
	font-weight: normal;
	color: #333;
}

.searchResults .title span.right_part {
    font-size:11px;
    position:absolute;
    right:0;
}

.searchResults .jobSect {
	overflow: hidden;
}

.jobSect dd strong {
    color:#ea0f6b;
}

.searchResults .jobSect dl {
	width: 370px;
	float: left;
	margin: 0 0 -3px;
}

.searchResults .jobSect dl dt {
	color: #555;
	/*font-size: 10px;*/
	width: 85px;
	margin-right: -85px;
	float: left;
}

.searchResults .jobSect dl dd {
	margin-left: 90px;
	margin-bottom: 3px;
}

.searchResults .jobSect dl dd a {
	text-decoration: none;
}

.searchResults .jobSect dl dd  b {
	font-weight: bold;
}

.searchResults .jobSect .links {
	background: none;
}

.searchResults .jobSect .links li{
    list-style:none;
}

.searchResults .jobSect .links a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	padding: 0;
	margin-right: 0;
}

.searchResults .jobSect ul li {
	font-size: 10px;
	margin: 0 0 3px;
	padding: 0;
	text-align: right;
}

.searchResults .jobSect ul {
    margin: 0px;
}

.pagingBlock {
    font-size:11px;
    margin:0 0 5px;
	display:inline-block;
	width: 100%;
}

.pagingBlock .returnedNum {
	float:right;
	}

.pagingBlock #paging {
	width:400px;
	}

.pagingBlock .leftBtn, .pagingBlock .rightBtn{
   padding-bottom: 3px;
   font-size: 14px;
}

.pagingBlock .leftBtn a, .pagingBlock .rightBtn a {
	font-size:14px;
	}

#paging ul {
    margin: 0px 10px 0px 10px;
	padding: 0px;
}

#paging li {
    list-style:none outside none;
    margin:0;
    padding:0;
	display:inline;
	font-weight:bold;
	font-size: 11px;
}

.next_prev a{
    font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}

#paging .body .pas{
	font-weight:normal;
	padding: 2px 6px;
	font-size: 14px;
	background: #f5f5f5;
}

#paging .body a{
    font-weight:normal;
	padding: 2px 6px;
	font-size: 14px;
}

.jobShortInfo  .jobShortInfo{
	border-left:none;
	border-right:none;
	border-top:none;
	padding: 15px 0 0;
	border-top: 1px solid #ebebeb;
	width: 100%;
}
.jobShortInfo  .jobShortInfo.expired{
	background:#e6e6e6 url(/images/main/expired_bg.jpg) no-repeat right;
}

.jobShortInfo dd {
	float:left;
	padding: 5px 0;
	width:340px;
	margin-left:15px;
}

.marging_right {
    margin-right:10px;
}

.jobShortInfo dt {
    font-weight:bold;
    clear:left;
    color:#1f1f1f;
    float:left;
    width:190px;
	padding: 5px 0;
}

.jobShortInfo dl {
    line-height:16px;
	margin: 0px;
	display:inline-block;
	width:100%;
}

.paging_detales {
    margin: 0px 10px 0px 10px;
}

.paging_detales ul {
   -moz-background-inline-policy:continuous;
   background:none repeat scroll 0 0 #F2F2F2;
   margin:10px 0px 0 0;
   padding:5px;
}

.paging_detales li {
   display:inline;
   margin:0;
   padding:2px;
}

/* testimonials */

.content_text .testimonials {
   background:#F1F1F1;
   border:1px solid #DCDCDC;
   padding:10px;
   display:block;
   width:470px;
   float:left;
}

.testimonials .img {
   display: block;
   float:left;
   margin: 0px 5px 5px 0px;
}

.testimonials .img p {
   margin: 0px;
}

.testimonials .title {
   font-size: 16px;
   color: #ea0f6b;
   display:block;
   font-weight:600;
}

.testimonials .col2 {
   margin-bottom: 10px;
   border-bottom:1px solid #DCDCDC;
   padding-bottom: 5px;
   width: 100%;
   display:block;
   float: left;
}




/* News */

.NewsTicker {
	display: inline-block;
	*zoom: 1;
	width: 990px;
	margin: 0 45px;
	background:#f5f5f5;
	border-top: 1px solid #ebebeb;
}

.NewsTicker h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 5px 0 20px;
	float: left;
	color:#4c6a8e;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 50px;
}

.NewsTicker marquee {
	width: 770px;
	float: left;
	margin-left: 5px;
	margin-top: 17px;
}

.NewsTicker marquee ul {
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

.NewsTicker marquee ul li {
	margin-right: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
    overflow:hidden;
}

.date {
	font-size: 14px;
}

.content_center_part .date {
  color:#505659;
  font-weight:bold;
}

.content_center_part .newsBlock .date {
    font-weight:bold;
	color:#505659;
	font-size:12px;
}

.content_center_part .newsBlock a {
   font-size: 16px;
   line-height: 30px;
}

.NewsTicker .newsBlock .date {
	font-size: 12px;
	font-weight:bold;
}

.NewsTicker .newsBlock a {
   font-weight:normal;
   text-decoration:underline;
   font-size: 12px;
}

.NewsTicker marquee ul li a .date {
	font-weight: normal;
	margin-right: 5px;
}

.NewsTicker marquee ul li a b {
	font-weight: normal;

}

.NewsTicker marquee ul li a:hover {
	text-decoration: underline;
}

.NewsTicker a.more {
	display: block;
	font-weight:bold;
	text-decoration:none;
	float:right;
	line-height: 50px;
	color:#FFF;
	background:#777777;
	padding: 0 10px;
	font-size:12px;
}

.NewsTicker a.more:hover {
	background:#1f1f1f;
	}

.content_center_part {
	width: 678px;
}

.home_content {
   width: 594px;
   margin-right: 33px;
}

.lj_title {
   display:inline-block;
   width: 100%;
}

.home_latest_jobs .latest_jobs h2 {
   font-size: 26px;
   color:#002060;
   padding: 0px;
}

.home_latest_jobs .latest_jobs_item {
  margin-top: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b1b7ba;
}

.home_latest_jobs .latest_jobs_item .job_title a {
  text-decoration:none;
  color:#739192;
  font-size: 16px;
  font-weight: bold;
}

.home_latest_jobs .job_links a {
  background:url(/images/main/job_link_bg.png) no-repeat right 7px;
  padding: 0 15px 0 0;
  margin-right: 5px;
}

.home_latest_jobs .job_links a.last {
  margin-right: 0px;
  padding: 0px;
  background:none;
}

#tabs {
    width:438px;
	position:relative;
}

#tabs div {
   display:block;
   width: 405px;
   border: #d8d8d8 1px solid;
   top: 32px;
   padding: 16px 10px 16px 20px;
   background:#FFFFFF;
   position:absolute;
   min-height: 320px;
}

#tabs div ul {
   padding: 0px;
   margin: 0px 10px 0px 0px;
   display:block;
   float: left;
   width: 180px;
   font-size: 11px;
}

#tabs div li {
   margin: 0px;
   list-style:none;
}

#tabs div a{
   font-weight:bold;
   text-decoration:none;
   font-size: 11px;
}

#tabs .button {
	text-align: right;
	width: 100%;
}

#tabs .button button{
    display:block;

	float:left;
	border: 1px #b7b7b7 solid;
	background:url(/images/cm/but_bg.gif) repeat-x;
	padding: 1px 4px 2px 4px;
	margin: 10px 0px 0px 0px;
}

.tabs {
    margin: 0px 0px 0px 0px;
	padding: 0px;
	display:block;
	position:absolute;
	left: 0;
	top: 0;
	z-index:100;
}

.tabs li{
    display: inline;
	list-style:none;
}

.tabs a {
    display:block;
	float: left;
	color:#696969;
	font-weight:bold;
	text-decoration:none;
	background: url(/images/cm/tabs_bg.gif) repeat-x #CCCCCC;
	border: 1px solid #b6b6b6;
	padding: 7px 11px 7px 11px;
	font-size: 11px;
	margin-top: 4px;
}

.tabs a:hover {
    background: url(/images/cm/tabs_act_bg.gif) repeat-x #FFFFFF;
	border: #d8d8d8 1px solid;
	border-bottom:none;
	margin-top:0px;
	padding: 9px 11px 9px 11px;
	height: 14px;
}

.tabs .active {
	border: #d8d8d8 1px solid;
	border-bottom:none;
	margin-top:0px;
	padding: 9px 11px 9px 11px;
	height: 14px;
}

.banner {
	display:block;
	height: auto;
	overflow:hidden;
    position:relative;
    z-index: 1;
	width: 990px;
	background: url(/images/main/shad_bg.png) no-repeat bottom center;
    padding-bottom: 33px;
}

.banner_imgs {
   display:inline-block;
   width: 986px;
   height: 350px;
   overflow:hidden;
   border: 2px solid #dbe3e7;
}

.banner_imgs img {
  border-radius: 6px;
  width: 986px;
  height: 350px;
}

.banner img {
/*    border: #ef2d74 1px solid;*/
	display:block;
}

.banner_nav {
 font-family: Arial, sans-serif;
 font-size:12px;
 font-weight:bold;
 position:absolute;
 right: 0;
 bottom: 2px;
 z-index: 1000;
 width: 100%;
 text-align:center;
}

.banner_nav ul {
}

.banner_nav  li{
}

.banner_nav a {
 display:inline-block;
 margin:0 2px;
 background:url(/images/main/banner_tub.png) no-repeat;
 width: 11px;
 height: 11px;
}

.banner_nav a:hover
, .banner_nav a.current {
 background:url(/images/main/banner_tub.png) no-repeat 0 -11px;
}

.in_img {
   font-size:18px;
/*   border:#002868 1px solid;*/
   margin-bottom: 10px;
}

.in_img img {
 	display:block;
 	width: 100%;
}

td.content_center_part #map_canvas img {
 	max-width: none;
 	!width: auto !important;
}

.in_img span {
}

.home_bottom_block {
	width: 100%;
	margin:0;
	position: relative;
	display:inline-block;
	margin-bottom: 37px;
}

.home_bottom_block .citation {
   display:block;
   float:left;
   width: 213px;
   margin-right: 19px;
}

.home_bottom_block .citation.last {
   margin-right: 0px;
}

.home_bottom_block td {
	vertical-align: top;
/*    background:none repeat scroll 0 0 #E6E6E6;*/
}
.home_bottom_block td.content_center_part {
	margin: 0px;
	padding: 0px;
}

.home_bottom_block .content_title {
   font-size: 16px;
   font-weight:bold;
   padding: 6px 15px 6px 15px;
   color:#103098;
   display: block;
   height: 16px;
   background:url(/images/main/form_top_bg.gif) repeat-x  #e2e2e2;
   border-bottom: 1px solid #c5c5c5;
}

.in_table {
/*	margin-top: 10px; */
	width: 100%;
	margin-bottom:25px;
}

.in_table.home {
	margin-bottom: 40px;
	margin-top: 25px;
	/*display:inline-block;*/
	width:100%;
}

.in_table.home .content.home_page {
	width:100%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
	}

.forms_cont {
	width:100%;
	background:#f0f0f0;
	padding-top: 30px;
	padding-bottom:30px;
}
.home_forms {
	width:990px;
	margin: 0 auto;
	}

.home_forms .sideBlock {
	width:470px;
	margin: 0px;
	display: table-cell;
	vertical-align:top;
  -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
	opacity: 0.5;
/*	filter: alpha(opacity=50);*/
	}

.home_forms .sideBlock:hover {
   opacity: 1;
/*filter: alpha(opacity=100);*/
  -webkit-transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
         -o-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
	}

.sideBlock .sideForms {
	margin-top: 11px;
	}

.home_forms .sep_group {
	float:left;
	width:250px;
	}

.in_table.home .sideBlock {
   margin: 0px;
   float:right;
   width:500px;
   background:none;
}

.in_table.home .sideBlock .shadowed {
	width:auto;
	}

.in_table.home .sideBlock .social_register {
	left: 250px;
	width:220px;
	bottom: 5px;
	}

.in_table.home .sideBlock form, .in_table.home .sideBlock #quickJobSearch {
	margin-bottom: 0px;}

.in_table.home .sideBlock .fl{
	width:230px;
	float:left;
	margin-right:20px;
	}

.in_table.home .sideBlock .fl.check {
/*	width:100%;*/
	margin: 0px;
	}

.in_table.home .sideBlock .fl.check table {
	width: 230px;
	}

.in_table.home .sideBlock.job_search {
	margin-bottom:40px;
	}

.in_table.home .sideBlock form {
	position:relative;
	display:inline-block;
	margin-bottom:30px;
	}

.in_table.home .sideBlock form#quickJobSearch {
	margin-bottom: 40px;
	}

.in_table.home .sideBlock form#quickJobSearch .button {
	bottom: -40px;
	}

.in_table.home .sideBlock h2 {
	font-family:"Times New Roman", Times, serif;
	padding: 0px;
	margin-bottom:5px;
	color:#4c6a8e;
	font-size:26px;
	}

/*.in_table.home .sideBlock .social_register {
	width: 196px;
	}*/

.in_table.home .sideBlock .sideForms {
	padding: 0 0 5px;
	}

.in_table.home .sideBlock .sideForms .button {
	width:200px;
	position:absolute;
	bottom: -30px;
	left: 0px;
	}

.home_forms .file input.inpHide {
 width:450px;
 overflow: hidden;
}

.home_forms .file .msg {
	margin-bottom: 5px;
	}

/*
.in_table .sideBlock ul{
    margin: 10px 20px 0px 20px;
	padding: 0px;
}
*/

.in_table .sideBlock li{
    list-style:none;
	margin-bottom: 3px;
}

.in_table td{
    vertical-align:top;
}

.in_table_buttom {
	margin-top: 10px;
	width: 100%;
}

.in_table_buttom .sideBlock {
    width: 231px;
	min-height: 212px;
}

/*
.in_table_buttom .sideBlock ul{
    margin: 10px 20px 0px 20px;
	padding: 0px;
}
*/

.in_table_buttom .sideBlock li{
    list-style:none;
	margin-bottom: 3px;
}

.in_table_buttom .sideBlock ul a{
    color:#515050;
}

.in_table_buttom td{
    vertical-align:top;
}


.sideForms div.client {
   display:block;
    float: left;
    margin-bottom: 5px;
    width:100%;
}



.searchResults div.client {
   display:block;
    float: left;
    margin-bottom: 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	margin-bottom: 10px;
    width:100%;
}

.client img {
    display: block;
	float: left;
	margin-right: 10px;
}

.internal_2_content {
    padding-left: 10px;
}

/* Forms */

form {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 20;
}

.sideBlock.job_search form {
	z-index: 60;
}
#mainForm {
	z-index: 50;
}
input,
label {
	vertical-align: middle;
}

button {
	cursor: pointer;
}

.fl,
.input,
.select,
.multiselect,
.textArea,
.file,
.radioCheck,
.button {
	display: -moz-inline-stack;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.input .wrap,
.textArea .wrap {
	display: block;
}

select.multi {
	height: 6.2em;
	//height: auto;
}

.radioCheck {
	padding-left: 20px;
	position: relative;
}

.radioCheck input {
	float: left;
	position: relative;
	margin-right: -20px;
	left: -20px;
	//top: -.15em;
}

.radioCheck span.ast {
	position: relative !important;
	right: auto !important;
}


/* Customize */

.fl {
	margin-bottom: 5px;
}

.input .body,
.textArea .body,
.select .body,
.multiselect .body,
.file .body {
	padding: 5px 4px;
}

.input input,
.select ,
.multiselect a.selectBtn,
.textArea textarea,
.file span.bg {
	display: block;
	width: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 0;
	margin: 0;
	background: none;
	border: none !important;
	outline: none;
	outline: 0;
}

label {
	width: auto;
	float: none;
	line-height: 1.3em;
	margin-right: 3px;
}

.textArea textarea {
	resize: none;
	height: 6em;
}

form span.ast {
	/*color: #ff0000;*/
	margin: 0 2px;
}

.errmsg {
	font-size: 11px;
	color: #ff0000;
	letter-spacing: normal;
	word-spacing: normal;
	min-height: 11px;
	!height: 11px;
}


.fl .msg {
	font-size: 10px;
	margin-bottom: 5px;
}

p.descr {
	font-size: 12px;
}


/* custom file */
.file {
	margin-bottom: 2px;
}

.file .wrap {
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.file .body {
	cursor: pointer;
}

.file span.bg {
	display: block;
	height: 17px;
	width: 100%;
	background:url(/images/main/file-img.png) no-repeat right top;
	cursor: pointer;
}

.file span.txt {
	display: block;
	height: 17px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.file .button {
	position: absolute !important;
	right: 0 !important;
	top: 0px !important;
}

.file .button button {
}

.file input.inpHide {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	cursor: hand;
	height: 31px;
	width:200px;
	filter: alpha(opacity = 0); opacity: 0;
}

.file .msg {
	display: block;
	position: relative;
	font-size: 10px;
	line-height: 11px;
	display: block;
	margin: 3px 0 0;
}


/* Custom select */

span.select a.selectBtn,
span.multiselect a.selectBtn {
	display: block;
	padding: 0 15px 0 0;
	white-space: nowrap;
	width: auto;
	margin: 0;
	background: url(/images/main/select-img.png) no-repeat;
	background-position: right top;
	overflow: hidden;
	text-decoration: none;
	color: #777777;
	font-size: 13px;
}

span.select a.selectBtn:hover {
	background-position: right -34px;
	color: #454545;
}

span.multiselect a.selectBtn {
	background-image: url(/images/main/select-img.png) no-repeat;
	background-position: right top;
}

span.multiselect a.selectBtn:hover {
	background-position: right -34px;
}

span.select a.selectBtn span,
span.multiselect a.selectBtn span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
	cursor: pointer;
}

.optList {
	position: absolute;
	background: #ffffff;
	border: 1px solid #999;
	top: 98%;
	min-width: 100%;
	z-index: 1000;
	display: none;
}

.multiselect .optList .container {
	padding: 5px;
	border: none;
	background: #e6e6e6;
	margin-bottom: -1px;
}

.sideForm .multiselect .optList {
	top: -1px;
	left: -1px;
	/* background: none;
	border: none; */
}

.rightCol .sideForm .multiselect .optList {
	left: auto;
	right: -1px;
}

.select ul,
.multiselect ul  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 16px;
	background-color: #ffffff;
}

.select ul li,
.multiselect ul li  {
	display: block;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
}

.select ul li a,
.multiselect ul li a {
	display: block;
	padding: 2px 17px 2px 5px;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	vertical-align: bottom;
	white-space: nowrap;
	cursor: default;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.select ul li.selected a,
.multiselect ul li.selected a {
	color: #fff;
	background-color: #2f2f2f;
/*	border-bottom: 1px dotted #fff;*/
}

.multiselect select,
.multiselect label,
.multiselect h6 {
	display: none;
}

* html .select ul li a {
	zoom: 1;
}

.select ul li a:hover,
.multiselect ul li a:hover {
	background-color: #909090;
	color: #ffffff !important;
}

.multiselect ul,
.select ul {
	overflow: auto;
	overflow-x: hidden;
	max-height: 200px;
}

/* .multiselect .optList h6 {
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 5px 5px;
	padding-right: 20px;
	background: url(../..images/hfg/multiselect-img2.png) no-repeat right top;
	color: #891859;
	cursor: pointer;
} */

.multiselect .optList .bButtons {
	padding: 5px 5px 0 5px;
	overflow: hidden;
}

.multiselect .optList a.ok {
	float: right;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #ff6600;
}

.multiselect .infoMsg {
	font-size: 11px;
	background-color: #ddd;
	color: #000;
	padding: 5px 10px;
}



/* side column Forms  */

.sideForms { padding: 0 10px 10px; position: relative;
}

.sideForms .fl { margin-bottom: 0px; display: block; }
	
.sideForms .bottom_more {
    background: url("/images/main/arr_link.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    height: 40px;
    margin-top: 20px;
    width: 40px;
}

.home_top_part .sideForms {
	height: 285px;
	}

.sideForms .input,
.sideForms .select,
.sideForms .multiselect,
.sideForms .file { width: 100%; }

.sideForms .fl .errmsg {
	display: block;
	position: relative;
	margin: -1px 0 -1px;
	font-size: 11px;
}

.sideForms button { }
/*.sideForms .button { text-align: right; width: 100%;}*/

.sideForms label { display: none; }
.sideForms .radio label { display: inline; }

.mainPartForms .button input {
    background-color:#004ba5;
	color:#FFFFFF;
	border:none;
}

.addBtns .button input{
    background-color:#004ba5;
	color:#FFFFFF;
	border:none;
}

#editProfile .button input{
    background-color:#004ba5;
	color:#FFFFFF;
	border:none;
}

.content_bottom {
	margin-bottom:15px;
	}

/* Main part Forms */

.button button
, .button a.left
, .button.link a,
.backButton {
    display:block;
    border: none;
    background: #4c6a8e;
	padding: 1px 4px 2px 4px;
	margin: 0px;
	font-size:14px;
	color:#FFFFFF;
	height:26px;
	width: 80px;
	-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);

}

.mainPartForms .button button {
  width:auto !important;
  font-size: 18px;
  text-transform:uppercase;
  padding: 8px 16px;
  height: auto !important;
  margin-right: 10px;
  color:#ffffff;
  -webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.mainPartForms .button button:hover {
	background: #1f1f1f;
	-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-ms-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.mainPartForms {
	position: relative;
	display: block;
}

.mainPartForms h3 {
	font-size: 14px;
}

.mainPartForms form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px;
	word-spacing: -4px;
	letter-spacing: -4px;
	position: relative;
}

.mainPartForms form * {
	word-spacing: 0;
	letter-spacing: 0;
}
.mainPartForms form p {
	margin: 0 0 5px;
	padding: 0;
}

.mainPartForms form h1 {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
}
.mainPartForms span.fl,
.mainPartForms .button {
	width: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
}

.mainPartForms label {
	display: none;
}

.mainPartForms span.select a.selectBtn span, .mainPartForms span.multiselect a.selectBtn span {
  font-size: 13px;
  width: 640px;
  overflow: hidden;
}

.mainPartForms .buttons_block {
  display:inline-block;
}

.mainPartForms .button {
  display:block;
  width:auto !important;
}

.mainPartForms .button.button_cont {
	display:inline-block;
	}

.mainPartForms .button.button_cont button {
	float:left;
	}

.mainPartForms .button.left_search button {
  background:none;
  box-shadow: none;
  color: #4c6a8e;
  text-decoration: underline;
}

.mainPartForms .button.left_search button:hover {
	color: #4c6a8e;
	}

#editProfile label {
	display: block;
	margin-top: 0px;
}
#recoverPassword .button {
	vertical-align: top;
}

#loginForm .button,
 #redirectLoginForm .button,
 #applyLoginForm .button {
	vertical-align: bottom;
	margin: 10px 10px 0 0;
}

.mainPartForms .radio label {
	display: inline; 
}

.mainPartForms .checkbox label {
	display: block;
	position: absolute;
	margin: 0px 0 0 5px;
	color: #333;
	font-size: 13px;
	
}

.sideForms .checkbox label {
	display: block;
	color: #797979;
	font-size: 13px;
	margin-left: 5px;
}

.sideForms .checkbox input.check-but,
.mainPartForms .checkbox input.check-but {
	margin: 0;
}

.mainPartForms .fl.check table.checkbox {
	width: auto;
}
.sideForms .checkbox td,
.mainPartForms .checkbox td {
	padding: 0;
/*	height: 31px;*/
}

.sideForms .checkbox td.box,
.mainPartForms .checkbox td.box {
  vertical-align:middle;
}

.sideForms .fl.check {
	margin: 0 0 5px 0;
}

.mainPartForms .fl.check {
	margin: 0;
	width: 450px;
}

.mainPartForms span.input,
.mainPartForms span.select,
.mainPartForms span.multiselect,
.mainPartForms span.textArea,
.mainPartForms span.file {
	width: 100%;
}

.mainPartForms textarea{
	overflow: auto;
}

.mainPartForms .button {
	text-align: right;
	vertical-align: bottom;
}

.mainPartForms .button.link a { margin-top: 10px; }

.topDescr {
	word-spacing: normal;
	letter-spacing: normal;
	font-size: 12px;
	display: block;
}

.send_success {
	color: #1f1f1f;
	}

/*.sideBlock .topDescr {
	color: #FFF;
}*/
.mainPartForm .msg {
	display: block;
	/* margin-left: 200px; */
}


.mainPartForms .attach {
	display: block;
	font-size: 11px;
	margin-top: 5px;
}

.mainPartForms .errmsg {
	display: block;
	min-height: 13px;
}

.mainPartForms .attach a {
	display: inline-block;
	vertical-align: middle;
	max-width: 185px;
}

.mainPartForms .attach .button {
	display: inline-block;
	text-align: left;
	width: auto;
	margin: 0 0 0 5px;
	vertical-align: middle;
}

p.formNotes {
	margin: 50px 0 -15px 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#EmailFriendForm #fl511 {
	display: block;
}

#ReferFriendForm #fl440 {
	display: block;
}

#EditJobAlertForm .button {
	width: 450px;
	margin-top: 10px;
}

#AdvancedJobSearchForm {
	position: relative;
	z-index: 40;
}

#JobApplyForm .errmsg {
	display: block;
	margin-bottom: 5px;
}

/*
#SendEmailToRecruiterForm .fl {
	display: block;
	width: auto;
	padding-right: 10px;
}
*/

#SendEmailToRecruiterForm .button {
	display: block;
	width: auto;
	padding-right: 10px;
	padding-bottom: 10px;
}

.error_div {
    margin-bottom:2px;
    margin-left:0;
    min-height:10px;
}

.addBtns {
    display: block;
	float:left;
	margin-top: 3px;
	width: 100%;
}

.addBtns a {
   padding: 4px 0;
   display:block;
   float:left;
}

.mainPartForms .addBtns .button {
	width: auto;
	float: right;
	margin: 0px;
	display:block;
}

#MyAccountForm {
   margin: 15px 10px 0px 125px;
}


/* new */

.testimonials_line {
   margin-bottom: 15px;
}

.testimonials_line a{
   display:block;
   float:left;
   background: #004ba5;
   color:#FFFFFF;
   text-decoration:none;
   font-size: 11px;
   margin-top: 4px;
   padding: 2px;
}

.testimonials_line .date {
   text-align:right;
   font-size: 11px;
}

/* pages */

.job-alert {
   margin-top: 6px;
   width: 100%;
   background: #f1f1f1;
   border: 1px solid #dcdcdc;
   padding:10px;
}

.job-alert td{
   padding: 4px 4px 4px 4px;
   margin-right: 2px;
   border-bottom: 1px solid #CCCCCC;
   vertical-align: middle;
}

.job-alert th{
   background:#e6e6e6;
   padding: 4px 4px 4px 4px;
}

.buttonBlock .button {
   width: auto;
}

.FormElements .buttonBlock .button button {
   width: auto;
}

.apply-history {
   width: 100%;
}

.apply-history td{
   padding: 6px 4px 6px 4px;
   margin-right: 2px;
   border-bottom: 1px solid  #ebebeb;
   vertical-align: middle;
   text-align: center;
}

.apply-history td.savedvacancyDel .button button{
	width: 40px;
}

.apply-history td.actions {
	/*vertical-align: bottom;*/
}

.apply-history th{
   background: #ebebeb;
   padding: 6px 4px 6px 4px;
}

.apply-history .button button{
}

.FormElements {
	margin-top: 10px;
}
.btn .button button, 
 .FormElements .button button{
	float: left;
}
.btn .button button:hover {
}

table.ReferralList table.jobList {
   width: 170px;
}

.ReferralList td{
   padding: 4px 4px 4px 4px;
   margin-right: 2px;
   border-bottom: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.ReferralList .jobList td {
 	border-bottom: none;
	text-align: center;
	vertical-align: middle;
}

.ReferralList th{
   /*background:#f2f2f2;*/
   padding: 4px 4px 4px 4px;
}

.ReferralList .button input{
   background: url(/images/cm/button_bg.gif) repeat-x;
   border: 1px solid #CCCCCC;
   color:#000000;
}

.button .standart_but{
   border:none;
   color:#FFFFFF;
   background: #004ba5;
   padding: 2px;
}

.button .small_but {
  background:none;
  border:none;
  color:#0033CC;
  text-decoration:underline;
  display:inherit;
  margin-left: 118px;
}

.jobButtons  {
   display: inline-block;
   width: 100%;
   border-top: 1px solid #ebebeb;
   border-bottom: 1px solid #ebebeb;
   padding: 5px 0;
   margin: 10px 0 0 0;
}

.jobButtons a {
	font-size:12px;
	line-height: 21px;
	margin-right: 7px;
	float:left;
	display:block;
}

.jobButtons a.next_but {
	width:21px;
	height: 21px;
	background: url(/images/main/next_arr.png) no-repeat center #4c6a8e;
	}

.jobButtons a.next_but:hover {
	background: url(/images/main/next_arr.png) no-repeat center #1f1f1f;
	}

.jobButtons a.prev_but {
	width:21px;
	height: 21px;
	background: url(/images/main/prev_arr.png) no-repeat center #4c6a8e;
	}

.jobButtons a.prev_but:hover {
	background: url(/images/main/prev_arr.png) no-repeat center #1f1f1f;
	}

.jobButtons .right a {
  color:#4c6a8e;
  line-height: 21px;
  float:left;
  display:block;
  margin-right: 10px;
  margin-left: 0px;
  text-decoration: none;
  padding-left: 29px;
}

.jobButtons .right a:hover {
	color:#1f1f1f;
	}

.jobButtons .right a.apply_but {
	background: url(/images/main/icon_adv_apply.png) no-repeat;
	}

.jobButtons .right a.apply_but:hover {
	background: url(/images/main/icon_adv_apply.png) no-repeat 0 -21px;
	}

.jobButtons .right a.save_but {
	background: url(/images/main/icon_adv_save.png) no-repeat;
	}

.jobButtons .right a.save_but:hover {
	background: url(/images/main/icon_adv_save.png) no-repeat 0 -21px;
	}

.jobButtons .right a.alert_but {
	background: url(/images/main/icon_adv_alert.png) no-repeat;
	}

.jobButtons .right a.alert_but:hover {
	background: url(/images/main/icon_adv_alert.png) no-repeat 0 -21px;
	}

.jobButtons .right a.refer_but {
	background: url(/images/main/icon_adv_refer.png) no-repeat;
	}

.jobButtons .right a.email_but {
	background: url(/images/main/icon_adv_email.png) no-repeat;
	}

.jobButtons .right a.email_but:hover {
	background: url(/images/main/icon_adv_email.png) no-repeat 0 -21px;
	}


.jobButtons .left{
   display:block;
   float:left;
   margin: 3px 0px 3px 0px;
}

.jobButtons .right{
   display:block;
   float: right;
   margin: 3px 0px 3px 0px;
}

.vacancy_info {
   display: block;
   float:left;
   min-width:100%;
   margin: 10px 0;
}

#mainRegistrationForm .button button {
	background:url("/images/cm/but_bg.gif") repeat-x scroll 0 0 transparent;
	border:1px solid #B7B7B7;
	display:block;
	float:right;
	margin:0;
	padding:1px 4px 2px;
}

#mainRegistrationForm .button {
	text-align:right;
	width:217px;
}

#mainRegistrationForm span.fl {
	width: 217px;
	margin: 0px 10px 2px 0;
	word-spacing: normal;
	letter-spacing: normal;
	vertical-align: top;
}

#mainRegistrationForm {
	z-index:1010;
	width: 450px;
}

.register_table td{
   vertical-align:top;
}

.content_text .client {
	 margin: 0px 0px 15px 0px;
	 font-size: 11px;
	 width: 100%;
	 display:block;
	 float:left;
	 border-bottom: 1px #CCCCCC solid;
	 padding-bottom: 5px;
}

.content_text .client img {
    display: block;
 	float: left;
}

.NewsTicker .newsBlock {
    display:block;
    float: left;
    margin-bottom: 5px;
	padding: 0 0 5px;
	width: 100%;
	border:none;
	background:none;
	color: #000000;
	font-weight:normal;
	font-size: 12px;
}


.newsBlock {
    display:block;
    float: left;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding-bottom: 20px;
}

.newsBlock .news_list_date {
	font-style:italic;
	font-size: 12px;
	}

.newsBlock p {
   margin: 0px;
   padding: 0px;
}

.news_date {
	font-style:italic;
	font-size: 12px;
	}

.tabContent a span {  color: #676767; font-weight:normal;}

.popular dt {
 display:block;
 float:left;
}

.popular dd {
	margin-left: 130px;
}

.popular dd a {
	color: #FFFFFF;
	margin-left: 2px;
	font-size:11px;
}

.populartable td {
	vertical-align:top;
}

/*.FormElements .button button {
	width: 150px;
}*/

.buttonBlock button
, .job_section .button button
, .FormElements table .button button,
.addBtns button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 0;
	text-align:right;
}


table.ReferralList .button button {
	width: 60px;
}

.button.agent button {
	width: 165px;
}

.FormElements table .button button,
 .addBtns button{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    border:none;
    background: #4c6a8e;
    padding: 0 2px;
	display: block;
	float:right;
	width: auto;
	height: 20px;
	-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}

.FormElements table .button button:hover, .addBtns button:hover {
	background:#1f1f1f;
	-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-ms-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.buttonBlock {
	text-align: center;
}

.sectors a.active {
	font-weight: bold;
	color:#2da2e1;
}

.sitemap li {list-style:square;}

.sideForms li.strong a { font-weight: bold; color:#52585c;}
.sideForms li.strong .level_3 a { font-weight: normal; color:#5AACF2;}
.sideForms .level_3 li a {
    font-weight:normal;
	font-size: 13px;
}

.sideForms .level_3 li a:hover {
	color:#363636;
}

.sideForms .level_3 li.strong a {
    font-weight:bold;
	color:#52585c;
}

form#advancedJobSearch .fl .button button {
  margin: 10px 0 0 5px;
}


.sideForms .button button { 
width: 100px;
background:url(/images/main/button_bg.gif) repeat-x #4c6a8e;
}

.sideForms .button button:hover {
	background:url(/images/main/button_bg_act.gif) repeat-x #373737;
	}

#quickreg .fl  {margin-bottom: 2px; }
/*.sideBlock.home #quickJobSearch .button { margin-top: 0px; }*/
.sideBlock.home {
 margin: 0;
}

.popular_link { background-image: none; display:none;}
.popular_link dt { display:block; float: left; width: 120px; }
.popular_link dd { display:block; float: left; width: 850px; margin-left: 0; }
.popular_link dd a { padding: 0 4px; }
.popular_link dd a:first-child { padding-left: 0; }

.tools_box p {
	margin: 10px 0;
}

button.del_all_button {
	width: auto;
}

.top_box {
	width: 350px;
	margin: 43px 0 0 40px;
	padding: 15px;
	display: block;
/*	font-size: 16px;
	border: 1px solid #eeeef0;
	background:#fafafb;*/
	color: #103098;
	position: relative;
	float: left;
	min-height: 40px;
}

.top_box p{
	margin: 0;
}

.addthis_button {
	position: absolute;
	top: 145px;
}

.langswitcher {
	margin-bottom: 7px;
	display:block;
	position:absolute;
	top: 10px;
	right: 10px;
}
.langswitcher img{
	margin-left: 10px;
}
.langswitcher a.inactive img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.socialRegisterOnly, .socialRegister, .socialLogin {
  background: #f5f5f5;
  font-size: 12px;
  display:inline-block;
  width: 100%;
  padding: 10px 0;
  margin-bottom:5px;
}

.socialRegisterOnly a, .socialRegister a, .socialLogin a {
  margin-left: 10px;
  display:block;
  float:left;
}

.socialRegisterOnly span, .socialRegister span, .socialLogin span{
  display:block;
  float:left;
  padding-top: 4px;
  margin-left: 19px;
}

.linkedinApply .IN-widget {
  display:block;
  float:left;
  *width: 490px;
  width: 100%;
  background:url(/images/main/social_arr_bg.gif) no-repeat;
  height: 33px;
  margin: 5px 0px;
}

.linkedinApply .IN-widget span{
	float: right;
	display:block;
	background: none;
}

.linkedinApply .IN-widget .li-apply-text {
  display:block;
  float:left !important;
  margin-top: 0px !important;
  text-align:left !important;
  font-size: 14px !important;
  font-weight:bold;
  padding: 10px 0px 0 10px;
  /*width: 277px;*/
}

.mobile_link {
	padding-left: 20px;
    position: absolute;
	top: 10px;
	right: 112px;
	display: block;
}

.mobile_link a {
	color: #FFF;
	display: inline-block;
}
.messageButton {
	display: inline-block;
}
.backButton {
    display: block;
    float: left;
    height: auto;
    padding: 3px 4px;
    width: auto;
}

.backButton:hover {
	padding: 3px 4px;
	height: auto;
	color: #FFF;
}

.password_message {
	margin-top: 12px;
	color: #FF0000;
}
.my_accoun_top #LoggedUser ul.menu {
	float: left;
	margin-right: 20px;
	margin-top: 12px;
	padding-left: 15px;
}
.my_accoun_top {
	display: inline-block;
}

.top_my_account {
	margin-bottom: 10px;
	margin-top:10px;
	width: 100%;
}

.top_my_account button {
   margin-right: 42px;
}

.cookieMessageActive {
    background-color: #014c7a;
    border-bottom: 1px solid #006ba6;
    box-shadow: 0 0 5px #000000;
    color: #FFFFFF;
    font-size: 12px;
    left: 0;
    padding: 7px 120px 7px 36px;
    position: fixed;
    right: 0;
    top: 0;
    vertical-align: middle;
    z-index: 9999;
}

.cookieMessageActive img {
    left: 10px;
    position: absolute;
    top: 6px;
}

.cookieFullMessageActive {
    background-color: #f6f6f6;
	color: #4b5b68;
    border-radius: 0 0 4px 4px;
    border: none;
    box-shadow: 0 0 5px #000000;
    display: none;
    font-size: 12px;
    left: 20px;
    padding: 7px 10px;
    position: fixed;
    right: 20px;
    top: 31px;
    vertical-align: middle;
    z-index: 9998;
}

.cookieMessageActive p, .cookieFullMessageActive p{
    font-size: 1em;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.cookieMessageActive a {
   color:#fcaf17;
   text-decoration:underline;
   padding-left: 5px;
}

.cookieMessageActive .cookieButton {
    margin-top: 5px;
    position: absolute;
    right: 10px;
    top: 3px;
}

a.cookie_button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    color: #2f3192;
    font-weight: bold;
    padding: 1px 15px;
    position: relative;
    text-decoration: none;
    width: auto;
	background:#FFFFFF;
}

.header_indent {
    display: block;
    height: 30px;
}

#editProfile #field73 {
  font-family:Arial, Helvetica, sans-serif;
}

.password input {
  font-family:Arial, Helvetica, sans-serif;
}

.pub_social {
  display:inline-block;
  margin-bottom: 10px;
}

.pub_social .fb_share_button {
   display:block;
   float:left;
   margin-right: 4px;
}

.pub_social .IN-widget {
   display:block;
   float:left;
   margin-right: 4px;
}

.pub_social .fb_share_button .FBConnectButton {
   height: 20px;
   background-position: left -212px;
}

.pub_social .fb_share_button .FBConnectButton_Text {
  background:#5872a7;
  margin-left: 21px;
  height: 12px;
}
#cookieContent {
	display: block;
	width: 100%;
	float: left;
}
#cookieContent .cookie_button {
    display: block;
    float: left;
}

#cookieContent .cookie_button button {
   position: relative;
   width: 70px;
   margin-right: 10px;
   float: left;
}

#cookieContent .cookie_button button:hover {
	background: #1f1f1f;
}
#cookieContent .notice {
   padding-bottom: 4px;
   font-weight:bold;
}

.shadowed {
 width:100%;
 overflow:hidden;
}

.fl.captcha .shadowed {
	width:220px;
	}

.footer_wrap {
 width: 100%;
 height: 130px;
}

.side_register_banner {
  display:inline-block;
  margin-bottom: 10px;
   background-color: #dcdcdc;
   background-image: url(/images/main/cv_bg.png);
   background-repeat:no-repeat;
   height: 41px;
   width: 218px;
   font-size: 24px;
   text-align:center;
   vertical-align:bottom;
   text-decoration:none;
   color: #4c6a8e;
   padding-top: 210px;
   -webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
}

.side_register_banner:hover {
	background-color: #d0d0d0;
	color: #4c6a8e;
	-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-ms-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
}

.content_center_part hr {
	display: none;
}

.navigation_box {
	display:block;
	float:left;
	width:100%;
	}

.navigation_row {
    display: block;
    float: left;
    margin-bottom: 17px;
}
.navigation_item {
  display:block;
  float:left;
  padding: 14px;
  background:url(/images/main/nav_bg.gif) repeat-x #fdfdfd;
  margin: 0 12px 0 0;
  width: 204px;
  font-size: 12px;
  color:#6e6e6e;
}

.navigation_item.right {
	margin-right:0px;
	float:right;
	}

.navigation_item .navi_title a{
  font-size: 18px;
  font-weight:bold;
  color:#363636;
  text-decoration:none;
  display:block;
  width: 100%;
  margin-bottom: 10px;
}

.navigation_item .navi_descr {
  display:block;
  width: 100%;
  margin-bottom: 10px;
}

.navigation_item .navi_image {
  display:block;
  float:left;
}

.navigation_item .navi_more {
  display:block;
  float:right;
  background:url(/images/main/arr_link.png) no-repeat;
  height: 40px;
  width: 40px;
  margin-top: 5px;
}

.navigation_item .navi_more:hover {
	background:url(/images/main/arr_link.png) no-repeat 0 -40px;
	}

.tooltip-dialog{
 	display: none;
    position: absolute;
    color: white;
    margin: 20px;
    z-index: 1101;
	background:#363636;
	padding: 10px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	font-size: 12px;
	width: 300px;
}

.ui-dialog {
	border-radius: 0px;
	}

.ui-button {
	border-radius: 0px;
	}
	
#map-canvas {
 width: 954px;
 height: 800px;
}

.popup-map {
    width: 100%;
    height: 100%;
}
/* accordeon menu */

.accordion {
	}

.accordion .empty-container {
	display:none !important;
	}

.ui-accordion .ui-accordion-header {
	padding: 0px !important;
	background:#none;
	}

.ui-accordion-header {
	background:none !important;
	}

.ui-accordion .main-level-container  {
	display:block;
	margin: 0 !important;
	text-align:left;
	line-height: 40px;
	}

.ui-accordion .main-level-container a {
	font-weight:normal;
	}

.ui-accordion .withSubmenu .main-level-container a.main-level {
	font-weight:normal;
	}

.ui-accordion .ui-accordion-header a {
	display:block;
	text-decoration: none;
	color:#777777;
	font-size: 14px;
	line-height: 30px;
	margin: 5px 0;
	border-left: 1px solid #FFF;
	padding-left: 10px;
	}

.ui-accordion .ui-accordion-header a:hover, .ui-accordion .ui-accordion-header a.strong{
	color:#36547a;
	border-left: 1px solid #4c6a8e;
}

.ui-accordion .ui-accordion-content {
	padding: 0 10px 7px !important;
	margin: 0px !important;
	height:auto !important;
	}

.ui-accordion .ui-accordion-content.level_3 a {
	text-decoration:none;
	color:#3c4049;
	display:block;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.ui-accordion .ui-accordion-content.level_3 a:hover, .ui-accordion .ui-accordion-content.level_3 a.strong {
	color:#2889ff;
	}

.accordion .empty-container{
    height: 0px !important;
    padding: 0px !important;
    margin: 0px;
}

.level_3, .level_4{
    margin-left: 5px;
	background: none;
	text-align:left;
}


.side_menu {
	width: 272px;
	overflow:hidden;
	float:left;
	margin-bottom: 25px;
	}

.side_menu h2 {
	margin-bottom: 10px;
	}

.side_menu h2 a{
	margin-top: 5px;
	font-size: 26px;
	text-decoration:none;
	color: #4c6a8e;
	}

.side_menu .ui-accordion-header {
	border-bottom: 1px solid #ebebeb;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	}

.side_menu ul {
	margin: 0px;
	padding: 0px;
	}

.side_menu ul li {
	list-style:none;
	}

.side_menu ul li a {
	display:block;
	text-decoration:none;
	font-size: 12px;
	margin-bottom: 5px;
	}

.side_menu ul li a span {
	display:block;
	padding: 7px 13px 7px 8px;
	}

.side_menu ul li a span:hover {
	color:#2889ff;
	}

.side_menu .level_3 a {
	background:none;
	border:none;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
	background:url(/images/main/point.png) no-repeat left center;
	margin-left: 10px;
	}

.side_menu .level_3 a:hover, .side_menu .level_3 a.strong {
	border-left: 0px;
	}

.side_menu .level_3 a span {
	background:none;
	padding: 0px;
	font-size: 12px;
	}
.side_menu .level_3 a.strong span {
}
.side_menu .level_3 a span:hover {
	background:none;
	}

.side_menu .level_3 li {
	list-style:disc;
	margin-left:25px;
	}
	
.map_item {
	display:inline-block;
    margin-bottom: 20px;
	position:relative;
	width:100%;
	}

.map_item h4 {
	margin: 0 0 10px;
	color:#4c6a8e;
	}

.map_item div {
	float:left;
	color:#1f1f1f;
	font-size:16px;
	}

.map_item div p {
	margin: 0px;
	line-height: 24px;
	}

.map_item .map_button {
	display: block;
	float: right;
	}

.ui-dialog {
	border-radius: 6px;
	background:#f0f0f0;
	}

.ui-button {
	border-radius: 0px;
	}

.ui-widget-content .ui-dialog-buttonpane .ui-state-default {
	 width:auto !important;
  font-size: 18px;
  text-transform:uppercase;
  padding: 8px 16px;
  height: auto !important;
  margin-right: 10px;
  color:#ffffff;
  border: 0px;
  background: #4c6a8e;
  -webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.ui-widget-content .ui-dialog-buttonpane .ui-state-default:hover {
	background:#1f1f1f;
	-webkit-transition: background-color 0.3s linear;
-moz-transition: background-color 0.3s linear;
-ms-transition: background-color 0.3s linear;
-o-transition: background-color 0.3s linear;
transition: background-color 0.3s linear;
-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.ui-dialog .ui-dialog-titlebar {
	color:#4c6a8e;
	font-size:26px;
	font-weight:normal;
	}

.ui-dialog .ui-dialog-titlebar-close {
	border-radius: 50%;
	background: none;
	overflow: hidden;
	width:auto !important;
	height: auto !important;
	}

.ui-dialog-titlebar-close .ui-button-icon-primary {
	background: url(/images/main/dell_icon.png) no-repeat  center #797979;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display:block;
	}

.testimonial_author {
	text-align: right;
	font-style:italic;
	font-size: 14px;
	padding: 5px;
	color:#797979;
	}
#js-warning div {
 background-color: #FFFFFF;
 height: 100%;
 position: fixed;
 width: 100%;
 z-index: 9999;
}

.twitter_widget {
	float:right;
	width:464px;
	}

#job_enquiry {
	margin: 0;
	display: inline-block;
	width: 960px;
	border-bottom: 0px;
	background: #cddbec;
	padding: 15px 15px 10px 15px;
}

.job_enquiry_caption {
	width: 255px;
	float: left;
	margin: 0 20px 0 0;
	color:#5b5b5b;
}
.job_enquiry_caption p {
	margin: 0 0 12px 0; 
}

#job_enquiry form {
	width: 680px;
	float: left;
	margin: 0;
	z-index: 1;
}

#job_enquiry form .fl {
	width: 235px;
	margin-right: 5px;
	}

#job_enquiry span.select a.selectBtn span, #job_enquiry span.multiselect a.selectBtn span {
	width:205px;
	}

#job_enquiry form .fl.flTextArea {
	width:479px;
	}

#job_enquiry form span.fl.job_enq {
	width: 171px;
	position: absolute;
    right: 0;
    top: 0;
	margin: 0px;
}

#job_enquiry form span.fl .shadowed {
	width:100%;
	box-shadow: none;
	}

#job_enquiry .fl.flTextArea textarea {
	height: 106px;
}
#job_enquiry .button {
    bottom: 20px;
    right: 0px;
    position: absolute;
    width: 171px;
    margin: 0;
}

#job_enquiry .errmsg {
	color: #ff5151;
	}

#job_enquiry .button button{
	width: 171px !important;
	margin: 0px;
}

span.fl.job_enq .file .body {
	border: none;
	padding: 0;
	background-color:#4c6a8e;
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

span.fl.job_enq .file:hover .body {
	background-color: #1f1f1f;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-ms-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}

span.fl.job_enq .file input.inpHide {
    /*display: none;*/
    height: 178px;
    width: 171px;
}

span.fl.job_enq .file .wrap {
	padding: 0px;
	border: none;
	background: #e9e9e9;
	}

.menuLine {
 display:inline-block;
 width: 100%;
 margin-bottom: 10px;
 margin-top: 10px;
 }

.menuLine ul, .menuLine li {
 margin: 0px;
 padding: 0px;
 }

.menuLine li {
 list-style:none;
 display:block;
 float:left;
 }

.menuLine li a {
 display:block;
 float:left;
 font-size: 11px;
 text-transform:uppercase;
 text-decoration:none;
 width: 84px;
 text-align:center;
 margin: 0 6px;
 }

.menuLine li a span {
 display:block;
 width:40px;
 height: 40px;
 margin: 0 auto 4px;
 }

.menuLine li a.candidate_account span{
     background:url(/images/all_img.png) no-repeat scroll -117px 0;
     }
 
.menuLine li a.candidate_applyhist span{
     background:url(/images/all_img.png) no-repeat scroll -594px 0;
     }
 
.menuLine li a.candidate_savedlist span{
     background:url(/images/all_img.png) no-repeat scroll -269px 0;
     }
 
.menuLine li a.candidate_alerts span{
     background:url(/images/all_img.png) no-repeat scroll -665px 0;
     }
 
.menuLine li a.candidate_referals span{
     background:url(/images/all_img.png) no-repeat scroll -196px 0;
     }
.top_my_account button:hover,
 .button a.save_vacancy:hover,
 button.del_all_button:hover
 {
	background:#1f1f1f;
}
.social-profile-warning {
	color: #FF0000;
	margin-bottom: 10px;
}
.button a.save_vacancy {
	width: auto;
	height: auto;
	padding: 5px 15px;
	text-decoration: none;
}
 table.apply-history .button button {
	text-align: center;
}
.jobList td {
	border-bottom: none;
}

#activateAccount .topDescr {
	margin-bottom: 10px;
}
.captcha_img {
	margin-bottom: 10px;
}

.sideForms .input .shadowed-keyword input {
	width:190px;
	}
	
.content_left_part .sideBlock .sideForms .input .shadowed-keyword input {
	width:170px;
	}
#advancedJobSearch .input .shadowed-keyword input {
	width: 472px;
}

.campaigns {
	display:inline-block;
	width:100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 35px 0;
	margin-bottom: 35px;
	}

.campaigns .campaign {
	float:left;
	width:220px;
	margin-right:36px;
	}

.campaigns .campaign.last {
	margin-right: 0px;
	}

.campaigns .campaign h4 {
	margin: 0 0 10px;
	font-weight:normal;
	color:#010f6b;
	font-size:18px;
	}
.apply_in_but {
	float: left;
	width: 100%;
}
.apply_in {
    display: block;
    float: left;
    margin: 10px 0;
}
.in_table.home #quickJobSearch .button {
	width: 229px;
}
.in_table.home #quickJobSearch .button button {
	width: 100px;
}
.in_table.home #quickJobSearch .button a {
	margin-left: 32px;
}
.home_forms #quickreg .fl.captcha {
	float: right;
	margin-top: 5px;
}

.home_forms #quickreg .captcha_img {
    height: 41px;
    width: 229px;
    margin-bottom: 0;
}
.sideForms .captcha_img {
    height: 45px;
    width: 199px;
}
.mainPartForms .file input.inpHide {
	width: 670px;
}

.logos {
	border-top: 1px solid #dcdcdc;
	padding-top:50px;
	margin-bottom:50px;
	}

.logos td {
	vertical-align:top;
	}

.logos table {
	width:100%;
	}

.expired_job {
 opacity: 0.3;
 filter: alpha(opacity=30);
}

.expired_head_text {
    position: absolute;
    text-align: center;
    top: 120px;
    width: 100%;
}

.content_center_part .jobShortInfo {
   position: relative;
}
.home_forms .sideForms .input .shadowed-keyword input,
.home_forms span.select a.selectBtn span,
.home_forms span.multiselect a.selectBtn span {
    width: 422px;
}
.jobShortInfo a.apply_in {
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: none;
}
.jobShortInfo a.apply_in:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a:active{
  background: inherit;
}

.doropdown_form {
	display: none;
	position: absolute;
	top: 57px;
	right: 0;
	z-index: 2000;
	background:#32465f;
}

 .doropdown_form .sideBlock {
	 margin: 0px;
	 background:none;
	 }
	
 .doropdown_form .sideForms {
	 padding: 25px;
	 position: relative;
	 width:238px;
	 color:#cddbec;
	 }

 .doropdown_form form {
	 margin-bottom:40px;
	 }

 .doropdown_form.active {
	display: block;
}

 .doropdown_form .shadowed {
	 background: #4c6a8e;
	 border: 1px solid #57769c;
	 width: 236px;
	 padding: 0px;
	position: relative;
	 }
	
 .doropdown_form span.select a.selectBtn,  .doropdown_form span.multiselect a.selectBtn, .doropdown_form .shadowed input, .doropdown_form .file span.txt {
	 color: #cddbec;
	 }
	
 .doropdown_form .sideForms .checkbox label {
	 color:#cddbec;
	 }
	
 .doropdown_form .sideForms .fl .errmsg {
	 min-height: 15px;
	margin: 0;
	 }
	
 .doropdown_form .button button {
	 font-size:18px;
	 font-weight:normal;
	 padding: 0 0 0 56px;
	 width:auto !important;
	 height: 43px;
	 line-height: 43px;
	 border: 0px;
	 color:#FFF;
	 background: url(/images/main/register_button.png) no-repeat;
	 /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
	 opacity: 0.7;
	 -webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	 }
	
.doropdown_form .button button:hover {
	opacity: 0.9;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; */
	background: url(/images/main/register_button.png) no-repeat;
	-webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.login_panel.doropdown_form .button button {
	background: url(/images/main/login_button.png) no-repeat;
	}

.login_panel.doropdown_form .button button:hover {
	background: url(/images/main/login_button.png) no-repeat;
	}

.doropdown_form .advSearchLnk {
	padding: 15px 0;
	display:inline-block;
	color:#cddbec;
	}

.doropdown_form .advSearchLnk:hover {
	color:#fff;
	}

.doropdown_form .social_register {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width:238px;
	padding: 10px 25px;
	border-top: 1px solid #476485;
	color:#cddbec;
	background:#364d68;
	}

.doropdown_form .social_register a {
	display:block;
	float:left;
	width:23px;
	height: 23px;
	margin-left:6px;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
    opacity:0.7;
	-webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.doropdown_form .social_register a:hover {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
    opacity:1;
	-webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.doropdown_form .social_register a.reg_soc_in {
	background:url(/images/main/soc_in.png) no-repeat;
	}

.doropdown_form .social_register a.reg_soc_fb {
	background:url(/images/main/soc_face.png) no-repeat;
	}

.doropdown_form .social_register a.reg_soc_tw {
	background:url(/images/main/soc_tw.png) no-repeat;
	}

.doropdown_form .social_register a.reg_soc_gp {
	background:url(/images/main/soc_google.png) no-repeat;
	}

.doropdown_form .social_register a.reg_soc_db {
	background:url(/images/main/soc_box.png) no-repeat;
	}

.doropdown_form span.select a.selectBtn, .doropdown_form span.multiselect a.selectBtn {
	background: url(/images/main/drop_select-img.png) no-repeat right top;
	transition: none;
	}

.doropdown_form span.select a.selectBtn:hover, .doropdown_form span.multiselect a.selectBtn:hover {
	background: url(/images/main/drop_select-img.png) no-repeat right -34px;
	transition: none;
	}

.doropdown_form .file span.bg {
	background: url(/images/main/drop_file-img.png) no-repeat scroll right top;
	}
	
.doropdown_form .soc_title {
	float:left;
	line-height: 24px;
	font-size:12px;
	margin-top:0px;
	}
.doropdown_form .file input.inpHide {
	font-size: 14px;
	width:238px;
	height: 29px; 
	}

.doropdown_form .optList {
 width:236px;
 border: 1px solid #6886bb;
 }

.doropdown_form .select ul li a, .doropdown_form .multiselect ul li a {
 font-size:13px;
 background:#6382a9;
 color:#FFF;
 padding: 5px 17px 5px 5px;
 border-bottom: 1px solid #6382a9;
 }

.doropdown_form .select ul li a:hover, .doropdown_form .multiselect ul li a:hover {
 background:#6f8fb5;
 }

.doropdown_form .select ul li.selected a, .doropdown_form .multiselect ul li.selected a {
 background: #32465f;
 border-bottom: 1px solid #57769c;
 }

.doropdown_form .multiselect .infoMsg {
 background: #b4b9c3;
 }
 
.doropdown_form .errmsg {
	 color:#ff5f5f;
	 }
	
.sideBlock.job_search {
	background:#4c6a8e;
	display:table;
	width:970px;
	padding: 16px 10px 25px;
	margin-bottom:20px;
	}

.sideBlock.job_search h2 {
	float:left;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	padding: 0px;
	margin: 10px 15px 0 0;
	text-transform:uppercase;
	line-height: 30px;
	}

.sideBlock.job_search .sideForms {
	float:left;
	padding: 0px;
	margin: 0px;
	width: 835px;
	}

.sideBlock.job_search .sideForms .fl {
	float:left;
	margin-right: 6px;
	}

.sideBlock.job_search .shadowed {
	width: 170px;
	border: 1px solid  #e5e5e5;
	background:#FFF;
	}

.sideBlock.job_search .shadowed  .body {
	padding: 8px 4px;
	}

.sideBlock.job_search .search-form {
	float:left;
	}

.sideBlock.job_search .social_register {
	position:relative;
	float:left;
	width:auto;
	padding: 0px;
	background:none;
	}

.sideBlock.job_search .input .shadowed-keyword input {
	width:135px;
	}

.sideBlock.job_search .button {
	margin: 8px 0 0 8px;
	float:left;
	}

.sideBlock.job_search .button button {
	background: url(/images/main/search_icon.png) no-repeat;
	float:left;
	padding: 0px;
	height: 35px;
	width:36px;
	opacity: 0.7;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; */
	-webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.sideBlock.job_search .button button:hover {
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	-webkit-transition: opacity 0.3s linear;
       -moz-transition: opacity 0.3s linear;
        -ms-transition: opacity 0.3s linear;
         -o-transition: opacity 0.3s linear;
            transition: opacity 0.3s linear;
	-ms-transform: translate3d(0,0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
	}

.sideBlock.job_search .button a.left {
	float:left;
	background-image: url(/images/main/clear_icon.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	display:block;
	float:left;
	width:25px;
	height: 24px;
	padding: 0px;
	margin: 6px 0 0 8px;
	opacity: 0.7;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
     transition: opacity 0.2s linear;
	}

.sideBlock.job_search .button a.left:hover {
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
     transition: opacity 0.3s linear; 
	}

.sideBlock.job_search .social_register a.reg_soc_rg {
	float:left;
	background-image: url(/images/main/search_reg_icon.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:25px;
	height: 24px;
	padding: 0px;
	margin: 14px 0 0 8px;
	opacity: 0.7;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";*/
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
     transition: opacity 0.2s linear;
	}

.sideBlock.job_search .social_register a.reg_soc_rg:hover {
	opacity: 1;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";*/
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
     transition: opacity 0.3s linear;
	}

.home_testimonials {
	display:inline-block;
	width:100%;
	border-top: 1px solid #ebebeb;
	margin: 14px 0 0;
	padding: 26px 0;
	}

.home_testimonials .campaign {
	float:left;
	width:187px;
	margin-right: 80px;
	}

.home_testimonials .campaign.last {
	margin-right: 0px;
	}

.home_testimonials .campaign h4 {
	margin: 0 0 10px 0;
	padding: 0px;
	color:#4c6a8e;
	}

.thanks_account {
	background: url(/images/main/thanks_account.png) no-repeat;
	line-height: 27px;
	padding-left: 40px;
	display:inline-block;
	height: 27px;
	font-size:18px;
	text-decoration:none;
	}

.thanks_account:hover {
	background: url(/images/main/thanks_account.png) no-repeat 0 -27px;
	}

.thanks_back {
	background: url(/images/main/thanks_back.png) no-repeat;
	line-height: 27px;
	padding-left: 40px;
	display:inline-block;
	height: 27px;
	font-size:18px;
	text-decoration:none;
	}

.thanks_back:hover {
	background: url(/images/main/thanks_back.png) no-repeat 0 -27px;
	}

.team_tree {
	display:inline-block;
	width:100%;
	margin-top:20px;
}
.team_tree .member_photo {
    width:219px;
	height: 235px;
	overflow:hidden;
}
.team_tree .member.showed {
	display:block;
}

.team_tree .member {
	float:left;
	position:relative;
	width:219px;
	height: 235px;
	overflow:hidden;
	margin: 0 7px 7px 0;
	display:none;
}

.team_tree .member .member_info {
	width: 189px;
	height: 205px;
	position: absolute;
	top: 0;
	left: -235px;
	background: url(/images/main/black_bg.png);
	padding: 15px;
	text-align:center;
	color: #f5f5f5;
	-webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -ms-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
     transition: left 0.3s ease-out;
}

.team_tree .member:hover .member_info {
	left: 0;
	-webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -ms-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
     transition: left 0.5s ease-out;
	}


.team_tree .member_info .member_name {
	margin-top: 20px;
}

.team_tree .member_info a{
	color: #7b9dc5;
	}

.team_tree .member_info a:hover{
	color: #cddbec;
	}

.team_tree .member_info .member_name a {
	font-weight:bold;
	font-size: 18px;
	text-decoration:none;
	}

.team_tree .member_info .member_role {
	margin-bottom:10px;
	}

.team_tree .member_info .member_sdesc {
	font-size:12px;
	margin-bottom:5px;
	}

.team_tree .member_info .member_email a {
	font-size:12px;
	}

.team_tree .member_info .member_role {
	color:#cddbec;
	}

.team_tree .member_info .member_more a{
	display:block;
	width:70px;
	background:#4c6a8e;
	color:#FFF;
	margin: 10px auto 0 auto;
	text-decoration:none;
	padding: 5px;
	}

.team_tree .member_info .member_more a:hover {
	background: #5e7fa7;
	}

.member_adv_cont {
	display:inline-block;
	width:100%;
	}

.member_adv_logo {
	float:left;
	margin-right: 18px;
	}

.member_adv_info {
	float:left;
	}

.member_adv_info h2 {
	text-transform:none;
	font-size:18px;
	color: #777777;
	}

.member_adv_info h1 {
	text-transform:none;
	margin-bottom: 5px;
	}

.member_adv_cont .member_cont {
	width:100%;
	display:inline-block;
	margin-top:18px;
	}

.team_phone {
	background: url(/images/main/team_phone.png) no-repeat;
	line-height: 38px;
	color:#313a49;
	padding: 0 0 0 50px;
	font-size:24px;
	margin-top: 25px;
	}

.team_email {
	background: url(/images/main/team_email.png) no-repeat;
	line-height: 38px;
	color:#313a49;
	padding: 0 0 0 50px;
	margin-top: 15px;
	}

.team_email a,
 .team_in_profile a {
	font-size: 18px;
	}

.team_in_profile {
	background: url(/images/main/team_in_profile.png) no-repeat;
	line-height: 38px;
	color:#313a49;
	padding: 0 0 0 50px;
	font-size:24px;
	margin-top: 15px;
	}
.jobButtons a.prev_but.disabled,
 .jobButtons a.next_but.disabled {
    background-color: #ebebeb;
}
.linked.apply_content .row_item.fio {
	font-size: 20px;
	font-weight: bold;
}
#linkedin_apply .notice_box {
	margin-bottom: 3px;
	margin-top: 20px;
}
.linked.apply_content .profile_info_bubble {
	margin: 20px 0 10px;
	color: #4c6a8e;
	font-weight: 800;
}
.linked.apply_content .row_item.profile_url {
	margin-top: 7px;
}
.linked.apply_content .info_title {
	display: block;
	margin: 15px 0 3px;
	font-weight: bold;
}
.linked.apply_content .summary_info {
    display: block;
    height: 96px;
    overflow: auto;
    padding-right: 5px;
}