﻿<style>

<!--
/*
Используемые цвета:
LuminousColor	#FFFFE1 - заменен на LightGray1
FormDefault		#E6E6FA - заменен на LightGray2
FormLangFields	#FFEFD5 - заменен на LightGray2
LightGray1		#F9F8F7 - фон форм, меню
LightGray2		#EAE9E8 - заголовок форм и меню
LightGray3		#E5E3E0 - панель инструментов (тулбар)
GrayColor		#7F7F7F - рамка на странице
DarkGrayColor	#404040 - рамка в формах, текст
White			#ffffff
Black			#000000
LinkColor		#0000ff
*/
/* Стиль панели инструментов */

/* Стиль административного меню */
table#wsAdminMenu {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	width: 96%;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
	margin: 0; 
	padding: 0; 
}
table#wsAdminMenu caption {
	font-weight: bold;
	padding: 6px 15px;
	background: #EAE9E8;
	text-align: left;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}
table#wsAdminMenu td {
	vertical-align:middle;
}
table#wsAdminMenu td#wsSubhead {
	padding: 3px;
	background: #EAE9E8;
	padding-left: 20;
}
table#wsAdminMenu ul {
	list-style: none; 
	list-style-image: none;
	margin: 0; 
	padding: 0; 
}
table#wsAdminMenu ul li {
	margin: 0;
	padding: 0;
	border-left: 18px solid #E5E3E0; 
}
table#wsAdminMenu ul li a {
	border: 1px solid #F9F8F7;
	display: block; 
	padding: 3px 3px 3px 10px; 
	color: #0000ff; 
	text-decoration: none; 
}
table#wsAdminMenu ul li a:hover {
	border: 1px solid #0000ff;
	text-decoration: underline; 
}
table#wsAdminMenu ul li a#wsCurrentItem {
	font-weight: bold;
	color: #000000; 
}

/* Стиль календаря */
table#wsCalendar {
	width: 100%;
	height: 100%;
	background: #F9F8F7;
	padding 0;
}
table#wsCalendar td {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
}

table#wsCalendar table#wsPanel td {
	text-align: center;
	padding: 1;
}
table#wsCalendar table#wsPanel td#wsWeekDayLabel {
	border-bottom: 1px solid #7F7F7F;
	color: #7F7F7F;
	padding: 2;
	padding-top: 5;
}
table#wsCalendar table#wsPanel td#wsWeekEndLabel {
	border-bottom: 1px solid #7F7F7F;
	color: #7F7F7F;
	padding: 2;
	padding-top: 5;
	font-weight: bold;
}
table#wsCalendar table#wsPanel td a {
	border: 1px solid #F9F8F7;
	display: block;
	color: #7F7F7F;
	text-decoration: none; 
	width: 100%;
}
table#wsCalendar table#wsPanel a:hover {
	border: 1px solid #0000ff;
	color: #0000ff;
}
table#wsCalendar table#wsPanel a#wsOriginal {
	border: 1px solid #7F7F7F;
}
table#wsCalendar table#wsPanel a#wsOriginal:hover {
	border: 1px solid #0000ff;
	color: #0000ff;
}

table#wsCalendar table#wsNavigator td {
	background: #EAE9E8;
	padding: 3;
}
table#wsCalendar table#wsNavigator a {
	border: 1px solid #EAE9E8;
	color: #0000ff;
	text-decoration: none; 
	padding: 2 5;
}
table#wsCalendar table#wsNavigator a:hover {
	border: 1px solid #0000ff;
}
table#wsCalendar select {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	width: 70;
}
table#wsCalendar table#wsGoToday td {
	font-size: 10pt;
	padding: 6 0;
	border-top: 1px solid #7F7F7F;
}
table#wsCalendar table#wsGoToday a {
	border: 1px solid #F9F8F7;
	color: #0000ff;
	text-decoration: none; 
	padding: 2 5;
}
table#wsCalendar table#wsGoToday a:hover {
	border: 1px solid #0000ff;
}

/* Стиль поисковой формы */
table#wsForm {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	margin: 10px 0px;
	width: 96%;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
}
table#wsForm caption {
	font-weight: bold;
	padding: 8px 15px;
	background: #EAE9E8;
	text-align: left;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}
