@charset "UTF-8";
/* UMQ-QUEST CSS */
.style1 {
	font-size: 13px;
font-family="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"
}
.style2 {
	font-size: 12px;
font-family="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"
}
.style3 {
	font-size: 11px;
font-family="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"
}
.Style4 {
	font-size: 14px;
font-family="Helvetica, Geneva, Arial, SunSans-Regular, sans-serif"
}
#innercontent {
	margin: 10px;
	max-width: 975px;
}
label {
	width: 10em;
	float: left;
	padding: 5px;
}
input, select {
	margin: 5px;
}
label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
fieldset {
	padding: 25px;
	font-size: 12px;
	border: 1px solid #0D65CC;
	margin: 10px 15px 45px 15px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #0D66CD;
}
#note {
	margin: 10px;
	padding: 10px;
	font-size: 12px;
}
#error {
	color: #A94442;
	background-color: #F2DEDE;
	border: thin solid #A94442;
	min-height:20px;
	margin:15px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}
#submit_button {
	background-color : #0D65CC;
	color: white;
	padding: 8px;
	text-align: center;
	font-weight: bold;
	border : solid 1px white;
	width: 120px;
}
#submit_button:hover {
	background-color: #0099FF;
	cursor: pointer;
}
#info {
	color: #0D66CD;
	font-style: italic;
	padding: 5px;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis line {
  fill: none;
  stroke: none;
}

.line {
  fill: none;
  stroke-width: 2px;
}

.brush .extent {
  stroke: #fff;
  fill-opacity: .125;
  shape-rendering: crispEdges;
}

.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
	stroke-dasharray: 3, 3;
}

.grid path {
      stroke-width: 0;
}

div.tooltip {         /* set the CSS for tooltip divs */
  position: absolute;     /* reference for measurement */
  text-align: center;     /* align the text to the center */
  height: 25px;         /* set the height of the rectangle */
  padding: 2px;         /* set a border around the rectangle */
  font: 10px sans-serif;    /* set the font type for the tooltips */
  background: lightgray;    /* set the colour of the rectangle */
  border: 0px;          /* turn off the border (0px) */
  border-radius: 8px;     /* set how rounded the edges of the rectangle is */
  pointer-events: none;     /* 'none' tells the mouse to ignore the rectangle */
}