/* {{{ Панель языков */
.lang-panel div {
	margin-top: 3.5em;
	text-align: center;
}

.lang-panel a {
	color: #5694a3;
	font-size: 1.2em;
	font-style: italic;
}
/* }}} Панель языков */

/* {{{ Панель крошек */
.cookie-panel div {
	font-size: 1.1em;
	margin: 3.18em 0 0 2.27em;
}

.cookie-panel div,
.cookie-panel a,
.cookie-panel a:hover {
	color: #5694a3;
}

.cookie-panel a,
.cookie-panel span {
	display: block;
	float: left;
	line-height:1.5em;
}

.cookie-panel span {
	margin: 0 .5em;
}

.cookie-panel a.last {
	background: url(/images/nav_arrow_down.gif) no-repeat center bottom;
	padding-bottom: 15px;
}
/* }}} Панель крошек */

/* {{{ Центр аналитических исследований */
.research-center-panel {
	background: #ad6830;
	border: 1px solid #ebe1df;
	border-top: 0;
}

.research-center-panel .content-block {
	background: url(/images/arrow_white_up.gif) no-repeat left top;
	margin: 3em 2em 0 50%;
	padding: 5px 0 5px 20px;
	position: relative;
}

.research-center-panel a {
	color: #fff;
	font-size: 1.2em;
}
/* }}} Центр аналитических исследований */

/* {{{ Панель поиска по сайту */
.search-panel {
	background: #fff;
	border-bottom: 1px solid #ebe1df;
	border-left: 1px solid #ebe1df;
	border-right: 1px solid #ebe1df;
	top: auto;
}

.search-panel .content-block {
	padding-left: 3em;
	position: relative;
	width: 15em;
}

.search-panel .links {
	color: #8a8a8a;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0 1em 0;
}

.search-panel .map {
	font-size: 1.2em;
	margin: 1.5em 0 1.5em 0;
}

.search-panel form {
	margin: 0 0 3em -1em;
	text-align: right;
	width: 100%;
}

.search-panel input {
	font-size: 1.2em;
	margin: 0 0 .2em 0;
	padding: 0.2em;
	width: 95%;
}

.search-panel input.submit {
	padding: 0.2em 1em;
	width: auto;
}

.search-panel .action {
	background: url(/images/arrow_brown_up.gif) no-repeat center top;
	margin-bottom: 2.5em;
	padding-top: 22px;
	text-align: center;
}

.search-panel .action span {
	border-bottom: 1px dashed #7f4537;
	color: #7f4537;
	cursor: hand;
	cursor: pointer;
	font-size: 1.1em;
}
/* }}} Панель поиска по сайту */

/* {{{ Панель навигации */



#middle2 .content-block p
{
	color:#666668;
	font-family:Georgia,serif;
	font-size:1.2em;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5em;
}

.navigation-panel ul {
	list-style-type: none;
	margin: 0.2em 0;
	padding-left: 3.5em;
}

.navigation-panel li {
	position: relative;
}

.navigation-panel ul li {
	margin-left: -3.5em;
	padding: 1.6em 0 0 3.5em;
}

.navigation-panel ul ul {
	margin-left: -3.5em;
	padding-left: 5.5em;
}

.navigation-panel ul ul li {
	margin-left: -5.5em;
	padding-left: 5.5em;
}

.navigation-panel ul ul ul {
	margin-left: -5.5em;
	padding-left: 7.5em;
}

.navigation-panel ul ul ul li {
	margin-left: -7.5em;
	padding: .8em 0 0 7.5em;
}

.navigation-panel ul ul ul ul {
	margin-left: -7.5em;
	padding-left: 9.5em;
}

.navigation-panel ul ul ul ul li {
	margin-left: -9.5em;
	padding-left: 9.5em;
}

.navigation-panel a {
	color: #5694a3;
}

.navigation-panel span {
	/*color: #afc9a7;*/
	color:#BDA49D;
}

.navigation-panel ul a,
.navigation-panel ul span {
	font-size: 1.6em;
}

.navigation-panel ul ul a,
.navigation-panel ul ul span {
	font-size: 1.2em;
}

.navigation-panel li.selected ul ul {
	background: none;
}

.navigation-panel li.selected {
	border-left:#6b9b5f 17px solid;
	padding-left:17px;
}

