/*body{ font: 62.5% "Trebuchet MS", sans-serif; margin-left: 25px; margin-right: 25px; margin-top: 0px; margin-bottom: 25px; background-color:#f7f7f7;}*/

body.ui-widget-content{
  margin-top: 0px;
  padding-top: 0px;
  border: 0px !important;
  font-size: 62.5%  !important;
}

.MsTextContent{
  font-family: "Trebuchet MS", sans-serif;
  font-size: 140%  !important;
  padding-left: 10px;
  padding-right: 10px;
}

.MsThemeHrC {
  color: #79b7e7;
  background-color: #79b7e7;
}

.TrFondTnpaIsChanged{
  background-color: #ffbbbb !important;
  background-image: none;
/*  color: #ffffff !important;*/
}

.TrFondTnpaIsCancelled > td:first-child{
  border-style: dashed !important;
  border-width: 1px !important;
  border-color: #ff0000 !important;
  /*border-style: dotted !important;*/
}

.RowOddC{
	background-color: #f3f5f5;
}

.RowSelectC:hover, .RowSelectC:hover > .TdGreedT > a {
	color:#ffffff;
	background-color:#81a44c;
}

.ui-menu { width: 200px; }

#ModulesDescription {padding: 20px; padding-top: 0px; margin: 3px;}
#ModulesDescription DIV.ui-state-highlight {float: left; padding: 20px; margin-left: 20px; margin-top: 20px;}

