/* ================================================== */
/* Основные стили сайта */
/* ================================================== */
body {
	margin: 1px 1px 0 1px;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #5e6270;
	line-height: 16px;
}

img {
	border: 0;
}

p {
	line-height: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

.h1 {
    font-size: 16px;
    color: #ff8400;
    font-weight: bold;
    margin: 0;
    padding: 0 0 12px 0;
}

h1 {
	font-size: 16px;
	/*font-size: 20px;*/
	color: #ff8400;
	font-weight: bold;
	margin: 0;
	padding: 0 0 12px 0;
}

h2 {
	color: #ff8400;
	font-size: 14px;
	margin: 0;
	padding: 0 0 15px 0;
}

h3 {
	color: #ff8400;
	font-size: 14px;
	font-weight: 100;
	margin: 0;
	padding: 0 0 20px 0;
}

h4 {
	color: #DF5700;
	font-size: 12px;
	margin: 0;
	padding: 0 0 7px 0;
}

a:link, a:visited {
	color: #64ac40;
	text-decoration: underline;
	margin-bottom: 3px;
}
a:hover {
	text-decoration: none;
}

table
{
	font-family: Arial;
	font-size: 12px;
	color: #5e6270;
	line-height: 16px;
	border: 0px;
    border-collapse: collapse;
}

.main_page tr, .main_page td {
    padding: 0px;
}


.valign_container {
    height: 100%;
    word-spacing: 0px;
}
.valign_elem {
    display: inline-block;
    vertical-align: middle;
    word-spacing: normal;
}
.valign_helper {
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

.fleft {
    float: left;
}
.fright {
    float: right;
}
.clear {
    clear: both;
}

.align_center_container {
    display: block;
    width: 100%;
    text_align: center;
}
.align_center_elem {
    display: inline-block;
    text-align: left;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Шапка */
/* ================================================== */
.header_bg {
	background: url(/i/header_bg.jpg) 0 0 repeat-x;	
}

.header_words {
	color: #ffffff;	
}

a.header_link:link, a.header_link:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a.header_link:hover {
	text-decoration: none;
}

.avt_org {
	font-size: 14px;
	font-weight: bold;			
}

a.path:link, a.path:visited {
	color: #3a7e18;
	font-weight: bold;
}
a.path:hover {
}

.search_left {
	background: url(/i/search_left.jpg) 0 0 no-repeat;
}

.search_bg {
	background: #ebebec;	
}

.search_right {
	background: url(/i/search_right.jpg) 0 0 no-repeat;
}

.search_text {
	font-size: 11px;
	color: #787e8f;
	line-height: 14px;
}

.menu_left {
	background: url(/i/menu_left.jpg) 0 0 no-repeat;
}

.menu_bg {
	background: url(/i/menu_bg.jpg) 0 0 repeat-x;
}

.menu_right {
	background: url(/i/menu_right.jpg) 0 0 no-repeat;
}

a.mmenu:link, a.mmenu:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.mmenu:hover {
	text-decoration: underline;
}

a.mmenus:link, a.mmenus:visited {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a.mmenus:hover {
}

.mym {
	background: #ebebec;
	font-weight: bold;
	font-size: 13px;
}

a.mymenu:link, a.mymenu:visited {
	color: #787e8f;
	font-weight: 100;
	font-size: 12px;
	text-decoration: none;
}
a.mymenu:hover {
	color: #336699;
}

a.mymenus:link, a.mymenus:visited {
	color: #336699;
	font-weight: 100;
	font-size: 12px;
	text-decoration: none;
}
a.mymenus:hover {
}


.header {
	display: block;
	width: 100%;
    min-width: 1000px;
	/*background: url(/i/header_bg.jpg) 0 100% repeat-x;*/
    background-color: rgb(0,118,188);
	border-radius: 0 0 7px 7px;
	text-align: center;
    color: rgb(183, 191, 212);
}
.header a {
    color: rgb(183, 191, 212);
}
.header_main {
    display: block;
    height: 108px;
    padding: 5px 25px 0;
    /*margin: 0 auto;*/
}

.header_left {
    display: block;
    width: 260px;
    /*height: 108px;*/
    float: left;
    padding-top: 30px;

    /*position: absolute;*/
    /*margin-left: 10px;*/
    /*left: 10px;*/
    /*text-align: left;*/
}
.header_center {
    display: block;
    /*height: 108px;*/
    float: left;
    padding-top: 10px;
}
.header_right {
    display: block;
    width: 220px;
    /*height: 108px;*/
    float: right;
    padding-top: 10px;
    /*position: absolute;*/
    /*margin-right: 10px;*/
    /*right: 10px;*/
    /*background: none;*/
    /*text-align: left;*/
}

.logo_text {
    display: block;
    position: absolute;
    padding: 7px 0;
    font-size: 14px;
    color: rgb(183, 191, 212);
    text-align: left;
}
a.logo_img {
    display: block;
    float: left;
    color: rgb(183, 191, 212);
    font-size: 60px;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
    text-decoration: none;
}
.main_menu {
    display: block;
    height: 35px;
    border-radius: inherit;
    border-top: 1px solid rgb(47,150,216);
    box-shadow: inset 0px -17px 10px rgb(2, 84, 140);
}
.main_menu ul {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
    float: left;
}
.main_menu ul li {
    display: block;
    height: 36px;
    margin-top: -1px;
    list-style: none;
    float: left;
}
.main_menu ul li a {
    display: block;
    padding: 9px 25px 9px;
    margin: 0;
    border-top: 1px solid transparent;
    border-left: 1px solid rgb(14,84,136);
    border-right: 1px solid rgb(47, 134, 201);
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: bold;
    color: rgb(218, 218, 249);
    text-decoration: none;
}
.main_menu ul li a:hover {
    text-decoration: none;
    color: rgb(241, 255, 255);
    border-top: 1px solid rgb(48, 164, 231);
    border-left: 1px solid rgb(14, 109, 168);
    border-right: 1px solid rgb(48, 158, 225);
}
.main_menu ul li:first-child a {
    border-left: 1px solid transparent;
    border-radius: 0 0 0 7px;
    padding-left: 40px;
}
.main_menu ul li:last-child {
    border-right: 1px solid rgb(14,84,136);
}
.main_menu a.selected {
    background-color: rgb(0,118,188);
    border-top: 1px solid rgb(2, 103, 161);
    border-left: 1px solid rgb(2, 84, 140);
    border-right: 1px solid rgb(2, 84, 140);
    border-bottom: 1px solid rgb(47,150,216);
    box-shadow:
        inset 0px 17px 10px rgb(2, 84, 140),
        inset -1px 0 3px rgb(2, 84, 140),
        inset 1px 0 3px rgb(2, 84, 140);
    color: rgb(209, 209, 240);
}
.main_menu form {
    display: block;
    height: 100%;
    text-align: right;
}
.main_menu form input {
    display: inline-block;
    width: 250px;
    height: 25px;
    padding: 2px 5px;
    margin-right: 25px;
    border: none;
    border-radius: 2px;
    text-align: left;
    font-size: 16px;
}

.header_middle {
    text-align: center;
}
.add_company {
    display: block;
    /*margin: 0 310px;*/
    /*margin: 0 310px 0 260px;*/
    text-align: center;

}
.add_company a {
    display: inline-block;
    width: 440px;
    padding: 10px 25px;
    /*margin-top: -20px;*/
    background: transparent url("/i/menu_bg.jpg") 0 0 repeat-x;
    background-size: contain;
    border-radius: 20px;
    /*color: #EBEBEC;*/
    color: rgb(218, 227, 249);
    /*color: #FF8400;*/
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    /*
    box-shadow:
        inset 0px 2px 1px rgb(180, 229, 255),
        inset 0px -3px 3px rgb(37, 60, 85),
        0px 3px 2px rgb(50,50,50),
        0px -1px 1px rgb(50,50,50);
    */

    box-shadow:
        inset 0px 2px 1px rgb(180, 229, 255),
        inset 0px -3px 3px rgb(37, 60, 85),
        0px 3px 2px rgb(50,50,50),
        0px -1px 1px rgb(50,50,50),
        inset 0px -7px 10px rgb(2, 84, 140),
        inset 0px 6px 8px rgb(146, 189, 214);

    text-align: center;
    /*
	background: rgba(104,178,70,1);
	background: -moz-linear-gradient(top, rgba(104,178,70,1) 0%, rgba(173,217,151,1) 8%, rgba(104,178,70,1) 26%, rgba(57,124,23,1) 81%, rgba(34,71,13,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104,178,70,1)), color-stop(8%, rgba(173,217,151,1)), color-stop(26%, rgba(104,178,70,1)), color-stop(81%, rgba(57,124,23,1)), color-stop(100%, rgba(34,71,13,1)));
	background: -webkit-linear-gradient(top, rgba(104,178,70,1) 0%, rgba(173,217,151,1) 8%, rgba(104,178,70,1) 26%, rgba(57,124,23,1) 81%, rgba(34,71,13,1) 100%);
	background: -o-linear-gradient(top, rgba(104,178,70,1) 0%, rgba(173,217,151,1) 8%, rgba(104,178,70,1) 26%, rgba(57,124,23,1) 81%, rgba(34,71,13,1) 100%);
	background: -ms-linear-gradient(top, rgba(104,178,70,1) 0%, rgba(173,217,151,1) 8%, rgba(104,178,70,1) 26%, rgba(57,124,23,1) 81%, rgba(34,71,13,1) 100%);
	background: linear-gradient(to bottom, rgba(104,178,70,1) 0%, rgba(173,217,151,1) 8%, rgba(104,178,70,1) 26%, rgba(57,124,23,1) 81%, rgba(34,71,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b246', endColorstr='#22470d', GradientType=0 );
    */
}

.add_company a:hover {
    filter: brightness(105%);
    color: rgb(244, 252, 255);
}
.add_company a:active {
    box-shadow:
        inset 0px 2px 1px rgb(50,50,50),
        inset 0px -2px 3px rgb(50,50,50),
        inset 0px 3px 5px rgb(50,50,50),
        0px 1px 0px white,
        0px -1px 1px rgb(50,50,50);
    filter: brightness(100%);
    /*color: #EBEBEC;*/
    color: rgb(203, 210, 232);
}
.add_company a p {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 5px;
}

.buttons_wrap.add_company a {
    display: block;
    width: 120px;
    padding: 9px 10px;
    margin-left: 20px;
    font-size: 12px;
}
.buttons_wrap.add_company a:first-child {
    margin-bottom: 5px;
    border-radius: 20px 20px 5px 5px;
}
.buttons_wrap.add_company a:last-child {
    border-radius: 5px 5px 20px 20px;
    box-shadow:
        inset 0px 2px 1px rgb(133, 162, 185),
        inset 0px -3px 3px rgb(37, 60, 85),
        0px 3px 2px rgb(50,50,50),
        0px -1px 1px rgb(50,50,50),
        inset 0px -7px 10px rgb(2, 84, 140),
        inset 0px 6px 8px rgb(137, 180, 205);
}
.buttons_wrap.add_company a:last-child:active {
    box-shadow:
        inset 0px 2px 1px rgb(50,50,50),
        inset 0px -2px 3px rgb(50,50,50),
        inset 0px 3px 5px rgb(50,50,50),
        0px 1px 0px white,
        0px -1px 1px rgb(50,50,50);
}

#user_profile p {
    padding-bottom: 12px;
}


.user_panel {
    display: block;
	color: white;
	font-size: 22px;
	font-weight: bold;
    text-align: right;
	text-shadow: 1px 1px 2px rgb(50,50,50);
}
.user_panel a {
	color: white;
	text-decoration: none;
}
.user_panel a:hover {
	text-decoration: underline;
}

.header_social {
    padding-top: 20px;
}

.popup_wrap {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.popup_layer {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(50,50,50);
	opacity: 0.5;
}
.popup_window {
	display: block;
	position: relative;
	margin: 10% auto 0;
    /*margin: 0 auto;*/
	width: 400px;
	/*padding: 10px;*/
	background-color: white;
	border-radius: 5px;
	font-family: Arial;
	/*font-size: 30px;*/
	font-size: 14px;
	color: #5e6270;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
}
.popup_window h2 {
	font-size: 32px;
	color: inherit;
	font-weight: normal;
}
.form_close {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(/i/close_orange.png);
	cursor: pointer;
}
.social_auth {
	padding: 50px 0 10px;
}
.social_auth div {
	padding: 10px 0 10px 10px;
}
.popup_window form {
	display: block;
	/*background-color: #ebebec;*/
	background-color: rgb(242,242,242);
	padding: 35px 0 10px;
}

.popup_window p {
	display: inline-block;
	width: 240px;
	padding-bottom: 10px;
}

.popup_window form div {
	display: block;
	padding-bottom: 20px;
}
.popup_window input[type=text],
.popup_window input[type=password] {
	/*width: 100%;*/
	width: 230px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgb(180,180,180);
}
.popup_window input[type=checkbox] {
	display: none;
	float: left;
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
.popup_window label {
	float: left;
	cursor: pointer;
	font-size: 14px;
	padding-bottom: 7px;
}
.popup_window label span {
	vertical-align: 22%;
}
.popup_window label:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	border: 2px solid #ff8400;
	background: url(/i/checkbox_inner.png) 0 0 no-repeat;
	background-position: center -20px;
	background-color: white;
	position: relative;
	top: 3px;
	margin: 2px 10px 0 0;
}
#reg_form {
    border-radius: 0 0 5px 5px;
}
.popup_window input[type=checkbox]:checked + label:before {
	background-position: center 4px;
}
a.form_submit {
	display: block;
	padding: 7px 0;
	float: left;
	background-color: rgb(242,97,43);
	font-size: 17px;
	border: 1px solid rgb(242,242,242);
	border-radius: 6px;
	text-decoration: none;
}
#auth_submit {
    width: 120px;
}
#reg_submit {
    width: 100%;
}
a.form_submit:hover {
	border: 1px solid rgb(242,97,43);
	text-decoration: none;
}
a.form_link {
	display: block;
	padding: 6px 0;
	float: right;
	font-size: 14px;
	color: #ff8400;
	text-decoration: none;
}
a.form_link:hover {
	color: #ff8400;
}
.auth_bottom {
	padding: 10px 0;
}
.auth_bottom p {
	padding: 0;
}
.auth_bottom span {
	display: block;
	float: left;
	padding: 6px 0;
}
.auth_bottom a {
	float: right;
}

.message_block {
    display: block;
    padding: 10px 5px;
    height: 20px;
    font-weight: bold;
    color: #00AA00;
}
.error {
    color: red;
}

#pw_recover_message {
    display: none;
    padding: 10px 5px;
    font-weight: bold;
}

