#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; }

#energy { position: absolute; top: 5px; left: 50%; margin-left: -60px; width: 120px; font-family: Arial; font-size: 9px; margin-top: 5px; }
#energy .energybar { background: #a42318; position: absolute; top: 0px; left: 0px; right: 0px; height: 22px; border: 1px solid #000; border-radius: 5px; text-indent: -10px; overflow: hidden; }
#energy .energybar2 { background: #f61d00; height: 18px; width: 0px; border-radius: 4px; border: 1px solid #ee7262; margin: 1px; margin-left: 21px; }
#energy .current { color: #000; text-align: center; position: absolute; top: 4px; left: 20px; right: 20px; height: 15px; line-height: 15px; font-size: 12px; font-weight: bold; }
#energy .more { font-size: 9px; background: #ee7262; color: #000; text-align: center; position: absolute; top: 23px; left: 11px; right: 11px; height: 16px; line-height: 16px; border: 1px solid #000; border-radius: 0px 0px 5px 5px; }
#energy .more span { font-size: inherit; color: inherit; }
#energy .ico { position: absolute; left: 4px; top: 4px; display: block; width: 16px; height: 16px; }
#energy .buy { position: absolute; right: 4px; top: 4px; display: block; width: 16px; height: 16px; }

#language_bar+#energy { margin-top: 35px; }

#rr_wrap, #rr_wrap tr, #rr_wrap td { border: 0; border-radius: 0; border-spacing: 0; margin: 0; padding: 0; font-family: Arial; font-size: 11px; color: #fff; line-height: 14px;  }
#rr_wrap .rr_table, #rr_wrap .rr_table tr, #rr_wrap .rr_table td { border: 0; border-radius: 0; border-spacing: 0; margin: 0; padding: 0; font-family: Arial; font-size: 11px; color: #fff; line-height: 14px; }
#rr_wrap .rr_table { opacity: 0.9; border-top: 1px solid #555; }
#rr_wrap .rr_table td { padding: 3px 5px; border-bottom: 1px solid #555; }
#rr_wrap .rr_table .sub { background: #471107; font-weight: bold; }
#rr_wrap .rr_table .cell { background: #444; opacity: 0.8 }
#rr_wrap .rr_table .me { background: #394614; opacity: 1 }
#rr_wrap .rr_table .alone { background: #586435; opacity: 1 }
#rr_buttons { position: absolute; top: 505px; left: 0; right: 0; display: none; }
#rr_buttons input { border: 1px solid #000; border-radius: 3px; background: #471107; color: #fff; width: auto; height: 24px; line-height: 24px; padding: 0 10px; margin: 0; font-family: Arial; font-size: 11px; color: #fff; }
#rr_buttons input.disabled { background: #413938; color: #666; }
#rr_bar { position: absolute; top: 525px; display: none; }
#rr_avatar { position: absolute; top: 366px; left: 365px; opacity: 0; border: 1px solid #555; }
#rr_mockup { position: absolute; top: 319px; left: -31px; width: 460px; height: 220px; background: url('/images/russian_roulette/gun.png') 0 0 no-repeat; text-indent: -20px; }
#rr_alone { position: absolute; top: 400px; left: 5px; width: 490px; height: 30px; line-height: 15px; padding: 10px 0; background: navy; }
