@CHARSET "UTF-8";

/* Общий лайаут */

#measurer { width: 100%; min-width: 900px; position: relative; } 
#measurer .d { width: 900px !important; }

#header,
#content,	
.inner-wrapper,
#filters-content {
	position: relative;
	margin: auto;
	width: 90%;
	min-width: 960px;
	max-width: 1050px;
}
#all { 
	position: relative;
	width: 100%;
	min-width: 960px;
	padding-bottom: 180px;
	-padding-bottom: 80px;
}
#all:after { 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden; 
	clear: both; }
#footer { 	
	min-width: 960px;
	position: absolute;
	-position: relative; 
	bottom: 0; 	
	width: 100%;	
	height: 100px;
	margin: 0px 0px;
	padding: 0px 0px 50px 0px;	
}
#footer .logotypes {
	position: absolute;
	width: 400px;
	margin: 0px;
	padding: 0px;
}
#footer .logotypes li {	
	float: left;
	padding: 0px;
	margin: 0px 15px 0px 0px;
	list-style-type: none;
}
#footer .logotypes li img {
	position: relative;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#footer .logotypes a:hover img {
	background-position: top left;
}	
li#logo-irp img {
	width: 52px; 
	height: 47px; 
	background-image: url('/img/logotype-irp.gif');
}
li#logo-euro img {
	width: 71px; 
	height: 47px;
	background-image: url('/img/logotype-euro.gif');
}
li#logo-usaid img {
	margin-top: -6px;
	width: 59px; 
	height: 59px;
	background-image: url('/img/logotype-usaid.gif');
}
li#logo-irex img {
	margin-top: -6px;
	margin-left: -3px;
	margin-right: -2px;
	width: 49px; 
	height: 57px;
	background-image: url('/img/logotype-irex.gif');
}
li#logo-md img {
	margin-top: -3px;
	width: 61px; 
	height: 49px;
	background-image: url('/img/logotype-md.gif');
}

div.columns { margin: 0px; padding: 0px; width: 100%; overflow: visible; position: relative; z-index: 0; clear: both; //padding-right: 1px; }
div.columns:after { content: "."; display: block; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; clear: both; visibility: hidden; }
div.c { margin: 0px; padding: 0px; border: none; float: left; //display: inline; //margin-right: -1px; }
div.c05 { width: 5%; }
div.c1 { width: 10%; }
div.c15 { width: 15%; }
div.c2 { width: 20%; }
div.c25 { width: 25%; }
div.c3 { width: 30%; }
div.c35 { width: 35%; }
div.c4 { width: 40%; }
div.c45 { width: 45%; }
div.c5 { width: 50%; }
div.c55 { width: 55%; }
div.c6 { width: 60%; }
div.c65 { width: 65%; }
div.c7 { width: 70%; }
div.c75 { width: 75%; }
div.c8 { width: 80%; }
div.c85 { width: 85%; }
div.c9 { width: 90%; }
div.c95 { width: 95%; }
div.c10 { width: 100%; }



/* Лого, навигация, блок авторизации */

#logo {
	position: relative;
	padding: 30px 0 20px 0;
}
#navigation {
	position: relative;
	z-index: 10;
	background-color: #000;
	margin-bottom: 3px;
}
#navigation .inner-wrapper {
	height: 25px;
	padding-top: 10px;
}



/* Меню */
.menu {
	margin: 0px;
	padding: 0px;
}
.menu li {
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	list-style-type: none;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
.menu li a {
	text-decoration: none;
}
.menu li .arrow {
	display: none;
}
.menu li.current .arrow, 
.menu li.hover .arrow {
	display: block;
	position: absolute;
	z-index: 10;
	width: 15px;
	height: 7px;	
	left: 0;
	top: 25px;
	font-size: 0;
	line-height: 0;
}
ul.no-current li.current .arrow {
	display: none;
}
.menu li.hover .arrow {
	display: block !important;
}
#main-nava {
	float: left;
}
#main-nava li a {
	color: #fff;
	display: block; 
	padding-right: 25px;
	margin-right: -25px;	
}
#main-nava li a:hover, #main-nava li.current a {
	color: #ff202b;
}
#main-nava li .arrow {
	background: url('/img/arrows.gif') top left no-repeat;
}
#nava2 li.current .arrow {
	background: url('/img/arrows.gif') bottom left no-repeat;
}
#nava2 li {
	padding-top: 10px;
}
#nava2 li a:hover, #nava2 li.current a {
	color: #ff202b;
}

