/* Instrumentation Style Sheet */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	font-size: 14px;
	font-weight: 400;
	color: #0D0D0D;
	background-color: #fff;
	background-image: url("images/body_circles.png");
	background-repeat: repeat;
	background-position: left top;
}

a {
	color: #25457C;
	text-decoration: underline;
}

a:hover { text-decoration: none; }
a:active { color: #2B539A; }

a.outlined {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #304C7D;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -50px;
	border: 1px solid #304C7D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 2px;
}

a.outlined:hover {
	background-color: #3C689B;
	background-image: none;
}

a.outlined:active {
	background-color: #3C689B;
	background-image: none;
	box-shadow: inset 0 1px 3px #304C7D;
}

/* Header Properties */
.header-elements {
	background-color: transparent;
	background-image: url("images/header_elements.png");
	background-repeat: no-repeat;
	background-position: left 45px;
	height: 115px;
	padding: 25px 0 0 111px;
}

.header-label {
	display: inline-block;
	background-color: transparent;
	background-image: url("images/header_label.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	height: 90px;
}

.header-label.en {
	background-image: url("images/header_label_en.png");
}

.header-issn {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: right;
	padding: 0;
	margin: 12px 0 0 0;
}

.header-university {
	font-size: 12px;
	color: #4B4B4B;
	text-align: justify;
	text-transform: uppercase;
	line-height: 14px;
	background-color: transparent;
	background-image: url("images/itmo_ru_logo.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 235px;
	height: 80px;
	padding: 0 178px 0 0;
	margin: 10px 0 0 0;
}

.header-university_en {
	font-size: 12px;
	color: #4B4B4B;
	text-align: justify;
	text-transform: uppercase;
	line-height: 14px;
	background-color: transparent;
	background-image: url("images/itmo_en_logo.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 180px;
	height: 80px;
	padding: 20 151px 0 0;
	margin: 10px 0 0 0;
}

.header-bar {
	background-color: #F8F8F8;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -80px;
	height: 39px;
	padding: 0;
	z-index: 1;
}

.header-bar .redline {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 0 #304C7D;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -40px;
	width: 50%;
	height: 32px;
	padding: 7px 60px 0 0;
	margin: 0 0 0 -370px;
}

.header-bar .transline {
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left 0px;
	height: 39px;
	width: 32px;
}

.header-bar .whiteline {
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
	text-shadow: 0 1px 0 #fff;
	padding: 7px 0 0 15px;
	width: 763px;
	height: 32px;
}

.header-bar .readmore {
	display: inline-block;
	position: relative;
	top: -3px;
	text-shadow: none;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/header_button.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 160px;
	height: 30px;
	padding: 0;
	margin: 0 30px 0 0;
}

.header-bar .readmore:hover {
	text-decoration: none;
	background-position: left -30px;
}

.header-bar .readmore:active {
	text-decoration: none;
	background-position: left -60px;
}

.header-bar .readmore .info {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 6px;
	font-size: 8px;
	color: #303030;
	line-height: 10px;
	text-align: center;
	width: 20px;
}

.header-bar .readmore .info span {
	font-size: 14px;
	font-weight: 600;
	color: #2C436C;
}

.header-bar .readmore .text {
	position: relative;
	top: 4px;
	left: 20px;
	font-size: 14px;
	color: #FDF7FD;
	text-shadow: 0 0 1px #304C7D;
	line-height: 12px;
}

.header-bar .readmore .text span {
	font-size: 10px;
}

.header-lang {
	position: absolute;
	left: 50%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 170px;
}

.header-lang li {
	float: left;
	margin: 0 0 0 10px;
}

.header-lang li a {
	display: inline-block;
	text-align: center;
	background-color: transparent;
	background-image: url("images/header_tip.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 31px;
	height: 24px;
	padding: 5px 0 0 0;
}

.header-lang li a span {
	display: inline-block;
	background-color: transparent;
	background-image: url("images/header_lang.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.header-lang li a span.ru { background-position: left 0px; }
.header-lang li a span.en { background-position: left -18px; }

/* Body Properties */
.body-pad {
	background-color: transparent;
	background-image: url("images/body_pad.png");
	background-repeat: repeat;
	background-position: left top;
}

.body-nav {
	background-color: #2C5E91;
	border: 1px solid #1B4B7B;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	width: 218px;
}

.body-nav ul {
	list-style: none;
	border-bottom: 1px solid #536FA0;
	width: 218px;
	padding: 0;
	margin: 0 0 7px 0;
}

.body-nav ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #304C7D;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/menu_item.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #4D6CA4;
	border-bottom: 1px solid #1B4B7B;
	padding: 12px 15px;
	width: 188px;
}

.body-nav ul li a:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-image: url("images/menu_item_h.png");
}

.body-nav ul li a:active {
	background-color: #1E5184;
	background-image: none;
	border-top: 1px solid #153B63;
	box-shadow: inset 0 5px 15px #153B63;
	color: #000000;
}
.container-2
{
	float: right;
}
.container-2 input.searchbut
{
padding: 3px;
}
.container-2 input#s_field{
		color: #000000;
  width: 100px;
  height: 27px;
  background: #f2f2f2;
  color: black !important;
  border: none;
  font-size: 10pt;

  color: #262626;
  padding-left: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
 
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
.container-2 input#s_field::-webkit-input-placeholder {
   color: #000000;
}
 
.container-2 input#s_field:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}
 
.container-2 input#s_field::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}
 
.container-2 input#s_field:-ms-input-placeholder {  
   color: #000000;  
}
.container-2 i.fa.fa-search{

  top: 50%;
  margin-left: 17px;
  margin-top: 5px;
  z-index: 1;
  color: #737373;
}
.container-2 input#s_field:focus, .container-2 input#search:active{
  outline:none;
  width: 200px;
}

.container-2:hover input#s_field{
width: 200px;
}
 
.container-2:hover i.fa.fa-search{
  color: #2D5D8E !important;
}

.container-1 
{
padding-left:20px;
margin-top:5px;	
float:right;
padding-right:20px;
}
.container-1 i.fa.fa-user
{
	color:#72728C;
}
.container-1:hover i.fa.fa-user
{
	color:#2E5C8D !important;
}
.container-3
{
	display: inline-block;
}
.fa.fa-list
{
	color:#72728C;
}
.fa.fa-list:hover
{
	color:#2E5C8D !important;
}
.container-4 
{
	display: inline-block;
}
.fa.fa-plus
{
	color:#72728C;
}
.fa.fa-plus:hover
{
	color:#2E5C8D !important;
}
.fa.fa-minus
{
	color:#72728C;
}
.fa.fa-minus:hover
{
	color:#2E5C8D;
}
.fa.fa-plus
{
	color:#72728C;
}
.fa.fa-plus:hover
{
	color:#2E5C8D;
}
.fa.fa-home
{
	color:#72728C;
}
.fa.fa-home:hover
{
	color:#2E5C8D;
}
.fa.fa-sign-out
{
	color:#72728C;
}
.fa.fa-sign-out:hover
{
	color:#2E5C8D;
}
.fa.fa-download
{
	color:#72728C;
}
.fa.fa-download:hover
{
	color:#2E5C8D;
}
.fa.fa-reply-all
{
	
	color:#72728C;
}
.fa.fa-reply-all:hover
{
	
	color:#2E5C8D;
}
.fa.fa-reply-all a 
{
	text-decoration:none;

}

.fa.fa-sign-in
{
	text-decoration:none;
	color:#72728C;
}
.fa.fa-sign-in:hover
{
	text-decoration:none;
	color:#2E5C8D;
}

.fa.fa-user-plus
{
	text-decoration:none;
	color:#72728C;
}
.fa.fa-user-plus:hover
{
	text-decoration:none;
	color:#2E5C8D;
}

.body-content {
	color: #1A1A1A;
	width: 750px;
	padding: 10px 15px;
}

.body-content p {
	text-indent: 30px;
	text-align: justify;
	padding: 0;
	margin: 0 0 15px 0;
}

.body-content p:last-child { margin: 0; }

.body-content p h2 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin: 5px 0 10px 0;
}

