/*******************************************************************************
 * Copyright 2012 University of Southern California
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * 	http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 * This code was developed by the Information Integration Group as part 
 * of the Karma project at the Information Sciences Institute of the 
 * University of Southern California.  For more information, publications, 
 * and related projects, please see: http://www.isi.edu/integration
 ******************************************************************************/

#ServiceImportDiv td {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    padding: 5px;
}

td#ServiceImportErrorWindow {
	border: none;
}

#ServiceImportDiv table {
	border-width: 0px; 
	border-spacing: 0px; 
	border-collapse: collapse;
}

/*#ServiceImportDiv {
	background-color: black;
}*/

#ServiceSourceList {
	max-height: 400px;
	max-width: 300px;
	overflow: auto;
}

#ServiceImportFieldsButton {
	font-size:18px;
}
#ServiceSourceList table td{
	color: black;
	background-color: #D4D4D4;
	border-bottom: 1px solid white;
	height: 25px;
	
}

#ServiceImportSourceList td {
	vertical-align: top;
}

input#ServiceTableFilterTable {
	max-width: 280px;
}

#ServiceSourceList table td.highlightServiceTableList {
	background-color: #7EC0EE;
}

#ServiceImportErrorWindow.ui-widget{
	font-size: 0.6em;
	width: 340px;
}