#menuNotes {
	position: absolute;
	background-color: #ebebeb;	
	padding-top: 9px;	
	height: 26px;
	z-index: 1;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
}
.relative#menuNotes {
	position: relative;
	margin-top: 3px;
	
}
#menuNotes .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
	right: auto;
	top: 2px;
	margin-left: -30px;
}


/* «Бегущая строка» */
.announce-panel {
	-position: relative;
	-z-index: 9;
	background-color: #ebebeb;
}
.announce-panel .inner-wrapper {
	padding: 10px 0;
}

/* Блок пользователя */

#login, #me { position: relative; float: right; font-weight: bold; }
#login-link a { position: relative; color: #ff202b; border: 0px; padding-right: 20px; }
#login-link a img { position: absolute; right: 0px; }
#profile-link { text-align: right;  padding-right: 45px; color: #fff; }
#profile-link a { border: 0px; text-decoration: none; color: #fff; }
#profile-link img { position: absolute; width: 35px; height: 35px; margin-top: -10px; right: 0px; top: 0px; }

/* Блочок "У меня проблема" */
#i-have-problem {
	position: absolute;
	margin-top: -60px;
	margin-left: -155px;
	padding: 5px 10px;
	z-index: 100;
	border: #ff202b 3px solid;
	font-size: 130%;
	line-height: 140%;
	font-weight: bold;
	color: #ff202b;
	background-color: #fff;
	white-space: nowrap;
}
#i-have-problem a {
	color: #ff202b;
	text-decoration: none;
}
#i-have-problem img {
	position: absolute;
	bottom: -33px;
	//bottom: -34px;
	left: 55px;	
}

/* Всплывающий слой в блоке пользователя */

#user-popup {
	position: absolute;
	z-index: 100;
	margin-left: -122px;
	margin-top: 50px;
	width: 230px;
	border: #d7d7d7 3px solid;
	background-color: #fff;
}
#user-popup img.arrow {
	position: absolute;
	top: -38px;
	left: 100px;
}
#user-popup ul {
	margin: -1px 0px 0px 0px;
}
#user-popup ul li {
	margin: 0px;
	padding: 6px 10px;
	border-top: #d7d7d7 1px solid;
}
#user-popup ul.user-login li {
	border-top: none !important;
}
#user-popup .submit {
	margin-top: -17px !important;
}
.login {
	padding-bottom: 0px;
}
.login ul {
	margin: 0px; 
	padding: 0px;
}
.login ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 6px 0px;
	border: 0px;	
}
.form-box #password-remind-form, .form-box #login-form {
	margin-top: 10px;
}
.login .input {
	margin: 6px 0;
}
.login .checkbox {
	margin-left: -4px;
}
.login {
	padding-bottom: 3px !important;
}
.login .submit {
	margin-top: -20px !important;
	-margin-top: -22px !important;
}
.login .submit input {
	margin-top: 5px !important;
	-margin-top: 6px !important;
}
.login #logout-link a {
	color: #999;
}
.login #logout-link img {
	position: absolute;
	margin-top: 4px;
	margin-left: 5px;
}

/* Форма поиска */
/*
form#search {
	position: relative;
	float: left;
	padding: 0;
	margin: -3px 20px 0 3%;
	width: 22%;
	background: url(/img/search.gif) top left no-repeat;
	overflow: visible;
}
form#search #search-query {
	position: relative;
	background: url(/img/search.gif) top right no-repeat;
	margin-left: 10px;
	margin-right: -10px;
	padding-right: 30px;
	z-index: 2;
	height: 21px;
}
form#search #search-query input {
	width: 100%;
	border: none;
	padding: 0;
	margin: 3px 0 0 0;
	height: 17px;
	font-size: 100%;
}
form#search #search-icon {
	position: absolute;
	right: -5px;
	top: 5px;
	z-index: 2;
}
*/


