﻿/*
Used colors:
LuminousColor	#FFFFE1 - replaced by LightGray1
FormDefault		#E6E6FA - replaced by LightGray2
FormLangFields	#FFEFD5 - replaced by LightGray2
LightGray1		#F9F8F7 - background of forms, menu
LightGray2		#EAE9E8 - headers of forms, menu
LightGray3		#E5E3E0 - toolbar
GrayColor		#7F7F7F - border in page
DarkGrayColor	#404040 - border in form, text
White			#ffffff
Black			#000000
LinkColor		#0000ff
*/

/* Admin page */
td.ssAdminLeft { vertical-align:top; width:250px }
td.ssAdminMain { vertical-align:top; }
td.ssAdminHead { height:1px; }

/* Administrative menu Style*/
table.wsMenuAdmin {
	font: 12px Arial, Verdana, sans-serif;
	width: 100%;
	background-color: #F9F8F7;
	border: 1px solid #7F7F7F;
}
td.wsMenuAdminHead {
	font-weight: bold;
	padding: 6px 5px 6px 15px;
	background-color: #EAE9E8;
	border-bottom: 1px solid #7F7F7F;
}
td.wsMenuAdminItems {
	padding: 3px 0px;
	width:100%;
}
td.wsSubhead {
	padding: 3px 3px 3px 20px;
	background: #EAE9E8;
}
div.wsItem, div.wsItemActive { padding:4px 10px;}

.wsMenuAdmin a, .wsMenuAdmin a:visited {
	color: #0000ff; 
	text-decoration: none; 
}
.wsMenuAdmin a:hover {
	text-decoration: underline; 
	color: #000000; 
}
.wsItemActive a, .wsItemActive a:visited {
	font-weight: bold;
	color: #000000; 
}



/* Calendar Style */
table#wsCalendar {
	background: #F9F8F7;
	padding: 0;
}
#wsCalendar td { font: 12px Arial, Verdana, sans-serif; }

#wsCalendar #wsPanel td { text-align: center; padding: 2px; }
#wsCalendar #wsPanel td#wsWeekDayLabel {
	border-bottom: 1px solid #7F7F7F;
	color: #7F7F7F;
	padding-top: 5px;
}
#wsCalendar #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: 12px Arial, 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;
}

/* Find Form Style */
table#wsForm, table.wsForm {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	margin: 10px 0px;
	width: 96%;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
}
table#wsForm tr#wsVSpace, table.wsForm tr.wsVSpace {
	height: 10px;
}
table#wsForm td, table.wsForm td {
	padding: 3px;
	vertical-align: top;
}
table#wsForm td#wsInfo, table.wsForm td.wsInfo {
	font-weight: bold;
	padding: 1px 0px;
	border: 3px solid #F9F8F7;
	border-bottom: 1px solid #7F7F7F;
}
table#wsForm td#wsLabel, table.wsForm td.wsLabel {
	cursor: help;
}
table#wsForm td#wsInput, table.wsForm td.wsInput {
	padding: 1px 1px;
}
table#wsForm td#wsRadioCheck, table.wsForm td.wsRadioCheck {
	padding: 0px 0px;
	text-indent: -23px;
	padding-left: 33px;
}
table#wsForm td#wsSubmit, table.wsForm td.wsSubmit {
	padding: 10px 2px;
	text-align: right;
}
table#wsForm td#wsSubmit input, table.wsForm td.wsSubmit input {
	width: 100px;
}
table#wsForm td input, table.wsForm td input,
table#wsForm td select, table.wsForm td select {
	font: 8pt "MS Sans Serif", Verdana, sans-serif;
	padding: 0px;
	vertical-align: middle;
}
table#wsForm td ul, table.wsForm td ul {
	margin: 0; 
	padding: 0; 
	padding-left: 20;
	list-style-type: circle;
}
table#wsForm td ul li, table.wsForm td ul li {
	margin: 0;
	padding: 0;
}
table#wsForm td ul li a, table.wsForm td ul li a {
	line-height: 1.7em
}
table#wsForm td ul li a:link, table.wsForm td ul li a:link,
table#wsForm td ul li a:visited, 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:link:hover,
table#wsForm td ul li a:visited:hover, table.wsForm td ul li a:visited:hover {
	text-decoration: underline; 
}