#top_conner{
	float:left;
	height:34px;
	left:-17px;
	//left:-34px;
	width:17px;
	overflow-x:hidden;
	overflow-y:hidden;
	position:absolute;
	z-index:100;
	top:0px;
}

#bottom_conner{
	float:left;
	height:17px;
	left:-17px;
	overflow:hidden;
	position:absolute;
	width:17px;
	z-index:100;
	top:100%;
	//top:auto;

	margin-top:-17px;
	//margin-top:-5px;

}



/* }}} Панель навигации */

/* {{{ Панель авторизации */
.login-panel {
	border-right: 1px solid #ebe1df;
	border-top: 1px solid #ebe1df;
	height: 100%;
	width: 310%;
}

.login-panel .content-block {
	height: 5.2em;
	position: relative;
	top: 2em;
	width: 100%;
}

.login-panel th {
	vertical-align: top;
	width: 32.2%;
}

.login-panel td {
	padding-left: 2.5%;
	white-space: nowrap;
}

.login-panel td.links {
	width: 22.5%;
}

.login-panel td.links a {
	clear: both;
	display: block;
	float: left;
	font-size: 1.2em;
	line-height: 2em;
}

.login-panel .action {
	margin-left: 2em;
}

.login-panel .action div {
	background: url(/images/arrow_brown_left.gif) no-repeat left 1.6em;
	float: left;
	margin-left: 8em;
	padding: 0 0 10px 25px;
	margin-top: 0em;
}


.login-panel .action span {
/*	border-bottom: 1px dashed #7f4537;
	font-size: 1.1em;
*/
	color: #7f4537;
	cursor: hand;
	cursor: pointer;

}

.login-panel .auth label {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: .4em 0;
	width: 4.3em;
}

.login-panel .auth input {
	display: block;
	float: left;
	font-size: 1.2em;
	margin: .2em .5em .2em 0;
	padding: .1em .2em;
	width: 12.5em;
}

.login-panel .auth input.submit {
	padding: .1em .5em;
	width: auto;
	margin-top:2px;
}

.login-panel .auth br {
	clear: both;
}
/* }}} Панель авторизации */

/* {{{ Управляющая компания */
#footer2 .main-company-panel {
	background: #5577b5;
	border: 1px solid #ebe1df;
	border-bottom: 0;
	height: 100%;
}

.main-company-panel .content-block {
	background: url(/images/arrow_white_down.gif) no-repeat left top;
	margin: 2em 2em 0 50%;
	padding: 2px 0 10px 20px;
	position: relative;
}

.main-company-panel a {
	color: #fff;
	font-size: 1.2em;
}
/* }}} Управляющая компания */

/* {{{ Вопросы и ответы */
#footer2 .question-panel {
	border: 1px solid #ebe1df;
	border-bottom: 0;
	min-height: 100%;
	width: 99.6%;
}

.question-panel .content-block {
	margin: 3.5em 3em 0;
	position: relative;
}

.question-panel .action span {
	border-bottom: 1px dashed #6da2af;
	color: #6da2af;
	cursor: hand;
	cursor: pointer;
}

.question-panel dl {
	font-size: 1.2em;
	padding-bottom: 2em;
}

.question-panel dt {
	color: #7f4638;
	margin-bottom: 1em;
}

.question-panel .action {
	margin-left: 50%;
}

.question-panel .action div {
	background: url(/images/arrow_green_down.gif) no-repeat right center;
	font-size: 1.4em;
	left: -2em;
	margin: 0 0 1.5em -8.6em;
	padding: .5em 20px;
	text-align: center;
	width: 14.3em;
}
/* {{{ Вопросы и ответы */

/* {{{ Контактная информация */
#footer3 .contacts-panel {
	background: #fff;
	border-left: 1px solid #ebe1df;
	border-top: 1px solid #ebe1df;
	border-right:1px solid #EBE1DF;
	height:20em;
	width:720px;
}

.contacts-panel .content-block {
	margin-left: 2em;
	position: relative;
	width: 20em;
}

.contacts-panel .action {
	background: url(/images/arrow_brown_down.gif) no-repeat center bottom;
	margin: 3.5em 0 1.2em -4.5em;
	padding-bottom: 24px;
	text-align: center;
}

