body {
	margin: 0em;
	text-align: center;	
	font: normal 100% Arial, Helvetica, Sans-Serif;
}

a img, iframe { border: none; }
	
/* Headers
------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; }
h5 { font-size: 110%; }
	
/* Lists
------------------------------*/
	
ul, ol, dl, li, dt, dd {
	margin: 0;
	padding: 0;
}
	
/* Links
------------------------------*/

a, a:link {}
a:visited {}
a:hover {}
a:active {}

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
}
	
fieldset { border: 1px solid #000; }

td, th, input, textarea, select {
	font-family: inherit;
}
	
tr.clr {
       	padding-left: 3px;
	padding-right: 3px;
}

tr.stripe {
  background: #EEE;
}

tr.stripe2 {
  background: #FFF;
}

tr.cl_emph {
	background: #99CCFF;
	font-weight: bold;
}

area.vma {
  cursor: pointer;
}	 

table.candlisttable {
	width: 100%;

	text-align: left;
	font-size: 70%;
	font-weight: normal;   
}

div.pframe {
        background: #ddd;
        width: 80px;
        border: 1px solid #000;
        text-align: left;
}

div.pbar {
        background: #36bb01;
        left: 0;
        text-align: center;
}

img.poscross {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 250px;
	z-index: 1;
}

img.posleft {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 1;
}

img.posright {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 502px;
	z-index: 1;
}

img.postop {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 250px;
	z-index: 1;
}

img.posbottom {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 502px;
	left: 250px;
	z-index: 1;
}

img.highlight {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 250px;
	left: 250px;
	z-index: 1;
}

div.wrapper {
	margin: 0 auto;
	width: 100%;
	height: 100%; 
}

div.vis {
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
	width: 68%;
	clear: both;
	float: left;
}

div.ehd {
	font-weight: bold;
	text-align: center;
	width: 31%;
	float: right;
	vertical-align: top;
}

div.ehdlist {
	width: 100%;
	height: 520px;	
	border: #999999 1px solid;
	overflow: auto;
}

div.legend {
	position: absolute;
	left: 525px;
	top: 0px;
	width: 10em;
}

table.legendtable {
        font-size: 70%;
	font-weight: normal;
}

td.lr {
      text-align: left;
}

div.mainbox {
	background: #FFFFFF;
	clear: both;
	text-align: center;
	padding: 0.5em;
}

h1 {
   text-align: center;
   width: 80%;
}

table.ehdtable {
/*  border: 1px solid; */
  width: 100%;
  background: #EEEEEE;
}

div.selects {
  margin: 0 auto;
  margin-bottom: 1em;
}

div.highlight {
  clear: both;
  width: 100%;
  text-align: left;
}

div.qdiv {
  clear: both;
  overflow: auto;
  border: 1px #999999 solid;
  text-align: left;
  width: 100%;
  height: 15em;
  font-size: 80%;
}

div.visattrbox {
  margin: 1px;
  background: #0e6f9d;
  float: left;
  border: 1px #999999 solid;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 100%;
  vertical-align: middle;
}

img.el_hl_button {
  cursor: pointer;
  margin-right: 3px;
  vertical-align: middle;
  border: 1px outset;
  padding: 1px;
  border-color: #888888;
}


div.visattrbox_highlight {
  margin: 1px;
  background: #1e7fad;
  float: left;
  border: 1px #000000 solid;
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  vertical-align: middle;
}

select.sel {
  margin-right: 2em;
}

table.qname {
  background: #DDDDDD;
  padding-left: 4em;
  font-weight: bold;
  font-size: 75%;
  width: 100%;
}

table.qtable {
  border: 0;
  background: #DDDDDD;
  width: 100%;
}

td.answbox {
  background: #FF6644;
  border: 1px solid #000;
  cursor: pointer;
}

td.qq {
  font-weight: bold;
}

td.qa {
  background: #FFFFFF;
  padding: 3px;
  width: 100%;
}

td.qs {
  background: #FFFFFF;
  margin-left: 2em;
}

img.visimg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  border: none;
  margin: 0;
  padding: 0;
}
