/* ------------------------------ Fullscreen Background -- */


div.text {overflow: visible; }

body, html {
    color: #fff;
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;

    padding: 0px;
    margin: 0px;

}

div.background {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    float: left;
    position: absolute;
    left: 0px;
    right: 0px;
}

div.background img {
    width: 100%;
    height: 100%;
}

div.all {
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    position:absolute;
    top:0;
    left:0;
}






/* -------------------------- Regular Confs ---- */

  a:link {
      color: #169;
  }

  a:visited {
      color: #026;
  }

  a:active, a:focus, a:hover {
      color: #fff;
  }
  a img {
      border: 0px;
  }

div.logo {
    height: 80px;
    text-align: center;
    margin: 0px 200px;
}

div.menu {
    width: 198px;
    position: relative;
    top: 74px;
    float: left;
    padding: 0px;
    z-index: 500;
    text-align: center;
}


div.menu div {
    margin: 0px;
}
  div.menuTitle {
      font-size: 2px;
      width: 197px;
      height: 68px;
  }

  img.menuMid {
      width: 197px;
      height: 100px;
      z-index: 150;
  }

  div.menuLinks {
      padding: 0px;
  }
    div.menuLinks img {
        margin: 0px;
        padding: 0px;
    }

  div.menuLink {
      color: #39c;
      z-index: 200;
      height: 32px;
      text-align: center;
  }
    div.menuLink a:visited {
        color: #39b;
    }

    div.menuLink a:active, div.menuLink a:focus, div.menuLink a:hover {
        color: #fff;

    }

    img.menuLink {
        width: 197px;
        height: 32px;
    }

  div.menuBottom {
      font-size: 2px;
      height: 21px;
  }




div.content {
    color: #fff;
    margin: 0px 200px 64px 200px;
/*    max-width: 70%; */
    min-width: 376px;
    z-index: 50;
}



.browsebarTop {
    color: #fff;
    background: transparent url("../images/top.png") repeat-x;
    border-top: 0px solid #69a;
    height: 21px;
    max-height: 21px;
    margin: 0px 20px;
    text-align: center;

    font-variant: small-caps;
}

    div.browsebarTop div.browsebutton {

        border-top: 1px solid #69a;
    }

div.browsebarBottom {
    color: #fff;
    background: #567 url("../images/bottom.png") repeat-x;
    height: 21px;
    max-height: 21px;
    margin: 0px 20px 32px;
}
    div.browsebarBottom div.browsebutton {
        border-bottom: 1px solid #69a;
    }

div.browsebutton {
    width: 80px;
    height: 20px;
    text-align: center;
    position: relative;
}

div.text {
    color: #000;

    height: 1%;
    padding: 16px 32px;
    margin: 0px 20px;
    background: #9ab url("../images/streetcloud.png");

    border: 1px solid #aef;

  filter: alpha(opacity=60);
  opacity: .6;
  -moz-opacity: .6;
}

div.content div.noalpha {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}

table.comments {
    filter: alpha(opacity=90);
    opacity: .90;
    -moz-opacity: .90;
    width: 90%;
    color: #88b;
    margin: 0px auto 32px;
    border-collapse: collapse;
    border: 1px solid #69a;
    font-size: 14px;
}

table.noalpha {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}


td {
    padding: 4px;
    vertical-align: top;
}

.comment {
    background: #012;
    padding: 4px;
    border-left: 1px solid #69a;
    border-top: 1px solid #69a;
    vertical-align: top;
}

.commentTitle {
    color: #aaa;
    background: #023;
    margin: 32px 20px 0px;
    height: 16px;
}

.commentLeft {
    vertical-align: top;
    width: 100px;
    background: #023;
    border-right: 1px solid #69a;
}

.commentLeft img {
    border: 1px solid #69a;
    margin-top: -4px;
}







div.center {
    text-align: center;
}.comment a:link, .comment a:visited { color: #aad; }

h2 {
    text-align: center;
}

div.spambox {
    font-size: 0.65em;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 80px;
    width: 180px;
    padding-top: 10px;
    background: #000 url("../images/spamtop.png") no-repeat;
    border: 1px solid #5af;
    z-index: 20;
}
div.spambox dd { margin: 0px; }
*:first-child+html div.spambox { margin-right: 7px; }

div.linkbox {
    font-size: 0.65em;
}

div.spambox a:visited {
  color: #169;
}

div.spambox a:hover, div.spambox a:active, div.spambox a:focus {
  color: #fff;
}
