
/* usage examples:
	css selector for a button with the plus symbol: .ci_btn.ci_symbol.ci_plus
	css selector for a text only button: .ci_btn.ci_text
	css selector for a text button with a plus symbol: .ci_btn.ci_text.ci_symbol.ci_plus
*/

@media screen {
	
	.ci_tables {
		
	}
	
	/*
	allgemeines Tabellen Layout für Tabellen aus dem MarkupBuilder
	aktuell nur für Exporttabellen
	*/
	
	table.ci_l1_main_table thead th
	{
		background-color: #ccc;
	}
	
	table.ci_l1_main_table tbody tr:hover td
	{
		background-color: #eee;
	}
	
	
	
	.ci_l1_col_download_files_header, .ci_l1_col_download_files_article, .ci_l1_col_download_files_catalog, .ci_l1_col_download_files_log,
	.ci_l1_col_edit_delete, .ci_l1_col_edit_reimport
	{
		width: 30px;
	}
	
	
	/*reduzieren aufs wesentliche */
		/*	
	.ci_l1_col_source_catalog_name, .ci_l1_col_source_catalog_id, .ci_l1_col_control_file, .ci_l1_col_edit_class_download img,
	.ci_download_box_header, td.ci_l1_col_download_files_header
	{
		display:none !important;
	}
	*/
	
}