@charset "utf-8";
/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
	background-image: url(../img/back.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #000;
	overflow: scroll;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 18px;
	padding-left: 18px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h2 {
	margin: 0 0 10px 0;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

h3 {
	margin: 0 0 8px 0;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h4 {
	margin: 0 0 6px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h4.slide_title{
	margin: 6px 0 4px 0;
	padding-right: 12px;
	padding-left: 12px;
	font: 21px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

h4.for_news{
	margin: 0 0 6px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h4.proj_in_silico{
	margin: 0 0 6px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

h5 {
	margin: 0 0 18px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

#people td {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 8px 0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
}

p.slide_description{
	margin: 4px 0 4px 0;
	padding-right: 12px;
	padding-left: 12px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

p.for_news {
	margin: 16px 0 0px 0;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.3;
}

p.date_for_news {
	margin: 3px 0 20px 0;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #777;
	line-height: 1.3;
}

p.proj_in_silico {
	margin: 12px 0 20px 0;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify;
	color: #000;
	line-height: 1.4;
}

p.bottom {
	margin: 8px 0 8px 0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
}

p.bottom-grants {
	margin: 8px 0 8px 30px;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.4;
}

p.for_footer {
	margin: 0 0 3px 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.3;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0022bb;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
/*	color: #800080; */
	color: #0022bb;
	text-decoration: underline;
}
a:hover {
	color: #0022bb;
}

a:active {
	color: #0022bb;
}

a.paper img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;

}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a.paper:link {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a.paper:visited {
/*	color: #800080; */
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
a.paper:hover {
	font: 14px Arial, Helvetica, sans-serif;
	color: #0000ff;
	text-decoration: underline;
}

a.paper:active {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}


a.for_pic:link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a.for_pic:visited {
/*	color: #800080; */
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.for_pic:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0022bb;
	text-decoration: underline;
}
a.for_pic:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

table.news {
	width: 814px;
	margin: 0 18px 0px 18px;

	padding-top: 10px;
}

#list_of_news table {
	width: 814px;
	margin: 0 18px 0px 18px;

	padding-top: 10px;
	/* color: #aaa; */
	/* background-color: #ccc; */
}

tr.news_border_bottom td {
  border-bottom:1pt solid black;
}

h4.news {
	font: 17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0px 18px 6px 18px;
}

p.fig_caption {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

p.news_text {
	font: 14px Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.4;
	margin: 0;
	padding: 0 18px 12px 18px;
}
p.news_date {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #888;
	margin: 0;
	padding: 0 18px 0 18px;
}




#people table {
	width: 790px;
	margin: 0 18px 36px 20px; /* Before 2022.02.07 it was: margin: 0 18px 36px 42px;*/
	padding: 0;
}

#people p {
	margin: 0;
	padding: 0 18px 0 12px;
}

#people p.bottom {
	margin-bottom: 20px;
	padding: 0 18px 0 18px;
}

#people h2 {
	margin: 0 0 18px 0;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#people h4 {
	margin: 0 0 12px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

#people h4.name {
	margin: 0 0 6px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 12px;
}

#people h4.name2 {
	margin: 0 0 6px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 18px;
}

#people h4.name3 {
	margin: 0 0 6px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	padding-left: 0px;
}

#people h5 {
	margin: 0 0 12px 0;
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

#publs h2 {
	margin: 0 0 18px 0;
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

#publs h4 {
	margin: 22px 0 9px 0;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

#publs p {
	margin: 0 0 18px 0;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 1.35;
}

#publs a:link {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002299;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

#publs a:visited {
/*	color: #800080; */
	color: #002299;
	text-decoration: none;
}

#publs a:hover {
	color: #002299;
}

#publs a:active {
	color: #002299;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	position: relative;
	width: 850px;
	background-color: #ebebeb;
	box-shadow: 5px 9px 55px rgba(128,128,128,1.2);
	margin: 30px auto 50px auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	position: relative;
	height: 116px;
	width: 850px;
	background-color: #ebebeb;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	/*
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ccc;
	*/
	display: block;
}