/* Основной контент */

#content {
	margin: 30px auto;
}


/* Футер */

#footer .h-line {
	margin-bottom: 20px;
}
#footer #copyrights {
	/*
	float: left;
	width: 45%;
	margin-right: 10%;
	*/
}
#footer #copyrights span.sign {
	position: absolute;
	margin-left: -15px;
}
#footer #contacts {
	/*
	float: left;
	width: 30%;
	margin-right: 5%;
	*/
}
#footer #contacts img {
	margin-bottom: 5px;
}
#footer #sibirp {
	position: absolute;
	right: 0px;
}

/* Блок голосования */

.poll {	
	position: relative;
	width: 100%;
	clear: both; 
}

.polls .poll {
	margin-bottom: 30px;
}

.polls .poll-item {
	border: 3px solid #d7d7d7;
	background-color: #fff;
	margin: 0px;
	padding: 0px; 
	float: left;
	position: relative;
	z-index: 0;
	width: 100%;		
}

.polls .poll-item h2 {
	padding: 0 10px 0 10px;
}

.polls .poll-item .poll-body {
	padding: 0 10px 0 10px;
}

.polls .poll-item .submit {
	margin-top:-17px;
	position:absolute;
	right:10px;
}

.polls .poll-item .answer .label {
	padding: 0 0 0 30px;
	font-size:120%;
	line-height:140%;
}

.polls .poll-item .answer {
	position: relative;
	margin-bottom: 5px;
}

.polls .other-polls, .polls .before-others {
	display: none;
}

.poll-item .input {
	position: absolute;
}

.poll-item .input input, .poll-add .input-radio input {
	width: auto;
	border: none !important;
}

.polls .poll-item .answer .label .d {
	height: 3px; 
	margin: 5px 0;
	visibility: visible !important;
}

.homepage-poll .p-meta {
	display: none;
}

.homepage-poll .answer .label {
	padding: 2px 0 0 30px;
}

.homepage-poll h2 {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: bold !important;
}

.homepage-poll {
	margin-bottom: -15px;
}

.homepage-poll .submit {
	margin-top: 5px;
	margin-right: 30px;
}

.homepage-poll .other-polls {
	white-space: nowrap;
}

.homepage-poll .poll-item .answer .label .d {
	height: 2px; 
	margin: 2px 0 3px 0;
	visibility: visible;
}

/* Блок проблемы */

.problem {	
	/* float: left; */ 
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	clear: both; 
	/* -padding-right: 1px; */  	
}
.problem .p-body {
	border: 3px solid #d7d7d7;
	background-color: #fff;
	margin: 0px;
	padding: 0px; 
	float: left;
	width: 60%; 
	position: relative;
	z-index: 0;		
	/*
	//display: inline; 
	//margin-right: -1px;
	*/	
}
.problem .arrow-r {
	position: absolute;	 	
	top: 7px;
	right: -10px;
	width: 7px;
	height: 15px;
	background: url('/img/arrow-r.gif') top left no-repeat;
}
.itsmine .p-body {
	border-color: #ff202b; 
}
.itsmine .arrow-r {
	background-position: top right;
}
.problem .p-body .fade-out, .polls .poll-item .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
}
.problem .p-body:hover, .polls .poll-item:hover {
	background-color: #fffef2;
}
.problem .p-body .person .fade-out {
	background: url('/img/fade-out-white.png') top left no-repeat;	
}
.problem .p-body:hover .person .fade-out {
	background: url('/img/fade-out-yellow.png') top left no-repeat;	
}
.problem .p-meta, .poll .p-meta {
	position: relative;
	width: 100%; 	
	overflow: hidden;
}
.problem .p-meta ul, .poll .p-meta ul {
	background-color: #ebebeb; 
	padding: 6px 10px 8px 10px;
	margin: 0px 0px 10px 0px;
	width: 3000px;
}
.problem .p-meta ul li, .poll .p-meta ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	white-space: nowrap;
}
.problem .p-meta ul li a {
	text-decoration: none;
	color: #555555;
}
.problem .inner, .problem h2 {
	clear: both;
	padding: 0px 10px 0px 10px;
}
.problem .inner p, .problem .inner ul, .problem .inner ol {
	margin-top: -5px;
}
.problem .p-buttons { 
	margin: 0px;
	padding: 0px 10px 0px 0px;   
	border-top: 1px solid #d7d7d7;
}
.problem .p-buttons li {
	margin: 0px;
	list-style-type: none;
	float: left;
	white-space: nowrap;	
	padding: 6px 10px 10px 10px; 
	border-right: 1px solid #d7d7d7;
	position: relative;
}
.problem .p-buttons li.icon {
	float: right; 
	border: 0px; 
	padding: 0px;
	-position: relative;	
	margin: 4px -6px 0px 7px;
	-margin: 4px -3px 0px 3px;
}
.problem .p-buttons .black {
	font-weight: bold;
}
.problem .p-buttons li .cross {
	position: absolute;
	display: inline-block;
	top: 9px;
	right: 10px;	
}
.problem .p-context {
	position: relative;
	float: right;
	width: 35%;
	padding-top: 9px;
}
.problem .p-people p {
	margin-bottom: 14px;
	-margin-bottom: 15px;
}
.problem .submit {
	position: absolute;
	right: 10px;
	margin-top: -17px;
}

