a:hover div.backgrounddiv {
  background: #A2B8DF;
  width: 125px;
/*
  background-image: url(../images/scanline_active_medbluel.gif);
*/
}

td.selmenucell div.backgrounddiv {
  color:      #333;
  background: #A2B8DF;
  width:      125px;
/*
  background-image: url(../images/scanline_active_medbluel.gif);
*/
}

td.seplinecolor_blue {
  background-color: #034EA2;
}

.titleline {
  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:        8pt;
  color:            #FFFFFF;
  text-decoration: none;
  padding-top:    1px;
  padding-left:   2px;
  padding-right:  2px;
  padding-bottom: 1px;
}

.headfootrow { background: #A2B8DF; }
.darkblue    { background: #0C368C; }
.darkred     { background: #9c0204; }

td.middleheadercell {
  width:             799px;
  height:            24px;
  vertical-align:    top;
  background-image:  url(../images/middle_banner_empty.gif);
  background-repeat: no-repeat;

  padding-top:       2px;
  padding-right:     2px;
}
.middleheadertext {
  text-align:        right;
  text-decoration:   underline;
  font-size:         18px;
  font-weight:       bold;
  color:             #004AA5; /* color of text on www.skyrix.com */
}

td.contentwrappercell {
  text-align:         left;
  vertical-align:     top;
  width:              100%;
  border-width:       1px;
  border-top-color:   #034EA2;
  border-top-style:   solid;
  border-right-color: #034EA2;
  border-right-style: solid;
}
.contentsection {
  text-align: left;
}

div.sidesection {
  border-bottom-color: #034EA2;
  border-bottom-style: solid;
  border-width:        1px;
/*  padding-top:         4px;
  padding-bottom:      4px; */
}

div.newssection {
  border-bottom-color: #034EA2;
  border-bottom-style: solid;
  border-width:        1px;
  
  letter-spacing:   0.5pt;
  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:        9pt;
  line-height:      12pt;
  color:            #000000;
}
div.newsdate {
  letter-spacing:   0.5pt;
  font-family:      Arial, Helvetica, Verdana, Geneva, Tahoma, sans-serif;
  font-size:        8pt;
  line-height:      12pt;
  color:            #000000;
}

div.sectionheader {
  border-bottom-color: #034EA2;
  border-bottom-style: solid;
  border-width:        1px;
}
div.line {
  width:               100%;
  height:              1px;
  border-bottom-color: #034EA2;
  border-bottom-style: solid;
  border-width:        1px;
}

h4 {
  color:               #06348B;
  font-weight:         bold;
  font-size:           10pt;
  width:               100%;
  border-bottom-color: #8CACBB;
  border-bottom-style: solid;
  border-width:        1px;
}
pre {
  width:      95%;
  padding:    1em;
  border:     1px solid #8CACBB;
  /* darker: border:     1px solid #034EA2; */
  color:      black;
  background-color: #DEE7EC;
  /* too dark: background: #A2B8DF; */
}
