.tableexcelfile td {
	white-space: nowrap;
	border:1px solid white;
}
.tableexcelfile th {
	border: 0px;
	}
.error, .free, .selected {
	padding:2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ff8888;
	color: black;
	border: 1px solid black;
}
.free{
	background-color: #ddffdd;
}
.selected {
	background-color: yellow;
}
.border {
	margin: 4px;
	padding: 4px;
	border: 1px dotted #bbbbbb;
}
.tableexcelcell {
	background-color: #ffffcc;
	color: #006699;
	white-space: nowrap;
}
.tableexcelcellproduct {
	background-color: #006699;
	color: white;
	white-space: nowrap;
}
.tableexcelcellproduct_missing {
	background-color: #ffff00;
	color: black;
	white-space: nowrap;
}
.tableexcelcellproduct_error {
	background-color: #993300;
	color: white;
	white-space: nowrap;
}
.tableexcelcellproperty {
	background-color: #006699;
	color: white;
	white-space: nowrap;
}
.tableexcelcellproperty_missing {
	background-color: #ffff00;
	color: black;
	white-space: nowrap;
}
.tableexcelcellproperty_error {
	background-color: #993300;
	color: white;
	white-space: nowrap;
}
.importresult {
	line-height: 20px;
}
