<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************
 * TITLE: PowerSource Stylesheet     *
 * AUTHOR: nFo_wORm (nfoworm@one.lv) *
 * MODIF: 15-07-2004 12:58 +0200     *
 *************************************/

/* Main style part */

body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size : 9pt;
  color : black;
  background-color : lightyellow;
  margin : 0;
  padding: 0;
}

/* Header part */

.titleHeader {
  color: black;
  background-color: #6495ED;
  padding: 0.5em;
}

.headerTitle {
  font-size: 20pt;
  font-weight: bold;
  line-height : 1.6em;
}

.dividerHeader {
  background-color: blank;
  line-height : 1px;
}

.menuHeader {
  color: black;
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  background-color: #B0C4DE;
  margin: 0;
  padding: 0.5em;
  top: 0.75ex;
  height: 1.5em;
}

.menuHeader a {
  color: black;
  background-color: #B0C4DE;
  text-decoration: underline;
}

.menuHeader a:hover {
  text-decoration: none;
}

.menuHeader .left {
  float : left;
  top : 5em;
  left: 0.5em;
}

.menuHeader .right {
  float : right;
  top : 5em;
  right: 0.5em;
}

.menuHeader .highlight {
  color: black;
  background-color: black;
}

/* Side menu part */

#sidemenu {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid #c0c0c0;
}

.sidemenuTitle {
  font-weight: bold;
  margin: 0;
  padding: 0.5em;
  background-color : lightyellow;
}

#sidemenu ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0.1ex 0;
}

#sidemenu li {
  margin: 0;
  padding: 0.1ex 0;
}

#sidemenu a, .thisPage {
  color: #4169E1;
  background-color:lightyellow;
  text-decoration: none;
  margin: 0;
  padding: 0.8em 1ex 0.8em 5mm;
  display: block;
}

.thisPage {
  color: black;
  background-color:#B0C4DE;
  padding-left: 4mm;
  border-top: 1px solid #6487DC;
  border-bottom: 1px solid #6487DC;
}

#sidemenu a:hover {
  color: white;
  background-color: #B0C4DE;;
  text-decoration: none;
}

.sidemenuText {
  text-align : justify;
  line-height: 1.5em;
  margin: 0.7em 0 0.7em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#sidemenu .sidemenuText a {
  color: black;
  background-color: red;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#sidemenu .sidemenuText a:hover {
  color: #0066CC;
  text-decoration: underline;
  background-color: transparent;
}

input {
  font-size : 8pt;
  width : 135px;
  border: 1px solid #c0c0c0;
  background-color : #F9F9F9;
  color : #999999;
}

.spacing {
  font-size : 4px;
}

/* Main part */

#mainpart {
  color: black;
  background-color: blank;
  text-align: justify;
  line-height: 1.5em;
  margin: 0 0 0 15em;
  padding: 1mm 2mm 1mm 2mm;
  border-left: 1px solid #c0c0c0;
}

.msgbox {
  border: 1px solid #c0c0c0;
  margin-bottom: 0.5em;
}

.msgtitle {
  background-color:		#B0C4De;
  padding: 0.5em;
  font-weight: bold;
}

.msgbody {
  padding: 10px;
  text-align : justify;
}

#mainpart .msgbody a {
  color : #0066cc;
  background-color:  transparent;
  text-decoration: none;
}

#mainpart .msgbody a:hover {
  text-decoration: underline;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 5px 2em;
  padding: 0;
}

ul {
  margin: 0 0 5px 1em;
}

code {
  /*background       : #CCCC99;*/
  background       : greenyellow;
}    

.msglinks {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom : 2px;
  text-align : right;
}

#mainpart .msglinks a {
  color : #0066cc;
  background-color: red;
  text-decoration: none;
}

#mainpart .msglinks a:hover {
  text-decoration: underline;
}

/* Footer part */

.dividerFooter {
  background-color: black;
  line-height : 1px;
  clear : both;
}

#footer {
  color: red;
  background-color: #6495ED;
  font-size: 7.5pt;
  margin: 0;
  padding: 0.5em;
  clear: both;
  height: 2.5em;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
  text-align: right;
}

#footer a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
</pre></body></html>