body {
	margin: 22px 22px 40px 22px;
	padding: 0px;
	/*font-size: 0.72em;*/
	font-size: 0.74em;
	background-color: White;
	color: #2A2A2A;
}

body, input, select {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	border: none;
	text-align: left;
	/*vertical-align: text-bottom;*/
}

input {
	font-size: 1.0em;
}

select {
	font-size: 1.0em;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
	height: 1px;
	color: #CCC3D1;
	background-color: #CCC3D1;
}

.right {
	text-align: right;
}

td {
	white-space: nowrap;
}

pre {
	/*use pixel font-size for pre due discrepances when using relative size!*/
	font-size: 12px;
	white-space: normal;
}

h3, h4 {
	font-size: 1.4em;
}

h4.action-info {
	padding: 21px;
	color: #666666;
}

h4.action-info-no-padding {
	padding: 0;
	color: #666666;
}

a:link,
a:visited,
a:hover {
	color: #89409F;
}

a.no-underline:link,
a.no-underline:visited,
a.no-underline:hover {
	text-decoration: none;
}

frame.main-frame-border {
	border-top: 1px solid Black;
}

/******************************************************
header bar, bar on top of page
******************************************************/
table.header-bar {
	width: 100%;
	padding: 0px;
	background-color: #F0F0F0;
	margin-bottom: 18px;
}

table.header-bar td {
	padding: 5px 7px 5px 7px;
	font-weight: bold;
}

table.header-bar td.header-title {
	font-size: 1.1em;
}

table.header-bar img.btn-small {
	vertical-align: text-top;
	margin: 2px 6px 0 0;
}

/******************************************************
s-view data display
******************************************************/

table.data {
	/*margin-left: 36px;*/
}

table.data td{
	padding: 1px 3px 1px 3px;
	white-space: nowrap;
}

tr.data-header td {
	padding: 0px;
}

table.s-view-data-header {
	margin-top: 8px;
	margin-bottom: 8px;
}

table.s-view-data-header td {
	padding-left: 6px;
}

.s-view-txt-left {
	white-space: nowrap;
	padding-left: 18px;
	padding-right:	8px;
	padding-top: 2px;
	padding-bottom: 2px;
	/*text-align: right;*/
}

.light {
	color: #999999;
}

table.view-alphnumeric-grid td {
	padding: 3px;
}

table.view-boolean-grid td {
	padding: 1px 0px 1px 0px;
}

table.config-view-grid {
	width: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
}

table.config-view-grid td,
table.config-view-grid th {
	padding: 4px 6px 3px 6px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

table.config-view-grid td {
	width: 99%;
}

table.config-view-grid th {
	/*width: 40px;*/
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
	/*background-color: #FAFAFA;*/
	background-color: #F7F7F7;
}

/******************************************************
forms
******************************************************/

table.button-bar { /*top bar which contains Save & CLose button only!*/
	width: 100%;
	background-color: #E7E7E7;
}

table.button-bar td {
	padding: 0px 0px 0px 9px;
	height: 40px;
	vertical-align: middle;
}

table.button-bar input { /*top bar which contains Save & CLose button only!*/
	margin: 0px 9px 0px 0px;
}

.s-form {
	width: 100%;
	padding: 3px;
}

/*group in combination with s-form to group some input fields*/
.group {
	margin-top: 16px;
	margin-bottom: 16px;
}

table.s-form td {
	padding: 4px;
	vertical-align: middle;
	white-space: normal;
}

.s-form-text-right {
	text-align: right;
	/*white-space: nowrap;*/
}

table.s-form td.list-style {
 	white-space: nowrap;
	padding: 4px 0px 4px 6px;
}

table.s-form-ok-cancel td {
	text-align: right;
}

.btn-top {
	padding: 0px 0px 0px 0px;
	/*margin: 7px 4px 7px 4px;*/
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	border: 0px;
	height: 30px;
	background-color: #BBBBBB;
	background-image: url(../picts/menu_leaf_selected.gif);
	/*width: 77px;*/
	background-repeat: no-repeat;
	background-position: 4px;
}

.form-top {
	background-color: #CDCDCD;
}

div.form-body,
form.form-body {
	margin: 18px;
}

/******************************************************
form buttons normal
******************************************************/

/*button enabled and disabled*/
a.button,
span.button-dis {
	padding: 4px 12px 4px 12px;
	margin-left: 0px; /*distance between buttons*/
	text-decoration: none;
	white-space: nowrap;
}

/*button disabled*/
span.button-dis {
	color: #BCB3C3;
	background-color: #F0EDF1;
	border: 1px solid #D0CAD5;
	cursor: default;
	float: left;
}

div.button a:link,
div.button a:visited,
div.button a:hover {
	color: #424242;
	background-color: #F7F6F7;
	border: 1px solid #333333;
	text-decoration: none;
	float: left;
}

div.button a:hover {
	color: #484848;
	background-color: #FDFDFD;
}

/******************************************************
sub forms
******************************************************/

div.subform-frame {
	border: 1px solid #A659BD;
}

table.subform-header-bar td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 7px;
	font-size: 13px;
	font-weight: bold;
	color: White;
	background-color: #905B9D;
}