.DivMenuBar {margin-top:3px; margin-bottom:3px;}
.DivMenuBarFixredmond .ui-menubar .ui-widget-content {background: #5c9ccc !important;}
.DivMenuBarFixsmoothness .ui-menubar .ui-widget-content {}
.DivMenuBarFixsunny .ui-menubar .ui-widget-content {background: #817865 !important;}
.DivMenuBarFixui-lightness .ui-menubar .ui-widget-content {background: #f6a828 !important;}
.DivMenuBarFixui-darkness .ui-menubar .ui-widget-content {}
.DivMenuBarFixblitzer .ui-menubar .ui-widget-content {background: #cc0000 !important;}

.TableFormView tr th, .TableFormView tr td{
  vertical-align: top;
  text-align: left;
}

.TableFormView tr th, .TableFormView tr td label{
  font-weight: bold;
}

.TdLabelLeftT, .TdLeftT{
  vertical-align: top;
  text-align: left;
}

.ui-state-default {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ui-state-line-spacing {
  line-height: 2;
}

.MsThemeHrT{
  border: 0;
  height: 1px;
}

.N1QFLabelT {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.MsPseudoAT{
	cursor:pointer;
}

.MsUsersSettings{}

.gBlock{
  top: 78px !important;
}

ol, ul{
	padding: 0;
  margin-left: 20px;
}

.MsCopyRight{
	text-align: center; 
  padding-right:5px; 
  font-size: 0.9em;
}

.MenuLang{
/*  position: absolute;*/
  float: right;
}

.MsClearFloat{
  margin: 0;
  padding: 0;
  clear: both;
}

.ui-autocomplete-loading { 
  background: white url(images/loading.gif) right center no-repeat; 
}
  
.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}

.FirstPageCol1 {
  float: left;
  margin-left: 15px;
  width: 325px;
}

.FirstPageCol2 {
  float: left;
  margin-left: 15px;
}

.UnitHeader {
  display: block;
  padding-top: 7px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
}

.LogoIps{
  margin-top: 25px;
  margin-bottom: 25px;
  background: none !important;
  border: none !important;
  text-align: center;
  font-size: 2.8em;
  font-family: Myriad Pro, sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 0 !important;
}

.form_auth{
  font-size: 1.4em;
  position: relative;
  width: 350px;
  height: 250px;
  left: 50%;
  margin-left: -175px;
}

.LogoInst{
  position: relative;
  /*display: block;*/
  left: 45%;
  margin-left: -177px;
  width: 550px;
}

.LogoInst img{
  width: 131px;
  height: 69px;
}

.MsTextContent ol {
  counter-reset: list1;
  padding-left: 17px;
} 

.MsTextContent ol li {
  list-style-type: none !important;
  list-style-type: decimal; /* Оставляем нумерацию в браузере IE6 и ниже */
  padding-top: 7px;
}

.MsTextContent ol > li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}

.MsTextContent ol ol {
  counter-reset: list2;
  padding: 17px
} 
.MsTextContent ol ol > li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
}

.MsTextContent ol ol ol{
  counter-reset: list3;
  padding: 17px;
}

.MsTextContent ol ol ol > li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
}

.MsTextContent ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.MsTextContent ul li:before {
  content: "-";
  font-size: 70% !important;
  padding-right: 7px;
}

ul.ContentHowToConnectUl{
  counter-reset: list1;
  padding-left: 17px;
}

ul.ContentHowToConnectUl li {
  list-style-type: none !important;
  padding-top: 7px;
}

ul.ContentHowToConnectUl li:before {
  counter-increment: none !important;
  content: none !important;
}

ul.ContentHowToConnectUl li div:first-child{
  width: 140px;
  float: left;
}

ul.ContentHowToConnectUl li div:first-child + div{
  margin-left: 150px;
}

ul.ContentHowToConnectUl li div:first-child img{
  width: 131px;
  height: 69px;
}

.MsStateRow{
  width: 20px;
  height: 14px;
  vertical-align: bottom;
  margin-top: 2px;
  margin-right: 2px;
}

.MsStateRow > span{
  margin-top: -1px !important;
  margin-left: 2px;
}

.ui-jqgrid tr.jqgrow td {
    word-wrap: break-word !important; /* IE 5.5+ CSS3 see http://www.w3.org/TR/css3-text/#text-wrap */
    white-space: normal !important; /* CSS3 */
    white-space: -moz-normal !important; /* Mozilla, since 1999 */
    white-space: -normal !important; /* Opera 4-6 */
    white-space: -o-normal !important; /* Opera 7 */
    overflow: hidden !important;
    height: auto !important;
    vertical-align: middle !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    word-wrap: break-word !important; /* IE 5.5+ CSS3 see http://www.w3.org/TR/css3-text/#text-wrap */
    white-space: normal !important; /* CSS3 */
    white-space: -moz-normal !important; /* Mozilla, since 1999 */
    white-space: -normal !important; /* Opera 4-6 */
    white-space: -o-normal !important; /* Opera 7 */
    overflow: hidden !important;
    height: auto !important;
    vertical-align: middle !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.ui-jqgrid .ui-userdata {
    word-wrap: normal !important; /* IE 5.5+ CSS3 see http://www.w3.org/TR/css3-text/#text-wrap */
    overflow: auto !important;
    height: auto !important;
}
.jstree-classic.jstree-focused { background:none !important; }

.MessageBlock .MessageBody{
  max-height: 400px; 
  min-width: 450px; 
  overflow: auto;
}

.MessageBlock .MessageHeader, .MessageBlock .MessageBody{
  margin-top: 10px; padding: 0.7em;
}

.MessageBlock .MessageHeader label{
  display: inline-block;
  width: 40px;
  font-weight: bold;
}

.MessageBlock .MessageHeader .MessageHeaderNumber{
  float: left;
  width: 50%;
}

.MessageBlock .MessageHeader .MessageHeaderDate{
  margin-left: 51%;
}

.EtkStructureWidget{ 
  padding: 3px;
}

.EtkStructureWidget > .EtkStructureWidgetLeft{
  float: left; 
  width: 325px;
}

.EtkStructureWidget > .EtkStructureWidgetLeft > .EtkStructureTreeMenu{
  padding-bottom: 7px;
}

.EtkStructureWidget > .EtkStructureWidgetLeft > #EtkStructureTree{
  height: 400px;
  overflow: scroll;
}

.EtkStructureWidget > .EtkStructureWidgetRight{
  margin-left: 332px;
}

.EtkStructureWidget > .EtkStructureWidgetRight > .EtkStructureIdContent{
  height: 400px; 
  min-width: 550px; 
  overflow: scroll;
  padding: 3px;
}

.NDTStructureWidget{ 
  padding: 3px;
}

.NDTStructureWidget > .NDTStructureWidgetLeft{
  float: left; 
  width: 325px;
}

.NDTStructureWidget > .NDTStructureWidgetLeft > .NDTStructureTreeMenu{
  padding-bottom: 7px;
}

.NDTStructureWidget > .NDTStructureWidgetLeft > #NDTStructureTree{
  height: 400px;
  overflow: scroll;
}

.NDTStructureWidget > .NDTStructureWidgetRight{
  margin-left: 332px;
}

.NDTStructureWidget > .NDTStructureWidgetRight > .NDTStructureIdContent{
  height: 400px; 
  min-width: 550px; 
  overflow: scroll;
  padding: 3px;
}


.EtkStructureIdContent > div .ui-tabs-panel > table{
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid black;*/
}

.EtkStructureIdContent > div .ui-tabs-panel > table > thead > tr > th{
  padding-left: 50px;
  text-align: left;
}

.EtkStructureIdContent > div .ui-tabs-panel > table > tbody > tr > :first-child{
  width: 220px;
}

.EtkStructureIdContent > div .ui-tabs-panel table td{
/*  border: 1px solid black;
  vertical-align: top;*/
}

.EtkStructureIdContent > div .ui-tabs-panel table td label{
  font-weight: bold;
}

#EtkStructureIdMenuSection{
  /*float:right;*/
  /*right:10px;*/
  width: 120px;
  margin-left: 3px; 
  /*margin-left:auto; margin-right:0px;*/
}