/* Неактивная проблема */
.disabled .p-body {
	opacity: 0.5;
	// filter: alpha(opacity=50);
}


/* Блок пользователя */

.person {	
	margin: 11px 0px 0px 0px;	 
	padding: 7px 0px 0px 45px;	
	/* overflow: hidden; */	
	clear: both;
	min-height: 35px;
	-height: 35px;
	z-index: 1;
	position: relative;
}
.expert, .profile .person {	
	padding-left: 110px;
	min-height: 100px;
	-height: 100px;
}
.problem .p-body .person {
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 55px;		
}
.problem .p-context .person {
	margin: 11px 0;
}
.person .u-pic {	
	display: block;
	position: relative;
	z-index: 10;
	width: 0px; 
	height: 0px;
	padding: 0px; 
	margin: 0px 10px 0px -45px;  
	overflow: visible;
	background-color: #ccc;
	text-decoration: none !important;
	border: 0px !important;				
}
.expert .u-pic, .profile .u-pic {	
	width: 100px; 
	height: 0px;
	padding: 0px; 
	margin: 0px 10px 0px -110px;  
	background-color: #ccc;	
	background-position: bottom center;
	background-repeat: no-repeat;	
}
/*
.profile .u-pic {
	margin-left: 0px;
}
*/
.person .u-pic img.pic {
	margin-top: 2px;	
	background-position: top center;
	background-repeat: no-repeat;	
	position: absolute;
	z-index: 0;
}
.person .icon {
	position: absolute;
	margin: -9px 0px 0px 4px;
}
.expert .icon {
	//position: absolute;
	display: inline;
	margin: 0px 0px 0px 4px;
	//margin-top: -2px;
}
.person .u-name,
.person .u-descr {
	width: 100%;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
.person .u-name a {
	text-decoration: none;
	color: inherit;
	-color: #555;
}
.person .u-name a.red {
	color: #ff202b;
}
.person .u-name a:hover {
	color: #000;
}
.expert .u-name,
.expert .u-descr {
	white-space: normal;
	overflow: hidden;
	/* overflow-x: hidden; */
}
.expert .u-name div,
.expert .u-descr div {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	font-size: 115%;
	line-height: 150%;
}
.expert .u-descr div {
	font-weight: normal;
}
.expert .u-name p {
	margin-top: 5px;
	margin-bottom: 0px;
}
.p-body .person .u-name {
	display: block;
	color: #b2b2b2;
	font-family: Tahoma; 
	font-size: 90%; 
	line-height: 140%;	
}
.tabs-box .person .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
}
.person ul {
	display: block;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 90%; 
	line-height: 140%;	
}
.p-body .person ul {
	margin-top: 5px;
}
.person ul li {
	float: left;
	white-space: nowrap;
	list-style-type: none;
	margin: 1px 1px 0px 0px;
	padding: 0px 5px 1px 5px;
	background-color: #ccc;
	color: #fff;		
}
.person ul li a {
	display: block;
	margin: 0px -5px -1px -5px;
	padding: 0px 5px 1px 5px;
	text-decoration: none;
	color: #fff !important;
}
.person ul li a:hover, .person ul li.active a, .person ul li.active {
	background-color: #9f9f9f;
	color: #fff;
}
.person ul li.star { 
	padding-right: 16px; 
	padding-left: 6px; 
	background-color: transparent; 
	color: #b7b7b7;
	height: 13px;
	position: relative;
	overflow: hidden;
}
.expert span.star, .profile span.star {
	margin: 2px 0px 0px 0px;
	padding: 0px 20px 3px 5px;	 
	position: absolute;
	right: 0px;
	height: 13px;
	overflow: hidden;
	font-family: Tahoma; 
	font-size: 90%; 
	line-height: 140%;
	background-color: #ccc;
	color: #fff; 				
}
.expert span.star {
	background-color: #ff202b;	
}
.person .star span, .profile .star span {
	background: url('/img/icons/star.png') top right no-repeat;  	
	position: absolute;
	margin: 1px 0px 0px 3px;
	-margin-top: 0px;
	width: 13px;
	height: 26px;
}
.expert span.star span, .profile span.star span {	
	margin-top: -12px;
	-margin-top: -13px;
}
.person ul li.online {  
	padding-left: 6px;
	background-color: transparent; 
	color: #b7b7b7;
	white-space: nowrap;
}
.persons {
	float: left;
	width: 50%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	//display: inline;
	//margin-right: -1px;
}
.persons h2 {
	margin-top: 10px;
}
.persons .person {
	padding-right: 0px;
	margin-right: 20px;
}
.persons .tabs-content {
	margin-bottom: 20px;
}
.persons .form-box {
	padding-left: 0px;
	padding-right: 30px;
}
.pics-only {
}
.pics-only .person {
	-width: 0px;
	clear: none;
	float: left;
	margin-right: 0px;
}