/******************************************************
file-manger
******************************************************/

table.fm {
	margin-bottom: 4px;
}

table.fm td.folder-file,
table.fm td.file-size {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}

table.fm td.file-size {
	padding-left: 24px;
	text-align: right;
}

td.folder-file a.default:link,
td.folder-file a.default:visited,
td.folder-file a.default:hover,
td.folder-file a.selected:link,
td.folder-file a.selected:visited,
td.folder-file a.selected:hover {
	padding:2px;
	text-decoration: none;
	cursor: default;
}

td.folder-file a.selected:link,
td.folder-file a.selected:visited,
td.folder-file a.selected:hover {
	background-color: #0000CC;
	color: White;
}

td.folder-file a:hover {
	background-color: #F3E3F7;
	cursor: default;
}

td.folder-file a.folder-icon:hover {
	background-color: transparent;
	cursor: pointer;
}

table.map-drive {
	margin: 0 0 0 30px;
}

table.map-drive td {
	padding: 4px;
}


/******************************************************
matching log source files
******************************************************/

table.matching-log-source-files {
	margin: 21px;
}

table.matching-log-source-files td {
	padding: 2px;
}

/******************************************************
config update, rebuild database
******************************************************/

table.db-info-b {
	width: 100%;
	margin-top: 15px;
}

table.db-info-b td {
	padding: 5px;
	vertical-align: baseline;
	white-space: normal;
}

/******************************************************
Profiles list
******************************************************/

table.profiles-list td {
	padding: 7px;
	vertical-align: baseline;
	border-bottom: 1px solid #E0E0E0;
}

/******************************************************
Upgrade info in profiles view
******************************************************/
table.upgrade-info {
	border-width: 0 1px 1px 0;
}

table.upgrade-info th,
table.upgrade-info td {
	padding: 8px;
	vertical-align: baseline;
	border-width: 1px 0 0 1px;
	white-space: normal;
}

table.upgrade-info,
table.upgrade-info th,
table.upgrade-info td {
	border-style: solid;
	border-color: #D8D8D8;
}

table.upgrade-info th.left {
	background-color: #F5F5F5;
}

table.upgrade-info th.top {
	background-color: #939393;
	color: White;
}


/******************************************************
Licesing
******************************************************/

table.licensing {
	width: 100%;
}

table.licensing td,
table.licensing th {
	padding: 5px;
	text-align: left;
	vertical-align: baseline;
	border-bottom: 1px solid #E0E0E0;
}

/******************************************************
Config log filters view
******************************************************/
table.lf-expression-text{
	margin-bottom: 15px;
	/*margin-top: 15px;
	border: 1px solid #3399CC;*/
}

table.lf-expression-text th {
	padding: 1px 9px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	/*border: 1px solid #3399CC;*/
}

table.lf-expression-text td {
	padding: 0px;
	vertical-align: top;
	/*border: 1px solid #3399CC;*/
}

table.lf-expression-subtext th {
	padding: 1px 6px 1px 0px;
	vertical-align: baseline;
	font-weight: normal;
	/*border: 1px solid #CC66FF;*/
}

table.lf-expression-subtext td {
	padding: 1px 0px 1px 0px;
	vertical-align: baseline;
	white-space: normal;
	/*border: 1px solid #CC66FF;*/
}

table.lf-boolean-operator-text {
	width: 100%;
	margin-top: 9px;
}

table.lf-boolean-operator-text td {
	padding-right: 4px;
	white-space: normal;
}

/******************************************************
Config log filters form top frame
******************************************************/

table.log-filter-name-bar {
	margin: 15px 0px 0px 18px;
}

table.log-filter-name-bar td {
	padding: 0px 2px 0px 2px;
	vertical-align: baseline;
}

/*tabs*/

table.tab {
	width: 100%;
	margin: 8px 0px 0px 0px;
}

td.tab-start,
td.tab-on,
td.tab-off,
td.tab-end {
	height: 21px;
	padding: 0px 14px 0px 14px;
	border-color: #A5A5A5;
	border-style: solid;
	white-space: nowrap;
	vertical-align: middle;
}

td.tab-start {
	border-width: 0px 1px 1px 0px;
}

td.tab-on {
	border-width: 1px 1px 0px 0px;
}

td.tab-off {
	border-width: 1px 1px 1px 0px;
	background-color: #F1F1F1;
}