table#wsForm tr#wsVSpace {
	height: 10px;
}
table#wsForm td {
	padding: 3px;
	vertical-align: top;
}
table#wsForm td#wsInfo {
	font-weight: bold;
	padding: 1px 0px;
	border: 3 solid #F9F8F7;
	border-bottom: 1px solid #7F7F7F;
}
table#wsForm td#wsLabel {
	cursor: help;
}
table#wsForm td#wsInput {
	padding: 1px 1px;
}
table#wsForm td#wsRadioCheck {
	padding: 0px 0px;
	text-indent: -23px;
	padding-left: 33px;
}
table#wsForm td#wsSubmit {
	padding: 10px 2px;
	text-align: right;
}
table#wsForm td#wsSubmit input {
	width: 100px;
}
table#wsForm td input,
table#wsForm td select {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	padding: 0px;
	vertical-align: middle;
}
table#wsForm td ul {
	margin: 0; 
	padding: 0; 
	padding-left: 20;
	list-style-type: circle;
}
table#wsForm td ul li {
	margin: 0;
	padding: 0;
}
table#wsForm td ul li a {
	line-height: 1.7em
}
table#wsForm td ul li a:link,
table#wsForm td ul li a:visited {
	color: BLUE;
	text-decoration: none; 
}
table#wsForm td ul li a:link:hover,
table#wsForm td ul li a:visited:hover {
	text-decoration: underline; 
}

/* Стиль табличных отчетов и списков */
table#wsSheet {
	margin: 0px 0px;
	background: THREEDDARKSHADOW;
	color: #000;
}
table#wsSheet th {
	font-size: 8pt;
	padding: 3px;
	border-bottom: 3px solid THREEDDARKSHADOW;
	color: THREEDDARKSHADOW;
	background: WINDOW;
}
table#wsSheet td,
table#wsCard table#wsSheet td {
	font: 9pt Verdana, Arial, sans-serif;
	padding: 4px;
	background: WINDOW;
}
table#wsSheet td#deleted {
	text-decoration: line-through;
}
table#wsSheet #wsEnhanced {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	padding: 2px;
}
table#wsSheet td#wsEnhanced {
	background: #F9F8F7;
}
table#wsSheet td a {
	color: BLUE;
}
table#wsSheet td a#wsAction {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	color: BLUE;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
	padding: 2 7;
	text-decoration: none;
}
table#wsSheet td a#wsAction:hover {
	color: BLUE;
	border: 1px solid BLUE;
	text-decoration: underline;
}


table#wsCard {
	background: #EAE9E8;
	width: 100%
}
table#wsCard td {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	padding: 0;
	cursor: default;
	white-space: nowrap;
}
table#wsCard td#wsInfo {
	border: 1px solid #7F7F7F;
	border-left: 0;
	border-right: 0;
	background: #E5E3E0;
	text-align: right;
	color: THREEDDARKSHADOW;
	padding: 2;
}
table#wsCard  #wsHead{
	float: left;
	font-weight: bold;
	color: #000000;
	padding: 0 10px;
}
table#wsCard textarea,
table#wsCard input,
table#wsCard select {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	vertical-align: middle;
	margin: 0 0 0 3px;
}
table#wsCard input#wsButton {
	border: 1px solid THREEDDARKSHADOW;
	vertical-align: top;
}
table#wsCard td#wsNotNull {
	color: #8b0000;
	font-weight: bold;
}
table#wsCard td#wsMenu {
	border-top: 2px outset #ffffff;
	border-bottom: 1px outset #ffffff;
	background: #E5E3E0;
}
table#wsCard td#wsMenu #wsMenuItems {
	padding: 4;
}
table#wsCard td#wsMenu a {
	border: 1px solid #E5E3E0;
	text-decoration: none;
	padding: 2 7;
	color: #000000;
}
table#wsCard td#wsMenu a:hover,
table#wsCard td#wsMenu a:hover {
	color: BLUE;
	border: 1px solid BLUE;
}
table#wsCard #wsLangSelectorRow td{
	font-weight: bold;
	border-bottom: 1px solid #7F7F7F;
	padding: 5px 10px;
}
table#wsCard #wsLangSelectorRow td.wsLangActive {
	color: #000000;
	background: #EAE9E8;
	border: 2px outset #ffffff;
	border-bottom: 1px solid #EAE9E8;
	cursor: hand;
}
table#wsCard #wsLangSelectorRow td.wsLangInActive {
	color: #7F7F7F;
	background: #E5E3E0;
	border: 2px outset #ffffff;
	border-bottom: 1px solid #7F7F7F;
	cursor: hand;
}
table#wsCard td#wsLangsFields {
	background: #EAE9E8;
	border-bottom: 1px outset #7F7F7F;
}
table#wsCard td#wsComment {
	background: #F9F8F7;
	text-align: right;
	border-top: 1px solid #7F7F7F;
}
table#wsCard #wsDelimeter {
	border: 1 inset WINDOW; 
	width: 1;
	margin-right: 3;
}
table#wsCard pre {
	cursor: hand;
	display: block;
	width: 100%;
	padding: 0; margin: 4px;
	margin-right: 0;
	height: 1px;
	font-size: 1px;
}
table#wsCard pre.maxe {
	border-top: 3px dotted #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
}
table#wsCard pre.mine {
	border-top: 1px solid #7F7F7F;
	border-bottom: 3px dotted #7F7F7F;
}
table#wsCard div.maxe {
	border-top: 3px dotted #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
}
table#wsCard div.mine {
	border-top: 1px solid #7F7F7F;
	border-bottom: 3px dotted #7F7F7F;
}
/* Стиль tree */
table#wsTree {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	width: 96%;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
	padding: 0;
}
table#wsTree caption {
	font-weight: bold;
	padding: 6px 15px;
	background: #EAE9E8;
	text-align: left;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}
