/*
 *  MyStyle Copyright (c) 2001-2004 Alexey Chernyak, All Rights Reserved.
 *  See http://www.bigfoot.com/~alexeyc/
 */

body {
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
  margin-top: 2em;
  margin-bottom: 3em;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 8pt;
}
b, strong, em {
  font-weight: bold;
  font-style: normal;
}
p {
  text-indent: 25px;
  text-align: justify;
  line-height: 1.5;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-family: Verdana, "Myriad Web", Syntax, sans-serif;
}
.right {
  float: right;
}
.entry h1 {
  padding: 0 10pt;
  margin: 0;
  height: 22px;
  text-align: right;
  font-weight: bold;
  font-size: 8pt;
}

@media screen
{
caption {
  background: #f90;
  color: #000;
  border-color: inherit;
  border-bottom-width: 0;
}
table, caption {
  border-width: 0;
  border-style: solid;
}
img {
  border-style: none;
  border-width: 0px;
  border-color: #ffc;
  vertical-align: middle;
}
a img {
  border-style: solid;
  border-width: 1px;
}
	
a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
}
a:focus, a:focus img,
a:hover, a:hover img,
a:visited:focus, a:visited:focus img,
a:visited:hover, a:visited:hover img {
  text-decoration: underline;
}
a:link, a:link img,
a:focus, a:focus img {
  color: #f90;
  border-color: #f90;
}
a:visited, a:visited img,
a:visited:focus, a:visited:focus img {
  color: #f43;
  border-color: #f43;
}
a:link, a:link img,
a:active, a:active img,
a:focus, a:focus img,
a:hover, a:hover img,
a:visited, a:visited img,
a:visited:active, a:visited:active img,
a:visited:focus, a:visited:focus img,
a:visited:hover, a:visited:hover img {
  background: transparent;
}
acronym, abbr {
  text-decoration: inherit;
  cursor: help;
}
a acronym, a abbr {
  text-decoration: inherit;
  cursor: inherit;
}

#clock {
  line-height: 2em;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu a {
  width: 100%;
  display: block;
  text-align: center;
  background-image: url("images/wood.png");
  background-repeat: repeat-x;
  height: 22px;
  text-decoration: none;
  color: #f90;
  line-height: 1.5;
}

#menu a:focus, #menu a:hover {
  text-decoration: none;
  color: #fc3;
  background-image: url("images/darkwood.png");
}

#sidebar {
  position: absolute;
  left: 20px;
  top: 2em;
  width: 150px;
  text-align: center;
}
#content {
  margin-left: 190px;
  margin-right: 5%;
  min-width: 300px;
}
.ebody {
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #f90;
  padding: 10pt;
}
.entry {
  background-image: url("images/wood.png");
  background-repeat: repeat-x;
}
.entry h1 {
  padding-left: 0pt;
  margin: 0;
  height: 22px;
  text-align: right;
  font-weight: bold;
  color: #f90;
  background-image: url("images/wood.png");
  font-size: 8pt;
}
.ebutton {
  float: left;
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 4px 5px;
}
.entry .ebutton {
  background-image: url("images/up.gif");
}
.entry.closed .ebutton {
  background-image: url("images/down.gif");
}
.ebutton:hover {
  margin: 3px 4px;
  border: 1px outset;
}
.ebutton:active {
  margin: 3px 4px;
  border: 1px inset;
}
.entry.closed .ebody {
  display: none;
}
#poll {
  text-align: center;
  font-family: verdana, geneva, sans-serif;
  font-size: 8pt;
  border-width: 1px;
  border-style: solid;
}
#poll .title {
  background: #f90;
  color: #000;
}
fieldset {
  border: none;
}
button {
  width: 50px;
  height: 25px;
  vertical-align: middle;
  padding: 0;
  font-size: x-small;
}

table[width], nobr + br + br + nobr {
  display: none;
}
}




@media print
{
  #sidebar {
    display: none;
  }
  #content {
    margin: 0;
  }
  #content a {
    text-decoration: underline;
  }
  .entry.closed .ebody {
    display: block;
  }
}
