body {
  font: 12px "Open Sans", sans-serif;
}
.condensed {
  font-family: "Open Sans Condensed", sans-serif !important;
}
.bold {
  font-weight: bold;
}
#document {
	width: 960px;
    margin: 0 auto;
}
#filtertext {
	font-size: 11px;
}
#filterresult {
	font-style: italic;
	font-size: 10px;
}
#wacky {
	font-size: 10px;
}
#topbuttons {
  position: relative;
  width: 960px;
}
#topformelements, #bottomselector, #FormControls {
	font: 14px "Open Sans", sans-serif;
	margin-top: 3px;
}
.highlight {
	stroke: red;
}
#tt_foreline {
	stroke: black;
	stroke-width: 2px;
	opacity: .75;
}
#tt_forecircle {
	fill: black;
	opacity: .75;
}
#tt_backline {
	stroke: white;
	stroke-width: 5px;
	opacity: .75;
}
#tt_backcircle {
	fill: white;
	opacity: .75;
}
#tt_category {
  font: 12px "Open Sans", sans-serif;
  font-weight: bold;
  fill: white;
}
#tt_processname {
  font: 11px "Open Sans", sans-serif;
  fill: white;
}
#tt_subtext {
  font: 10px "Open Sans", sans-serif;
  fill: white;
}
.toolbox {
   fill: black;
   stroke: white;
   stroke-width: 2px;
   opacity: .75;
}
.statecolor, .legendrect {
  stroke-width: 1pt;
  stroke: black;
}
.stateline {
	fill: none;
	stroke: white;
	stroke-width: 1px;
}
#logos {
	font: 14px "Open Sans", sans-serif;
	margin-top: 20px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: gray;
}
a {
	color: blue;
	text-decoration: none;
}
h1 {
	font-size: 26px;
	font-family: "Open Sans Condensed", sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
}
h3 {
	font-size: 16px;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
}
.refer {
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  white-space: nowrap;
}

button {
  font: 9px "Open Sans", sans-serif;
  background-color: #222;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.25), rgba(255,255,255,.11));
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,.25)),color-stop(1, rgba(255,255,255,.11)));
  background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,.11));
  color: #fff;
  text-rendering: optimizeLegibility;
  text-shadow: 0 -1px 1px #222;
  padding: 1px 2px 1px 2px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #222;
  margin: 0;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  box-shadow: 0 1px 3px #999;
}
button.first {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
button.last {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
button.active {
  background-color: rgb(0,109,104);
}
button:hover {
  background-color: rgb(49,163,84);
}
[disabled] {
  background-color: lightgray;
  color: gray;
}
[disabled]:hover {
  background-color: lightgray;
  color: gray;
}