
/* Configuration page */

.config-props-Frame {
	width: 100%;
	padding: 10px;
}

.config-props-LeftPanel {
	width: 420px;
	vertical-align: top;
	padding: 10px 10px 0 0;
}

.config-props-RightPanel {
    border-left: 1px solid black;
	padding: 10px;
	vertical-align: top;
	width: 800px;
}

.config-props-SearchLabel {
}

.config-props-SearchBox {
}

.config-invalidTreeItem {
/* 	text-decoration: line-through; */
    color: red;
}

.config-modifiedTreeItem {
	font-weight: bold;
}

.config-emailTemplateTextArea,
.config-localizationTextArea
 {
	width: 600px;
	height: 300px;
}

.config-errorLabel {
    color: red;
}

.config-helpText {
    background-color: #DDD;
    padding: 5px;
    border: 1px solid #AAA;
}

.config-buttonsPanel {
	width: 100%;
}
.config-buttonsPanel td {
	text-align:center;
}

.config-buttonsPanelWrapper {
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.config-buttonsPanelWrapper .gwt-Button {
	margin: 5px;
}

.config-propertiesOriginalValue {
	font-weight: bold;
}

.config-propertiesEditorGrid {
    margin-top: 10px;
}

/* Cluster information page */

.pgcluster-Table {
	margin: 10px;
	font-size: 12px;
	color: #000;
	border-spacing: 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.pgcluster-Table TD {
	padding: 2px 10px 2px 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.pgcluster-Table .Header {
	background-color: #eee;
	font-weight: bold;
}