td.tab-end {
	width: 90%;
	border-width: 0px 0px 1px 0px;
}

a.tab:link,
a.tab:visited,
a.tab:hover {
	color: Black;
	text-decoration: none;
	/*font-weight: bold;*/
}

/*subform header bar*/

table.lf-subform-label {
	position: absolute;
	top: 96px;
	left: 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #905B9D;
}

table.lf-subform-label td {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	height: 26px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0 0px 7px;
	font-size: 13px;
	font-weight: bold;
	color: White;
}

/******************************************************
Config log filters form main frame
******************************************************/

table.expression-info td {
	padding: 0px 24px 4px 0px;
	vertical-align: baseline;
}

table.lf-expression-section {
	width: 100%;
	border: 1px solid #E9E9E9;
}

table.lf-expression-section th {
	padding: 6px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #F2F2F2;
	white-space: nowrap;
}

div.lf-boolean-operator-section {
	border-width: 0px 1px 1px 1px;
	border-color: #E9E9E9;
	border-style: solid;
}

table.lf-boolean-operator td {
	padding: 5px 12px 5px 4px;
}

table.boolean-operator-sequence td {
	padding: 0px 4px 2px 9px;
	/*border: 1px solid #FF6600;*/
}

div.lf-subform-frame {
	margin: auto;
	padding: 0px;
	/*width: 540px;*/
	/*border: 1px solid #3333CC;*/
	text-align: left;
	/*background-color: #E7B7FF;*/
}

form.lf-form-in-subform {
	/*border: 1px solid #CCCCCC;*/
	padding: 0px;
	margin: 0px;
	/*background-color: #99FF99;*/
}

table.lf-form-in-subform {
	margin-bottom: 11px;
}

table.lf-form-in-subform td {
	padding: 4px;
}

table.lf-form-in-subform-ok-button-bar {
	width: 100%;
	border-top: 1px solid #BDBDBD;
}


.lf-sort-button {
	width: 100px;
	font-size: 1.0em;
	margin: 0px 0px 6px 10px;
}

/******************************************************
Reports view
******************************************************/

table.report-element-view {
	width: 80%;
	border: 1px solid #CDCDCD;
	margin: 12px 0px 12px 24px;
}

table.report-element-view td {
	padding: 3px;
}

table.report-element-view td.header-row {
	padding: 3px;
	font-weight: normal;
	background-color: #ECECEC;
}

table.sub-report-element-view {
	width: auto;
	border:	none;
}

/******************************************************
Reports editor form
******************************************************/

table.report-editor-list {
	width: 100%;
	border: 1px solid #E9E9E9;
}

table.report-editor-list th {
	padding: 6px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	background-color: #F2F2F2;
	white-space: nowrap;
}

/******************************************************
Misc. table grids
******************************************************/
table.a-grid {
	/*width: auto;*/
}

table.a-grid th {
	text-align: right;
	white-space: normal;
}

table.a-grid td {
	white-space: nowrap;
}

table.a-grid th,
table.a-grid td {
	font-weight: normal;
	padding: 4px 3px 4px 3px;
	/*border: 1px solid #FF3300;*/
}

table.a-grid th.space,
table.a-grid td.space {
	padding: 0px;
	/*height: 3px;*/
	font-size: 0.7em;
}

/******************************************************
Scheduler
******************************************************/
table.scheduler {
	width: 100%;
	/*margin-top: 18px;*/
}

table.scheduler td {
	vertical-align: baseline;
	white-space: nowrap;
	/*border: 1px solid #FF33CC;*/
}

table.scheduler td.action-group {
	padding: 5px 12px 5px 12px;
	background-color: #F2F2F2;
}

table.scheduler td.schedule-item {
	padding: 10px 12px 10px 12px;
	border-bottom: 1px solid #DFDFDF;
	vertical-align: top;
}

table.scheduler-item-list td {
	padding: 0px 0px 6px 3px;
}

.scheduler-form-title {
	color: #424242;
}

table.scheduler-form-nested-left {
	width: 100%;
}

table.scheduler-form-nested-left td{
	padding: 0px;
	text-align: right;
}

table.scheduler-form-nested-right td{
	padding: 0px 12px 0px 0px;
}

.schedule-group {
	padding-bottom: 18px;
}

/******************************************************
Task / Scheduler view
******************************************************/

table.scheduler-view-switch {
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 4px;
}

table.scheduler-view-switch td {
	padding: 3px;
}

table.task-primary-field {
	width: 100%;
}

table.task-primary-field td.primary-field {
	padding: 7px 0px 7px 4px;
}

table.task-primary-field td.details-border {
	border-bottom: 1px solid #DFDFDF;
}

table.task-secondary-field {
	width: 100%;
}

table.task-secondary-field td {
	padding: 2px;
	border: none;
}

