/* Alphawave's style sheet! */
/* $Id: default.css 25850 2011-11-02 23:10:56Z dl $ */

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #666666;
  color: #FFFFFF;
  line-height: 15px;
  }
	
#content
{
  width:1000px;
  height: 600px;
  margin:0px auto;
  position: relative;
  top: 5px;
  background-image: url("images/paneBG.jpg");
}

#scrollingarea
{
  width: 600px;
  height: 320px;
  overflow: auto;
  text-align: left;
  position: absolute;
  left: 80px;
  top: 60px;
  padding-right: 60px;
  }

#nonscrollingarea
{
  width: 600px;
  height: 500px;
  overflow: auto;
  text-align: left;
  position: absolute;
  left: 61px;
  top: 60px;
  padding-right: 60px;
  }

#current
{
  color: #000000;
  padding: 1px 4px 1px 4px;
  letter-spacing: 1px;
  line-height: 19px;
  border: 1px solid #FFFFFF;
  }

a
{
  color: #FFFFFF;
  text-decoration: none;
  padding: 1px;
  border-bottom: 1px solid #8A9AD5;
  }

ul
{
  padding-left: 2em;
  }

a:hover
{
  color: #FFFFFF;
  padding: 1px;
  border-bottom: 2px solid #FFFFFF;
  }

div#navigation
{
  position: absolute;
  top: 25px;
  right: 25px;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bolder;
  }

div#navigation a
{
  color: #999999;
  background-color: transparent;
  text-decoration: none;
  padding: 1px 4px 1px 4px;
  letter-spacing: 1px;
  line-height: 19px;
  border: 1px solid #FFFFFF;
  }

div#navigation a:hover
{
  color: #000000;
  background-color: #CCEECC;
  border: 1px solid #000000;
  }

div#navigation a span
{
  display: none;
  margin-left: 5px;
  }

div#navigation a:hover span
{
  display: block;
  position: absolute;
  top: 195px;
  left: 0px;
  width: 150px;
  color: #000000;
  font: 10px Verdana, sans-serif;
  letter-spacing: 0px;
  }

a.thumb
{
  border: 0px;
  text-decoration: none;
  border-bottom: 0px;
  }

a.thumb:hover
{
  background-color: #666666;
  color: #FFFFFF;
  border-bottom: 0px;
  }

a.thumb span
{
  display: none;
  }

a.thumb:hover span
{
  display: block;
  position: absolute;
  top: 55px;
  right: 55px;
  }

span.popup
{
  color: #FFFFFF;
  font: 10px Arial, Helvetica, sans-serif;
  text-align: right;
  padding: 5px;
  font-weight: bolder;
  background: url(images/screenshotBG.jpg);
  }

#heading
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bolder;
  letter-spacing: 1px;
  text-align: right;
  position: relative;
  top: 25px;
  right: 337px;
  }

#date
{
  position: absolute;
  bottom: 20px;
  left: 825px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
  letter-spacing: 1px;
  }

h1
{
  font-size: 15px;
  margin: 1px;
  }

h2
{
  font-size: 14px;
  margin: 1px;
  }

h3
{
  font-size: 13px;
  margin: 1px;
  }

#Box1,#Box2,#Box3
{
  position:absolute;
  top:80px;
  left:10px;
  height: 300px;
  overflow: auto;
  background-color: transparent;
  font-size: 8pt;
  }

#Box1
{
  left:70px;
  width:160px;
  }

#Box2
{
  left:250px;
  width:180px;
  }

#Box3
{
  left:450px;
  width:290px;
  }

/* links in boxes look different */

div#Box1 a:hover
{
  color: #000000;
  background-color: #CCEECC;
  }
div#Box1 a
{
  border-style:none;
  }

div#Box2 a:hover
{
  color: #000000;
  background-color: #CCEECC;
  }
div#Box2 a
{
  border-style:none;
  }

div#Box3 a:hover
{
  color: #000000;
  background-color: #CCEECC;
  }
div#Box3 a
{
  border-style:none;
  }

/* list entries in the above boxes */

p.l1
{
  text-indent: 0em;
  margin-top: 0;
  margin-bottom: 0;
  font-variant: small-caps;
  font-size: 10px;
  }
p.l2
{
  text-indent: 2em;
  margin-top: 0;
  margin-bottom: 0;
  font-variant: small-caps;
  font-size: 10px;
  }
p.l3
{
  text-indent: 4em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  }

#boxhead1
{
  position: absolute;
  top: 55px;
  left: 70px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bolder;
  }

#boxhead2
{
  position: absolute;
  top: 55px;
  left: 250px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bolder;
  }

#boxhead3
{
  position: absolute;
  top: 55px;
  left: 450px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bolder;
  }

