/*
 * Style sheet for common widgets used by the content and rule components.
 * 
 * Created on June 05, 2009
 * (C) Copyright TANDBERG Television Ltd.
 */


.gwt-TextBox-dataTypeError {
	background-color: #ffcccc;
}

.gwt-TextArea-dataTypeError {
	background-color: #ffcccc;
}

.gwt-DateBox-dataTypeError {
	background-color: #ffcccc;
}

.gwt-ListBox-dataTypeError {
	background-color: #ffcccc;
}

.gwt-SuggestBox-dataTypeError {
	background-color: #ffcccc;
}

.TypedComboBoxWidget-DataTypeError {
	background: #ffcccc;
}

.small-button {
	padding: 1px;
}

.predicate-label {
	margin-top: 1px;
	white-space: nowrap;
}

.criteria-panel {
	background: #C8D4DD;
	border: 1px solid #707070;	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
	width: 100%;
	min-width: 870px;
}

.criteria-panel-container {
	width: 100%;
	min-width: 870px;
}

.pad-predicate-list {
	margin-left: 13px;
}

.small-txt {
	font-size: x-small;
}

.dialogVPanel {
  margin: 5px;
}

.theGrid {
	border-collapse: collapse;
}

.cellSelect {
  background-color: lightgrey;
}

.rhs-value-textbox {
	width: 100px;
}

.field-selector-srchBox {
	min-width: 270px;
}