#EtkActiveEditContent{
  padding: 3px;
}

#EtkActiveEditContent #EtkActiveEditContentSelected{
  float: left;
  width: 425px;
}

#EtkActiveEditContent #EtkActiveButtonSection{
  vertical-align: middle;
  /*padding-top: 200px;*/
  /*float: left;*/
  width: 33px;
}

#EtkActiveEditContent #EtkActiveEditContentSelect{
  float: left;
}

.EtkActivitiesTableDivLeft{
    float: left;
}

.EtkActivitiesTableDivRight{
    float: left;
    padding-left: 5px;
}


#EtkActiveEditContent #EtkActiveButtonSection button{
  display: block;
  margin-left: 4px;
  margin-right: 3px;
  margin-bottom: 20px;
}

.NDTStructureIdContent > div .ui-tabs-panel > table{
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid black;*/
}

.NDTStructureIdContent > div .ui-tabs-panel > table > thead > tr > th{
  padding-left: 50px;
  text-align: left;
}

.NDTStructureIdContent > div .ui-tabs-panel > table > tbody > tr > :first-child{
  width: 220px;
}

.NDTStructureIdContent > div .ui-tabs-panel table td{
/*  border: 1px solid black;
  vertical-align: top;*/
}

.NDTStructureIdContent > div .ui-tabs-panel table td label{
  font-weight: bold;
}

#NDTStructureIdMenuSection{
  /*float:right;*/
  /*right:10px;*/
  width: 120px;
  margin-left: 3px; 
  /*margin-left:auto; margin-right:0px;*/
}

#NDTActiveEditContent{
  padding: 3px;
}

#NDTActiveEditContent #NDTActiveEditContentSelected{
  float: left;
  width: 425px;
}

#NDTActiveEditContent #NDTActiveButtonSection{
  vertical-align: middle;
  /*padding-top: 200px;*/
  /*float: left;*/
  width: 33px;
}

#NDTActiveEditContent #NDTActiveEditContentSelect{
  float: left;
}

.NDTActivitiesTableDivLeft{
    float: left;
}

.NDTActivitiesTableDivRight{
    float: left;
    padding-left: 5px;
}


#NDTActiveEditContent #NDTActiveButtonSection button{
  display: block;
  margin-left: 4px;
  margin-right: 3px;
  margin-bottom: 20px;
}

#ButtonWindowClose {
  float: right; 
  width: 120px; 
  margin-bottom: 3px;
}

.UserProfileCardLeft{
  float: left;
  width: 140px; 
}

.UserProfileCardRight{
  margin-left: 141px; 
}

.Informer {
    margin-bottom: 7px !important;
}

.Informer div{
    padding-left:7px;
    padding-right:3px;
    padding-bottom:14px;
}

.Informer div ul{
    list-style-type: none !important;
    margin-left: 0px;
}


.padding-all {
	padding: 20px;
}

.clear_both {
    clear: both;
    height: 10px;
}

.org-user_block {
    float: left;
    width: 63%;	
	border: 1px solid #aaaaaa;
}

.services_block {
	margin-left: 65%;
	border: 1px solid #aaaaaa;
}

.pad_block {
    padding: 20px;	
}

.photo_block {
	float: left;
	width: 175px;
}

.info_block {
	margin-left: 185px;
}

.pad_one {
	padding-top:18px;
}

.pad_two {
	padding-top:10px;
}

