/* Neptune Table Widget - style for container (div) for all views */
.nwt-Table {
	
}

/* Neptune Table Widget - style for container (table) for the list view */
.nwt-TableListViewPanel {
	width: 100%;
	height: 100%;
	border-spacing: 3px;
}

/* Neptune Table Widget - style for record count section of the list view panel */
.nwt-TableListViewPanel-recordCount {
	text-align: center;
}

/* Neptune Table Widget - style for record count label of the list view panel */
.nwt-TableListViewPanel-recordCountLabel {
	
}

/* Neptune Table Widget - style for action section of the list view panel */
.nwt-TableListViewPanel-actions {
	border-spacing: 2px;
}

/* Neptune Table Widget - style for paging section of the list view panel */
.nwt-TableListViewPanel-paging {
	
}

/* Neptune Table Widget - style for table data section of the list view panel */
.nwt-TableColumnPanel {
	width: 100%;
	height: 100%;
}

/* Neptune Table Widget - style for the table data cells */
.nwt-TableColumnPanel-dataCell {
	padding: 1px 4px;
	vertical-align: middle;
	text-align: left;
}

/* Neptune Table Widget - style for the table data cells with text or date values */
.nwt-TableColumnPanel-dataCell-text,.nwt-TableColumnPanel-dataCell-date {
	text-align: left;
}

/* Neptune Table Widget - style for the table data cells with numeric values */
.nwt-TableColumnPanel-dataCell-numeric {
	text-align: right;
}

/* Neptune Table Widget - style for the table data cells with numeric values */
.nwt-TableColumnPanel-dataCell-icon,.nwt-TableColumnPanel-dataCell-checkbox {
	text-align: center;
}

/* Neptune Table Widget - style for the table data cells with any other type of data / widget */
.nwt-TableColumnPanel-dataCell-general {
	text-align: left;
}

/* Neptune Table Widget - style for the Detail Feature Widget that contains the detail view */
.nwt-DetailFeatureWidget {
	
}

/* Neptune Table Widget - style for the Page Feature Widget that contains the paging widgets */
.nwt-PageFeatureWidget {
	width: 100%;
}

/* Neptune Export Table to Excel Panel */
.nwt-htmlTable-to-excel-panel {
	max-width: 20px;
}
/* Neptune Export Table to Excel widget */
.nwt-htmlTable-to-excel-exportWidget {
	width: 20px;
}