/* 
 * Futomania general stylesheet
 */

body,
h1,
p,
div,
td {
  color: #323232;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica;
  letter-spacing: 0px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
}

body {
  background-color: #FFFFCC;
  margin-top: 3%;
}

h1 {
  font-weight: bold;
  line-height: 12px;
  padding-left: 15px;
  padding-top: 4px;
}

p.startlinks {
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0px;
  padding-left: 15px;
}

p#startnumbers {
  padding-left: 9px;
}

td {
  vertical-align: top;
}

/* Properties for main table. */
table#main {
  width: 760px;
  height: 440px;
  border-width: 1px;
  border-color: #878787;
  border-style: solid;
}

/* Properties for upper table. */
/* Possibly dim "#FFFFFF" and check with browsers. */
table#top {
  width: 100%;
  height: 100px;
  border-bottom-width: 1px;
  border-bottom-color: #878787;
  border-bottom-style: solid;
}

td.topcells {
  background-color: #FFFFFF;
  vertical-align: bottom;
}

td#lang {
  padding-bottom: 12px;
}

td#lang img {
  padding-left: 3px;
}

td#white-topleft {
  width: 25px;
}

td#start {
  width: 130px;
}

td#logocell {
  width: 251px;
  vertical-align: bottom;
}

td#red-topright {
  background-color: #CC3300;
  width: 55px;
}

img#logo {
  margin-bottom: 5px;
}

/* Properties for left menu table. */
table#menu {
  width: 154px;
  height: 339px;
  border-right-width: 1px;
  border-right-color: #878787;
  border-right-style: solid;
}

td#red-bottomleft {
  background-color: #CC3300;
  width: 25px;
}

td.menulinks {
  background-color: #CCCC99;
}

td#menubottom {
  height: 109px;
  border-top-width: 1px;
  border-top-color: #878787;
  border-top-style: solid;
}

/* Properties for content table. */
table#content {
  width: 604px;
  height: 339px;
}

a:link {
  color: #323232;
  font-style: normal;
  text-decoration: none;
}

a:visited {
/*
  color: #878787 !important;
*/
  color: #323232;
  font-style: normal;
  text-decoration: none;
}

a:hover,
a:active {
  color: #CC3300;
  font-style: normal;
  text-decoration: none;
}

a.hotlink:link,
a.hotlink:visited {
  color: #CC3300 !important;
}

a.simplelink:link,
a.simplelink:visited {
  color: #323232 !important;
  text-decoration: underline;
}

a.simplelink:hover {
  color: blue;
}

a.poplink:link {
  line-height: 0;
}

div.mspacer1 {
  line-height: 1px;
  padding-top: 7px;
}

div.mspacer2 {
  line-height: 1px;
  padding-top: 7px;
}

span.heading {
  color: #878787;
  font-weight: bold;
}

div#footer {
  text-align: center;
  display: none;
}

@media print, projection
{
  table#menu
  {
    display: none;
  }

  div#print {
    text-align: center;
    font-size: 11px;
    display: block !important;
  }
}