.pad_three {
	padding-top:3px;	
}

.txt_b {
    font-family: Arial;
    font-size: 15px;
    color: #000000;
    font-weight: bold;	
}

.txt_akk {
    font-family: Arial;
    font-size: 12px;
    color: #9c9c9c;	
}

.txt_a_org {
	font-family: Arial;
    font-size: 14px;
    color: #39c587;
}

.txt_a_user {
    font-family: Arial;
    font-size: 14px;
    color: #ff9d03;
}

.txt_naim_polya {
	font-family: Arial;
    font-size: 11px;
    color: #698088;
	font-style:italic;
	font-weight: bold;
}

.txt_a {
	font-family: Arial;
    font-size: 14px;
    color: #639cbc;	
}

.txt {
	font-family: Arial;
    font-size: 12px;
    color: #000000;	
}

.center {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.BlockModule {
    text-align: center;
    width: 20em;
    height: 15em;
    padding: 0.7em;
    margin: 0 0 0.5em 0;
    display: inline-block;
    vertical-align: top;
   /* cursor: pointer; */
}

.zagolov_agent_true {
  font-family: Arial;
  color: #344254;
  font-size: 18px;
  padding-bottom: 1em;
}

.modules-opisanie {
    font-family: Arial;
    color: #66788e;
    font-size: 12px;
}

#DivStartPage {
    text-align: center;
}

