/*************************************
 * TITLE: PowerSource Stylesheet     *
 * AUTHOR: nFo_wORm (nfoworm@one.lv) *
 * MODIF: 15-07-2004 12:58 +0200     *
 *************************************/

/* Main style part */

body {
  background-color : white;
  margin : 0;
  padding: 0.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #333333;
  line-height: 1.2em;
}

/* Header part */

.titleHeader {
  color: white;
  background-color: white;
  padding: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.menuHeader {
  color: #ee8811;
  font-size: 10pt;
  font-weight: bold;
  background-color: white;
  margin-bottom: 0.5em;
  margin-right: 0.0em;
  margin-left: 0.5em;
  padding: 0.5em;
  float : right;
  height: 1.5em;
}

/* Side menu part */

#sidemenu {
  width: 15em;
  float: right;
  clear: right;
  margin-top: 10px;
  border-right: 1px solid #dd2211;
  border-left: 1px solid #dd2211;
  border-top: 1px solid #dd2211;
  border-bottom: 1px solid #dd2211;
}

.sidemenuTitle {
  color: #ee8811;
  font-weight: bold;
  margin: 0.2em;
  padding: 0.2em;
  background-color : #eeeeee;
  border-right: 1px solid #dd2211;
  border-left: 1px solid #dd2211;
  border-top: 1px solid #dd2211;
  border-bottom: 1px solid #dd2211;
}

#sidemenu a, .thisPage {
  color: #dd2211;
  background-color: transparent;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 3px;
  padding: 0px;
  display: block;
}

#sidemenu a:hover {
  color: white;
  background-color: #dd2211;
  text-decoration: underline;
}

.sidemenuText {
  text-align : justify;
  line-height: 48px;
  margin: 0.0em 0 0.0em 0;
  padding: 0 0ex 0 0mm;
  display: block;
}

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

#sidemenu .sidemenuText a:hover {
  text-decoration: underline;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	margin: .5em .5em .5em .5em;
}

.spacing {
  font-size : 12px;
}

/* Main part */

#mainpart {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.3em;
  margin-top: 10px;
  padding: 0mm 0mm 0mm 0mm;
}

.msgbox {
  border: 1px solid #ee8811;
  margin-bottom: 0.5em;
  margin-right: 15.5em;
  margin-left: 0.5em;
  padding: 0.0em;
}

.msgtitle {
  color: #dd2211;
  font-weight: bold;
  margin-right: 15.5em;
  margin-left: 0.3em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding: 2px;
  background-color : #eeeeee;
  border-right: 1px solid #ee8811;
  border-left: 1px solid #ee8811;
  border-top: 1px solid #ee8811;
  border-bottom: 1px solid #ee8811;
}

.msgbody {
  padding: 2px;
  margin: 0.2em;
  text-align : justify;
}

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

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

dl {
  margin: 0.2em;
  padding: 0;
}

dt {
	font-weight: bold;
	margin: 0.2em;
	padding: 0;
	text-align: left;
}

dd {
  margin: 0.2em 0 3px 1em;
  padding: 0;
}

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

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

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

/* Footer part */

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

#footer {
  color: dd2211;
  background-color: white;
  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: dd2211;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}
