.inf-TextPanel {
}

.inf-TextPanel td {
}

.inf-TextPanel .inf-TextPanel-Item {
	background: transparent;
	border: 1px solid transparent;
}

.inf-TextPanel .inf-TextPanel-ItemHeader {
	cursor: pointer;
}

.inf-TextPanel .Hover {
	border: 1px solid #DCD069;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.inf-TextPanel .inf-TextPanel-ActiveItem {
	background: #FFFDEA;
	border: 1px solid #DCD069;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.inf-TextPanel .gwt-Label {
}

.inf-TextPanel img {
	cursor: pointer;
}


.inf-TextPanel .inf-PropertySheet  {
	border: 1px solid #cccccc;
}

.inf-TextPanel .inf-PropertySheet .property {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #000000;
	background: #eeeeee;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}

.inf-TextPanel .inf-Criteria-PropertyConditionForm {
	width: 450px;
}

.inf-TextPanel .inf-ConditionBullet-or{
	list-style-type: circle;
}

.inf-TextPanel .inf-ConditionBullet-and{
	list-style-type: disc;
}

.inf-TextPanel-CompoundCondition {
	width: 100%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}