.BlockModule a {
    display: block;
    text-align: center;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.LineToBlock {
    display: inline-block;
    height: 2.2em;
}

.PgsMenuPath {
    font-family: Arial;
    font-size: 14px; 
    font-weight: bold;
    color: #000000;
   /* background-color: #79b7e7;*/
}
.PgsRoleTxt {
    font-family: Arial;
    font-size: 12px; 
    font-weight: bold;
    color: #65a8cd;
   /* background-color: #79b7e7;*/
}

.GostinfoFooterCopy{
    float: left;
    width: 50%;
}

.GostinfoFooterContact{
    margin-left: 51%;
}

body.Gostinfo{
    background-color: #e5e5e5;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-color: #1b2026;
    background-image: url('/images/backgr_shapka_site.png');
    background-position: left top;
    background-repeat: repeat-x;
}

.GostinfoPage a{
    font-size: 14px;
	color: #15639b;
}

.GostinfoPage hr{
    border: none;
    color: #15639b;
    background-color: #15639b;
    height: 1px;
}

.GostinfoPage a:hover {
	color: #ba4f41;
}

.GostinfoFooterContact span{
    font-weight: bold;
}

.GostinfoContentTkLeft { width: 50%; float: left; }
.GostinfoContentTkLeft .wrap {
 margin-right: 15px; /* Сдвигаем влево на половину ширины колонки 2 */
}
.GostinfoContentTkCenter{
    width: 30px; 
    float: left; 
    margin-left: -15px;
}
.GostinfoContentTkRight { width: 50%; float: right; margin-left: -15px; }
.GostinfoContentTkRight .wrap {
 margin-left: 15px; /* Сдвигаем вправо на половину ширины колонки 2 */ 
}

.GostinfoContentTkMargin{
    height: 30px;
}

.GostinfoContentTk{
    font-size: 14px;
}

.GostinfoContentTk h3{
    text-decoration: underline;
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.GostinfoContentTk th{
    text-align: left;
}

.GostinfoTkInfo{
    background: #ffffff; 
    max-height: 350px;
    overflow: scroll;
    overflow-x:hidden;
    padding:  30px;
    font-size: 14px;
}

.GostinfoTkMainDoc{
    background: #ffffff;
    padding: 30px;
}


.GostinfoTkMainDoc > ul {
    padding-left: 20px;
}

.GostinfoTkMainDoc > ul > li{
    line-height: 30px;
    list-style-image: url(/images/pdf.png);
}

.GostinfoContentTkPressCenter {
    background: #ffffff;
    
}

.GostinfoContentTkPressCenter > div{
    float: left;
    background: #ffffff;
}

.GostinfoContentTkPressCenter1{
    height: 300px;
    width: 34%;
    overflow: auto;
}
.GostinfoContentTkPressCenter2{
    height: 300px;
    width: 33%;
    overflow: auto;
    /*padding-left: 30px;*/
}
.GostinfoContentTkPressCenter3{
    height: 300px;
    width: 33%;
    overflow: auto;
    
/*    padding-left: 30px;
    padding-right: 30px;*/
}

.GostinfoContentTkPressCenter td{
    vertical-align: top;
}

.GostinfoContentTkPressCenterImg{
    padding-left: 70px;
}

.GostinfoTkNews{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.GostinfoTkAction{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.GostinfoTkMeeting{
    padding: 30px;
}

.GostinfoContentTop1{
    float: left;
    width: 506px;
}
.GostinfoContentTop2{
    margin-left: 507px;
    margin-right: 216px;
}
.GostinfoContentTop3{
    float: right;
    padding-top: 15px;
    width: 215px;
}
.GostinfoContentTop3Inner{
    background-image: url('/images/backgr_ar.png');
    background-repeat: no-repeat;
    padding-top:20px;
    width:165px;
    padding-left:20px;
    height:29px;
    padding-top: 10px;
    padding-left: 15px;
}

.GostinfoContentTop3Inner, .GostinfoContentTop3Inner > a{
    color: #ba4f41;
}

.GostinfoContentTop3Inner > a:first-child{
    text-decoration: none;
    border-bottom: 1px dashed #ba4f41;
}

.GostinfoTkMenu {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 95px;
    padding-right: 130px;
    height: 65px;
}
.GostinfoTkMenu > ul {
    list-style-type: none;
    margin: auto;
}

.GostinfoTkMenu > ul > li {
    float: left;
    padding-right: 30px;
    line-height: 30px;
}

.GostinfoContentTkPressCenter tr{
    padding-bottom: 20px;
}

td.GostinfoNewsDate{
    color: #778286;
}
td.GostinfoNewsContent{
    padding-left: 30px;
}

.GostinfoContentTkPressCenter span{
    color: #f84737;
    /*backgrounf-color: #f84737;*/
}

.GostinfoContentTkPressCenter h3{
    display: inline;
}

.GostinfoTkNews > div{
    padding-bottom: 30px;
}

.GostinfoTkAction > div{
    padding-bottom: 30px;
}

.GostinfoTkMeeting > div{
    padding-bottom: 30px;
}

.ReportGrid {
    font-family: Arial;
    font-size: 12px;
}
#ReportTableTitleTxt {
    background-color: #8CB2E4;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    
}
#ReportTableTitle {
    background-color: #CDECFC;
    text-align: center;
    font-weight: bold;
}
.ReportTableBody { 
    padding-left: 20px;
    background-color: #eff6eb;
}

div.LinkSeeMore{
   text-align: right;
}

div[id^="Docs"] > ul{
   list-style-type: none;
   line-height: 20px;
}
.reportnatbody {
    font-size: 12px; 
    width: 100%; 
    background-color: #8CB2E4; 
    font-weight: bold; 
    padding: 3px; 
    text-align: center;
}

//div[class^="DivChoiceButtonsPanel"]{
//    float: right;
//}

div.TextChoiceButtonsPanel{
  float: right;
  width: 300px;
}


div.DivTextDetailStatus{
  padding-bottom: 10px;
  margin-right: 310px;
}

div.DivTextDetailStatus > span{
    display:inline-block; text-align:center; vertical-align: middle;
}

div.DivTextDetailStatus > *{
  font-size: 180%  !important;
}

/* Popup Messages */
.popupmessage-position-bottom-right {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.popupmessage-container {
    width: 280px;
    z-index: 9999;
}
.popupmessage-content {
    font-size: 13px;
    line-height: 16px;
    padding: 1em;
    margin: 5px;
}
.popupmessage-content .popupmessage-icon {
    float: left;
    margin-right: .7em;
}
/* END - Popup Messages */

/* Плавающая панель */
#slideout {
    position: fixed;
    bottom: 0px;
    right: 88px;
    width: 160px;
    height: 16px;
    margin: 2px;
    padding: 8px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
#slideout_inner {
    position: fixed;
    bottom: -230px;
    right: 20px;
    width: 200px;
    padding: 15px;
    /*padding: 25px;*/
    /*height: 15px;*/
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: left;
}
#slideout_inner textarea {
    width: 190px !important;
    height: 100px !important;
    margin-bottom: 6px;
}
#slideout_cont.active > #slideout_inner {
    bottom: 0px;
}

#slideout_cont.active > #slideout {
    bottom: 182px;
}

