


html {
  margin: 0;
}
body {
  font-family: sans-serif;
  font-size: 10pt;
  margin: 140px 0em 5em 170px;
  background-image: url("images/logo_v4_small.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 8px 2em;
}
div.header {
  position: absolute;
  margin-left: 4px;
  width: 860px;
  top: 0em; left: 4px;
  background-color: white;
}
tr.headerfoot {
  background-color: #e0e0ff;
}
tr.headersep {
  background-color: navy;
}
span.highlight {
  background-color: yellow;
}
span.bold {
  font-weight: bold;
}
span.newsheader {
  font-weight: bold;
  font-size: 9pt;
}
span.header1 {
  font-weight: bold;
  font-size: 16pt;
}
span.header2 {
  font-weight: bold;
  font-size: 28pt;
  color: navy;
}
span.header3 {
  font-weight: bold;
  font-size: 20pt;
  color: navy;
}
span.header4 {
  font-weight: bold;
  color: navy;
}
span.pkg {
  color: red;
  font-family: monospace;
}
div.header a {
  font-weight: bold;
}
div.footer {
  bottom: 0em;
  margin-right: 2em;
}
div.footer hr {
  border-style: dashed none none none;
  border-color: #8080ff;
  margin-left: 0;
  margin-top: 0.5em;
  width: 690px;
  height: 0;
}
div.header td,
div.footer td {
  font-size: 8pt;
}
div.menu {
  position: absolute;
  width: 140px; height: auto;
  top: 140px; left: 8px; bottom: 1em;
  background-color: #e0e0ff;
}
div.menu a,
div.header a {
  text-decoration: none;
}
div.menu a:hover,
div.header a:hover {
  background: #ffffff;
  text-decoration: underline;
}
ul.menu {
  list-style: none;
  margin-left: 0.8em;
  margin-top: 0em;
}
li.menuhead {
  font-weight: bold;
  font-size: 8pt;
  padding: 0.2em;
  color: white;
  background-color: navy;
  margin-left: -1.2em;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
li.menuhead1 {
  font-weight: bold;
  font-size: 8pt;
  padding: 0.2em;
  color: white;
  background-color: navy;
  margin-left: -1.2em;
  margin-top: 0.0em;
  margin-bottom: 0.4em;
}

div.menu {
  position: fixed;
}
div.menu>ul.menu {
  list-style: none;
  margin-left: -2em;
  margin-top: 0;
}
h1,h2,h3,h4 {
  color: navy;
}
code,pre,kbd {
  font-family: monospace;
}
code,kbd {
  font-size: 100%;
}
pre.example {
  font-size: 10pt;
  background-color: yellow;
}
kbd {
  font-weight: bolder;
}


p.caption {
  font-style: italic;
  font-size: 10pt;
}
thead {
  font-weight: bold;
  background-color: #c0c0f0;
}
ol.roman {
   list-style-type: upper-roman;
}
ol.alpha {
   list-style-type: upper-alpha;
}
div.figure {
  float: right;
  width: 25%;
  border: thin solid;
  margin: 0.5em;
  padding: 0.5em;
  text-align: center;
}


table {
  text-align: start;
  white-space: normal; /* compatible with IE & spec */
  line-height: normal;

  /* Quirk: cut off all font inheritance in tables except for family. */
  font-size: initial;
  font-weight: initial;
  font-style: initial;
  font-variant: initial;
}

table.image {
  border: thin #f0f0ff solid;
  margin: 0.5em;
  padding: 0.5em;
  width: 25%;
}
p.caption {
  font-style: italic;
  font-size: 8pt;
  text-align: center;
}
img.scaled {
  width: 100%;
}
form.center {
  text-align: center;
}


.spider_list p {
    margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.spider_dl_list > dt {
  font-weight: bold;
}

.spider_dl_list > dl {
  font-size: 0.9rem;
}

.spider_dl_list > dd {
  font-size: 0.9rem;
}

.spider_dl_list > dd  {
  margin-bottom: 1em;
}

.spider_dl_list > dd > p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.spider_dl_list kbd {
padding: 0em 0.2em;
border: 1px solid #ccc;
background-color: #f7f7f7;
border-radius: 3px;
font-family: monospace;

font-weight: normal
}

.spider_screenshot {
  max-width: 100%;   height: auto;
  display: block; }


.spider_figure {
  border: 1px solid #ccc;
  padding: 5px;
  margin: 0;
}

.spider_figure.no_border {
  border: none;
}

.spider_figcaption {
  text-align: center;
  font-weight: normal;
  font-style: italic;
  font-size: smaller;
  margin-top: 5px;
}

.table_align_right {
  float: right;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

.align_center {
  text-align: center;
}

.valign_top {
  vertical-align: top;
}

.valign_middle {
  vertical-align: middle;
}


.table_860 {
  width: 860px;
  border-spacing: 0;
}

.table_860 td {
  padding: 1px;
}
.table_690 {
  width: 690px;
  border-spacing: 0;
}

.table_690 td {
  padding: 0;
}

.table_cellpadding_zero td {
  padding: 0;
}

.table_border_1_cellpadding_6_cellspacing_0 {
  border-collapse: collapse;
}
.table_border_1_cellpadding_6_cellspacing_0 td, .table_border_1_cellpadding_6_cellspacing_0 th {
  padding: 6px;
  border: 1px solid black;
}

.table_border_1_cellpadding_5_cellspacing_0 {
  border-collapse: collapse;
}
.table_border_1_cellpadding_5_cellspacing_0 td, .table_border_1_cellpadding_5_cellspacing_0 th {
  padding: 5px;
  border: 1px solid black;
}


.table_border_1_cellpadding_4_cellspacing_0 {
  border-collapse: collapse;
}
.table_border_1_cellpadding_4_cellspacing_0 td, .table_border_1_cellpadding_4_cellspacing_0 th {
  padding: 4px;
  border: 1px solid black;
}

.table_border_1_cellpadding_3_cellspacing_0 {
  border-collapse: collapse;
}
.table_border_1_cellpadding_3_cellspacing_0 td, .table_border_1_cellpadding_3_cellspacing_0 th {
  padding: 3px;
  border: 1px solid black;
}

.table_border_0 {
  border-collapse: collapse;
  border: none;
}

.table_border_0_cellspacing_12 {
  border-collapse: separate;
  border-spacing: 12px;
  border: none;
}

.table_border_width_60_percent {
  border: 1px solid black;
  width: 60%;
}

.table_width_100_percent_cellpadding_0_cellspacing_0_border_0 {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.table_width_100_percent_cellpadding_0_cellspacing_0_border_0 td, .table_width_100_percent_cellpadding_0_cellspacing_0_border_0 th {
  padding: 0;
}

.table_cellspacing_0_cellpadding_0 {
  border-collapse: collapse;
}
.table_cellspacing_0_cellpadding_0 td, .table_cellspacing_0_cellpadding_0 th {
  padding: 0;
}

.table_cellspacing_2_cellpadding_3 {
  border-spacing: 2px;
}
.table_cellspacing_2_cellpadding_3 td, .table_cellspacing_2_cellpadding_3 th {
  padding: 3px;
}

.table_width_94_percent_cellpadding_3 {
  width: 94%;
}
.table_width_94_percent_cellpadding_3 td, .table_width_94_percent_cellpadding_3 th {
  padding: 3px;
}

.table_border_1_cellpadding_6 {
  border-collapse: collapse;
  border: 1px solid black;
}
.table_border_1_cellpadding_6 td, .table_border_1_cellpadding_6 th {
  padding: 6px;
  border: 1px solid black;
}

.hr_noshade_size_1 {
  border: none;
  height: 1px;
  background-color: black;
}

#acadlicensebox{
  position:absolute;left:40px; top: 46px; width:640px; height:540px;
  overflow:auto;
  padding-left: 10px;padding-top: 10px;
  background-color: #fff0f0;
  border: solid 1px #000000;
  display:none
}
#commlicensebox{
  position:absolute;left:40px; top: 46px; width:640px; height:540px;
  overflow:auto;
  padding-left: 10px;padding-top: 10px;
  background-color: #fff0f0;
  border: solid 1px #000000;
  display:none
}
#perslicensebox{
  position:absolute;left:40px; top: 46px; width:640px; height:540px;
  overflow:auto;
  padding-left: 10px;padding-top: 10px;
  background-color: #fff0f0;
  border: solid 1px #000000;
  display:none
}
#confirmboxbg{
  position:absolute;left:0px; top: 0px; width: 100%; height: 100%;
  background-color: white;
  filter:alpha(opacity=75);
  opacity: 0.75;
  display:none
}
#evallicensebox{
  position:absolute;left:40px; top: 46px; width:640px; height:540px;
  overflow:auto;
  padding-left: 10px;padding-top: 10px;
  background-color: #fff0f0;
  border: solid 1px #000000;
  display:none
}
#confirmboxbg{
  position:absolute;left:0px; top: 0px; width: 100%; height: 100%;
  background-color: white;
  filter:alpha(opacity=75);
  opacity: 0.75;
  display:none
}