/* Table Reports and Lists Style */
table.wsSheet { background-color:#888; color: #000; width:100%;}
tr.wsSheetHead { padding: 4px; background-color: #f8f8f8; font-size:0.9em;}
tr.wsSheetRow, td.wsSheetRow { background-color: #fff; vertical-align:top;}

button.wsAction, a.wsAction 
{
	color:BLUE;
	border:1px solid #7F7F7F;
	padding:2px 7px;
	background:#F9F8F7;
}
button.wsAction { cursor:pointer; }
a.wsAction { text-decoration: none; }
a.wsAction:hover { background: #eee; text-decoration: underline; }

/* Select tab of card by languages */
table.wsLangSelectorRow { width:100%; }
table.wsLangSelectorRow td { font-weight: bold; border-bottom: 1px solid #7F7F7F; padding: 5px 10px; }
td.wsLangSel	{ border: 1px outset #ffffff; cursor: pointer; width:120px; }
td.wsLangActive	{ color: #000000; background: #F9F8F7; border-bottom: 1px solid #F9F8F7 !important; font-size:1.2em;}
td.wsLang		{ color: #7F7F7F; background: #E5E3E0; border-bottom: 1px solid #7F7F7F !important; }

td.wsLangFields { background: #F9F8F7; border-bottom: 1px solid #7F7F7F; padding:0; width:100%; height:100% !important;}
table.wsLangTab {width:100%; height:100%; padding:0; }

/* Card-mode editor */
table.wsCard {
	width:100%;
	background: #EAE9E8;
	font: 12px Arial, Verdana, sans-serif;
	border: 1px solid #7F7F7F;
}

table.wsCard caption {
	font-weight: bold;
	padding: 8px 15px;
	background: #dddddd;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}

td.wsInfo {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #7F7F7F;
	background: #E5E3E0;
	color: #333333;
	padding:2px 10px;
}

tr.wsHead, td.wsHead, div.wsHead	{ font-weight: bold; color: #666666; }

.wsCard input, .wsCard select, .wsCard option, .wsCard textarea
	{width:100%; border:1px solid #888888; padding:1px 2px;}
.wsCard textarea {height:100%;}
.wsCard input, .wsCard select {}
.wsCard input.wsRadio { border:0; width:20px; height:1.2em; padding:0; margin:0;}
.wsCard button {width:100%;}

.wsCard td.wsLabel, .wsCard .frmH {text-align:right; padding-left:4px; padding-right:4px; padding-top:3px; vertical-align:top; white-space:nowrap;}
.wsCard td.frmH {font-size:1em; color:#555; }

td.wsNotNull { color: #8b0000; font-weight: bold; }

div.wsMax { border-top: 3px dotted #7F7F7F; border-bottom: 1px solid #7F7F7F; }
div.wsMin { border-top: 1px solid #7F7F7F; border-bottom: 3px dotted #7F7F7F; display:none; }


input.wsButton {
	border: 1px solid #aaa;
	vertical-align: top;
}
.wsCard .wsDelimeter {
	border: 1px inset WINDOW; 
	width: 1;
	margin-right: 3;
}

/* Menu */
table.wsMenu, td.wsMenu {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #7F7F7F;
	background: #E5E3E0;
	vertical-align:top;
	font-weight:bold;
}
table.wsMenu { width:100%; }
td.wsMenu {padding:4px 10px;}
.wsMenu a {
	border: 1px solid #bbbbbb;
	background-color:#EAE9E8;
	text-decoration: none;
	padding:3px 10px;
	color: #666;
	white-space:nowrap;
	height:1em;
	width:120px;
	text-align:center;
	margin-right:4px;
	margin-left:4px;
}
.wsMenu a:hover {
	background-color:#f4f4f4;
	color: #003399;
	border: 1px solid #cccccc;
}


/* Tree Style */
table#wsTree, table.wsTree {
	font: 12px Arial, Verdana, sans-serif;
	width: 96%;
	background: #F9F8F7;
	border: 1px solid #7F7F7F;
	padding: 0;
}
table#wsTree caption, table.wsTree caption {
	font-weight: bold;
	padding: 6px 15px;
	background: #EAE9E8;
	text-align: left;
	border: 1px solid #7F7F7F;
	border-bottom: 0;
}
table#wsTree div, table.wsTree div {
	padding: 2;
	padding-left:15px;
}
table#wsTree a#wsCurrent, table.wsTree a.wsCurrent {
	font-weight: bold;
	color: #000;
}
table#wsTree a:link, table.wsTree a:link,
table#wsTree a:visited, table.wsTree a:visited {
	color: BLUE;
	text-decoration: none; 
}
table#wsTree a:link:hover, table.wsTree a:link:hover,
table#wsTree a:visited: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 (temporary)*/
div.wsFMTree 			{ padding:2px 0px; }
.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:0em 0.25em;}
input.wsFMItemCheckBox 	{border:0;}
.wsFMLink 				{text-decoration:none;color:#000000 !important;}
table#wsFMTable			{background: #aaa;}
table#wsFMTable th 		{font-size:8pt;padding:0 3;color:#aaa;background: #EAE9E8;}
table#wsFMTable td		{font-size: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:dashed 1px #f0f;}
SPAN.RE_DetailOn 				{font-size:0.8em; color:#6699cc; background-color:#ffffbb;}

/* FORS, UserGroups (temporary)*/
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;}
		
