.export_header_color{
	font-weight: bold;
	color: #FFFFFF;
	
	background: #222222;
	
}

#export_form img{
	border: none;
}
#export_generated_file {
	background-color: #C1EABB;
	padding: 2px;
}

#export_progressbar_value{
	margin: 0px 5px;
}

.export_date
{
	width : 120px !important;
}
#export_ajaxloader_container table{
	margin-top: 10px;
}
#export_ajaxloader_container table td{
	height: 40px;
}

#export_ajaxloader_container {
	position: relative;
	background-color: #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
}
#export_ajaxloader {
	width: 32px;
	height: 32px;
	/*
	position: absolute;
	bottom: 0px;
	right: 0px;
	*/
	background: url('/images/ajax-loader.gif');
	background-repeat: no-repeat;
	background-size: contain;
}

#export_query_form_container{
	position: relative;
}

table.export_query_table,
table.export_select_table {
    width: 100%;    
  }
table.export_query_table td{
	vertical-align:top;
}
table.export_query_table table td{
	vertical-align:middle;
}
table.export_select_table td{
	text-align: center;
}
img.button{
	cursor: pointer;
}

.export_cols_header span {
	margin: 0 10px;
}

#export_cols_sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	clear: both;
	}
#export_cols_sortable li { 
	margin: 0 3px 3px 3px; 
	padding: 5px; 
	padding-left: 1.5em; 
	font-size: 11px; 	
	border: 1px solid #aaaaaa;
	background: #dddddd;
		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#export_cols_sortable li span { 
	position: absolute; 
	margin-left: -1.3em; 
	}

#export_cols_header{
	overflow: hidden;
	margin-bottom: 3px;	
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#export_cols_header_1,
#export_cols_header_2,
#export_cols_header_3 {
    float: left;
    text-align: center;    
  }

#export_cols_header_1 {
	width:50px;
}

#export_form fieldset{
	background-color: #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border: 1px solid #cccccc;
}


#export_form input[type="text"],
#export_form select{
	color: #444444;
	border: 1px solid #bbbbbb;	
	font-size: 11px;	
	padding: 3px 5px;	
}

#export_cols_header_2,
#export_cols_sortable input[type='text']{
	width: 160px;
	margin: 0px 10px;
}

#export_cols_header_3,
#export_cols_sortable select{
	width: 90px;
}

img.export_output_image {
    width: 48px;
    margin: 5px;
  }
img.export_output_image_large {
    width: 64px;
    margin: 5px;
  }
#export_output_type {
    width: 100%;
  }
#export_save_query_name{
	width: 85%;
}

#export_stored_query {
	width: 100%;
}

.export_separator{
	clear: both;
}
.export_filter_value {
   width: 100%;   
  }
table.export_filter_table {
   	width: 95%;
  }
table.export_filter_table td {
   	padding: 2px 5px;
  }
  
#export_num_rows {
    font-weight: bold;
    font-size: 12pt;
    margin-left: 10px;
  }

.export_block {	
	margin: 5px;
}

.export_label {
    margin-right: 10px;
  }