/* Табы */

.tabs-content {
	margin-bottom: 40px;
}
ul.tabs {
	display: block;
	margin: 0px;
	padding: 0px;	
	padding-left: 1px;
	-padding-left: 2px;
	border-bottom: 3px solid #ff202b;	
}
ul.tabs li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	-position: relative;
	margin: 0px 0px 0px -1px;
	padding: 7px 10px 8px 10px;	
	background-color: #fff;
	color: #000;	
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;	
}
ul.tabs li a {
	display: block;
	z-index: 10;
	-position:relative;	
	margin: -8px -11px -8px -11px;
	padding: 7px 10px 8px 10px;	
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;	
	text-decoration: none;
	color: #000;
}

ul.tabs li.share a {
	margin: 0 3px 0 0 !important;
	border: none !important;
}

ul.tabs li.share a:hover {
	background-color: #fff !important;
}

ul.tabs-actions li a.big-event {
	font-weight: bold;
	color: #ff202b;
}
ul.tabs li a:hover {
	background-color: #d7d7d7;
	color: #000;
}
ul.tabs li.gray, ul.tabs li.gray a, ul.tabs li.gray a:hover {
	color: #b2b2b2;
}
ul.tabs li.active, ul.tabs li.active a, ul.tabs li.active a:hover {
	background-color: #ff202b;
	border-color: #ff202b;
	color: #fff;
}
.tabs-box {
	overflow: visible; 
	position: relative;
	z-index: 0;
	padding: 0px;
	margin-top: 1px;
}
.tabs-box .inner, .inner-box {
	position: relative;
 	padding: 10px;
 	background-color: #ebebeb;
}

.people-box {
	clear: both;
	//padding-right: 1px;
	padding: 10px 0px 30px 30px !important;
	background-color: #ebebeb;
}
.tasks-box,
.versions-box {
	padding: 0;
	background-color: #ebebeb;
}


/* Дискуссия */