.popup_message_wrap {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.popup_message {
    display: block;
    position: relative;
    margin: 10% auto 0px;
    width: 300px;
    min-height: 50px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 7px;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #5E6270;
    text-align: center;
    text-shadow: none;
    z-index: 1000;
    cursor: pointer;
}


.profile_menu {
    display: block;
    width: 150px;
}
.profile_menu div {
    display: block;
    width: 100%;
    padding-bottom: 1px;
}
.profile_menu a.mymenu {
    display: block;
    float: left;
    color: rgb(0, 93, 159);
    font-weight: bold;
}
.profile_menu a.add_item {
    display: block;
    float: right;
}
/* -------------------------------------------------- */

/* ================================================== */
/* Контент */
/* ================================================== */
.content {
    display: block;
    padding: 17px 20px 0 10px;
}
.content_left {
    display: block;
    /*width: 55%;*/
    width: 72%;
    float: left;
}
.content_right {
    display: block;
    /*width: 45%;*/
    width: 28%;
    float: right;
}
.block_wrap {
    padding: 0 10px;
}

.title_wrap {
    padding-bottom: 20px;
}

a.big_links:link, a.big_links:visited {
    display: block;
	font-size: 18px;
    font-weight: bold;
	/*color: #ff8400;*/
    color: rgb(0,118,188);
    padding-bottom: 18px;
	text-decoration: none;
}
a.big_links:hover {
	text-decoration: underline;
}
.title_wrap a.big_links:link, .title_wrap a.big_links:visited, .title_wrap a.add_item, .title_wrap h3.subheader {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

a.add_item.small_button {
    display: block;
    float: left;
    padding: 0px 5px;
    margin: 0 0 0 20px;
    background-color: #ff8400;
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}
.vacancies_subheader a.link:link {
    line-height: 36px;
}
.buttons_wrap {
    float: left;
}
.buttons_wrap a.add_item.small_button {
    float: none;
}
.buttons_wrap a.add_item.small_button:first-child {
    border-radius: 16px 16px 0 0;
}
.buttons_wrap a.add_item.small_button {
    border-radius: 0 0 16px 16px;
    padding: 0px 10px;
    line-height: 16px;
}

/*
.org_news_block .title_wrap a.add_item {
    float: right;
    margin: 0;
}
*/
a.add_item.small_button:hover {
    border: 1px solid #ff8400;
    text-decoration: none;
}
a.add_item.small_button:active {
    border: 1px solid white;
    text-decoration: none;
}
a.add_item.small_button:visited {
    color: white;
    text-decoration: none;
}

.list_bottom {
    line-height: 22px;
}

h3.subheader {
    display: block;
    font-size: 18px;
    font-weight: bold;
    /*color: #ff8400;*/
    color: rgb(0,118,188);
    padding-bottom: 23px;
    text-decoration: none;
}

a.top_tags:link, a.top_tags:visited {
	font-size: 16px;
	font-weight: bold;
	color: #316599;
	text-decoration: underline;
}
a.top_tags:hover {
	text-decoration: none;
}

a.under_tags:link, a.under_tags:visited {
	color: #316599;
	text-decoration: underline;
}
a.under_tags:hover {
	text-decoration: none;
}

.block_under {
	line-height: 18px;	
}

.border_top_left {
	background: url(/i/border_top_left.jpg) 0 0 no-repeat;	
}

.border_top_right {
	background: url(/i/border_top_right.jpg) 0 0 no-repeat;	
}

.border_bottom_right {
	background: url(/i/border_bottom_right.jpg) 0 0 no-repeat;	
}

.border_bottom_left {
	background: url(/i/border_bottom_left.jpg) 0 0 no-repeat;	
}

.border_top {
	border-top: solid 1px #316599;	
}

.border_side {
	border-left: solid 1px #316599;	
	border-right: solid 1px #316599;	
}

.border_bottom {
	border-bottom: solid 1px #316599;	
}

a.tags_ob:link, a.tags_ob:visited {
	display: block;
	background: #ffffff;
	padding-left: 16px;
	font-size: 11px;
	color: #316599;
	text-decoration: none;
}
a.tags_ob:hover {
	display: block;
	background: #9db3ca;
	padding-left: 16px;
	color: #ffffff;
}

a.geogr_ob:link, a.geogr_ob:visited {
	font-size: 11px;
	color: #316599;
	text-decoration: underline;
}
a.geogr_ob:hover {
	text-decoration: none;
}

.links_list {
	font-size: 11px;
	font-weight: bold;
	color: #ff8400;	
}

.links_list a {
	font-size: 11px;
	font-weight: 100;
	color: #316599;	
}

.block_cat {
	background: #ebebec;
	padding: 3px 7px 5px 7px;
	color: #787e8f;	
}

a.tag:link, a.tag:visited {
	font-size: 11px;
	color: #316599;
	text-decoration: none;
}

a.tag:hover {
	text-decoration: underline;
}

a.tag_und:link, a.tag_und:visited {
	font-size: 11px;
	color: #316599;
	text-decoration: underline;
}

a.tag_und:hover {
	text-decoration: none;
}

a.check_ev:link, a.check_ev:visited {
	font-size: 11px;
	color: #787e8f;
	text-decoration: underline;
}

a.check_ev:hover {
}

a.uncheck_ev:link, a.uncheck_ev:visited {
	font-size: 11px;
	color: #787e8f;
	text-decoration: none;
}

a.uncheck_ev:hover {
}

.date {
	font-weight: bold;
}

a.faq_link:link, a.faq_link:visited {
	text-decoration: none;
	color: #5e6270;
}
a.faq_link:hover {
	color: #707586;
}

.links a {
	color: #336699;
	font-weight: bold;
}

a.mmenu-title:link, a.mmenu-title:visited {
	text-decoration: none;
	color: #DF5700;
}
a.mmenu-title:hover {
	text-decoration: underline;
}

a.nts:link, a.nts:visited {
	text-decoration: none;
	color: #336699;
}
a.nts:hover {
	color: #7F9DB7;
}

a.nts-title:link, a.nts-title:visited {
	text-decoration: none;
	font-weight: bold;
	color: #64ac40;
}
a.nts-title:hover {
	color: #77cd4c;
}

.nts_title {
	font-weight: bold;
	color: #64ac40;		
}
a.nts-title.compact {
    display: block;
    color: #5e6270;
    font-weight: normal;
    padding-bottom: 3px;
}
a.nts-title.compact:hover {
    color: #0e0e19;
}

a.title:link, a.title:visited {
	color: #336699;
	font-size: 14px;
	font-weight: 900;
	text-decoration: underline;
}

a.title:hover {
	text-decoration: none;
}

a.checked:link, a.checked:visited {
	background: url(/i/notice.jpg) no-repeat 100% 50%;
	padding: 0 7px 0 0;
	color: #336699;
	text-decoration: none;
}

a.checked:hover {
}

a.unchecked:link, a.unchecked:visited {
	color: #336699;
	text-decoration: none;
}

a.unchecked:hover {
}

.small {
	color: #316599;
	font-size: 11px;
}

a.small_tags:link, a.small_tags:visited {
	color: #5e6270;
	text-decoration: none;
}
a.small_tags:hover {
	color: #000000;
}

.inset {
	border-bottom: solid 1px #ff8400;
}

.answer_index {
	font-weight: bold;
}

.answer {
	color: #316599;	
}

.body {
	font-size: 12px;
	color: #000000;
}

a.work:link, a.work:visited {
	text-decoration: none;
	color: #336699;
	font-size: 12px;
}
a.work:hover {
	color: #7F9DB7;
}

.content_wrap{
	/* width: 100%; */
	margin: 15px 11px;
}

.dotted {
	background: url(/i/dotted.jpg) 50% 0 repeat-y;
	width: 20px;
}

.announce_block{
	width: 390px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.succ {
	color: #5a953d;
}

.pay {
	color: #2f2f2f;
}

.table_title {
	color: #2f2f2f;
	font-size: 12px;
	border-bottom: solid 1px #b4b4b4;
}

.small_date {
	color: #595959;
	font-size: 10px;
}

.td_name {
	background: #e6e6e6;	
}

.td_value {
	background: #f3f3f3;	
}

.td_vacancy {
	border-bottom: solid 1px #dadada;
}

.div_for_tree {
	overflow: auto;
	background: #ffffff; 
	border: solid 1px #6b6b6b;	
	padding: 3px;
	width: 300px;
	height: 100px;
}

.source {
	font-weight: bold;	
}

.no_image {
	display: block;
	width: 100px;
	padding: 4px 0 4px 0;
	border: solid 1px #8c92a7;
	background: #f3f3f3;
	text-align: center;
}

.send {
	font-weight: bold;	
}

.td_photo_prev {
	padding: 4px; 
	border: solid 3px #6b6b6b;
}

.photo_prev {
	overflow: hidden;
	width: 100px;
	border: solid 1px #6b6b6b;
}

.weather_t {
	background: #89e85a;
	font-weight: bold;
	margin-bottom: 2px;
	margin-right: 2px;
	color: #406d2a;
}

.weather_v {
	background: #b9ff97;
	margin-bottom: 2px;
	margin-right: 2px;	
}


.resume .subheader {
    padding-bottom: 40px;
}
.subheader {
	padding-bottom: 60px;
}
.subheader h1 {
	float: left;
	padding: 6px 0;
    font-size: 20px;
	/*width: 50%;*/
}

.subheader .h1 {
	float: left;
	padding: 6px 0;
    font-size: 20px;
}

h1 a:link,
h1 a:visited {
    color: #ff8400;
    text-decoration: none;
}

a.subheader_button {
	display: block;
	float: right;
	background-color: #ff8400;
	padding: 6px;
	border: 1px solid white;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	/*width: 50%;*/
}
a.subheader_button:hover {
	border: 1px solid #ff8400;
}
a.subheader_button:active {
	border: 1px solid white;
}
a.subheader_button:visited {
	color: white;
	text-decoration: none;
}

a.orange_button {
    display: block;
    float: right;
    background-color: #ff8400;
    padding: 6px 10px;
    border: 1px solid white;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-align: center;
    /*width: 50%;*/
}
a.orange_button:hover {
    border: 1px solid #ff8400;
}
a.orange_button:active {
    border: 1px solid white;
}
a.orange_button:visited {
    color: white;
    text-decoration: none;
}


.orgs_preview {
    text-align: center;
}
.orgs_preview .orgs_list {
    display: inline-block;
    width: 1000px;
    padding: 0 20px;
    text-align: left;
    border-top: 3px solid #ebebec;
}
.org_item {
    border-bottom: 1px dotted #787e8f;
}

.tags_line {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
.tags_line a.top_tags,
.tags_line b.top_tags {
    margin-right: 30px;
    font-size: 14px;
}
.tags_line a.under_tags,
.tags_line b.under_tags {
    font-size: 12px;
}

.org_item {
    display: block;
    width: 100%;
    padding: 20px 0 30px;
}
.org_head {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
.org_head a {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}
.org_head a:hover {
    text-decoration: underline;
}
.org_main {
    display: block;
    width: 100%;
}
.org_left {
    display: block;
    width: 200px;
    height: 100%;
    float: left;
}
.org_left a {
    display: block;
    padding-top: 5px;
    color: rgb(74,80,44);
}
.org_logo {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    overflow: hidden;
}
.org_right {
    display: block;
    float: right;
    width: 800px;
    height: 100%;
}
.announce {
    display: block;
    width: 100%;
    padding: 10px 0;
}
.contacts {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
}
.contacts a {
    color: #0da2cc;
    text-decoration: none;
}
.contacts a:hover {
    text-decoration: underline;
}

.office_location {
    display: block;
    padding: 10px 5px;
}
.office_location h2 {
    padding-bottom: 10px;
}
.office_info {
    padding-bottom: 10px;
}

a.add_item {
    /*font-size: 14px;*/
    font-weight: bold;
    color: #ff8400;
    text-decoration: none;
}
a.add_item:hover {
    text-decoration: underline;
}

.item_date {
    display: block;
    padding-top: 3px;
    font-size: 14px;
}
/* -------------------------------------------------- */


/* ================================================== */
/* Вакансии */
/* ================================================== */

.vacancies_list table {
    width: 100%;
}
.vacancies_list td {
    padding: 10px 0 0;
}
.vacancies_list td:last-child {
    padding: 10px 30px 0 0;
}
.vacancy_item {
    border-top: 1px solid #e4e4e4;
    padding: 10px 0;
}
.vacancy_item:first-child {
    border-top: none;
}
.vacancy_item .left {
    display: block;
    float: left;
}
.vacancy_item .left div {
    padding-bottom: 10px;
}
/*
.vacancy_item .left div:first-child {
    padding-top: 0;
}
*/
.vacancy_item .small_date {
    font-size: 14px;
}
.vacancy_item .vac,
.vacancy_item .res {
    font-size: 18px;
    font-weight: bold;
    color: rgb(0,118,188);
    cursor: pointer;
}
.vacancy_item .vac:hover,
.vacancy_item .res:hover {
    color: rgb(0, 141, 217);
}
.vacancy_item .find_vacancy_towns,
.vacancy_item .find_resume_towns{
    font-size: 16px;
    cursor: pointer;
}
.vacancy_item a.work {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}
.vacancy_item .right {
    display: block;
    float: right;
    font-size: 18px;
    font-weight: bold;
}
.vacancy_detail {
    display: block;
    padding: 15px;
}
.vacancy_detail .skills {
    display: block;
    padding: 10px 0;
}
.vacancy_detail .skills p {
    padding: 0px;
}
.vacancy_detail .contact_person {
    display: block;
    padding: 15px 0 10px;
    font-size: 14px;
}
.vacancy_detail .phone {
    display: block;
    padding: 5px 0 5px 15px;
    background: url(/i/phone_pic.jpg) 0 3px no-repeat;
    font-size: 14px;
}
/* -------------------------------------------------- */                                                                                                                                                                                                                                                                                                                               <div class="clear"></div>


/* ================================================== */
/* Регистрация */
/* ================================================== */
#div_reg1 a {
    color: #0087ff;
}
.star {
	color: #ff0000;
	font-size: 10px;
}

.div_left {
	margin-right: 12px;
}

.close {
	background: url(/i/menu_plus.gif) 0% 2px no-repeat;
	padding: 0 2px 2px 2px;
	cursor: pointer;
}
.open {
	background: url(/i/menu_minus.gif) 0% 2px no-repeat;
	padding: 0 2px 2px 2px;
	cursor: pointer;
}
.nothing {
	background: url(/i/menu_item.gif) 0% 2px no-repeat;
	padding: 0 2px 2px 2px;
}

.ul_geography {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 5px 2px;
}
.ul_geography li {
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.ul_geography li li {
	margin: 0px;
	padding-left: 15px;
}

.ul_tag {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 5px 2px;
}
.ul_tag li {
	margin: 0px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.ul_tag li li {
	margin: 0px;
	padding-left: 15px;
}


.org_main_info {
    display: block;
    width: 600px;
}
.org_contact_info {
    display: block;
    width: 440px;
}
.org_contact_info .row {
    display: block;
    padding-bottom: 5px;
    margin: 0 auto;
}
.org_contact_info .row .org_input {
    float: left;
}
.org_contact_info .row label {
    display: block;
    width: 40px;
    float: left;
}
.org_contact_info .row .select {
    display: block;
    width: 250px;
}
.org_contact_info .row .textbox {
    display: block;
    width: 244px;
}
.org_contact_info .row .add_phone,
.org_contact_info .row .add_email,
.org_contact_info .row .del_location_button,
.org_contact_info .row .del_office_button {
    display: block;
    float: left;
    width: 120px;
    padding-left: 10px;
}
#div_reg1 .del_location_button {
    color: red;
}
#div_reg1 .del_office_button {
    color: red;
}
.form_wrap {
    display: block;
    width: 100%;
    padding: 5px 0 25px;
}
.org_contact_info .form_wrap {
    padding: 0 0 10px;
}
.org_contact_info .location_wrap {
    padding: 20px 0 10px;
}
.logo_block {
    display: block;
    float: left;
}
.logo_block label {
    display: block;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    color: #0087ff;
}
.logo_block label:hover {
    text-decoration: underline;
}
.logo_block img {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
}
#logo_preview {
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
}
.reg_block {
    display: block;
    float: right;
    /*width: 100%;*/
}
.row {
    display: block;
}
.reg_block .row {
    width: 100%;
    padding-bottom: 9px;
    margin: 0 auto;
    overflow:hidden;
}
.row label {
    display: block;
    float: left;
    padding-right: 15px;
}
.row .org_input {
    display: block;
    float: right;
    width: 300px;
}
#organization_name {
    width: 418px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#organization_url {
    width: 294px;
}
.input_error {
    border: 1px solid #ff0000;
}
.captcha_wrap {
    height: 140px;
}

.descr_wrap {
    display: block;
    width: 100%;
    padding-bottom: 15px;
}
.descr_wrap textarea {
    width: 594px;
    height: 40px;
}
.full_descr textarea {
    height: 120px;
}
.descr_wrap label {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.reg_subheader {
    display: block;
    width: 600px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 0;
}
.reg_subheader span {
    display: block;
    float: left;
}
.reg_subheader a {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
}
#change_password div {
    display: none;
    width: 200px;
    box-shadow: 0px 3px 2px rgb(50,50,50);
}
.exData_flag_container {
    padding: 20px 0;
}
.exData_flag_container a {
    margin-left: 10px;
}
.exData_information {
    display: none;
    width: 100%;
    padding-top: 15px;
    text-align: center;
}


.exData_flag_container {
    padding-bottom: 15px;
}
.exData_flag_container input[type=checkbox] {
    display: none;
    float: left;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.exData_flag_container label {
    float: left;
    cursor: pointer;
    font-size: 14px;
    padding-bottom: 7px;
}
.exData_flag_container label span {
    vertical-align: 22%;
}
.exData_flag_container label:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #ff8400;
    background: url(/i/checkbox_inner.png) 0 0 no-repeat;
    background-position: center -20px;
    background-color: white;
    position: relative;
    top: 3px;
    margin: 2px 10px 0 0;
}
.exData_flag_container input[type=checkbox]:checked + label:before {
    background-position: center 4px;
}

.exData_flag_container.large_notification label {
    display: block;
    padding: 10px 50px;
    width: 500px;
    border: 1px solid rgba(0, 0, 0, 0.52);
    border-radius: 7px;
    background-image: none;
    background-color: #ff8400;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.exData_flag_container.large_notification label:before {
    display: none;
}
.exData_flag_container.large_notification input[type=checkbox]:checked + label {
    background-color: rgb(0,118,188);
}
.exData_flag_container input[type=checkbox] + label span.turn_on {
    display: inline-block;
}
.exData_flag_container input[type=checkbox] + label span.turn_off {
    display: none;
}
.exData_flag_container.large_notification input[type=checkbox]:checked + label span.turn_on {
    display: none;
}
.exData_flag_container.large_notification input[type=checkbox]:checked + label span.turn_off {
    display: inline-block;
}
.exData_flag_container.large_notification label:hover {
    /*border: 1px solid #ff8400;*/
    box-shadow: 0px 2px 6px black;
    color: white;
}
.exData_flag_container.large_notification label:active {
    /*border: 1px solid #ff8400;*/
    box-shadow: 0px 1px 4px black;
    color: white;
}
.exData_flag_container.large_notification input {
    display: none;
}
.exData_flag_container.large_notification a {
    display: none;
}

.preview_form input,
.preview_form select,
.preview_form select:disabled {
    border-color: transparent;
}
select:disabled {
    background-color: transparent;
}
.preview_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.preview_form input:focus,
.preview_form select:focus {
    border-color: rgb(169, 169, 169);
}

.select_profile_type {
    display: block;
    width: 400px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.select_profile_type .tip {
    display: block;
    padding: 0 40px 20px;
    color: rgb(0, 163, 232);
}
.select_profile_type a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.select_profile_type a:hover {
    box-shadow: 0px 1px 4px rgb(50,50,50);
}
.select_profile_type a.type_org {
    background-color: #ff8400;
}
.select_profile_type a.type_user {
    background-color: rgb(0, 163, 232);
}
/* -------------------------------------------------- */

/* ================================================== */
/* Подвал */
/* ================================================== */

.footer_left {
	background: url(/i/footer_left.jpg) 0 0 no-repeat;		
}

.footer_bg {
	background: #ebebec;		
}

.footer_right {
	background: url(/i/footer_right.jpg) 0 0 no-repeat;		
}

.per_links {
	color: #316599;
}

.per_links a {
	color: #316599;
}

/* -------------------------------------------------- */

/* ================================================== */
/* Элементы формы */
/* ================================================== */
form {
	margin: 0;
	padding: 0;
}
.textbox {
	border: 1px solid #6b6b6b;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;
	padding: 2px 2px 3px 2px;
	margin: 0;
}
.textbox_search {
	border: 1px solid #b0b0b0;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	padding: 2px 2px 3px 2px;
	margin: 0;
}
.textbox_error {
	border: 1px solid #ff0000;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;
	padding: 2px 2px 3px 2px;
	margin: 0;
}
.textarea {
	border: 1px solid #6b6b6b;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;
}
.select {
	font-family: Arial;
	font-size: 13px;
	color: #6b6b6b;
	padding: 2px;
}
.select:disabled {
    border-color: #C4C4C4;
    color: #C4C4C4;
    /*background-color: #ebebec;*/
}
.select:disabled+label {
     color: #C4C4C4;
}
.button {
	border: 1px solid #6b6b6b;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;
	height: 22px;
	margin: 0;
}
.button_deact {
	border: 1px solid #999999;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	height: 22px;
	margin: 0;
}
.button_search {
	background: url(/i/search_butt.jpg) 0 0 no-repeat;;
	width: 145px;
	height: 31px;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.button_faq {
	border: 1px solid #64ac40;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #64ac40;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 250px;
}

.b2b_block{
	position: relative;
}

.href_b2b{
	position: absolute; 
	top: 0px;
	left: 0px;
	/*margin: 36px 10px 0 0;*/
	display: block; 
	width: 150px; 
	height: 97px; 
	padding: 0; 
	padding-top:35px;
	margin: 0;
}

.elements_tree {
    padding: 3px;
    overflow: auto;
    height: 98px;
    width: 300px;
    border: solid 1px #7f9db7;
}
.warning {
    border-color: red;
}
/* -------------------------------------------------- */


/* ================================================== */
/* Календарь */
/* ================================================== */
.calendar{
	display: block;
	width: 450px;
}
.calendar ul{
	padding: 0px;
	margin: 0px;
}
.calendar li{
	list-style: none;
}
.year_wrap{
	margin-bottom: 3px;
}
.year_title{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #EBEBEC;
	border-radius: 5px 5px;
	font-size: 18px;
	cursor: pointer;
}
ul.year_content{
	display: none;
	background-color: #EBEBEC;
	border-radius: 0 0 5px 5px;
	text-align: center;
	margin: 0 auto 15px;
	padding: 3px 0;
}
.opened .year_title{
	background-image: url("/i/header_bg.jpg");
	background-position: top center;
	background-size: 100% 130%;
	color: white;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.opened .year_content{
	display: block;
}
.month_wrap{
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	padding: 8px;
	background-color: white;
	border-radius: 5px;
}
.month_title{
	padding-bottom: 5px;
}
.month_content{
	height: 120px;
}
.month_content>li ul{
	text-align: left;
}
.month_content>li:first-child ul{
	text-align: right;
}
.day_wrap{
	display: inline-block;
	padding: 2px 0;
	width: 18px;
	text-align: right;
}

.day_wrap a{
	color: #5E6270;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	padding: 2px;
}
.day_wrap a:hover{
	background-color: #64AC40;
	color: white;
}
a.selected{
	/* border: 1px solid #5E6270; */
	/* text-decoration: underline; */
}
.day_wrap div{
	color: #D8D8D8;
}
/* -------------------------------------------------- */
@media (min-width: 1350px) {
    .header_left {
        width: 400px;
    }
}

@media (max-width: 1250px) {

    .main_menu form input {
        width: 230px;
    }
}

@media (max-width: 1199px) {

    .header_main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_left {
        width: 200px;
    }
    .header_center {
        padding-top: 25px;
    }
    .header_right {
        width: 200px;
    }
    .add_company a {
        width: 380px;
        padding: 10px 10px;
        font-size: 12px;
    }
    .logo_text {
        padding-top: 3px;
    }
    .user_panel {
        font-size: 20px;
    }
    .main_menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main_menu ul li:first-child a {
        padding-left: 15px;
    }
    .main_menu form input {
        width: 210px;
        margin-right: 15px;
    }
}
