/* pixelfixation.com main stylesheet*/

/* general page items */
/* */
a
{
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  color: #0000ff;
}

body
{
  background-color: #000000;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  margin-top: 10px;
  text-align: center;
}

h2
{
  font-size: 140%;
  margin-top: 0px;
  font-style: italic;
  text-decoration:underline
}

h3
{
  font-size: 150%;
  color: #2eccfa;
  font-style: italic;
  text-decoration:underline
}

h4
{
  font-size: 100%;
  font-style: italic;
}

.smalltext
{
  font-size: 75%;
}

input, textarea
 {
  background-color: #e2e2e2;
  color: #000000;
  font-family: arial, verdana, ms sans serif;
  font-size: 12pt;
  font-weight: normal;
  padding: 2px;
}

pre
{
  color: #006060;
  font-family: "Courier New", Courier, monospace;
  font-size: 80%;
  margin-left: 1px;
}

pre i,
pre var
{
  color: #c06000;
}

td, th
{
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th
{
  font-weight: bold;
  text-align: left;
}

ul
{
  list-style-type: square;
}

/* specific area items */
/* */

#main
{
  margin: 0px auto;
  text-align: center;
  width: 652px;
}

.headerbar
{
  background-color: #2eccfa;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 8pt;
  margin: 0px;
  padding: 5px;
  text-align: center;
}

.footerbar
{
   background-color: #2eccfa;
  border: 1px solid #000000;
  color: #ffffff;
  font-size: 8pt;
  margin: 0px;
  padding: 5px;
  text-align: right;
}

.currentpage
{
  color: #060606;
  font-weight: bold;
}

#contentarea
{
  background-color: #ffffff;
  background-image: url("/graphics/nothing.gif");
  background-position: -30% 0%;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  border-top-width: 0px ;
  border-bottom-width: 0px ;
  padding: 5px 10px 5px 10px;
  text-align: left;
}

#contentarea a
{
  color: #2eccfa;
}

#contentarea a:hover
{
  color: #ffffff;
}

.formlabel
{
  font-weight: bold;
}
.sidebox
{
  background-color: #f0e0d0;
  border-color: #d0a070;
  border-style: solid;
  border-width: 1px;
  float: right;
  padding: 3px;
  margin-top: 0px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 0px;
  width: 50px;
}

.textbox
{
  background-color: #ffccff;
  border-color: #909090;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
}