#slideout > span {
  text-align: center;
  vertical-align: middle;
  /*margin-top: 8px;*/
  display: inline-block;
}

#slideout {
    cursor: pointer; 
}

#slideout_cont > div {
    z-index: 9999;
}

#slideout_cont.active > #slideout > .ui-icon-circle-triangle-n {
    background-position: -64px -192px;
}
/*#slideout:hover {
    right: 230px;
}
#slideout:hover #slideout_inner {
    right: 0;
}*/
/* конец Плавающая панель */

#DetailDetail li {
 text-align: justify;
 /*line-height: 1.7em;*/
 padding: 5px 0px;
}

.ui-tooltip {
 text-align: justify;
 text-indent: 20px;
}


.comments_list {
    /*margin-left: -20px;*/
    overflow: hidden;
    padding-left: 20px;
    padding-top: 25px;
    position: relative;
}
/*.comments_list .searched-item {
    background: none repeat scroll 0 0 #fffacd;
}
.comments_list h2.title {
    background: url("/images/comments.gif") no-repeat scroll left 65% rgba(0, 0, 0, 0);
    color: #afa56a;
    font-family: Verdana,sans-serif;
    font-size: 22px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    padding-left: 23px;
}
.comments_list h2.title .subscribe_comments {
    color: #999;
    cursor: pointer;
    font-size: 12px;
    margin-left: 2px;
}
.comments_list .comment_item .author_banned {
    color: #666;
    font: 16px/110% Verdana,sans-serif;
    margin-bottom: 20px;
}*/
.comments_list .comment_item .info {
    font-family: tahoma,sans-serif;
    font-size: 11px;
    line-height: 18px;
    position: relative;
}
.comments_list .comment_item .info.is_topic_starter {
    background: none repeat scroll 0 0 #f5fce5;
}
.comments_list .comment_item .info.is_new {
    background: none repeat scroll 0 0 #e8e8ff;
}
.comments_list .comment_item .info.is_author {
    background: none repeat scroll 0 0 oldlace;
}
.comments_list .comment_item .info .voting {
    float: right;
    margin-right: 2px;
    margin-top: 2px;
}
.comments_list .comment_item .info.deleted {
    background: none repeat scroll 0 0 #dcdcdc;
}
.comments_list .comment_item .info .voting .plus {
    display: inline-block; 
    text-align:center;
    float: right;
    margin-left: 13px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 2px;
}
.comments_list .comment_item .info .voting .minus {
    display: inline-block; 
    text-align:center;
    float: right;
    margin-left: 7px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-right: 2px;
}
.comments_list .comment_item .info .voting .minus > span{
  margin: 2px !important;
}
.comments_list .comment_item .info .voting .plus > span{
  margin: 2px !important;
}
.comments_reply_see_button {
    text-align:center;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    cursor: pointer; 
}
.comments_reply_see_button > span{
  margin: 2px !important;
}
/*.comments_list .comment_item .info .voting a.plus {
    background: url("images/icons_vote_posts.gif?r=2") no-repeat scroll 0 -48px rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting a.minus {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -12px -16px rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting a.plus:hover {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting a.minus:hover {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -12px 0 rgba(0, 0, 0, 0);
}*/
/*.comments_list .comment_item .info .voting span.plus {*/
    /*background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -24px 0 rgba(0, 0, 0, 0);*/
/*    cursor: pointer;
}*/
/*.comments_list .comment_item .info .voting span.minus {
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    margin-top: 2px;
    margin-right: 2px;*/
    /*background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -24px -16px rgba(0, 0, 0, 0);*/