table#wsTree div {
	padding: 2;
	padding-left:15px;
}
table#wsTree a#wsCurrent {
	font-weight: bold;
	color: #000;
}
table#wsTree a:link,
table#wsTree a:visited {
	color: BLUE;
	text-decoration: none; 
}
table#wsTree a:link:hover,
table#wsTree a:visited:hover {
	text-decoration: underline; 
}
img#matrix {margin:0;padding:0;display:block;height:0;width:0;}


div.infoBlockCtrlInline {
	position:absolute;
	color:red;
	background-color:yellow;
	font-size:6pt;
	font-weight:bold;
	cursor:move;
}

/* FileManager */
div.wsFMTree 			{}
.wsFMTree span,
span.FMPaging,
.wsFMActiveDirItem		{cursor:pointer;}
.wsFMTree span span 	{padding-left:0.5em;vertical-align:top;}

.wsFMTreeSpace 			{padding-left:0.25em;vertical-align:top;}
.wsFMTreeActive 		{background-color:#0a246a;color:#ffffff;padding:0 0.25em;}

.wsFMControl			{width:60px;height:20px;}
.wsFMItemCheckBox 		{border:0;}
.wsFMLink 				{text-decoration:none;color:#000000 !important;}

table#wsFMTable			{background: THREEDDARKSHADOW;}
table#wsFMTable th 		{font-size:8pt;padding:0 3;color:THREEDDARKSHADOW;background: #EAE9E8;}
table#wsFMTable td		{font:1em;padding:1px;background:WINDOW;padding:1 5;}
/*
div.wsFMTree {line-height:2em;}
.wsFMTree span, .wsFMPaging, .wsFMActiveDirItem {cursor:pointer;}
.wsFMTree SPAN SPAN {padding-left:0.5em;vertical-align:top;}
.wsFMTreeSpace {padding-left:0.25em;vertical-align:top;}
.wsFMTreeActive {background-color:#0a246a;color:#ffffff;padding:0 0.25em;}
.wsFMItemCheckBox {border:0;}
.wsFMLink {text-decoration:none;color:#000000 !important;}

*/

TD.RE_TableOn, TH.RE_TableOn 	{border:1px dashed;}
SPAN.RE_DetailOn 				{font-size:0.8em; color:#6699cc; background-color:#ffffbb;}

table.FORSFindForm 				{width:450px;}
table.FORSFindForm tr td 		{padding:5px;}

table.FORSList tr th			{font-size:1.2em;padding:2px 10px;}
table.FORSList tr td			{padding:3px;}

-->
</style>		
