/* styles for the data spewer */

html { overflow: -moz-scrollbars-vertical; }
body { margin: 20px; background-color: #E8E7CB; }
table, td, p, div, input, select, optgroup {
	line-height: 14pt;
}
select, optgroup, option {
  font-size: 8pt;
	font-family: verdana;
}

table, td, p, div, input, select, textarea, body {
  font: 11px Verdana, sans-serif;
  line-height: 20px;
  color: #555555;  
}

.dataTable th { 
  background-image: url(../images/heading.jpg);
  font-family: tahoma, arial;
  font-size: 8pt;
}
.evenRow { background-color: #efefef; }
.oddRow { background-color: #EDF3FE; }
#spewButton { font-family: tahoma; font-weight: bold; color: #336699; }
.HTML_Block { display: none; }
.help_title { font-weight: bold; color: #333333; font-family: tahoma; font-size: 8pt; }
.heading_1 { font-weight: bold; font-size: 8pt; }
.heading_2 { color: #336699; font-size: 10pt;}
.heading_3 { color: #666666; font-size: 8pt; border-top: 1px solid #999999; padding-top: 3px; }
#postit1, #postit2, #postit3, #postit4, #postit5, #postit6, #postit7, #postit8, #postit9, #postit10, #postit11 { display: none; }

#sql_options { 
  display: none; 
	background-color: #EDF3FE; 
	border: 1px solid #C5D1E8; 
	width: 220px; 
	padding: 10px;
}
#xml_options { 
  display: none; 
	background-color: #EFEFEF; 
	border: 1px solid #cccccc; 
	width: 220px; 
	padding: 10px; 
}
#csv_options { 
  display: none; 
	background-color: #ffffee; 
	border: 1px solid #cccccc; 
	width: 220px; 
	padding: 10px; 
}

.suboptionActive { color: black; }
.suboptionInactive { color: #cccccc; }

.error { 
  border: 1px solid #660000;
  background-color: #ffffcc;
  font-family: tahoma;
  font-size: 10pt;
  padding: 10px;
  width: 660px;  
}

#custom_col_name {
  font-weight: bold;
}

.postit p, .postit table td {
  line-height: 12pt;
}

.setting_label {
  color: #29517A;
}

/* by default, always hide all but Canada and the US country sections */
.country_netherlands, .country_uk { display: none; }

#content {
  background-color: white;
  width: 920px;
  padding: 20px;
  border: 1px solid #dddddd;
} 