.comment {
	display: block;
	background-color: #fff; 
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	width: 100%;
	clear: both; 	
}
.comment:hover {
	background-color: #ebebeb;
}
.comment:hover .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
}
.c-form {	
	position: relative;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-color: #fff !important;	
}
.c-form .comment-form {
	bottom: -10px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px; 
	background-color: #fff !important;		
}
.comment .person {
	margin-top: -20px;
	margin-left: 11px;
	min-height: inherit;
	height: inherit;
	//height: auto; 
}
.comment .person .u-name {
	clear: both; 
	//padding-right: 1px;	
	overflow: hidden; 
	position: relative;
	z-index: 0; 	
}
.comment .person .u-name div {
	color: #b2b2b2;
	font-family: Tahoma; 
	font-size: 90%; 
	line-height: 140%;	
	margin-right: 6px;	
	margin-bottom: 6px;		
	white-space: nowrap;
	overflow: hidden;
	float: left;
	clear: none;
}
.comment .person .u-name .fade-out {
	margin: 0px;
}
.comment .person ul {
	float: left;
	margin-top: -1px;	
	//margin-right: -1px;
}
.comment .body {
	float: left; 
	width: 82%;
}
.comment .body div {
	margin-left: 11px;
	//padding-top: 6px;
	padding-left: 45px;
	font-size: 115%; 
	line-height: 150%;
}
.comment .all-comments {
	margin-top: 5px;
}
.flag {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}
.actions {
	/* display: inline; */
	display: block;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-family: Tahoma; 
	font-size: 80%; 
	line-height: 140%;
	white-space: nowrap;
}
.actions li {
	display: inline;
	padding: 0px;
	margin: 0px 5px 0px 0px;
	list-style-type: none;
}
.actions li a {
	color: #ff202b;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.actions li a.owner-action {
	color: #b2b2b2;
}
.comment .rating {
	float: right; 
	width: 10%;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;	
	font-size: 115%; 
	line-height: 150%;	
	-padding-top: 6px;
}

/* Плюсминус: кнопками */
.comment .rating span { 
	margin: 0px 0px 0px 0px;
	padding-right: 35px;
	-padding-right: 30px; 
	padding-top: 6px;	
	display: inline; 
}
.comment .rating .plusminus {	
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin-top: 6px;
	-margin-top: 9px;
	visibility: hidden;
	-visibility: visible; 
	margin-left: -23px; 
	display: inline; 	
}
.comment:hover .rating .plusminus {
	visibility: visible;
}
.comment .rating .done {
	position: absolute; 
	white-space: nowrap;	
	margin-top: -4px;
	clear: both;
	color: #b2b2b2;
	text-transform: none;
	font-family: Tahoma;
	font-weight: normal; 
	font-size: 80%; 
	line-height: 130%;
	display: none;
}
.comment:hover .rating .done {
	display: block;
}

.level2 .person, .level2 .body div { margin-left: 56px; }
.level3 .person, .level3 .body div { margin-left: 101px; }
.level4 .person, .level4 .body div { margin-left: 146px; }
.level5 .person, .level5 .body div { margin-left: 191px; }
.level6 .person, .level6 .body div { margin-left: 236px; }
.level7 .person, .level7 .body div { margin-left: 281px; }
.level8 .person, .level8 .body div { margin-left: 326px; }
.level9 .person, .level9 .body div { margin-left: 371px; }
.level10 .person, .level10 .body div { margin-left: 416px; }
.level11 .person, .level11 .body div { margin-left: 461px; }
.level12 .person, .level12 .body div { margin-left: 506px; }
.level13 .person, .level13 .body div { margin-left: 551px; }
.level14 .person, .level14 .body div { margin-left: 596px; }
.level15 .person, .level15 .body div { margin-left: 641px; }

.level16 .person, .level16 .body div { margin-left: 686px; }
.level17 .person, .level17 .body div { margin-left: 731px; }
.level18 .person, .level18 .body div { margin-left: 776px; }
.level19 .person, .level19 .body div { margin-left: 821px; }
.level20 .person, .level20 .body div { margin-left: 866px; }


/* Расследование */

