BODY {
  background: url(images/bg.jpg);
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
}

INPUT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #eeeeee;
  font-size: 11px;
  border-style: solid;
  border-width: 1px;
  color: #223344;
  border-color: #333333;
}

INPUT.button {
  border-width: 1px;
  border-style: solid;
  border-color: #223344;
  background-color: #234;
  color: white;
}

TABLE {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-width: 1px;
  margin: 0px;
}

#tradetable TD {
  white-space: nowrap;
}

TD {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #223344;
  vertical-align: top;
}

TR.inc {
  background: #CCFFCC;
}

TR.exc {
  background: #FFCCCC;
}

TR.exo {
  background: #CCCCFF;
}

IMG {
  vertical-align: middle;
  border: none;
}

#tradetable IMG {
  margin-left: 8px;
  width: 21px;
  height: 14px;
}

DIV.container {
  position: relative;
  top: 100px;
  left: 50%;
  width: 640px;
  height: 440px;
  margin-left: -320px;
  background: #dddddd url(images/coin.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-color: #666;
  border-width: 1px;
  border-style: solid;
}

DIV.text {
  height: 400px;
  text-align: left;
  line-height: 16px;
  z-index: 1;
  overflow: auto;
  /* border: 1px solid red; */
}

DIV.loadcon {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 300px;
  height: 200px;
  margin-left: -150px;
  text-align: center;
  border: 1px solid #234;
  background: #ccc;
  padding: 20px;
  color: #aaa;
}

DIV.loading {
  font-size: 30px;
  color: #aaa;
  margin: 10px 0px;
}

DIV.textborder {
  padding: 20px;
}

DIV.selectbox {
  width: 220px;
  height: 250px;
  text-align: left;
  line-height: 16px;
  z-index: 2;
  overflow: scroll;
}

DIV.errorbox {
  margin: 10px;
  padding: 20px;
  background: #FFCCCC;
  font-weight: bold;
  border-color: #234;
  border-width: 1px;
  border-style: solid;
}

DIV.okbox {
  margin: 10px;
  padding: 20px;
  background: #CCFFCC;
  font-weight: bold;
  border-color: #234;
  border-width: 1px;
  border-style: solid;
}

DIV.coinbox {
  text-align: right;
  float: left;
  width: 60px;
}

DIV.col {
  float: left;
  width: 240px;
  border: 1px solid #234;
  padding: 10px;
  margin: 0px 10px 10px 0px;
}

DIV.menu {
  margin-top: 24px;
  height: 14px;
  background-color: #345;
}

DIV.menuitem {
  color: white;
  float: left;
  width: 124px;
  height: 100%;
  border: 1px;
  border-color: #eee;
  border-style: none solid none none;
  text-align: center;
}

DIV.boxed {
  background: #eee;
  padding: 6px;
  border: 1px solid black;
  margin-bottom: 20px;
}

DIV.copy {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #234;
  color: #89a;
  text-align: center;
}

DIV.gads {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 120px;
}

DIV.log {
  float: right;
  background: #eee;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  padding:2px;
}

DIV.on {
  font-weight: bold;
}

DIV.off {
  color: #999;
}

.title {
  font-family: Arial;
  font-size: 16px;
  color: #234;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}

DIV.fleft {
  float: left;
  text-align: right;
  width: 160px;
  font-weight: bold;
  margin: 10px;
  /*border: 1px dashed white;*/
}

DIV.fright {
  float: left;
  clear: right;
  text-align: left;
  width: 20px;
  margin: 10px;
}

DIV.score {
  float: left;
  /*position: relative;*/
  margin-left: 10px;
  color: #223344;
}

DIV.coin {
  float: right;
  width: 15px;
  height: 14px;
  background: url(images/coin.gif);
  margin-right: 3px;
}

DIV.mcoin {
  float: left;
  width: 15px;
  height: 14px;
  background: #ffff33 url(images/coin.gif);
  margin-right: 3px;
}

DIV.option {
  width: 300px;
  height: 20px;
  background: #223344;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  border-width: 1px;
  border-color: #223344;
  border-style: solid;
}

#menu a img {
  position: absolute;
  width: 68px;
  height: 95px;
  top: -80px;
}
#menu a:hover img {
  top: -78px;
}
#menu a img.logo1 {
  left: 50px;
}
#menu a img.logo2 {
  left: 118px;
}
#menu a img.logo3 {
  left: 186px;
}
#menu a img.logo4 {
  left: 254px;
}
#menu a img.logo5 {
  left: 322px;
}

A {
  color: #8899AA;
  text-decoration: none;
  font-weight: bold;
}

A.menulink:link {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
A.menulink:visited {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: transparent;
}
A.menulink:hover {
  display: block;
  text-decoration: none;
  letter-spacing: 1px;
  color: #223344;
  background-color: white;
}
A.menulink:active {
  display: block;
  text-decoration: none;
  color: #223344;
  background-color: white;
}