/* ~~ This is the layout information. ~~

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

div.left_column{
	width: 557px;
	display: inline-block;
	background-color: #fff;

	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 18px;
	border: 0px solid #ccc;
}

div.bxslider{
	border: 0px solid #555;
	padding: 0px;
	margin: 0px;
}

div.slide_caption{
	display: inline-block;
	height: 58px;
	width: 100%;
	/* line-height: 40px; */
	text-align: left;
	position: absolute;
	z-index: 3;
	bottom: 0px;
	right: 0px;
	/* border-radius: 3px; */
	background: rgba(80, 80, 80, 0.8);
	text-decoration: none;
	outline: none;
	/* transition: .2s ease-in-out; */
}

div.right_column{
	float: right;
	width: 226px;
	background-color: #fff;

	padding: 7px 0 0 9px;
	margin: -5px 20px 10px 20px;
	/* border: 2px solid #ccc */
}

div.news{
	float: right;
	width: 226px;
	background-color: #fff;

	box-shadow: 0px 0px 5px rgba(130,130,130,1.2);

	padding: 10px 0 0 0;
	margin: 37px 0px 0px 0px;
	border: 2px solid #ccc
}

div.proj_in_silico{
	float: right;
	width: 226px;
	background-color: #fff;

	box-shadow: 0px 0px 5px rgba(130,130,130,1.2);

	padding: 10px 0 0 0;
	margin: 20px 0px 0px 0px;
	border: 2px solid #ccc
}

.content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 850px;
	background-color: #FFF;
	padding: 40px 0 10px 0;
	margin: 0 0 0 0;
	/*
	border-bottom: 3px solid #999;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ccc;
	*/
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */

/* ~~ The footer ~~ */
.footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 850px;
	background-color: #ebebeb;
	padding: 7px 0 24px 0;
	/* padding: 6px 0 6px 0; */
	margin: 0 0 0 0;
	text-align: left;
	/* text-align: center; */
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#nav {
	position: absolute;
	display: block;
	width: 850px;
	hight: 26px;
	margin: 0;
	padding: 0;
	font: 15px Arial, Helvetica, sans-serif;
	background-color: #ffed5c;
	/*
	border-left: 2px solid #ddd;
	border-right: 2px solid #ccc;
	*/
	z-index: 2;

}

#nav ul {
	margin-left: 120px;
	background-color: #ffed5c;
}

#nav ul.en {
	margin-left: 120px;
	background-color: #ffed5c;
}

#nav ul.ru {
	margin-left: 104px;
	background-color: #ffed5c;
}

#nav li {
	float: left;
	display: inline;
	background-color: #ffed5c;
	border: 0px solid black;
	text-align: center;
	hight: 26px;
/*	white-space: pre; */
}

#nav li.n1_en {
	width: 74px;
}

#nav li.n2_en {
	width: 76px;
}

#nav li.n3_en {
	width: 110px;
}

#nav li.n4_en {
	width: 80px;
}

#nav li.n5_en {
	width: 76px;
}

#nav li.n6_en {
	width: 80px;
}

#nav li.n7_en {
	width: 70px;
}

#nav li.n1_ru {
	width: 88px;
}

#nav li.n2_ru {
	width: 110px;
}

#nav li.n3_ru {
	width: 112px;
}

#nav li.n4_ru {
	width: 90px;
}

#nav li.n5_ru {
	width: 70px;
}

#nav li.n6_ru {
	width: 86px;
}

#nav li.n7_ru {
	width: 84px;
}

#nav a.current, #nav a.current:visited {
	float: left;
	display: block;
	color: #000;
	padding : 2px 10px 1px 10px;
	border: 0;
	text-decoration : none;
	text-align: center;
	background-color: fffbd9;
	font-weight: bold;
	letter-spacing: normal;
	hight: 26px;
}

#nav a.current:hover, #nav a.current:active {
	background-color: #fffbd9;
	color: #000;
	text-decoration: none;
	display: block;
}
#nav a, #nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	float: left;
	display: block;
	color: #000;
	padding : 2px 10px 2px 10px;
	border: none;
	text-decoration : none;
	text-align: center;
	background-color: #ffed5c;
	font-weight: normal;
	color: #000;
	letter-spacing: 0px;
}
#nav a:hover, #nav a:active, #nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: #fffbd9;
	color: #000;
	text-decoration: none;
}

.list-group {
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 25px 15px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #fff;
  border: 2px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
a.list-group-item:visited,
button.list-group-item {
  color: #555;
  text-decoration : none;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
