@charset "utf-8";
/**
* Cascading Style Sheet for eqxscene.com
*
* @author   Johan Steen
* @date     30 December 2004
* @modified 31 May 2008
*/

/* Define all the main values for the website
-------------------------------------------------------- */
body {
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #445066;
  margin: 0;
  padding: 0;
}

/* =p =td Default styling for paragraphs
-------------------------------------------------------- */
p {
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* =h1 =h2 =h3 Common Heading Styles
-------------------------------------------------------- */
h1,
h2,
h3 {
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

/* =h1 Make all first level headings blocked, except pagelogo headings which are not displayed.
-------------------------------------------------------- */
h1 {
  display: block;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  border-bottom: #a98f6f 1px solid;
  padding: 6px 0 4px 0;
  margin-bottom: 2px;
}

/* =h2 Make all second level headings green and 16px high
-------------------------------------------------------- */
h2 {
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
  border-bottom: #a98f6f 1px solid;
  padding: 20px 0 4px 0;
  margin-bottom: 6px;
}

.headline {
  color: #333;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}

img {
  color: #495271;
  border-color: #495271;
}
a img {
  color: #495271;
  border-color: #495271;
}
a:hover img {
  color: #ffffff;
  border-color: #ffffff;
}

/*  ------------------------------
        ALL THE TABLE SETTINGS
    ------------------------------  */

/* Standard Table Appearance */
TABLE {
  border: 0px;
  background: none;
}

/* The Table that frames everything  */
TABLE.mainarea {
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  border-left: 1px solid #111111;
  border-bottom: 1px solid #111111;
  background: none;
}

/* The color of the background "border" table  */
TABLE.displayborder {
  border: 0px;
  background: #7b819a;
  background: #667799;
}

/* The color of the table where everything is displayed at */
TABLE.displayarea {
  border: 0px;
  background: #667799;
}

TABLE.sectionborder {
  border: 1px solid #495271;
  background: #c2b3a1;
}

TABLE.section_nb {
  border-top: 1px solid #495271;
  border-right: 1px solid #495271;
  border-left: 1px solid #495271;
  border-bottom: 0px;
  background: #a2a8c3;
}
TABLE.fullborders {
  background-image: url("/assets/images/old/sectitle_bg.gif");
  background-repeat: repeat-x;
}

/*  ------------------------------
        ALL THE FORM SETTINGS
    ------------------------------  */

.smallform {
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: solid 1px #495271;
  background-color: #a98f6f;
}

/*  -----------------------------
        ALL THE TEXT SETTINGS
    -----------------------------   */

a:link {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}
a:visited {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}
a:active {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}
a:hover {
  text-decoration: underline;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
}

/* Header: Designed by */
.headerdesign {
  font-size: 8px;
  margin-right: 4px;
}
a.headerdesign:link {
  text-decoration: none;
  font-weight: normal;
  font-size: 8px;
  color: #aaaaaa;
}
a.headerdesign:visited {
  text-decoration: none;
  font-weight: normal;
  font-size: 8px;
  color: #aaaaaa;
}
a.headerdesign:active {
  text-decoration: none;
  font-weight: normal;
  font-size: 8px;
  color: #aaaaaa;
}
a.headerdesign:hover {
  text-decoration: underline;
  color: #ffffff;
}

/* Top Menu */
.topmenu {
  font-weight: bold;
  color: #888888;
}
a.topmenu:link {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a.topmenu:visited {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a.topmenu:active {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}
a.topmenu:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #ffffff;
}

/* Large Section Headline (Like at the top of pages) - DrawLargeSection */
.seclarge_headline {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #61686e;
}
a.seclarge_headline {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #61686e;
}

/* Section Headline (Sections in pages) - DrawSection */
.section_headline {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #61686e;
}
a.section_headline {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #61686e;
}

/* Sidebar Title (The titles in the sidebarsections) */
.sidebar_title {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
a.sidebar_title {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

/* For the Copyright text at the bottom */
.footer {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #ffffff;
}
a.footer:link {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #61686e;
}
a.footer:visited {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #61686e;
}
a.footer:active {
  text-decoration: none;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #61686e;
}
a.footer:hover {
  text-decoration: underline;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #61686e;
}

/*  --------------------------
        ALL FORUM SETTINGS
    --------------------------  */
TABLE.forumbg {
  border: solid 1px #495271;
}
TD.forumbg1 {
  background: #b79c7c;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #495271;
}
TD.forumbg2 {
  background: transparent;
  padding: 6px;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #495271;
}
TD.forumheader {
  font-style: normal;
  font-weight: bold;
  background: #b79c7c;
  padding: 6px;
  border-style: none solid solid;
  border-width: 0 1px 0;
  border-color: #495271 #495271;
}
TD.forumheader_nl {
  font-style: normal;
  font-weight: bold;
  background: #b79c7c;
  padding: 6px;
  border-bottom: 0 solid #495271;
}
.forumsection {
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}
.ascii {
  font-size: 12px;
  font-family: monospace;
}
TD.messleft {
  background: transparent;
  padding: 6px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #495271;
}
TD.messright {
  background: transparent;
  padding: 6px;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #495271;
}
TD.messdivider {
  background: #b79c7c;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 1px 0 0;
  border-color: #495271;
}
TD.messdividertop {
  background: #b79c7c;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  border-width: 0 0 0;
  border-color: #495271;
}
