/*******************************************************************************
 * 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
 ******************************************************************************/

#FileImportDiv {
	width: 60%;
}

#FileImportDiv.button-form {
	height: 24px;
	width: 60px;
}

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

#FileImportOptionsTable td {
	font-family: Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	height: 20px;
	padding: 3px;
}

#FilePreviewTable td {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 10px;
	padding: 2px;
}

#FilePreviewTable {
	margin: 5px;
}

#FilePreviewTable th {
	font-family: Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	border-collapse: collapse;
	border: solid 1px #000000;
	padding: 2px;
}

#FilePreviewTable th.ItalicColumnNames {
	font-style: italic;
}

#FilePreviewTable td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

#FilePreviewTable td.rowIndexCell {
	border: 1px dotted #000000;
	width: 60px;
	text-align: center;
}

#FileImportDiv td.inputElement {
	text-align: right;
	padding-left: 20px;
}

#FileSourceName {
	font-family: Helvetica;
	font-size: 16px;
}