.investigation {	
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	clear: both;   	
}
.investigation .lead { 
	margin: 0px;
	padding: 0px; 
	float: left;
	width: 60%; 
	position: relative;
	z-index: 0;		
}
.investigation .person .u-name {
	color: #b2b2b2;
	font-family: Tahoma; 
	font-size: 90%; 
	line-height: 140%;	
}
.investigation .person ul {
	margin-top: 5px;
}
.investigation .meta {
	position: relative;
	float: right; 
	width: 35%;	
	padding: 3px 10px 10px 10px;	
	margin-top: -5px;
}
.investigation .meta .arrow-l {
	position: absolute;	 	
	top: 7px;
	left: -7px;
	width: 7px;
	height: 15px;
	background: url('/img/arrow-l.gif') top left no-repeat;
}
.problem .meta {
	padding-top: 4px;
	-padding-top: 9px;
}
.meta ul {
	margin: 0px; 
	padding: 0px;
}
.meta ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.meta .submit {
	margin: 15px 0px -20px 0px;
	position: relative;
}
.verdict {
	margin-top: 20px;
}
.verdict-header {
	padding: 10px;
	background-color: #ebebeb;
}
.verdict-content {
	margin: 20px 10px;
	width: 85%;
}



/* Задачи и версии */

.task { 
	border-bottom: 1px solid #ffffff;
	float: left; 
	overflow: hidden; 
	width: 100%;
	position: relative;
}
.task .inner, .task .content {
	position: relative;
	padding: 0px;
	float: left;
	clear: both;
	width: 100%;	
}
.task:hover .inner {
	background-color: #d7d7d7;
}
.add-task:hover .inner {
	background-color: #ebebeb;	
}
.active .inner, .active:hover .inner {
	background-color: #ff202b !important;
}
.task .t-title {
	overflow: hidden; 		 	 			
	float: left; 
	width: 75%;
	position: relative;
	padding: 10px 10px 10px 10px;
	padding-bottom: 1010px;
	margin-bottom: -1000px; 
	background: transparent;
}
.task .w100 {
	width: 95% !important;
	padding-right: 0px;
}
.task .t-title .header {
	width: 100%;	
	white-space: nowrap;	
	font-weight: bold;
	font-size: 115%; 
	line-height: 150%;	
	color: #000;	
}
.task .t-title .header a {
	position: relative;	
	display: block;	
	width: 100%;
	overflow: hidden;	
	margin: -13px -10px -13px -10px;	
	padding: 10px 10px 10px 10px; 
	text-decoration: none;
	border: 0px !important;
	color: #000;
}
.task .t-title .header a.red {
	color: #ff202b;
}
.task .t-title .header a.strike {
	text-decoration: line-through;
	color: #555;
}
.active .t-title .header a {
	color: #fff !important;
}
.task .t-data {		
	float: left; 
	width: 20%;	
	overflow: hidden;	
	padding: 10px 10px 10px 10px;
	padding-bottom: 1010px;
	margin-bottom: -1000px; 	
	border-left: 1px solid #fff;
}
.task .t-data a {
	white-space: nowrap;
}
.task .t-data .full-size {
	color: #555;
	border: 0px;
	padding: 10px;
	margin: -10px;
}
.task .t-data .full-size:hover {
	color: #000;
	font-weight: bold;
}
.active .inner .t-data, .active .inner .t-data a, .active .inner .t-data .full-size:hover {
	color: #fff;
}
.active .inner .t-data a.red {
	visibility: hidden;
}
.task .content {	
	display: none;
}
.active .content {
	display: block;
}
.active .add {
	display: none;
}
.task .t-data ul {
	margin: 0px;
	padding: 0px;
	margin-top: -3px;
	//margin-top: -2px;
}
.task .t-data ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}
.task .t-data ul li a {
	color: #ff202b;
	text-decoration: none;
	border-bottom: dashed 1px;
}
.task .t-data ul li.active a {
	color: #000;
	text-decoration: none;
	border-bottom: none;
}
.task .t-data .submit {
	margin-top: 10px;
}
.task .fade-out {
	z-index: 10; 
	margin-top: 0px;
	background: url('/img/fade-out-gray.png') top left no-repeat;	
}
.task:hover .fade-out, .tabs-box .active .fade-out {
	background: url('/img/fade-out-dark.png') top left no-repeat;
}
.add-task:hover .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
}
.tabs-box .active .fade-out, .tabs-box .active:hover .fade-out {
	background: url('/img/fade-out-red.png') top left no-repeat;	
}
.tabs-box .person .fade-out, .tabs-box .active .person .fade-out {
	background: url('/img/fade-out-gray.png') top left no-repeat;
}
.task .form-box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.task .form-box .submit {
	position: relative;	
	right: auto;	
	bottom: auto;	
	margin-top: 5px;
	float: left;
}
.task .form-box .cancel {
	position: absolute;
	margin: 12px 0px 0px 10px;
}
.manage-links { 
	margin: 10px 0px 10px 45px; 
}
.task-header {
	margin: -25px 0px 45px 10px;
	color: #000;
}

