/*@import url( 'global.css' );*/
.nobr {
	white-space: nowrap;
}

.acronym {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.9em;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
}

.clear {
	clear: both;
	font-size:0;
	height:0;
}

img {
	border: 0;
}
/*@import url( 'links.css');*/
a {
	border-bottom: 1px transparent solid;
	text-decoration:none;
}
/*a:link,
a:active,
a:visited ,*/
.b-breadCrumbs__link,
.b-breadCrumbs__link:visited,
.b-controlButtons__link,
.b-controlButtons__link:visited
{
	color: #2184d0;
	border-bottom-color: #8abbe1;
}
tr.topLinkRow a, t.topLinkRow a:visited
{
	color: #2184d0;
	border-bottom-color: #8abbe1;
	font-size: 8pt;
}
/*a:hover,*/
.b-breadCrumbs__link:hover,
.b-controlButtons__link:hover {
	color: #5db2f3;
	border-bottom-color: #a8d2f3;
}

.b-article__generatorCopyrightLink:link,
.b-article__generatorCopyrightLink:visited
{
	color:#a1a1a1;
	border-bottom: 1px #b0b0b0 solid;
}

.b-article__generatorCopyrightLink:hover {
	color:#bcbcbc;
	border-bottom: 1px #e4e4e4 solid;	
}
/*@import url( 'button.css');*/
.b-button {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;

	position:relative;

	text-align:center;
	cursor:default;

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(221,221,221,1) 49%, rgba(206,206,206,1) 51%, rgba(225,225,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(49%,rgba(221,221,221,1)), color-stop(51%,rgba(206,206,206,1)), color-stop(100%,rgba(225,225,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(221,221,221,1) 49%,rgba(206,206,206,1) 51%,rgba(225,225,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(221,221,221,1) 49%,rgba(206,206,206,1) 51%,rgba(225,225,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(221,221,221,1) 49%,rgba(206,206,206,1) 51%,rgba(225,225,225,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(221,221,221,1) 49%,rgba(206,206,206,1) 51%,rgba(225,225,225,1) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
	background-color:#f3f3f3;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	        -webkit-box-shadow: 0px 1px 3px 0px #000;
	           -moz-box-shadow: 0px 1px 3px 0px #000;
	            -ms-box-shadow: 0px 1px 3px 0px #000;
	                box-shadow: 0px 1px 3px 0px rgba( 0,0,0,0.5 );


	                font-size: 14px;
	                font-family: Arial;
}

.no-js .b-button {
	background: none !important;
	filter: none !important;
	border-width: 0px !important;

	-webkit-box-shadow: 0px 0px 0px 0px #000 !important;
	   -moz-box-shadow: 0px 0px 0px 0px #000 !important;
	    -ms-box-shadow: 0px 0px 0px 0px #000 !important;
	        box-shadow: 0px 0px 0px 0px #000 !important;
}

.ie9 .b-button {
	filter: none;
}

.no-boxshadow .b-button {
	border:1px solid;
	border-color:#999999 #ccc;
}

.no-boxshadow .m-button__hovered {
	border-color: #005087 #005087;
}

.no-boxshadow .m-button__pressed .b-button__wrapper {
	border-color: #000 #ccc #ccc #ccc;
}

.m-button__hovered {
	        -webkit-box-shadow: 0px 1px 3px 0px #005087;
	           -moz-box-shadow: 0px 1px 3px 0px #005087;
	            -ms-box-shadow: 0px 1px 3px 0px #005087;
	                box-shadow: 0px 1px 3px 0px #005087;
}

.m-button__pressed .b-button__text {
	top: 1px;
}

.m-button__disabled .b-button__text {
	color:#a1a1a1;
}

.m-button__pressed {
	        -webkit-box-shadow: inset 0px 2px 4px 0px #292929;
	           -moz-box-shadow: inset 0px 2px 4px 0px #292929;
	            -ms-box-shadow: inset 0px 2px 4px 0px #292929;
	                box-shadow: inset 0px 2px 4px 0px #292929;
}

.m-button__pressed .b-button__wrapper {
	border-top-color:transparent;
}

.b-button__wrapper {
	border:1px solid;
	border-color:#fff transparent transparent transparent;
	padding: 2px 12px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	        display: -moz-inline-stack;
	        display: inline-block;
	        //display: inline;
	        //zoom: 1;
	        vertical-align: top;
}

.no-boxshadow .b-button__wrapper {
	border:1px solid;
	border-color:#fff #ccc #ccc #ccc;
}



.js .b-button__submit {
	position:absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: none;
	border: 0;
	outline: none;
	overflow:visible;
	padding: 0;
	margin: 0;
}

.no-js .b-button__submit {

}

.b-button__text {
	text-shadow:0px 1px 0 #fff;
	position:relative;
	color: #000;
}

.no-js .b-button__wrapper {
	display:none;
}
/*@import url( 'body.css' );*/
html {
	height: 100%;
	overflow-y:auto;
}

.b-body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

	font-size:16px;
	* font-size: 100%;
	line-height: 1.45;
}

.m-body__mousemove__e {
	cursor: e-resize;
}

.m-pageView__state__frame {
	overflow-y:hidden;
}
/*@import url( 'page-layout.css' );*/
.b-pageLayout {
	position:relative;
	//zoom: 1;
}
/*@import url( 'page-content.css' );*/
.b-pageContent {

}

.b-pageContent__layout {
	width: 100%;
	padding: 0;
	margin: 0;
}

#internal_wrapper
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0px none black;
	border-collapse: collapse;
}

.b-pageContent__side {
	padding:0;
	margin:0;
}

.m-pageContent__side__header,
.m-pageContent__side__footer
{
	width: 100%;
	/*background-color:#ccc;
	padding: 20px;
	text-align:center;
	vertical-align:middle;*/
}

.m-pageContent__side__left
{
	vertical-align: top;
	width: 1px;
}
.m-pageContent__side__right
{
	vertical-align: top;
	width: 1px;
}

.m-pageContent__side__right {
	text-align:right;
}

.m-pageContent__side__middle {

}

.m-pageContent__withoutHeader .m-pageContent__row__header,
.m-pageContent__withoutFooter .m-pageContent__row__footer,
.m-pageContent__withoutLeft .m-pageContent__side__left,
.m-pageContent__withoutRight .m-pageContent__side__right
{
	display:none;
}
/*@import url( 'work-zone.css' );*/
.b-workZone {
	width: 100%;
	background: #4372ca url( '../images/i/blocks/work-zone/header-bg.png') 0 0px repeat-x;
	overflow:hidden;
}

.b-workZone__layout {
	width: 100%;
	padding:0;
	margin:0;
	table-layout: fixed;
}

.ie .b-workZone__layout {
	table-layout: fixed;
}

.b-workZone__side {
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
	vertical-align:top;



}

.m-workZone__side__spacer {
	font-size: 0;
	width: 1px;
	padding:0;
	margin:0;
}

.m-workZone__side__nav {
	width: 30%;
	padding-right: 4px;

	min-width: 15em;
}
.m-workZone__side__article {
	padding-left: 0;
}
.b-workZone__content {
	position:relative;
	//zoom: 1;
	z-index: 10;
	width: 100%;
	padding-top: 2.1em;
	padding-bottom: 10px;
}

.m-workZone__content__nav {

}

.m-workZone_seeAlso_itemContent {
	white-space:nowrap;
	padding-left: 8px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	line-height: 1.6em;
	max-height: 2.5em;
	margin-left: 15px;
}
/*@import url( 'article.css');*/
.b-article {
	background-color:#f3f3f3;
	color:#000000;
	padding: 10px 10px;

	position:relative;
	//zoom: 1;

}

.b-article__preWrapper {
	position:relative;
	//zoom: 1;
}

.m-pageView__state__frame .b-article__preWrapper {
	overflow:hidden;
}


.b-article,
.b-article:before,
.b-article__wrapper
{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.b-article__headerLayout {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}

.b-article__footerLayout {
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
}


.b-article__headerSide {
	vertical-align:top;
}

.m-article__headerSide__nav {
	width: 99%;
}

.m-article__headerSide__buttons {
	text-align:right;
	white-space:nowrap;
	padding-left: 40px;
}



.b-article::before
{
	top: 0;
	right: 0;
	left: 0;
	bottom: 0px;

	display:block;
	position:absolute;
	content: "";
	z-index: -1;

	-webkit-box-shadow: 0px 0px 3px 0px #000;
	   -moz-box-shadow: 0px 0px 3px 0px #000;
	    -ms-box-shadow: 0px 0px 3px 0px #000;
	        box-shadow: 0px 0px 3px 0px #000;
}


.b-article__wrapper {
	position:relative;
	//zoom: 1;

	background-color:#FFF;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;

	-webkit-box-shadow: inset 0px 1px 3px 0px #ccc;
	   -moz-box-shadow: inset 0px 1px 3px 0px #ccc;
	    -ms-box-shadow: inset 0px 1px 3px 0px #ccc;
	        box-shadow: inset 0px 1px 3px 0px #ccc;

	padding: 0;
	margin: 0px 0 0 0;
	overflow:auto;

}

.no-boxshadow .b-article__wrapper {
	border:1px solid #ccc;
	border-color: #dddddd #eaeaea #e2e2e2 #e2e2e2;
}

.b-article__innerWrapper {
	padding: 20px 30px;
}



.m-pageView__state__frame .b-article__wrapper {
	overflow:auto;
}

.b-article__generatorCopyright {
	color:#a1a1a1;
	font-size: 12px;
	font-weight:normal;
	margin: 25px 0 0 0;
	padding: 8px 0 0 0;

	border-top: 2px #dddddd solid;
}

div.menu_on_page
{
	margin: 15px 0;
}


div.menu_on_page > h2
{
	font-weight: bold;
	margin: 5px 0 3px;
	white-space: pre;
}

a[href="#top"]
{
	white-space: pre;	
}
/*@import url( 'control-buttons.css');*/
.b-controlButtons {
	float:right;
}

.b-controlButtons__items {
	
}

.b-controlButtons__item {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;
	
	margin: 0 8px 0 0;
	
	position:relative;
	font-size: 0.8em;
	white-space: pre;
}

.m-controlButtons__item__print .m-interfaceIcon__print {
	top: 3px;
	left: 0px;
	
	cursor:pointer;
}

.m-controlButtons__item__print {
	padding: 0 0 0 19px;
}
/*@import url( 'bread-crumbs.css');*/
.b-breadCrumbs {
	float:left;
}

.b-breadCrumbs__items {
	list-style:none;
	margin:0;
	padding:0;
}

.b-breadCrumbs__item {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;

	margin: 0 0px 0 0;

	font-size: 0.8em;
	white-space: pre;
}

.b-breadCrumbs__item:before {
	content: "\a0\2192\a0\a0";
}

.b-breadCrumbs__item:before,
.b-breadCrumbs__itemSep {
	color:#a1a1a1;
	font-family: "Times New Roman";
}



.b-breadCrumbs__item:first-child:before {
	display:none;
}



.no-generatedcontent .b-breadCrumbs__item {


behavior: expression(
            ( !this.before && parentNode && parentNode.tagName == 'UL' && ( parentNode.firstChild !== this ) )
            ?
                ( this.before = true )
                & ( parentNode.style.listStyleImage = 'none' )
                & (
                    ( this.firstChild && this.firstChild.firstChild )
                    ?
                        ( this.firstChild.style.marginTop = '-1.2em' )
                        & ( this.firstChild.style.position = 'relative' )
                    : ''
                )
                & ( eNOBR = document.createElement( '<span class="b-breadCrumbs__itemSep" />' ) )
                & ( eNOBR.innerHTML = '&#160;&#160;&#8594;&#160;&#160;' )
                & ( this.insertBefore( eNOBR, this.firstChild ) )
            : ''
        );


}

/*@import url( 'search.css');*/
.b-search {

}

.b-search__form {
	padding:0;
	margin: 0;
}

.b-search__layout {
    font-size: 100%;

    width: 100%;

    1border-collapse: collapse;
    padding: 0;
}

.b-search__side {
    padding: 0;

    vertical-align: top;
    position:relative;
}

.b-search__gap {
	position:relative;
	//zoom: 1;
}

.m-search__side__input
{
    width: 100%;

    vertical-align: middle;

}

.m-search__side__submit
{
    vertical-align: middle;
    text-align:right;
}

#workZone_searchInput_label {
	white-space: pre;
}

.b-search__inputText {
	width: 100%;
    margin: 0;
    padding: 0;
}

.no-js .b-search__labelPlaceholder {
	display:none;
}
#tabs_searchInput_label 
{
	white-space: pre;
}
.b-search__labelPlaceholder {
	position:absolute;
	left: 0;
	top: 0;

	cursor: text;
}

.b-search__submit:focus {
	outline: none;
	border: none;
	background-color:none;
}
/*@import url( 'search.input-text.css');*/
.m-search__tabs .b-search__inputText,
.m-search__workZone .b-search__inputText
{
	font-size: 0.8em;
      padding: 3px 5px;
      margin: 0;
      outline: none;
      min-height: 14px;
}

.m-search__workZone .b-search__inputText {
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

	-webkit-box-shadow: inset 0px 0px 1px 0px #ccc;
	   -moz-box-shadow: inset 0px 0px 1px 0px #ccc;
	    -ms-box-shadow: inset 0px 0px 1px 0px #ccc;
	        box-shadow: inset 0px 0px 1px 0px #ccc;

	border: 1px #d4d4d4 solid;

	color:#000;

	z-index: 1;
	padding-left: 22px;
}

.m-search__tabs .b-search__inputText {
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

-webkit-box-shadow: inset 0px 1px 3px 0px #ccc;
   -moz-box-shadow: inset 0px 1px 3px 0px #ccc;
    -ms-box-shadow: inset 0px 1px 3px 0px #ccc;
        box-shadow: inset 0px 1px 3px 0px #ccc;
        border:none;
}

.no-boxshadow .m-search__tabs .b-search__inputText {
	border:1px solid #ccc;
}


.m-search__workZone .b-search__inputTextIcon {
	left: 6px;
	top: 5px;
}
/*@import url( 'search.placeholders.css');*/
.m-search__tabs .b-search__labelPlaceholder,
.m-search__workZone .b-search__labelPlaceholder
{
	font-size: 0.8em;
	color:#808080;

	left: 24px;
	top: 0.2em;
}

.m-search__workZone .b-search__labelPlaceholder {
	top: 0.4em;
}

.m-search__tabs .b-search__labelPlaceholder {
	left: 5px;
}

.m-search__tabs .b-search__labelPlaceholder,
.m-search__workZone .b-search__labelPlaceholder
{
	font-size: 0.8em;
}
/*@import url( 'search.decoration.css');*/
.m-search__workZone {
	position:absolute;
	left: 100%;
	top: -7px;
	margin-left: -250px;

	width: 250px;
	overflow:hidden;

	padding: 12px 0px;

	font-size: 0.85em;
}

.m-search__tabs {
	margin-bottom: 12px;
}

.b-search__button .b-button__wrapper {
	font-size: 0.9em;
	padding: 0 7px;
}

.no-boxshadow .m-search__tabs  .m-search__side__submit {
	padding-top: 1px;
}



.no-boxshadow .b-search__button .b-button__wrapper {
	padding: 1px 7px;
}

.no-boxshadow .m-search__workZone  .b-button__wrapper  {
	font-size: 0.85em;
}



.m-search__workZone .m-button__hovered {
	        -webkit-box-shadow: 0px 1px 3px 0px #00a8ff;
	           -moz-box-shadow: 0px 1px 3px 0px #00a8ff;
	            -ms-box-shadow: 0px 1px 3px 0px #00a8ff;
	                box-shadow: 0px 1px 3px 0px #00a8ff;
}



.m-search__tabs .m-search__side__submit {
	padding-left: 14px;
}

.m-search__workZone .m-search__side__submit {
	padding-left: 34px;
}
/*@import url( 'tree.css');*/
.b-tree {
	color:#000;
	overflow:hidden;
	background-color:#ffffff;

-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
        border-radius: 3px;

-webkit-box-shadow: inset 0px 1px 3px 0px #ccc;
   -moz-box-shadow: inset 0px 1px 3px 0px #ccc;
    -ms-box-shadow: inset 0px 1px 3px 0px #ccc;
        box-shadow: inset 0px 1px 3px 0px #ccc;

        position:relative;
        //zoom: 1;

        min-height: 145px;
		1//margin-bottom: 15px; /* for ie6-8 bottom scrollbar bug*/

		border-collapse: separate;
}

.m-tree__contextMenu {
	position:absolute;
	left: 0;
	top: 0;
	z-index: 999;

	min-height: 0;

	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);
	    -ms-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);
	        box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.3);


	-webkit-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
	   -moz-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
	    -ms-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
	        box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);



	border:1px solid #ccc;


	overflow-x:hidden !important;

	display:none;


}