/*}*/
/*.comments_list .comment_item .info .voting.voted_plus a.plus, .comments_list .comment_item .info .voting.voted_plus span.plus {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting.voted_plus a.minus, .comments_list .comment_item .info .voting.voted_plus span.minus {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -24px -16px rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting.voted_minus a.plus, .comments_list .comment_item .info .voting.voted_minus span.plus {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -24px 0 rgba(0, 0, 0, 0);
}
.comments_list .comment_item .info .voting.voted_minus a.minus, .comments_list .comment_item .info .voting.voted_minus span.minus {
    background: url("/images/icons_vote_posts.gif?r=2") no-repeat scroll -12px 0 rgba(0, 0, 0, 0);
}*/
.comments_list .comment_item .info .voting .mark {
    display:inline-block;
    text-align:center;
    /*color: #a9a9a9;*/
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
    min-width: 18px;
    width: auto;
    height: 18px;
    vertical-align: bottom;
    margin-top: 2px;
    margin-right: 2px;
}
/*.comments_list .comment_item .info .voting .mark span {
    color: #a9a9a9;
}
.comments_list .comment_item .info .voting .mark a {
    color: #a9a9a9;
    text-decoration: none;
}*/
/*.comments_list .comment_item .info .voting .mark.positive span {
    color: #390;
}
.comments_list .comment_item .info .voting .mark.negative span {
    color: #c00;
}*/
.comments_list .comment_item .info a.avatar {
    /*border-radius: 3px;*/
    display: block;
    float: left;
    height: 24px;
    margin-right: 10px;
    overflow: hidden;
    width: 24px;
}
.comments_list .comment_item .info a.avatar img {
    display: block;
    height: 24px;
    width: 24px;
}
.comments_list .comment_item .info a.username {
    /*color: #666;*/
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 3px;
}
.comments_list .comment_item .info a.username:hover {
    color: #333;
}
.comments_list .comment_item .info time {
    color: #666;
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 3px;
}
.comments_list .comment_item .info time .time_changed {
    font-style: italic;
}
.comments_list .comment_item .info .to_chidren {
    display: block;
    float: left;
    margin-left: 4px;
}
.comments_list .comment_item .info a.link_to_comment, .comments_list .comment_item .info a.to_parent {
    text-decoration: none;
}
@media screen and (min-width: 1025px) {
.comments_list .comment_item:hover > .comment_body .info > .folding-dot-holder {
    display: block;
}
}
.comments_list .comment_item .comment_body.is_selected {
    position: relative;
}
.comments_list .comment_item .comment_body.is_selected:after {
    background: url("/images/comment.selected.icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    font-family: Webdings;
    height: 24px;
    left: -20px;
    position: absolute;
    top: 0;
    width: 20px;
}
.comments_list .comment_item .info .folding-dot-holder {
    display: none;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}
.comments_list .comment_item .info .folding-dot {
    background-size: 16px 16px !important;
    background: url("/libs/jquery/css/jqueryui/ui-darkness/images/ui-icons_cccccc_256x240.png") repeat-x scroll rgba(0, 0, 0, 0);
    background-position: -112px -144px;
    height: 16px;
    position: absolute;
    right: 1px;
    top: 4px;
    width: 500px;
}
.comments_list .comment_item .message {
    font-family: Arial,sans-serif;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-top: 30px;
    text-align: justify;
}
.comments_list .comment_item .message.bad.focused {
    opacity: 1;
}
.comments_list .comment_item .message.bad5 {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.2;
}
.comments_list .comment_item .message.bad4 {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.35;
}
.comments_list .comment_item .message.bad3 {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.5;
}
.comments_list .comment_item .message.bad2 {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.65;
}
.comments_list .comment_item .message.bad1 {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.8;
}
.comments_list .comment_item .message.bad:hover {
    opacity: 1;
}
/*.comments_list .comment_item .reply {
    margin-top: -4px;
    margin-bottom: 10px;    
}*/
.comments_list .comment_item .reply_form_placeholder form {
    padding-top: 20px;
}
.comments_list .comment_item .reply_comments {
    margin-top: 5px;
}
.comments_list .comment_item .edit_time_left {
    color: #777;
    font-size: 11px;
}
.comments_list .comment_item .reply_comments .comment_item {
    margin-left: 20px;
}
.comments_list .comment_item .reply_comments .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item {
    margin-left: 0;
}
.comments_list .comment_item_plain {
    margin-bottom: 10px;
    overflow: hidden;
}
.comments_list .comment_item_plain .post_info {
    float: left;
    font-family: Tahoma,sans-serif;
    font-size: 10px;
    margin-bottom: 5px;
    width: 140px;
}
.comments_list .comment_item_plain .post_info .count {
    color: red;
}
.comments_list .comment_item_plain .comment_item {
    margin-left: 150px;
}
.comments_list .comment_item_plain .comment_item .info {
    overflow: hidden;
}

#ExpertsCommentsTags {
 text-align: justify;
 line-height: 1.7em;
}

.NinetyDegRotate{
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg) ;
  -o-transform: rotate(-90deg) ;
  -ms-transform: rotate(-90deg) ;
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}