@CHARSET "UTF-8";

html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "Arial", "sans-serif";
	text-align: center;
}

/* Макет страницы */
#_page-layout {
	min-height: 100%;
	height: 100%;
	margin: 10px 0px 10px 0px;
}

#_page-header {
	margin-bottom: 5px;
	padding: 0px;
}

/* Резервирует место в конце страницы */
#_footerplaceholder {
	height: 20px;
	display: block;
	clear: both;
	margin-top: 10px;
}

/* Боковое меню */
#sidemenu {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: auto;
	text-align: left;
}

/* Основной документ */
#_page-main {
	font-size: 12px;
}

/* Блоки заголовка */
#header1 {
	font-size: 32px;
	font-family: impact;
	margin-left: 24px;
	text-align: left;
}

#header2 {
	margin: 0% 0% 0% 50%;
	text-align: right;
	float: right;
}

/* Блоки футера */
#page-footer {
	text-align: left;
	clear: both;
}

#page-footer-toolbar {
	float: right;
	display: inline-table;
}

#page-footer-copyright {
	display: inline-table;
}

/* Настройки бокового меню */
.cm-menu-header {
	margin: 0px;
	cursor: pointer;
}

.cm-menu-header h1 {
	
}

.cm-menu-folder {
	margin: 0px;
	cursor: pointer;
	border: 1px solid transparent;
	color: #007fff;
	font-size: 12px;
}
.cm-menu-item {
	margin: 0px;
	cursor: pointer;
	border: 1px solid transparent;
	color: #000;
	font-weight: normal;
	font-size: 10px;
}

.cm-menu-body {
	padding: 4px 0px 4px 12px;
}

.cm-menu-body p {
	margin-top: 4px;
}

.cm-menu-message {
	font-size: 12px;
	border: 1px solid transparent;
}

.cm-menu-link {
	font-size: 12px;
	border: 1px solid transparent;
	cursor: pointer;
}

.cm-menu-link a:link,.cm-menu-link a:visited {
	text-decoration: none;
}

.cm-menu-link a:link,.cm-menu-link a:visited,.cm-menu-link a:hover {
	font-weight: normal;
}

/* Настройки табов */
.ui-tabs .ui-tabs-nav {
	
}

#doc-tabs,#doc-tab-goods {
	clear: none;
}

/* TODO Полноценно скорректировать UI, в том числе класс clearfix */
#doc-tabs-ul:after {
	clear: none;
	content: "";
}

.ui-tabs .ui-tabs-nav {
	text-align: left;
}

.ui-tabs .ui-tabs-nav li {
	float: none;
	display: inline-table;
}

.ui-tabs .ui-tabs-nav li a {
	float: none;
	display: inline-table;
}

.text {
	margin-bottom: 12px;
	padding: 0.4em;
	width: 95%;
}

.page_button {
	display: inline-table;
	text-align: center;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}

