#prototype {
  display: none;
}

.content_infobar table+table {
  margin-top: 10px;
}

.content_inner p+p, .content_inner p+table, .content_inner table+p, .content_inner table+table,
.content_inner p+form+p, .content_inner p+form+table, .content_inner table+form+p, .content_inner table+form+table {
  margin-top: 10px;
}

table.content_table {
  border-spacing: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.content_table tr {
  margin: 0;
  padding: 0;
}

table.content_table td {
  border-spacing: 0;
  line-height: 18px;
  min-height: 18px;
  margin: 0;
  padding: 2px 6px !important;
  vertical-align: middle;
}

table.wrap_table {
  border: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.wrap_table td, table.wrap_table tr {
  border-spacing: 0;
  margin: 0;
  padding: 0;
}

table.info_good {
  background: #dcf0d5;
  border: 1px solid #46ad24;
  border-spacing: 0;
  color: #3b4d36;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.info_good a {
  color: #3b4d36;
}

table.info_bad {
  background: #f7e0e0;
  border: 1px solid #d96662;
  border-spacing: 0;
  color: #4d3636;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.info_bad a {
  color: #4d3636;
}

table.info_info {
  background: #d9e7f3;
  border: 1px solid #3a80bf;
  border-spacing: 0;
  color: #36424d;
  margin: 0;
  padding: 0;
  width: 100%;
}

table.info_info a {
  color: #36424d;
}

table.info_happy {
  background: #ece0d1;
  border: 1px solid #c8931f;
  border-spacing: 0;
  color: #4d4536;
  margin: 0;
  padding: 0;
  width: 100%;
}

.info_good, .info_bad, .info_info, .info_happy { min-height: 24px; height: 24px; padding-top: 1px; }
.info_good td, .info_bad td, .info_info td, .info_happy td { color: #000000; padding: 0 3px; }
.info_good img, .info_bad img, .info_info img, .info_happy img { margin-bottom: -1px; }

table.info_happy a {
  color: #4d4536;
}

.rankbar_text {
  font-size: 10px;
}

.pagination a {
  display: block;
  text-decoration: none;
}

.pagination a.current {
  font-weight: bold;
}

input.good {
  background: #236113 !important;
  border: 1px solid #3b4d36;
  border-spacing: 0;
  color: #ffffff !important;
  font-size: 11px;
  line-height: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  width: 160px;
}

input.bad {
  background: #611313 !important;
  border: 1px solid #4d3636;
  border-spacing: 0;
  color: #ffffff !important;
  font-size: 11px;
  line-height: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  width: 160px;
}

.minichat {
  width: 100%;
  padding: 0 !important;
  border-spacing: 1px !important;
  margin: 0 !important;
}

.minichat td {
  padding: 1px 3px !important;
  border-spacing: 1px !important;
  margin: 0 !important;
}

a img { border: 0 }

div#poker {
  position: relative;
  background: url('/images/carddeck/poker.gif') no-repeat;
  width: 500px;
  height: 450px;
  margin: 0 auto;
}

div#poker *, div#poker2 * {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  color: #fff !important;
  text-decoration: none !important;
}

div#poker2 {
  background: #5e1914;
  border-top: 1px solid #803e2f;
  position: relative;
  width: 500px;
  height: 40px;
  margin: 0 auto;
}

div#poker2 p {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 300px;
}

div#poker2 div {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 300px;
  text-align: right;
}

div#poker2 div input {
  width: 66px;
  height: 20px;
  border: 1px solid #996356;
  background: #5b0505;
}

.suggest_outer { filter:alpha(opacity=88); -moz-opacity:0.88; -khtml-opacity: 0.88; opacity: 0.88; border: 1px solid #333; padding: 2px 1px; position: absolute; z-index: 1; }
.suggest_inner { display: block; cursor: pointer; color: #333; background: #eee; font-size: 11px; line-height: 15px; padding: 2px 3px; text-decoration: none; }
.suggest_inner:hover { background: #ccc; color: #222; text-decoration: none; }

#lotto, #lotto tr, #lotto td, #lotto2, #lotto2 tr, #lotto2 td {
  border: 0;
  border-spacing: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#lotto { border-spacing: 2px; }
#lotto td { background: #666; border: 1px solid #999; width: 14px; height: 22px; text-align: center; font-family: Arial; font-size: 11px; font-weight: bold; color: #ccc; line-height: 22px; }
#lotto td.checked { background: #666 url('/images/lotto/x.png') center center no-repeat; }
span.lotto_ball { -webkit-border-radius: 11px; -moz-border-radius: 11px; border-radius: 11px; display: inline-block; margin: 2px; background: #666; border: 1px solid #999; width: 22px; height: 22px; text-align: center; font-family: Arial; font-size: 11px; font-weight: bold; color: #ccc; line-height: 22px; }
span.lotto_win { background: #363; border: 1px solid #696; }