.m-tree__contextMenu .b-tree__layout {
	width: auto;
}

.b-tree__searching {
	position:absolute;
	left: 50%;
	top: 105px;

	width: 53px;
	margin-left: -26px;
	height: 12px;

	1background: url( '../images/i/blocks/search/loading.gif' ) 0 0 no-repeat;
	z-index: 999;

	display:none;

	font-size: 8px;
}

.b-tree__searchResultText {
	text-align: center;
	margin: 20px 5px;
	font-size: 0.8em;
	white-space : pre-wrap;
}

.no-boxshadow .b-tree {
	border:1px solid #ccc;
	border-color: #dddddd #eaeaea #e2e2e2 #e2e2e2;
}

.b-tree__layout {
	width: 100%;
	padding: 0;
	margin: 0;
}

.b-tree__layoutSide {
	padding: 0;
	margin: 0;
}



.b-tree__items {
	list-style: none;
	padding:0;
	margin:0;

}

.b-tree__item {
	padding:0;
	margin:0;
}

.b-tree__spacer,
.b-tree__itemText  {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: middle;

}


.b-tree__itemLink {
	text-decoration: none;

	border-bottom: none;
	color:#000000 !important;

	padding: 0 0 0 0px;
	padding: 1px 8px 1px 0;
	height: 1.6em;

	position:relative;
	//zoom: 1;

	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;

	display:block;

	cursor:pointer;
}