/* Стили toolbar */
.button_div {
	height: 28px;
	width: 99%;
	vertical-align: bottom;
	text-align: left;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

.button_div_icon_outer {
	padding-top: 6px;
	padding-left: 2px;
	width: 16px;
	float: left;
}

.button_div_icon_inner {
	height: 16px;
	width: 16px;
	display: inline-table;
	float: left;
}

.doc_button {
	cursor: pointer;
	display: inline-table;
	padding: 4px 7px 4px 7px;
	margin: 0px 2px 0px 2px;
	text-align: center;
	font-size: 13px;
}

.row_button {
	cursor: pointer;
	display: table-cell;
	padding: 0px 1px;
	margin: -2px 1px 0px 1px;
	border: transparent solid;
	border-width: 0px 1px;
	text-align: center;
	font-size: 13px;
}
.small_button {
	cursor: pointer;
	display: inline-table;
	padding: 0px 1px 0px 1px;
	margin: 0px 1px 0px 1px;
	text-align: center;
	font-size: 13px;
}

.button_div_icon_inner2 {
	height: 16px;
	width: 16px;
	display: inline-table;
}

.doc_header_field input {
	width: 400px;
	display: inline-table;
}

.doc_header_field_title {
	width: 200px;
	dis__play: inline-table;
	text-align: right;
	padding: 0px 10px 0px 0px;
	color: #2779AA
}

/* Основной блок */
.document {
	font-size: 14px;
	text-align: left;
	text-indent: 64px;
	margin: 10px;
}

p {
	font-size: 14px;
}

pre {
	font-family: monospace;
}

.tableprocessor table, .tableprocessor {
	border-collapse: collapse; /*простая линия*/
}

td {
	/*text-align: left;*/
	/*padding: 0px 5px;*/
}

th {
	text-align: center;
	vertical-align: middle;
}

.tableprocessor dir li {
	border-bottom: 1px solid gray; 
	padding: 0px 0px 6px 0px;
	overflow: hidden;
	height: auto; 
}

.tableprocessor dir li h1 {
	text-align: left; 
	vertical-align: top; 
	margin-left: 110px
}

.tableprocessor dir li .item-list {
	text-align: left; 
	vertical-align: top; 
	margin-left: 110px;
}

a:link,a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #007fff;
}

a:hover {
	font-weight: normal;
	color: #ff7f00;
}

.text {
	text-align: center;
	font-family: fantasy;
	font-size: medium;
	font-style: italic;
}

.topmenu {
	background: url(./images/topmenu.png) repeat-x;
}

.bottommenu {
	background: url(./images/bottommenu.png) repeat-x;
}

.middlemenu {
	background: url(images/middlemenu.png) repeat-x;
}

.afont {
	font-size: 12pt;
	font-style: italic;
	font-family: 'Times New Roman';
}

#pagewrap {
	margin: 0 auto;
	width: 700px;
}

.tbl_bottom {
	background-color: white;
	width: 20%;
}

#login {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 200px;
	margin-left: -125px;
	margin-top: -100px;
	border: 1px dotted red;
}

#debug-text {
	display: none;
}

.debug-level0 {
	color: red;
}

.debug-level1 {
	color: blue;
}

.debug-level2 {
	color: green;
}

.debug-level3 {
	color: black;
}

.debug-level4 {
	color: darkgray;
}

.debug-level5 {
	color: gray;
}

/* Оформление блока персональной информации */
#personal-info {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 200px;
	height: 40px;
	/* border: 1px solid orange; */
	text-align: right;
	padding: 0px 10px;
}

#personal-info-userline {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 16px;
	display: run-in;
}

#personal-info-usermenu {
	position: absolute;
	right: 0px;
	top: 17px;
	height: 16px;
	display: run-in;
	/*border-top: 1px solid #ddf;*/
}

.personal-name-admin {
	color: red;
	font-weight: bold;
}

.personal-name-user {
	color: green;
	font-weight: bold;
}

.personal-name-guest {
	color: black;
}

.preshow-list {
	padding: 0px;
}

.preshow-list li {
	list-style: none;
	border-bottom: 1px solid gray;
	padding: 0px 0px 6px 0px;
	font-size: 12px;
	height: 120px;
}

.preshow-list h1 {
	font-size: 14px;
	text-align: left;
	color: orange;
	border-bottom: 0px solid transparent;
}

/* Стиль блока ссылок на страницы в таблице */
.cerp-ui-pages {
	margin: 0px;
	padding: 0px 12px;
}

.cerp-ui-pages li {
	display: inline-table;
	list-style: none;
	padding: 1px 6px;
}

ul.tabNavigation {
	list-style: none;
	margin: 0px;
	padding: 4px 4px 3px 4px;
}

ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	text-decoration: none;
	padding: 0px 4px;
}
/*
ul.tabNavigation li a:focus {
	outline: 0;
}*/