#InvestigationJoinForm {
	margin-top: 20px;
}


/* Полный профиль человека */

.person-profile, .company-add {
	position: relative;
	margin-bottom: 40px !important;
}
.person-profile .profile, .company-add .company {
	position: relative;
	background-color: #ebebeb;	
}
.person-profile .profile .inner {
	padding: 10px;
}
.person-profile .profile .person {
	margin: 0px;
	padding-top: 0px;
}
.person-profile .fright, .company-add .fright {
	padding: 5px 0px 0px 0px;
}
.person-profile .fright ul {
	margin: 0px;
	padding: 0px;
}
.person-profile .fright ul li {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.person-profile .arrow-r, .company-add .arrow-r {
	position: absolute;
	top: 7px;
	right: -7px;
	width: 7px;
	height: 15px;
	background: url('/img/arrow-r.gif') top center no-repeat;
}
.person-profile .info {
	padding-top: 2px;
	min-height: 100px;
	-height: 150px;
}



/* Постраничный скроллинг */

.paginator {
	/* margin-bottom: 30px; */
	clear: both; 	
}
.paginator ul {
	margin: 0px;
	padding: 0px;
	clear: both;	
}
.paginator ul.pages {
	border: 3px solid #d7d7d7;
	border-left: 2px solid #d7d7d7;	
	float: left;
}
.paginator ul li {
	float: left;
	position: relative;	
	margin: 0px;	
	padding: 10px 7px 0px 0px;
	list-style-type: none;
}
.paginator ul.pages li {
	padding: 4px 10px 4px 10px;
	border-left: 1px solid #d7d7d7;	
}
.paginator ul.pages li a {
	position: relative;	
	clear: both;	
	display: block;	
	text-decoration: none;	
	margin: -7px -10px -4px -10px;
	padding: 7px 10px 4px 10px;
}
.paginator ul.pages li a:hover {
	background-color: #d7d7d7;
}
.paginator ul.pages li.current {
	background-color: #ff202b;
	color: #fff;
}
.paginator li.prev {
	margin-left: -15px;
}



/* Страница людей */

.page-lead {
	margin: 0px 0px 40px 0px;
	padding: 0px;		
}
.page-lead li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}
.page-lead .icon {
	position: absolute;
	margin: -3px 0px 0px -35px;
}
#companies-page .page-lead {
	padding-top: 13px;
	margin-left: 354px;
}
#people-page .page-lead {
	margin-left: 400px;
}
#people-page .bgr-gray {
	padding: 33px 0px 30px 30px;	
}
#experts-hat {
	position: absolute;
	z-index: 0;
	width: 312px;
	height: 251px;
	margin: -151px 0px 0px -78px;
	background: url('/img/experts.gif') top left no-repeat;
}



/* Компании */

.company-card .logo {
	position: relative;
	float: left; 
	width: 34%;
}
.company-card .logo img {
	float: right;
	margin: 0px 0px 20px 0px;
	//margin-bottom: 0px;
}
.company-card ul.contacts {
	position: relative;
	float: right;
	width: 65%;
	//margin-bottom: 0px;
}
.company-card ul.contacts li {
	list-style-type: none;
}

.company-logo-contacts .logo {
	margin-bottom: 20px;
}

.company-logo-contacts ul.contacts {
	margin-bottom: 30px; 
}

.company-logo-contacts ul.contacts li {
	margin-left: 0px; 
	list-style-type: none;
}