.m-tree__itemContent__hovered__OLD,
.m-tree__itemContent__selected__OLD
{
		background: #929292 url( '../images/i/blocks/tree/tree-item-bg-selector.jpg' ) 0 top repeat-x;
}


.m-tree__itemContent__selected
{         
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDE4MCwxODAsMTgwKSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTYwLDE2MCwxNjApIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0KPD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDE4MCwxODAsMTgwKSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMTYwLDE2MCwxNjApIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
background: -moz-linear-gradient(top,  rgba(180,180,180,1) 0%, rgba(160,160,160,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,180,180,1)), color-stop(100%,rgba(160,160,160,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(160,160,160,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(160,160,160,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(180,180,180,1) 0%,rgba(160,160,160,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(180,180,180,1) 0%, rgba(160,160,160,1) 100%); /* W3C */
background-color:rgb(160,160,160);
color: #ffffff;
}

.b-tree__itemContent:hover
{
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI0MiwyNDIsMjQyKSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjI2LDIyNiwyMjYpIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0KPD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI0MiwyNDIsMjQyKSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMjI2LDIyNiwyMjYpIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
background: -moz-linear-gradient(top,  rgba(242,242,242,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(242,242,242,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
background-color:rgb(226,226,226);
}

.m-tree__itemContent__selected,
.m-tree__itemText__selected
{
	cursor:default;
}


.b-tree__itemText {
	text-decoration: none;
	padding-left: 2px;
	font-family: Arial;
	font-size: 0.8em;
	width: 100%;
	white-space: pre;
}

.m-tree__itemText__folder {
	padding-left: 3px;
}



.b-tree__spacer {
	width: 17px;
	overflow:hidden;
	position:relative;
	//zoom: 1;
}

.b-tree__itemContent {
	white-space:nowrap;
	padding-left: 5px;

	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

/*
.b-tree__itemContent,
.b-tree__spacer,
.b-tree__itemLink
{
	line-height: 1.6em;
	max-height: 2.5em;
}

.b-tree__spacer,
.m-tree__i__vLine1 {
	height: 1.6em;
}
 */
.b-tree__i_expander_doOpen,
.b-tree__i_expander_doClose,
.b-tree__i_hLine_mr
{
	display: none;
}
/*@import url( 'tree.imgs.css');*/
.b-tree__i_expander_doOpen,
.b-tree__i_expander_doClose,
.b-tree__i_folder_opened,
.b-tree__i_folder_closed,
.b-tree__i_article,
.b-tree__i_indexitem
{
	position:absolute;
	z-index: 10;
	width: 16px;
	/* height: 1.6em; */

	left: 0;
	top: 0;
	z-index: 10;
}

.b-tree__i_expander_doOpen_inner,
.b-tree__i_expander_doClose_inner,
.b-tree__i_folder_opened_inner,
.b-tree__i_folder_closed_inner,
.b-tree__i_article_inner,
.b-tree__i_indexitem_inner
{
	background: url( '../images/i/blocks/interface-icons/interface-icons-sprite.png' ) 0 0 no-repeat;
	-background-image: url( '../images/i/blocks/interface-icons/interface-icons-sprite-8.png' );

	position:absolute;
	z-index: 10;

	left: 50%;
	top: 50%;

	color:#000;
}

.b-tree__i_expander_doOpen:hover,
.b-tree__i_expander_doClose:hover
{
	cursor:pointer;
	opacity: 0.6;
}


.b-tree__i_expander_doOpen_inner {
	width: 11px;
	height: 10px;
	background-position: -15px -4px;

	font-size: 8px;
	width: 12px;
	height: 12px;
}

.b-tree__i_expander_doOpen {
	left: -6px;
	top: -5px;
}


.b-tree__i_expander_doClose_inner {
	width: 9px;
	height: 9px;
	background-position: -4px -5px;

	font-size: 8px;
	width: 12px;
	height: 12px;
}

.b-tree__i_expander_doClose {
	left: -5px;
	top: -5px;
}




.b-tree__i_folder_opened_inner {
	width: 15px;
	height: 14px;
	background-position: -34px -2px;
}

.b-tree__i_folder_opened {
	left: -8px;
	top: -7px;
}


.b-tree__i_folder_closed_inner {
	width: 17px;
	height: 15px;
	background-position: -52px -1px;
}

.b-tree__i_folder_closed {
	left: -9px;
	top: -8px;
}

.b-tree__i_indexitem_inner {
	width: 17px;
	height: 15px;
	background-position: -206px -1px;
}

.b-tree__i_indexitem {
	left: -9px;
	top: -8px;
}

.b-tree__i_article_inner {
	width: 11px;
	height: 14px;
	background-position: -73px -2px;
}

.b-tree__i_article {
	left: -6px;
	top: -7px;
}

.b-tree__i_folder_opened_inner,
.b-tree__i_folder_closed_inner,
.b-tree__i_article_inner,
.b-tree__i_indexitem_inner,

.b-tree__i_folder_opened,
.b-tree__i_folder_closed,
.b-tree__i_article,
.b-tree__i_indexitem
{
	left: 0;
}

.b-tree__i_article_inner
{
	left: 2px;
}
/*@import url( 'tree.lines.css');*/
.b-tree__i_angle_tl,
.b-tree__i_angle_tr,
.b-tree__i_angle_bl,
.b-tree__i_angle_br,
.b-tree__i_hLine_mr,
.b-tree__i_vLine_mb,
.b-tree__i_vLine_tb,
.b-tree__i_vLine_tm,
.b-tree__i_vLine_t_article,
.b-tree__i_vLine_b_article,
.b-tree__i_vLine_t_folder_opened,
.b-tree__i_vLine_b_folder_opened,
.b-tree__i_vLine_t_folder_closed,
.b-tree__i_vLine_b_folder_closed
{
	position:absolute;
	z-index: 5;
	width: 16px;
	/* height: 1.6em; */

	left: 0;
	top: 0;

	z-index: 1;
}

.b-tree__i_angle_tl_inner,
.b-tree__i_angle_tr_inner,
.b-tree__i_angle_bl_inner,
.b-tree__i_angle_br_inner,
.b-tree__i_hLine_mr_inner,
.b-tree__i_vLine_mb_inner,
.b-tree__i_vLine_tb_inner,
.b-tree__i_vLine_tm_inner,
.b-tree__i_vLine_t_article_inner,
.b-tree__i_vLine_b_article_inner,
.b-tree__i_vLine_t_folder_opened_inner,
.b-tree__i_vLine_b_folder_opened_inner,
.b-tree__i_vLine_t_folder_closed_inner,
.b-tree__i_vLine_b_folder_closed_inner
{
	border:1px solid #dfdfdf;

	position:absolute;
	width: 16px;
	/* height: 1.6em; */

	left: 50%;
	top: 50%;
}


.b-tree__i_angle_tl_inner {
	border-bottom-width: 0;
	border-right-width: 0;
}

.b-tree__i_angle_tl {
	left: -1px;
	top: -1px;
}



.b-tree__i_angle_tr_inner {
	border-bottom-width: 0;
	border-left-width: 0;
}

.b-tree__i_angle_tl {
	left: -1px;
	top: -1px;
}




.b-tree__i_angle_bl_inner {
	border-top-width: 0;
	border-right-width: 0;
}

.b-tree__i_angle_bl {
	left: -1px;
	top: -1.6em;
}


.b-tree__i_angle_br_inner {
	border-top-width: 0;
	border-left-width: 0;
}

.b-tree__i_angle_br {
	left: -1px;
	top: -1.6em;
}



.b-tree__i_hLine_mr_inner,
.b-tree__i_vLine_mb_inner,
.b-tree__i_vLine_tb_inner,
.b-tree__i_vLine_tm_inner,
.b-tree__i_vLine_t_article_inner,
.b-tree__i_vLine_b_article_inner,
.b-tree__i_vLine_t_folder_opened_inner,
.b-tree__i_vLine_b_folder_opened_inner,
.b-tree__i_vLine_t_folder_closed_inner,
.b-tree__i_vLine_b_folder_closed_inner
{
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}


.b-tree__i_hLine_mr_inner {
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.b-tree__i_hLine_mr {
	left: -1px;
	top: -1px;
}

.b-tree__i_vLine_mb_inner {

}

.b-tree__i_vLine_mb {
	left: -1px;
	top: -1px;
}


.b-tree__i_vLine_tb_inner {
	top: 0;
}

.b-tree__i_vLine_tb {
	left: -1px;
	top: 0px;
}


.b-tree__i_vLine_tm_inner {
	top: -50%;
}

.b-tree__i_vLine_tm {
	left: -1px;
	top: 0px;
}




.b-tree__i_vLine_t_article_inner {
	top: 0px;

}

.b-tree__i_vLine_t_article {
	left: -1px;
	top: -1.7em;
}


.b-tree__i_vLine_b_article_inner {
	top: 0;
}

.b-tree__i_vLine_b_article {
	left: -1px;
	top: 14px;
}




.b-tree__i_vLine_t_folder_opened_inner {
	top: 3px;

}

.b-tree__i_vLine_t_folder_opened {
	left: -1px;
	top: -1.6em;
}


.b-tree__i_vLine_b_folder_opened_inner {
	top: 0;
}

.b-tree__i_vLine_b_folder_opened {
	left: -1px;
	top: 14px;
}




.b-tree__i_vLine_t_folder_closed_inner {
	top: 0px;

}

.b-tree__i_vLine_t_folder_closed {
	left: -1px;
	top: -1.6em;
}


.b-tree__i_vLine_b_folder_closed_inner {
	top: 0;
}

.b-tree__i_vLine_b_folder_closed {
	left: -1px;
	top: 15px;

	display:none;
}
/*@import url( 'tree.height.css');*/


.b-tree__itemContent,
.b-tree__spacer,
.b-tree__itemLink
{
	line-height: 1.6em;
	max-height: 2.5em;
}

.b-tree__spacer,
.b-tree__i_expander_doOpen,
.b-tree__i_expander_doClose,
.b-tree__i_folder_opened,
.b-tree__i_folder_closed,
.b-tree__i_article,
.b-tree__i_indexitem,
.b-tree__i_angle_tl,
.b-tree__i_angle_tr,
.b-tree__i_angle_bl,
.b-tree__i_angle_br,
.b-tree__i_hLine_mr,
.b-tree__i_vLine_mb,
.b-tree__i_vLine_tb,
.b-tree__i_vLine_tm,
.b-tree__i_vLine_t_article,
.b-tree__i_vLine_b_article,
.b-tree__i_vLine_t_folder_opened,
.b-tree__i_vLine_b_folder_opened,
.b-tree__i_vLine_t_folder_closed,
.b-tree__i_vLine_b_folder_closed,
.b-tree__i_angle_tl_inner,
.b-tree__i_angle_tr_inner,
.b-tree__i_angle_bl_inner,
.b-tree__i_angle_br_inner,
.b-tree__i_hLine_mr_inner,
.b-tree__i_vLine_mb_inner,
.b-tree__i_vLine_tb_inner,
.b-tree__i_vLine_tm_inner,
.b-tree__i_vLine_t_article_inner,
.b-tree__i_vLine_b_article_inner,
.b-tree__i_vLine_t_folder_opened_inner,
.b-tree__i_vLine_b_folder_opened_inner,
.b-tree__i_vLine_t_folder_closed_inner,
.b-tree__i_vLine_b_folder_closed_inner
{
	height: 1.6em;
}
/*@import url( 'tabs.css');*/
.b-tabs{
	position:relative;
	z-index: 50;
}

.b-tabs__selectorItems {

	white-space:nowrap;
	position:relative;

	position:absolute;

	width: 100%;
	top: -1.7em;
	margin-top: 0.2em;
}

.b-tabs__selectorItems,
.b-tabs__selectorContent
{
	height: 2.0em;
}

.b-tabs__selectorItemIcon {
	top: 50%;
	left: 6px;
	margin-top: -8px;
}

.b-tabs__selectorItem {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;

	position:relative;
	margin-right: 3px;

	z-index: 1;
	padding:0;

}

.m-tabs__selectorItem__selected {
	z-index: 5;
}

.m-tabs__selectorItem__hovered .b-tabs__selectorContent {
	background-color:#dbe6fb;
	color:#000000;
	cursor:pointer;
}

.m-tabs__selectorItem__hovered .b-tabs__selectorItemIcon
{
	cursor:pointer;
}



.m-tabs__selectorItem__selected .b-tabs__selectorContent,
.b-tabs__wrapperItems
{
	background-color:#f3f3f3;
	color:#000000;
}

.m-tabs__selectorItem__selected .b-tabs__selectorContent {

}

.b-tabs__selectorContent {
	display: -moz-inline-stack;
	display: inline-block;
	//display: inline;
	//zoom: 1;
	vertical-align: top;
	position:relative;

	font-size: 0.8em;
	padding: 0.2em 12px 0 22px;

	background-color:#b8cef3;
	color:#000000;
	
	cursor:default;

        -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;

       -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
           border-top-right-radius: 3px;
   
   white-space: pre;
}

.m-tabs__selectorItem__selected .b-tabs__selectorContent:after {

	top: 0;
	left: 0;
	right: 0;
	height: 5px;

	display:block;
	position:absolute;
	content: "";
	z-index: 1;
	border-top: 2px #ffcc00 solid;
	        -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;

       -moz-border-radius-topright: 3px;
   -webkit-border-top-right-radius: 3px;
           border-top-right-radius: 3px;
}

.b-tabs__selectorContent:before,
.b-tabs__wrapperItem:before
{
	top: 0;
	right: 0;
	left: 0;
	bottom: 0px;

	display:block;
	position:absolute;
	content: "";
	z-index: -1;

	-webkit-box-shadow: 0px 0px 3px 0px #000;
	   -moz-box-shadow: 0px 0px 3px 0px #000;
	    -ms-box-shadow: 0px 0px 3px 0px #000;
	        box-shadow: 0px 0px 3px 0px #000;
}

.b-tabs__selectorContent:before,
.b-tabs__wrapperItem:before,
.b-tabs__wrapperItems
{
	        -moz-border-radius-topleft: 3px;
	    -webkit-border-top-left-radius: 3px;
	            border-top-left-radius: 3px;

	       -moz-border-radius-topright: 3px;
	   -webkit-border-top-right-radius: 3px;
	           border-top-right-radius: 3px;

	     -moz-border-radius-bottomleft: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	         border-bottom-left-radius: 3px;

	    -moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	        border-bottom-right-radius: 3px;
}

.b-tabs__wrapperItem:before,
.b-tabs__wrapperItems
{
	        -moz-border-radius-topleft: 0px;
	    -webkit-border-top-left-radius: 0px;
	            border-top-left-radius: 0px;
}


/* tab back shadow */
.b-tabs__selectorContent:before {
	bottom: 4px;

	     -moz-border-radius-bottomleft: 0px;
	 -webkit-border-bottom-left-radius: 0px;
	         border-bottom-left-radius: 0px;

	    -moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	        border-bottom-right-radius: 0px;
}

.b-tabs__wrapperItems {
	position:relative;
	z-index: 2;
	//zoom: 1;
}

.b-tabs__wrapperItem {
	position:relative;
	//zoom: 1;
	padding: 10px 12px 10px 10px;
	display:none;
	min-height: 145px;
}

.m-tabs__wrapperItem__selected {
	display:block;
}


.b-tabs__wrapperItemInner {
	//position:relative;
	//zoom: 1;
	overflow:auto;
	overflow-y: hidden;
	width: 100%;
}


.m-pageView__state__frame .b-tabs__wrapperItemInner {
	overflow:auto;
	overflow-y: auto;
}




.b-tabs__selectorItem:before,
.b-tabs__selectorItem:after
{
	content: "";
	position:absolute;

	width:12px;
	height:12px;

	bottom: -0px;
	border:1px solid #b8cef3;
}


.b-tabs__selectorItem:before {
	left: -11px;


	            -moz-border-radius-bottomright: 6px;
	        -webkit-border-bottom-right-radius: 6px;
	                border-bottom-right-radius: 6px;

	        border-width: 0 1px 1px 0;
	       -webkit-box-shadow: 2px 2px 0px 0px #b8cef3;
	          -moz-box-shadow: 2px 2px 0px 0px #b8cef3;
	           -ms-box-shadow: 2px 2px 0px 0px #b8cef3;
	               box-shadow: 2px 2px 0px 0px #b8cef3;
}

.b-tabs__selectorItem:after {
	right: -11px;

            -moz-border-radius-bottomleft: 6px;
        -webkit-border-bottom-left-radius: 6px;
                border-bottom-left-radius: 6px;

       border-width: 0 0 1px 1px;
       -webkit-box-shadow: -2px 2px 0px 0px #b8cef3;
          -moz-box-shadow: -2px 2px 0px 0px #b8cef3;
           -ms-box-shadow: -2px 2px 0px 0px #b8cef3;
               box-shadow: -2px 2px 0px 0px #b8cef3;

}



.m-tabs__selectorItem__selected:before,
.m-tabs__selectorItem__selected:after
{
	border-color:#f3f3f3;
}

.m-tabs__selectorItem__selected:before {
	       -webkit-box-shadow: 2px 2px 0px 0px #f3f3f3;
	          -moz-box-shadow: 2px 2px 0px 0px #f3f3f3;
	           -ms-box-shadow: 2px 2px 0px 0px #f3f3f3;
	               box-shadow: 2px 2px 0px 0px #f3f3f3;
}

.m-tabs__selectorItem__selected:after {
	       -webkit-box-shadow: -2px 2px 0px 0px #f3f3f3;
	          -moz-box-shadow: -2px 2px 0px 0px #f3f3f3;
	           -ms-box-shadow: -2px 2px 0px 0px #f3f3f3;
	               box-shadow: -2px 2px 0px 0px #f3f3f3;
}

.m-tabs__selectorItem__hovered:before,
.m-tabs__selectorItem__hovered:after {
	border-color:#dbe6fb;
}


.m-tabs__selectorItem__hovered:before {
	       -webkit-box-shadow: 2px 2px 0px 0px #dbe6fb;
	          -moz-box-shadow: 2px 2px 0px 0px #dbe6fb;
	           -ms-box-shadow: 2px 2px 0px 0px #dbe6fb;
	               box-shadow: 2px 2px 0px 0px #dbe6fb;
}

.m-tabs__selectorItem__hovered:after {
	       -webkit-box-shadow: -2px 2px 0px 0px #dbe6fb;
	          -moz-box-shadow: -2px 2px 0px 0px #dbe6fb;
	           -ms-box-shadow: -2px 2px 0px 0px #dbe6fb;
	               box-shadow: -2px 2px 0px 0px #dbe6fb;
}


.no-boxshadow .b-tabs__selectorItem:before
.no-boxshadow .b-tabs__selectorItem:after
{
	display:none;
}

.m-tabs__selectorItem__first:before {
	display:none;
}
/*@import url( 'interface-icons.css');*/
.b-interfaceIcon {
	position:absolute;
	background: url( '../images/i/blocks/interface-icons/interface-icons-sprite.png' ) 0 0 no-repeat;
	-background-image: url( '../images/i/blocks/interface-icons/interface-icons-sprite-8.png' );

	z-index: 10;
	overflow:hidden;
}


.m-interfaceIcon__print {
	width:14px;
	height:13px;
	background-position: -189px -2px;
}

.m-interfaceIcon__menu {
	width:14px;
	height:11px;
}

.m-interfaceIcon__menu__selected,
.m-tabs__selectorItem__selected .m-interfaceIcon__menu {
	background-position: -89px -2px;
}

.m-interfaceIcon__menu,
.m-interfaceIcon__menu__unselected {
	background-position: -107px -2px;
}


.m-interfaceIcon__index {
	width:13px;
	height:13px;
}

.m-interfaceIcon__index__selected,
.m-tabs__selectorItem__selected .m-interfaceIcon__index {
	background-position: -124px -2px;
}

.m-interfaceIcon__index,
.m-interfaceIcon__index__unselected {
	background-position: -139px -2px;
}



.m-interfaceIcon__search {
	width:14px;
	height:14px;
}

.m-interfaceIcon__search__selected,
.m-tabs__selectorItem__selected .m-interfaceIcon__search {
	background-position: -154px -2px;
}

.m-interfaceIcon__search,
.m-interfaceIcon__search__unselected {
	background-position: -171px -2px;
}

.m-interfaceIcon__search__input {
	background-position: -171px -2px;
}
/*@import url( 'splitter.css');*/
.b-splitter {
	position:absolute;
	top: 0;
	right: 1px;
	bottom: 0px;

	width: 9px;

	z-index: 900;


}

.no-js .b-splitter {
	display:none;
}

.b-splitter__innerPre {
	position:absolute;
	cursor: e-resize;

	top: 2.1em;
	bottom: 10px;
	left: 0;

	width: 9px;

	z-index: 900;



}


.b-splitter__inner {
	position:absolute;

	top: 0;
	right: 0;
	left: 0;
	bottom: 0;

	margin: 82px 0;
	-margin: 0;
}


.b-splitter__part {
	position:absolute;
	left: 2px;
	top: 0;
	width: 4px;
	height: 82px;
	background: url( '../images/i/blocks/splitter/splitter-sprite.png' ) 0 0 no-repeat;
}

.m-splitter__part__mainImg {
	background-repeat: repeat-y;
	height: 100%;
}

.m-splitter__part__topImg {
	background-position: -12px 0;
	top: -82px;
	-display:none;
}

.m-splitter__part__bottomImg {
	background-position: -6px 0;
	top: 100%;
	-display:none;
}

.m-splitter__part__middleImg {
	background-position: -18px 0;
	width: 10px;
	height: 5px;

	top: 50%;
	margin-top: -3px;
	left: 50%;
	margin-left: -5px;

	-display: none;
}
/*@import url( 'highlight.css');*/
.highlight {
/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRkYjk3IiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0KPD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRkYjk3IiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0KPD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWVjOSIgc3RvcC1vcGFjaXR5PSIxIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjRkYjk3IiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgPC9saW5lYXJHcmFkaWVudD4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4NCjwvc3ZnPg0K);
	background: -moz-linear-gradient(top,  #ffeec9 0%, #f4db97 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffeec9), color-stop(100%,#f4db97));
	background: -webkit-linear-gradient(top,  #ffeec9 0%,#f4db97 100%);
	background: -o-linear-gradient(top,  #ffeec9 0%,#f4db97 100%);
	background: -ms-linear-gradient(top,  #ffeec9 0%,#f4db97 100%);
	background: linear-gradient(top,  #ffeec9 0%,#f4db97 100%);
*/	background-color: #ffeec9;
}
/*@import url('index-page.css');*/
/* A title of the project */
h1.index_page_title
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 20pt;
	text-align: center;
	display: block;
	font-weight: bold;
	white-space: pre;
}
div.index_page_title
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 100px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	text-decoration: none;
	color: #4372ca;
	text-align: center;
	font-weight: bold;
	white-space: pre;
}
/* An index page for the project */
div.index_page
{
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 150px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	color: #000000;
	text-align: center;
	font-weight: bold;
	border-top: 1px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #4372ca;
	white-space: pre;
}
.cloned_node
{
	background-color: #ffffff;
	padding: 7px;
}
a.anchor
{
	border:0px;
}
.keep-visible
{
	height: 100%;
}
body
{
	height: 100%;
}
.hiddenContent
{
	background-color: #ffffff;
	width: 100%;
	overflow: auto;
}