.body-shadow {
	background-color: transparent;
	background-image: url("images/body_shadow.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.body-curve {
	background-color: transparent;
	background-image: url("images/body_curve.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 15px 0;
}

/* Footer Properties */
.footer-box {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #505050;
	background-color: #4B4B4B;
	background-image: url("images/footer_line.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px 0;
}

.footer-subbox {
	text-align: center;
	background-color: #282828;
	background-image: url("images/footer_darkness.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	margin: 0;
}

.footer-subbox img { margin: 0 4px; }

.shortcut {
	display: inline-block;
	white-space: nowrap;
	background-color: transparent;
	background-image: url("images/footer_icons.png");
	background-repeat: no-repeat;
	height: 20px;
	padding: 4px 0 0 28px;
}

.shortcut.mail { background-position: left 0px; }
.shortcut.phone { background-position: left -24px; }

.shortcut a {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #505050;
	text-decoration: none;
}

.shortcut a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Special Properties */
.center { margin: 0 auto; }
.content-lim { width: 1000px; }
.float-left { float: left; }
.float-right { float: right; }
.clearfix { clear: both; }
.intext-right { margin: 0 0 10px 10px; }
.intext-left { margin: 10px 10px 0 0; }
.space-left { padding: 0 0 0 10px; }
.space-right { padding: 0 10px 0 0; }
.valignfix { vertical-align: middle; }
.noborder { border: none; }
.inline { margin: 6px 2px 0 2px; }

div.public {
	float:left;
	font-size:15px;
	width: 55px;
	text-align:center;
	padding-bottom:10px;
}

div.spis_arti {
	padding-bottom:5px;
	width: 90%;
	float:left;
}

div.spis_arti_a {
	padding-bottom:5px;
	width: 90%;
	float:left;
}

div.spis_arti_a:hover {
	background: #f9f9f9;
}

div.spis_page {
	padding-left:5px;
	width: 8%;
	float:left;
	text-align:right;
}

div.person:hover {
	background: #f9f9f9;
}

.body-search1 {
	margin-top: -3px;
	text-align: right;
	float: right;
}

.body-search1 .textfield {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	color: #B3B3B3;
	background-color: transparent;
	background-image: url("images/body_field.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 152px;
	height: 33px;
	padding: 0 10px;
	margin: 0;
}

.body-search1 .searchbut {
	position: relative;
	top: -1px;
	left: -5px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("images/body_sbut.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 36px;
	height: 33px;
	padding: 0;
	margin: 0;
}

.body-search1 .searchbut:hover { background-position: left -33px; }
.body-search1 .searchbut:active { background-position: left -66px; }

/* Instrumentation Style Sheet */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	font-size: 14px;
	font-weight: 400;
	color: #0D0D0D;
	background-color: #fff;
	background-image: url("images/body_circles.png");
	background-repeat: repeat;
	background-position: left top;
}

a {
	color: #25457C;
	text-decoration: underline;
}

a:hover { text-decoration: none; }
a:active { color: #2B539A; }

a.outlined {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #304C7D;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -50px;
	border: 1px solid #304C7D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 2px;
}

a.outlined:hover {
	background-color: #3C689B;
	background-image: none;
}

a.outlined:active {
	background-color: #3C689B;
	background-image: none;
	box-shadow: inset 0 1px 3px #304C7D;
}

/* Header Properties */
.header-elements {
	background-color: transparent;
	background-image: url("images/header_elements.png");
	background-repeat: no-repeat;
	background-position: left 45px;
	height: 115px;
	padding: 25px 0 0 111px;
}

.header-label {
	display: inline-block;
	background-color: transparent;
	background-image: url("images/header_label.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 360px;
	height: 90px;
}

.header-issn {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 12px 0 0 180px;
}

.header-university {
	font-size: 12px;
	color: #4B4B4B;
	text-align: justify;
	text-transform: uppercase;
	line-height: 14px;
	background-color: transparent;
	background-image: url("images/itmo_ru_logo.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 235px;
	height: 80px;
	padding: 0 178px 0 0;
	margin: 10px 0 0 0;
}

.header-university_en {
	font-size: 12px;
	color: #4B4B4B;
	text-align: justify;
	text-transform: uppercase;
	line-height: 14px;
	background-color: transparent;
	background-image: url("images/itmo_en_logo.png");
	background-repeat: no-repeat;
	background-position: right center;
	width: 180px;
	height: 80px;
	padding: 0 151px 0 0;
	margin: 10px 0 0 0;
}

.header-bar {
	background-color: #F8F8F8;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -80px;
	height: 39px;
	padding: 0;
	z-index: 1;
}

.header-bar .redline {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: right;
	text-shadow: 0 1px 0 #304C7D;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left -40px;
	width: 50%;
	height: 32px;
	padding: 7px 60px 0 0;
	margin: 0 0 0 -370px;
}

.header-bar .transline {
	background-color: transparent;
	background-image: url("images/header_bar.png");
	background-repeat: repeat-x;
	background-position: left 0px;
	height: 39px;
	width: 32px;
}

.header-bar .whiteline {
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
	text-shadow: 0 1px 0 #fff;
	padding: 7px 0 0 15px;
	width: 763px;
	height: 32px;
}

.header-bar .readmore {
	display: inline-block;
	position: relative;
	top: -3px;
	text-shadow: none;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/header_button.png");
	background-repeat: no-repeat;
	background-position: left 0px;
	width: 160px;
	height: 30px;
	padding: 0;
	margin: 0 30px 0 0;
}

.header-bar .readmore:hover {
	text-decoration: none;
	background-position: left -30px;
}

.header-bar .readmore:active {
	text-decoration: none;
	background-position: left -60px;
}

.header-bar .readmore .info {
	display: inline-block;
	position: relative;
	top: 4px;
	left: 6px;
	font-size: 8px;
	color: #303030;
	line-height: 10px;
	text-align: center;
	width: 20px;
}

.header-bar .readmore .info span {
	font-size: 14px;
	font-weight: 600;
	color: #2C436C;
}

.header-bar .readmore .text {
	position: relative;
	top: 4px;
	left: 20px;
	font-size: 14px;
	color: #FDF7FD;
	text-shadow: 0 0 1px #304C7D;
	line-height: 12px;
}

.header-bar .readmore .text span {
	font-size: 10px;
}

.header-lang {
	position: absolute;
	left: 50%;
	list-style: none;
	padding: 0;
	margin: 0 0 0 170px;
}

.header-lang li {
	float: left;
	margin: 0 0 0 10px;
}

.header-lang li a {
	display: inline-block;
	text-align: center;
	background-color: transparent;
	background-image: url("images/header_tip.png");
	background-repeat: no-repeat;
	background-position: left top;
	width: 31px;
	height: 24px;
	padding: 5px 0 0 0;
}

.header-lang li a span {
	display: inline-block;
	background-color: transparent;
	background-image: url("images/header_lang.png");
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.header-lang li a span.ru { background-position: left 0px; }
.header-lang li a span.en { background-position: left -18px; }

/* Body Properties */
.body-pad {
	background-color: transparent;
	background-image: url("images/body_pad.png");
	background-repeat: repeat;
	background-position: left top;
}

.body-nav {
	background-color: #2C5E91;
	border: 1px solid #1B4B7B;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	width: 218px;
}

.body-nav ul {
	list-style: none;
	border-bottom: 1px solid #536FA0;
	width: 218px;
	padding: 0;
	margin: 0 0 7px 0;
}

.body-nav ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px 0 #304C7D;
	text-decoration: none;
	background-color: transparent;
	background-image: url("images/menu_item.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #4D6CA4;
	border-bottom: 1px solid #1B4B7B;
	padding: 12px 15px;
	width: 188px;
}

.body-nav ul li a:hover {
	color: #F0F0F0;
	text-decoration: none;
	background-image: url("images/menu_item_h.png");
}

.body-nav ul li a:active {
	background-color: #1E5184;
	background-image: none;
	border-top: 1px solid #153B63;
	box-shadow: inset 0 5px 15px #153B63;
}

.body-search {
	text-align: center;
	border-top: 1px solid #D71930;
	padding: 12px 0 9px 0;
}

.body-search .textfield {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	color: #B3B3B3;
	background-color: transparent;
	background-image: url("images/body_field.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 132px;
	height: 33px;
	padding: 0 10px;
	margin: 0;
}

.body-search .searchbut {
	position: relative;
	top: -1px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("images/body_sbut.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 36px;
	height: 33px;
	padding: 0;
	margin: 0;
}


.body-search .searchbut:hover { background-position: left -33px; }
.body-search .searchbut:active { background-position: left -66px; }

.body-content {
	color: #1A1A1A;
	width: 750px;
	padding: 10px 15px;
}

.body-content p {
	text-indent: 30px;
	text-align: justify;
	padding: 0;
	margin: 0 0 15px 0;
}

.body-content p:last-child { margin: 0; }

.body-content p h2 {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	margin: 5px 0 10px 0;
}

.body-shadow {
	background-color: transparent;
	background-image: url("images/body_shadow.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.body-curve {
	background-color: transparent;
	background-image: url("images/body_curve.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0 0 15px 0;
}

/* Footer Properties */
.footer-box {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #505050;
	background-color: #4B4B4B;
	background-image: url("images/footer_line.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 15px 0;
}

.footer-subbox {
	text-align: center;
	background-color: #282828;
	background-image: url("images/footer_darkness.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	margin: 0;
}

.footer-subbox img { margin: 0 4px; }

.shortcut {
	display: inline-block;
	white-space: nowrap;
	background-color: transparent;
	background-image: url("images/footer_icons.png");
	background-repeat: no-repeat;
	height: 20px;
	padding: 4px 0 0 28px;
}

.shortcut.mail { background-position: left 0px; }
.shortcut.phone { background-position: left -24px; }

.shortcut a {
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 #505050;
	text-decoration: none;
}

.shortcut a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Special Properties */
.center { margin: 0 auto; }
.content-lim { width: 1000px; }
.float-left { float: left; }
.float-right { float: right; }
.clearfix { clear: both; }
.intext-right { margin: 0 0 10px 10px; }
.intext-left { margin: 10px 10px 0 0; }
.space-left { padding: 0 0 0 10px; }
.space-right { padding: 0 10px 0 0; }
.valignfix { vertical-align: middle; }
.noborder { border: none; }
.inline { margin: 6px 2px 0 2px; }

div.public {
	float:left;
	font-size:15px;
	width: 55px;
	text-align:center;
	padding-bottom:10px;
}

div.spis_arti {
	padding-bottom:5px;
	width: 90%;
	float:left;
}

div.spis_arti_a {
	padding-bottom:5px;
	width: 90%;
	float:left;
}

div.spis_arti_a:hover {
	background: #f9f9f9;
}

div.spis_page {
	padding-left:5px;
	width: 8%;
	float:left;
	text-align:right;
}

div.person:hover {
	background: #f9f9f9;
}

.body-search1 {
	margin-top: -3px;
	text-align: right;
	float: right;
}

.body-search1 .textfield {
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype";
	color: #B3B3B3;
	background-color: transparent;
	background-image: url("images/body_field.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 152px;
	height: 33px;
	padding: 0 10px;
	margin: 0;
}

.body-search1 .searchbut {
	position: relative;
	top: -1px;
	left: -5px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url("images/body_sbut.png");
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	width: 36px;
	height: 33px;
	padding: 0;
	margin: 0;
}

.body-search1 .searchbut:hover { background-position: left -33px; }
.body-search1 .searchbut:active { background-position: left -66px; }


.login_form {
 float:left;
 text-align:right;
 width: 50%;
}
.login_form  input{
	padding: 5px;
	margin-bottom: 10px
}
.reg_form {
 float:right;
  width: 50%;
 text-align:right;
}
.reg_form  input{
	padding: 5px;
	margin-bottom: 10px
	
}
.article_table{
	
	width:100%;
	padding:5px;
	border-collapse: collapse;
	
}
.article_table th {
font-weight: bold;
text-align:left;	
display: table-cell;

}
.article_table td {
vertical-align: top;
padding: 10px;
text-align:left;
border: 1px groove black;
display: table-cell;
}
.article_table tr:nth-child(2n) 
{

background: #f0f0f0;

}

.comments_article ul {
list-style: none;
padding: 0px;
}
.admin_comment {
	text-align: right;
    padding: 10px;
    background-color: rgba(218, 219, 218, 0.7);
	width: 80%;
}
.admin_comment span {
	font-style: italic;
	display: block;
	font-size: 15px;
    font-weight: 600;
}
.user_comment {
	background-color: rgba(242, 242, 242, 0.7);
	text-align: left;
    padding: 10px;
	width: 80%;
}
.user_comment span {
	font-style: italic;
	display: block;
	font-size: 15px;
    font-weight: 600;
}
.attach  {
	text-align:right;
}
.validator-form input {
	margin-top: 5px;
}
.validator-form  table {
	width: 100%;
}
.validator-form td:first-child {
  width:30%;
}
.validator-form td:last-child {
  width:70%;
}
.bootstrap-tagsinput {
	vertical-align: middle;
	line-height: 22px;
	cursor: text;
    background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	color: #555;
	display: block;
	font-size: 14px;
	line-height: 1.42857;
	padding: 6px 12px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 78%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.label {
	display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
	background-color: #2C5E90;
}
.form-control {
    display: block;
    width: 80%;
    height: 30px;
    font-size: 14px;
	margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.42857143;
    color: #555;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control input,select{
padding-left: 10px;
}
.inputtext {
padding-left: 10px;
}
.textarea {
height: 120px;
padding-left: 10px;
}
.control-label {
margin: 5px;
}
.validator-form hr{
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
width: 80%;
text-align:left;
margin-left:0
}
.comments_article hr{
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
width: 80%;
text-align:left;
margin-left:0
}

div.left-bar {
	width: 220px;
	height: auto;
	display: table;
	margin: 0;
	padding: 0;
	float: left;
}

div.left-bar div.title_item{
	margin-top: 15px;
	width: 220px;
	height: 30px;
	float: left;
	background: #2C5E91;
	position: relative;
	border-radius: 4px;
}

div.left-bar div.title_item h2{
	padding-left: 5px;
	font-size: 20px;
	font-weight: normal;
	margin: 3px 0 0 10px ;
	color: #fff;
}

div.left-bar div.title_text{
	width: 190px;
	height: auto;
	float: left;
	display: table;
	border:2px solid #2C5E91;
	border-radius: 4px;
	margin: -4px 0 20px 10px;
	padding: 5px;
	text-align: center;
}

div.left-bar div.title_text img{
	width: 135px;
}