.contacts-panel .action span {
	border-bottom: 1px dashed #7f4537;
	color: #7f4537;
	cursor: hand;
	cursor: pointer;
	font-size: 1.1em;
}

.contacts-panel .contacts {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
	position: relative;
	text-indent: -.5em;
	white-space: nowrap;
}

.contacts-panel .link {
font-size:1.2em;
left:-1em;
padding-bottom:3em;
margin:1em auto;
width:15em;
position:relative
}
/* }}} Контактная информация */

/* {{{ Ссылки в блоках */
.links-panel .vacancies,
.links-panel .questionnaire,
.links-panel .contacts {
	height: 14em;
	margin: 1em 40% 1em auto;
	position: relative;
	width: 14em;
}

.links-panel .vacancies {
	background: #c18766;
	margin-top:9em;
}

.links-panel .questionnaire {
	background: #5f9351;
	margin-right: 50%;
}

.links-panel .contacts {
	background: #558faf url(/images/map_blue.png) no-repeat right bottom;
}
#FormContent {
	position:relative;
}

.links-panel b{
	background-repeat: no-repeat;
	display: block;
	height: 17px;
	position: absolute;
	width: 17px;
}

#FormContent b {
	background-repeat: no-repeat;
	display: block;
	height: 12px;
	position: absolute;
	width: 12px;
}



.links-panel .b1
{
	background-image: url(/images/b1.png);
	behavior: url(/iepngfix.htc);

}

.links-panel .b2
{
	background-image: url(/images/b2.png);
	behavior: url(/iepngfix.htc);

}
.links-panel .b4
{
	background-image: url(/images/b3.png);
	behavior: url(/iepngfix.htc);

}
.links-panel .b3
{
	background-image: url(/images/b4.png);
	behavior: url(/iepngfix.htc);

}


#FormContent b {
	background-image: url(/images/conners_form.jpg);
}


.links-panel .b1{
	left: 0;
	top: 0;
}

#FormContent .b1 {
	background-position: 0 0;
	left: -1px;
	top: -1px;
}

.links-panel .b2 {
	left: -17px;
	margin-left: 100%;
	top: 0;
}

#FormContent .b2 {
	background-position: -12px 0;
	left: -11px;
	margin-left: 100%;
	top: -1px;
}

.links-panel .b3 {
	left: 0;
	margin-top: 14em;
	top: -17px;
}

#FormContent .b3 {
	background-position: 0 -12px;
	left: -1px;
	margin-top: 100%;
	bottom: -1px;
}

.links-panel .b4 {
	left: -17px;
	margin: 14em 0 0 100%;
	top: -17px;
}

#FormContent .b4 {
	background-position: -12px -12px;
	left: -11px;
	margin: 100% 0 0 100%;
	bottom: -1px;
}

.links-panel div,
.links-panel div a,
.links-panel div a:visited {
	color: #fff;
}

.links-panel .vacancies div {
	font-size: 1.6em;
	line-height: 1.3em;
	padding: 4.5em 0 0 1em;
	width: 6em;
}

.links-panel .questionnaire div {
	font-size: 1.8em;
	line-height: 1.3em;
	padding: 1.4em 0 0 1em;
}

.links-panel .contacts div {
	font-size: 1.6em;
	line-height: 1.3em;
	padding: 1em 0 0 1em;
	width: 6em;
}
/* }}} Ссылки в блоках */



td#askBeforeDeleteUser div.askbeforedelete div.answeryes{
  width: 50px;
  float: left;
}

td#askBeforeDeleteUser{
  width:22.5%;
}

td#askBeforeDeleteUser{
	padding-right:3em;
}

div.action a{
	cursor:pointer;
	text-decoration:underline;
	color:#6DA2AF;
}

div.action div{
	font-size:1.2em;
	padding-bottom: 20px;
}

div.action a{
	font-size:0.84em;
	line-height: 1.5em;
}

div.action span#enter_alone{
	position:relative;
	top:1.3em;
  border-bottom: 1px dashed #7f4537 !important;
}

div.askbeforedelete span{
	font-size:1.2em;
}

div.askbeforedelete{
	margin-top:7px;
}

div.askbeforedelete input{
	margin-top:5px;
}

form.auth a{
	font-size:1.2em;
}