table.task-details td {
	padding: 1px 2px 1px 2px;
	border: none;
}

table.task-details td.label {
	/*color: #999999;*/
	/*font-style: italic;*/
}


/******************************************************
Users
******************************************************/

table.users td,
table.users th {
	padding: 10px 15px 10px 15px;
}

table.users td {
	border-bottom: 1px solid #DFDFDF;
	vertical-align: baseline;
}


/******************************************************
Misc. text input fields
******************************************************/

input.s-field {
	width: 60px; /*numbers*/
	margin-left: 2px;
}

input.m-field { /*passowrd, username*/
	width: 160px;
	margin-left: 2px;
}

input.l-field { /*pathnames, etc. */
	width: 320px;
	margin-left: 2px;
}

input.xl-field {
	width: 360px;
	margin-left: 2px;
}

/******************************************************
Preferences
******************************************************/
table.preferences-view {
	width: auto;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


table.preferences-view td {
	padding: 4px 5px 3px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

table.preferences-view td.label {
	background-color: #FAFAFA;
}

table.permissions {
	/*nested table!*/
	border: none;
}

table.permissions td {
	/*nested table!*/
	border: none;
	vertical-align: text-top;
	padding: 0px 6px 0px 0px;
	/*color: #666666;*/
}

table.permissions td.center {
	/*nested table!*/
	text-align: center;
}


/******************************************************
form-tab
******************************************************/

div.form-tab-line,
ul.form-tab {
	position: absolute;
	/*top: 97px; specified in template of tab!*/
	left: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
}

div.form-tab-line {
	height: 22px; /*same as line-height + 1!*/
	background-color: transparent;
	font-size: 1px;
	border-bottom: 1px solid #474747;
}

ul.form-tab {
	padding-left: 30px;
}

ul.form-tab li {
	float: left;
	list-style: none;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	white-space: nowrap;
	font-size: 12px;
	line-height: 21px;
	background-color: #EBEBEB;
	/*background-image: url(../picts/tab_slant_config.gif); specified in template of tab!*/
	/*background-position: right;*/
	background-repeat: no-repeat;
}

ul.form-tab li.last-tab {
	border-right: 1px solid Black;
}

ul.form-tab li.active {
	border-bottom-color: White;
	background-color: White;
}

ul.form-tab a {
	padding: 0px 18px 0px 18px;
	text-decoration: none;
	display: block;
	color: Black;
	width: 0.1em; /*applys to IE only*/
}

html>body ul.form-tab a { /*IE hack to reset the 0.1em width in a element*/
	width: auto;
}

ul.form-tab a:hover {
	background-color: transparent;
	color: Black;
}

ul.form-tab a:visited {
	background-color: transparent;
	color: Black;
}
/******************************************************
reports menu editor
******************************************************/

div.reports-menu-subform-body {
	margin: 17px 0px 0px 20px;
}

table.reports-menu-form td {
	padding: 4px;
}


table.temp {
	/*background-color: Lime;*/
}

table.main-toolbar {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	/*background-color: Lime;*/
}

table.main-toolbar td {
	width: 100%;
	vertical-align: baseline;
	padding: 0 20px 3px 20px;
	/*background-color: Fuchsia;*/
}

/******************************************************
copyright
******************************************************/

p.copyright {
	margin-top: 40px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717171;
}

/******************************************************
round-box
******************************************************/

table.round-corner td {
	padding: 0;
	background-color: #F7F7F7;
}

table.round-corner td.corner {
	width: 9px;
	height: 9px;
	font-size: 3px;
}

table.round-corner td.top-line {
	border-top: 1px solid #cccccc;
	font-size: 3px;
}

table.round-corner td.bottom-line {
	border-bottom: 1px solid #cccccc;
	font-size: 3px;
}

table.round-corner td.left-line {
	border-left: 1px solid #cccccc;
	font-size: 3px;
}

table.round-corner td.right-line {
	border-right: 1px solid #cccccc;
	font-size: 3px;
}

/******************************************************
field sample and field info
******************************************************/

td.field-sample {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 4px 0px 3px;
	font-size: 10px;
	color: #636363;
}

td.reduced-top-padding {
	/*reduced space for the row below the field sample row*/
	padding-top: 2px;
}

span.field-info {
	/*applied to text such as (optional)*/
	color: #404040;
}


/******************************************************
tasks
******************************************************/

table.tasks {
	width: 100%;
	border-width: 1px 0 0 1px;
}

table.tasks th, 
table.tasks td {
	padding: 7px;
	vertical-align: baseline;
	white-space: nowrap;
	border-width: 0 1px 1px 0;
}

table.tasks,
table.tasks th, 
table.tasks td {
	border-style: solid;
	border-color: #DEDEDE;
}
