body {
  margin: 0px;
  background-color: #000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0%;
  color: #333;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: #d0ca7f; }

p, ol, ul, td {
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: #d0ca7f; }

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
  color: #fff; }

a:active, a:focus {
  outline: #555555 dotted thin; }

.gray {
  color: #969696; }

.gold {
  color: #ddcc77; }

.darkgold {
  color: #aaaa66; }

.orange {
  color: #fa9300; }

.green {
  color: #00cc00; }

.brightgreen {
  color: #00ff00; }

.darkgreen {
  color: #009900; }

.red {
  color: #ff0000; }

.darkred {
  color: #990000; }

.lightgray {
  color: #cccccc; }

.readout {
  font-family: Arial, Helvetica, sans-serif;
  color: #f26522;
  font-size: 36px;
  font-weight: bold;
  line-height: 38px; }

.medium_font {
  font-size: 10pt; }

.zero {
  color: #404030; }

table.header {
  width: 100%;
  border: 2px solid #ccc;
  padding: 0px;
  margin: 0px 0px 1em 0px; }

img.button {
  border: none; }

div.left_content {
  float: left;
  border-right: 3cm;
  border-bottom: 5cm;
  margin-right: 15px;
  margin-left: 0.5in;
  margin-bottom: 0.5in;
  padding-bottom: 20px; }
div.right_content {
  line-height: 400%;
  text-align: center;
  margin-right: 0.5in; }
div.footer {
  clear: both;
  text-align: center;
  border-top: 1px solid #ccc;
  color: #D46;
  line-height: 1.5em;
  margin: 6em;
  font-size: 80%; }

pre {
  background-color: #eee;
  padding: 10px; }

a:link {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #ddcc77;
  text-decoration: underline; }
a:hover {
  color: #ddd5aa;
  text-decoration: underline; }
a:visited {
  color: #fa9300;
  text-decoration: underline; }
a.green {
  color: #00cc00; }
a.gold {
  color: #ddcc77; }

.fieldWithErrors {
  padding: 2px 2px 2px 2px;
  background-color: red;
  display: inline; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }
  #errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    margin: -7px;
    background-color: #c00;
    color: #fff; }
  #errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px; }
  #errorExplanation ul li {
    list-style: square; }

table.form th {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  color: #fff;
  padding-right: 10px; }
table.form td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  color: #fff; }

div.hq_block {
  padding: 2px 0px; }
div.profile_box td {
  width: 25%;
  text-align: right;
  padding: 0px; }
div.notification {
  margin: 0px 0px 2px;
  padding: 2px 4px; }
  div.notification h4 {
    margin: 0px; }
div.deactivated {
  width: 100%;
  z-index: 505;
  text-align: center;
  vertical-align: middle;
  color: #ddd;
  font-weight: bold;
  font-size: 80%; }

body.homepage {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px; }

input.homepage_signin {
  padding: 0px;
  border-color: #6b5230;
  border-width: 1px;
  border-style: solid;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #4b0c0a;
  color: #b7b7b7; }
input.homepage_signin_submit {
  padding: 2px;
  border-color: #780c00;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  background-color: #5b1700;
  color: #d6d084; }

div.deactivated_overlay {
  margin: 0px;
  padding: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 500;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  vertical-align: middle;
  color: #fff; }
div.black_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80); }
div.lightbox_content {
  display: none;
  position: fixed;
  top: 15%;
  left: 50%;
  padding: none;
  background-color: #000;
  z-index: 1002;
  opacity: .99;
  overflow: auto; }
  div.lightbox_content input {
    color: #000; }

table.form td.label {
  text-align: right;
  vertical-align: middle;
  color: #fff;
  padding-right: 10px; }
table.new_form td.label, table.new_form div.label {
  vertical-align: middle;
  color: #d6d084;
  font-size: 10pt;
  padding-right: 10px;
  font-family: Arial, Helvetica, Verdana, sans-serif; }

div.new_form div.label {
  vertical-align: middle;
  color: #d6d084;
  font-size: 10pt;
  padding-right: 10px;
  font-family: Arial, Helvetica, Verdana, sans-serif; }
div.new_form input {
  background-color: #373737;
  color: #cccccc;
  font-size: 10pt;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  border-color: #909090; }

table.new_form input {
  background-color: #373737;
  color: #cccccc;
  font-size: 10pt;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  border-color: #909090; }

div.new_form select {
  background-color: #373737;
  color: #cccccc;
  font-size: 10pt;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-width: 1px;
  padding: 5px 5px 5px 5px;
  border-color: #909090; }
div.new_form input.normal {
  background-color: black; }
div.new_form select.normal {
  margin-top: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0px 0px 0px 0px; }
div.new_form span.help {
  color: #d6d084;
  font-size: 8pt;
  margin-left: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif; }

table.new_form span.help {
  color: #d6d084;
  font-size: 8pt;
  margin-left: 10px;
  font-family: Verdana,Arial,Helvetica,sans-serif; }

div.new_form span.checkbox_txt {
  color: #999;
  font-size: 10pt; }

table.admin_list th {
  text-align: left;
  border-right: 1px solid #777; }
table.admin_list td {
  border-right: 1px solid #777;
  border-top: 1px solid #777; }
table.admin_form th {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  padding-right: 10px; }
table.map_selector {
  width: 100%;
  border: 1px solid #666;
  border-collapse: collapse; }
  table.map_selector th {
    text-align: left;
    font-weight: normal;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #666666;
    color: white;
    cursor: default; }
  table.map_selector td {
    padding-left: 2px;
    padding-right: 2px;
    background-color: #666666;
    color: white;
    cursor: default; }
  table.map_selector tr.selected th, table.map_selector tr.selected td {
    background-color: #959546; }
  table.map_selector tr.hover th, table.map_selector tr.hover td {
    background-color: #776; }

div.lobby_player {
  font-size: 11pt;
  height: 20px;
  white-space: nowrap;
  padding-top: 2px; }
  div.lobby_player a {
    color: #00ff00;
    font-size: 11pt; }
  div.lobby_player span.you {
    color: white;
    font-weight: bold; }
  div.lobby_player span.thresh {
    color: #990000;
    font-style: italic; }
div.lobby_players {
  width: 120px;
  display: table-cell;
  vertical-align: middle; }
div.lobby_players_ie {
  width: 120px;
  float: left;
  vertical-align: middle; }
div.lobby_players_vs {
  width: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
div.lobby_players_vs_ie {
  width: 60px;
  float: left;
  vertical-align: middle;
  text-align: center; }
  div.lobby_players_vs_ie span.vs {
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial Black, Arial, Helvetica, sans-serif; }
div.lobby_players_vs span.vs {
  font-size: 11pt;
  font-weight: bold;
  font-family: Arial Black, Arial, Helvetica, sans-serif; }
div.lobby_players_list {
  clear: both;
  display: table;
  width: 100%; }
div#normal_battles, div#speed_battles {
  width: 320px;
  height: 935px; }
div#normal_battles {
  color: #805522;
  border: 1px solid #342313; }
div#speed_battles {
  color: #AE0E0A;
  border: 1px solid #370008; }
div#normal_battle_list, div#speed_battle_list {
  height: 870px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative; }
div.lobby_battle_normal, div.lobby_battle_speed {
  width: 320px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-bottom: 7px; }
div.lobby_battle_normal {
  border-bottom: 1px solid #342313; }
div.lobby_battle_speed {
  border-bottom: 1px solid #370008; }

table.button {
  display: inline; }
  table.button td {
    text-align: center;
    vertical-align: middle;
    background-image: none;
    padding: 0px; }
  table.button a {
    text-decoration: none; }
table.current_battles {
  width: 100%; }
  table.current_battles th {
    font-weight: bold;
    text-align: left;
    padding: 5px 3px 5px 10px;
    border-bottom: 1px solid #564326; }
  table.current_battles td {
    line-height: 15px; }
    table.current_battles td.button {
      text-align: center; }
table.leaderboard {
  width: 530px; }
  table.leaderboard tr {
    text-align: left;
    border-bottom: 1px solid #564326;
    height: 20px; }
  table.leaderboard td, table.leaderboard a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #ddcc77; }

span.leaderboard_1st {
  font-size: 18pt;
  color: #00ff00;
  font-weight: bold; }
span.leaderboard_2nd {
  font-size: 16pt;
  color: #ffff00;
  font-weight: bold; }
span.leaderboard_3rd {
  font-size: 14pt;
  color: #ff0000;
  font-weight: bold; }
span.leaderboard_new {
  font-size: 10pt;
  font-style: italic;
  color: #ffff00; }
span.you {
  color: #ffffff;
  font-weight: bold; }
  span.you a {
    color: #ffffff;
    font-weight: bold; }

div.h2_gradient_background {
  background-image: url(/images/title_bkg.gif);
  background-repeat: repeat-x;
  height: 37px; }
div.h2_gradient_text_overlay {
  margin-left: 0.15in;
  padding-top: 0.07in;
  font-size: 13pt;
  font-weight: bold;
  color: #c0c0c0; }
div.gradient_header {
  background-image: url(/images/title_bkg.gif);
  background-repeat: repeat-x;
  height: 37px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  padding: 7px 15px 0px 15px; }
  div.gradient_header h1 {
    font-size: 18pt;
    font-weight: bold;
    margin: 0;
    padding: 0; }
div.gradient_header_smaller {
  background-image: url(/images/title_bkg.gif);
  background-repeat: repeat-x;
  height: 37px;
  color: #cccccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  padding-top: 3px;
  padding-left: 8px; }
  div.gradient_header_smaller div.close {
    padding-right: 8px;
    padding-top: 4px; }
    div.gradient_header_smaller div.close a {
      font-size: 10pt;
      color: #cccccc; }
      div.gradient_header_smaller div.close a:hover {
        color: #ffffff; }
div.new_reg_form p {
  color: #888888;
  line-height: 1.5em;
  margin-bottom: 12px;
  font-size: 10pt;
  font-weight: bold; }
div.new_reg_form div.label {
  color: #9e7c1b;
  margin-bottom: 6px;
  font-size: 10pt; }

td.label {
  color: #9e7c1b;
  margin-bottom: 6px;
  font-size: 10pt; }

div.new_reg_form input, div.new_reg_form select {
  background-color: #420000;
  color: #d7d7d7;
  font-size: 18pt;
  border-width: 1px;
  border-color: #8e8e8e;
  padding: 5px 5px 5px 5px; }
div.new_reg_form input.focus {
  background-color: #4f4125;
  color: #d7d7d7; }
div.new_reg_form input.new_reg_play_game {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  font-size: 20pt;
  border-style: none;
  line-height: 1.7em;
  width: 275px;
  height: 108px;
  margin-right: 20px;
  margin-top: 30px; }
div.new_reg_form input.new_reg_start_training {
  background-image: url(/images/btn_start_training.gif);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: transparent;
  font-size: 20pt;
  border-style: none;
  line-height: 1.7em;
  width: 300px;
  height: 100px;
  margin-right: 20px;
  margin-top: 5px; }
div.new_reg_form input.new_reg_next {
  background-image: url(/images/new_reg_next.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  font-size: 12pt;
  font-weight: bold;
  border-style: none;
  line-height: 1.7em;
  width: 130px;
  height: 55px;
  margin-right: 20px; }
div.new_reg_form input.new_reg_back {
  background-image: url(/images/new_reg_back.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  font-size: 12pt;
  font-weight: bold;
  border-style: none;
  line-height: 1.7em;
  width: 130px;
  height: 55px;
  margin-right: 20px; }
div.race_text {
  background-color: black;
  color: #888888;
  font-size: 11pt;
  font-style: italic;
  padding: 5px 5px 5px 5px; }
div.new_reg_form span.help {
  color: gray;
  font-size: 7pt; }
div.new_reg_form div.terms {
  width: 400px;
  vertical-align: top;
  float: left;
  color: #999999;
  font-size: 8pt;
  margin-top: -15px;
  margin-bottom: 15px; }
  div.new_reg_form div.terms a {
    font-size: 8pt;
    color: #999999; }
div.race_poster {
  background-color: black;
  color: white;
  font-size: 8pt;
  text-align: center; }
div.color_pick_cell {
  width: 17px;
  height: 17px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff; }
div.hdr_text {
  font-size: 16pt;
  font-weight: bold;
  color: #949494; }
div.hdr_msg {
  position: absolute;
  left: 925px;
  top: 115px;
  width: 200px;
  text-align: center;
  z-index: 101; }
  div.hdr_msg a {
    color: #aa9944;
    font-size: 10pt; }
    div.hdr_msg a:hover {
      color: #ddd5aa; }
div.new_reg_hdr_text {
  font-size: 16pt;
  font-weight: bold;
  color: white; }

span.new_reg_hdr_text {
  font-size: 16pt;
  font-weight: bold;
  color: white; }

p.story_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  color: #d0ca7f;
  width: 500px; }

span.gold_hdr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #ffcc00; }
span.silver_hdr {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #999999; }

div.gold_silver {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #d2cc80;
  background-color: #2f0b00; }
div.level_up_desc span.rank {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #d2cc80; }

span.class {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #d2cc80; }

div.level_up_scale div.rank {
  color: #636363;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17pt;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 8px;
  text-align: right; }
div.level_up_scale div.rank_highlight {
  background-color: #a42a00;
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17pt;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 8px;
  text-align: right; }
div.my_rank {
  color: #333333;
  margin-top: 18px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 8pt;
  font-weight: bold; }
div.level_up_desc div.rank {
  color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 17pt;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 8px;
  text-align: center; }
div.level_up_desc div.class_name {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: white;
  margin-top: 5px;
  padding-left: 5px;
  padding-right: 8px;
  text-align: center; }
div.level_up_bonus div.other {
  border-style: solid;
  border-width: 1px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 1.5em;
  color: white;
  padding: 8px 15px 8px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #333333;
  margin-top: 5px; }
div.players span.number {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  padding-top: 100px; }
div.ally {
  color: #2266ff; }
div.enemy {
  color: #930013; }
div.add_remove_outer_div {
  text-align: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #333333;
  padding: 14px 0px 14px 0px;
  height: 20px; }
div.add_player_div {
  margin: 9px 0px 7px 0px;
  padding: 9px 2px 8px 12px;
  display: inline; }
div#live_battle div.add_player_div {
  color: #ddcc77;
  font-size: 8pt;
  padding: 2px 2px 2px 2px;
  display: block; }
div#live_battle div.add_remove_outer_div {
  padding: 3px 0px 3px 0px; }
div#live_battle div.add_player_div a {
  color: #ddcc77;
  font-size: 8pt; }
div.player_list {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #333333;
  width: 228px; }
  div.player_list span.player, div.player_list span.player_num {
    font-size: 11pt;
    font-family: Verdana,Helvetica,sans-serif; }
  div.player_list select {
    font-size: 9pt; }

a.add_player {
  color: #fa9300;
  font-size: 10pt; }

div.new_form input.vict_cond {
  background-color: black;
  margin-top: 10px; }
div.team_points {
  font-family: Arial Black,Gadget,sans-serif;
  font-size: 10pt; }
div.create_battle_fields div.label {
  vertical-align: middle;
  width: 100%;
  text-align: right; }
div#live_create_fields div.label {
  vertical-align: middle;
  width: 100%;
  text-align: right;
  color: #ddcc77; }
div.deploy_circle {
  position: absolute;
  width: 60px;
  height: 50px;
  text-align: center;
  padding-top: 10px;
  background-repeat: no-repeat;
  font-size: 24pt;
  font-weight: bold;
  color: white; }
div.store_player_info {
  position: relative;
  top: -580px;
  left: 755px;
  vertical-align: top; }
div.store_body {
  width: 100%;
  height: 922px;
  background: #222222;
  text-align: left;
  clear: both;
  border-top: 1px solid #666666; }
div.store_item {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #666666;
  margin: 25px 12px 0px 13px;
  float: left;
  text-align: center;
  color: #666666;
  background: black url(/images/title_bkg.gif) repeat-x top left;
  font-family: Arial, Helvetica, sans-serif; }

span.store_item_title {
  display: inline;
  position: relative;
  top: 4px;
  text-align: center;
  font-size: 10pt;
  font-weight: bold;
  color: #aaaaaa;
  font-family: Arial, Helvetica, sans-serif; }
span.store_item_title_special {
  color: #bbaa55; }
span.store_item_title_pack {
  color: #cc0000; }

div.store_item_buybox_bkgnd {
  z-index: 3;
  display: inline;
  position: absolute;
  top: 114px;
  width: 64px;
  height: 20px;
  padding: 5px 2px 5px 2px;
  background-color: #333333;
  filter: alpha(opacity=70);
  opacity: 0.7; }
div.store_item_buybox {
  z-index: 3;
  display: inline;
  position: absolute;
  top: 114px;
  width: 62px;
  height: 18px;
  padding: 5px 2px 5px 2px;
  border: 1px solid #666666;
  overflow: hidden; }
div.store_item_buy {
  z-index: 4;
  display: inline;
  position: absolute;
  top: 114px;
  left: 35px;
  min-width: 65px;
  padding: 3px;
  filter: alpha(opacity=100);
  opacity: 1.0; }
div.store_item_buybox span {
  display: inline;
  z-index: 5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #BBAA55;
  vertical-align: middle; }
  div.store_item_buybox span.store_item_big_price {
    font-size: 9pt; }
  div.store_item_buybox span.store_item_huge_price {
    font-size: 7pt; }
div.store_item img.locked_icon {
  position: absolute;
  top: 70px;
  left: 40px; }
div.store_item div.gray_box_bkgnd {
  background-color: #222222;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 22px;
  left: 22px; }
div.store_item div.required_level {
  width: 83px;
  color: #888888;
  position: absolute;
  top: 125px;
  left: 31px;
  font-size: 8pt;
  line-height: 1.1em; }
div.store_item_special, div.store_item_pack {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 148px;
  height: 148px; }
div.store_item_special {
  border: 2px solid #bbaa55; }
div.store_item_pack {
  border: 2px solid #ff0000; }
div.store_item_special div.special_bkgnd, div.store_item_pack div.pack_bkgnd {
  position: absolute;
  left: 7px;
  top: 70px;
  width: 134px;
  height: 23px;
  background-color: #bbaa55;
  -moz-opacity: 60;
  filter: alpha(opacity=60);
  opacity: 0.6; }
div.store_item_special div.special_text {
  position: absolute;
  left: 7px;
  top: 70px;
  width: 134px;
  height: 23px;
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding-top: 3px; }
div.store_item_pack div.pack_text {
  position: absolute;
  left: 7px;
  top: 70px;
  width: 134px;
  height: 23px;
  color: white;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  padding-top: 3px; }
div.store_item_pack div.pack_bkgnd {
  background-color: #880000; }
div.store_item img.category_icon {
  position: absolute;
  top: 16px;
  left: 0px;
  max-width: 24px; }
div.unit_detail img.detail_icon {
  max-width: 24px; }

table.store_units h2 {
  height: 40px;
  margin: 2px 0px 0px 0px;
  font-size: 16pt;
  padding: 0px 0px 0px 0px;
  display: inline; }

td.store_stats {
  color: #888855;
  line-height: 1.9em;
  font-size: 7pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
  td.store_stats td {
    color: #888855;
    line-height: 1.9em;
    font-size: 7pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
  td.store_stats span {
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #ddcc77;
    margin-left: 8px; }
    td.store_stats span.health {
      color: #00ff00; }
    td.store_stats span.speed {
      color: #ff9900; }
    td.store_stats span.armor {
      color: #9900ff; }
    td.store_stats span.power {
      color: #0099ff; }
    td.store_stats span.range {
      color: #ff0000; }

div.fileinputs {
  position: relative; }
div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  vertical-align: top; }
div.fileinputs input.styled_file {
  position: relative;
  text-align: left;
  -moz-opacity: 0;
  filter: alpha(opacity: 0);
  opacity: 0;
  z-index: 2; }
div.hq_army {
  display: inline-block;
  position: relative;
  width: 100px; }

*div.hq_army {
  display: inline;
  position: relative;
  width: 90px; }

div.hq_army_num {
  display: inline;
  position: absolute;
  padding: 2px 2px 2px 2px;
  left: 44px;
  top: 6px;
  font-size: 16pt;
  color: black;
  width: 50px;
  height: 50px;
  line-height: 1em; }

html[xmlns*=""] body:last-child div.hq_army_num {
  top: -2px; }

div.hq_army_race_tab {
  background-color: #885c00;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  border-right: 1px solid black;
  height: 20px;
  padding-top: 4px; }
div.hq_army_race_tab_locked {
  background-color: #333333;
  color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  border-right: 1px solid black;
  height: 18px;
  font-weight: bold;
  padding-top: 6px; }

table.table_profile img {
  float: left;
  width: 90px;
  max-height: 160px;
  padding-top: 4px; }

:root *> table.table_profile img {
  float: left;
  max-width: 90px;
  max-height: 160px;
  padding-top: 4px; }

p.prompt_small {
  font-size: 12pt; }

button.new_btn {
  background-color: gray;
  background: url(/images/new_btn_l.png) no-repeat 0px 1px;
  *background-position: 0px 2px;
  padding-left: 16px;
  *padding-left: 0px;
  border-width: 0px; }

div.new_btn {
  background: url(/images/new_btn_r.png) no-repeat top right;
  height: 150px;
  border-width: 0px;
  padding-top: 18px;
  padding-right: 20px; }

.btn_clear {
  overflow: hidden;
  width: 100%; }

a.button {
  background: transparent url('/images/new_btn_r.png') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 55px;
  margin-right: 6px;
  padding-right: 18px;
  text-decoration: none; }
  a.button span {
    background: transparent url('/images/new_btn_l.png') no-repeat;
    display: block;
    line-height: 45px;
    padding: 5px 5px 5px 23px; }

table.mission_admin {
  width: 500px; }
  table.mission_admin th {
    text-align: left;
    vertical-align: middle;
    background-color: #013;
    color: #963;
    padding: 2px 5px 2px 5px; }
  table.mission_admin img {
    display: inline;
    vertical-align: middle; }
  table.mission_admin td {
    text-align: left;
    vertical-align: top;
    padding: 0px 5px 0px 5px; }
table.mission_adminrow td {
  padding: 10px 5px 10px 5px; }

span.battle_title, span.campaign_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #ddcc77;
  text-decoration: none; }
  span.battle_title a, span.campaign_title a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #ddcc77;
    text-decoration: none; }
span.battle_title a:hover, span.campaign_title a:hover {
  color: #eee6bb; }
span.alert_text {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #ff0000; }
span.warn_text {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #ffcc00; }
span.good_text {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #00ff00; }
span.secondary_text {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #aa9944;
  text-decoration: none; }
  span.secondary_text a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #aa9944;
    text-decoration: none; }
    span.secondary_text a:hover {
      color: #ddd5aa; }
span.campaign_description {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #aa9944;
  text-decoration: none; }
span.minor_text {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #aa9944; }
  span.minor_text a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #aa9944; }

div.notif_new td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #aa9944; }
  div.notif_new td a {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #aa9944; }

span.warn_link, a.warn_link {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ffcc00; }

div.hq_header {
  background-color: #2b0000;
  color: #8f2d2d;
  height: 20px;
  margin: 5px 8px 4px 6px;
  padding: 0px 8px 0px 8px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt; }

a.hq_header_link {
  color: #8f2d2d;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt; }

div.player_hq {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  text-shadow: 2px 2px 2px #000000;
  background-color: #333333;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
  margin: 12px 12px 15px 12px;
  text-align: center;
  width: 182px;
  position: absolute;
  left: 0px;
  top: 0px; }
div.player_hq_stats {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #aa9944;
  line-height: 1.6em;
  margin-top: 0px;
  margin-left: 5px;
  padding-right: 5px;
  text-align: right; }

table.player_hq_stats td {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  color: #aa9944;
  line-height: 1.6em;
  margin-top: 0px;
  margin-left: 5px;
  padding-right: 5px;
  text-align: right; }

div.player_hq_progress {
  position: absolute;
  left: 0px;
  top: 175px;
  width: 198px;
  height: 28px;
  border-color: #999999;
  border-width: 1px;
  border-style: solid;
  margin: 0px 4px 12px 14px;
  background-image: url(/images/rank_bar_bkg.gif);
  background-repeat: repeat-x; }
div.player_hq_progress_text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 198px;
  height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 2px 2px 2px gray;
  padding: 5px 2px 2px 2px; }
div.player_hq_image {
  position: absolute;
  left: 0px;
  top: 58px;
  width: 100px;
  height: 100px;
  border-width: 4px;
  border-color: #333333;
  border-style: solid;
  margin-left: 12px;
  margin-bottom: 10px;
  text-align: center; }
div.player_hq_no_image {
  position: absolute;
  left: 0px;
  top: 58px;
  width: 60px;
  height: 60px;
  border-width: 4px;
  border-color: #333333;
  border-style: solid;
  background-image: url(/images/no_avatar.jpg);
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-bottom: 10px;
  padding: 20px 20px 20px 20px;
  text-align: center; }
div.player_hq_edit_profile {
  position: absolute;
  width: 70px;
  height: 20px;
  text-align: center;
  padding-top: 4px; }
div.player_hq_no_image a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: white; }
div.player_hq_notifs {
  position: absolute;
  left: 0px;
  top: 175px;
  width: 209px;
  height: 23px;
  background-color: #202020;
  padding-top: 5px;
  padding-left: 20px;
  color: #aa9944; }
  div.player_hq_notifs a {
    color: #aa9944; }
div.player_hq_notifs_expanded {
  background-color: #000000;
  color: #aa9944;
  text-align: center;
  width: 100%;
  height: 100%; }

span.player_hq_silver {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #ddcc77;
  float: right;
  margin-top: 5px;
  width: 44px;
  overflow: hidden; }

div.info_box {
  background-color: #222222;
  padding: 10px 16px 12px 16px;
  border: 1px solid #333333; }
div.info_box_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #ddcc77;
  padding: 5px 5px 2px 5px; }
div.info_box_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #aa9944;
  padding: 3px 5px 5px 5px; }
div.email_invite_list input {
  background-color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #cccccc;
  margin-right: 20px;
  padding: 3px 3px 3px 3px;
  border-width: 1px; }
div.battle_info_status a {
  font-size: 8pt; }

span.battle_info_label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #ddcc73; }
span.battle_info_data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: white; }

div.battle_info_player_edit input, div.battle_info_player_edit select {
  background-color: #373737;
  color: #cccccc;
  border-width: 1px;
  border-color: #909090; }
div.hq_newuser_overlay {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80); }
div.hq_newuser_content {
  position: fixed;
  top: 28%;
  left: 37%;
  padding: none;
  background-color: #000;
  z-index: 1002;
  opacity: .99;
  overflow: auto; }

table.user_hover_stats th.user_hover_stats {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: normal;
  text-align: left;
  color: #aa9944;
  background-color: transparent; }
table.user_hover_stats td.user_hover_stats {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #aa9944;
  padding: 0px 0px 0px 0px; }
table.user_hover_stats td.wins {
  color: #00ff00;
  padding: 0px 0px 0px 0px; }
table.user_hover_stats td.losses {
  color: #ff0000;
  padding: 0px 0px 0px 0px; }
table.hq_block th.hq_block, table.hq_block td.hq_block {
  padding: 0px 0px 0px 0px; }

span.user_hover div.user_hover_info {
  display: none; }
span.user_hover:hover div.user_hover_info {
  display: block; }

div.user_hover_popup a.add_friend_btn, div.user_hover_popup a.send_message_btn {
  display: block;
  margin: 10px 10px 10px 10px; }
div.confirm_email {
  width: 800px;
  padding: 0px 0px 0px 0px; }
  div.confirm_email h2 {
    color: white;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 17pt; }
  div.confirm_email div.inst {
    padding: 0px 20px 10px 40px; }
  div.confirm_email p, div.confirm_email li {
    color: #999999;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em; }
div.confirm_email_skip {
  margin-top: 40px;
  margin-bottom: 85px; }
  div.confirm_email_skip span.skip {
    color: #ffffff;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 35px; }
  div.confirm_email_skip div.need_to_confirm {
    font-size: 11pt;
    color: #999999;
    padding: 67px 0px 0px 40px; }
div.confirm_email_trouble {
  background-color: #222222;
  padding: 1px 10px 4px 25px; }
  div.confirm_email_trouble h3 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #cccccc;
    margin-bottom: 5px;
    margin-top: 8px; }
  div.confirm_email_trouble ul {
    margin-left: 5px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px; }
  div.confirm_email_trouble li, div.confirm_email_trouble a {
    list-style-type: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #999999;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 1.5em; }
div.campaign_info_mission_link {
  margin-left: 22px;
  font-size: 8pt;
  text-align: right;
  padding-right: 4px; }
  div.campaign_info_mission_link a {
    font-size: 8pt; }
div.lobby_map_hover {
  position: absolute;
  z-index: 101; }

span.lobby_map div.lobby_map_hover {
  display: none; }
span.lobby_map:hover div.lobby_map_hover {
  display: block; }
span.lobby_battle_name {
  font-size: 11pt;
  font-weight: bold;
  color: #ddcc77; }
  span.lobby_battle_name a {
    font-size: 11pt;
    font-weight: bold;
    color: #ddcc77; }
    span.lobby_battle_name a:hover {
      color: #e7e4bf; }

div.header_buttons ul {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }
div.header_buttons li {
  float: left;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }
div.home_new_reg p {
  color: #888888;
  line-height: 1.5em;
  margin-bottom: 12px;
  font-size: 8pt;
  font-weight: normal; }
div.home_new_reg div.label {
  color: #9e7c1b;
  margin-bottom: 6px;
  font-size: 8pt; }

td.label {
  color: #9e7c1b;
  margin-bottom: 6px;
  font-size: 8pt; }

div.home_new_reg input {
  background-color: #333333;
  color: #999999;
  font-size: 8pt;
  border-width: 1px;
  border-color: #8e8e8e;
  padding: 5px 5px 5px 5px; }
  div.home_new_reg input.active {
    color: #d7d7d7;
    font-size: 10pt; }
div.home_new_reg select {
  background-color: #333333;
  color: #d7d7d7;
  font-size: 10pt;
  border-width: 1px;
  border-color: #8e8e8e;
  padding: 5px 5px 5px 5px; }
div.home_new_reg input.focus {
  background-color: #4f4125;
  color: #d7d7d7; }
div.home_new_reg input.new_reg_play_game {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  font-size: 20pt;
  border-style: none;
  line-height: 1.7em;
  width: 275px;
  height: 108px;
  margin-right: 20px;
  margin-top: 30px; }
div.home_new_reg div.tos {
  width: 400px;
  vertical-align: top;
  color: #999999;
  font-size: 7pt;
  font-weight: bold;
  font-style: italic;
  position: absolute; }
  div.home_new_reg div.tos a {
    font-size: 7pt;
    font-weight: bold;
    font-style: italic;
    color: #999999; }
div.home_new_reg div.label {
  position: absolute;
  width: 60px;
  font-size: 10pt;
  color: #ffffff;
  text-align: right;
  margin-right: 20px; }
div.publichome_signin {
  color: #fac70c;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: italic; }
  div.publichome_signin a {
    color: #fac70c;
    font-weight: bold;
    font-size: 12pt; }
div.publichome_more a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: #ececec;
  font-weight: bold; }
div.publichome_more_close a {
  color: #fac70c;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic; }
div.small_sign_in_box {
  position: absolute;
  left: 435px;
  top: 170px;
  width: 120px;
  height: 35px;
  text-align: center;
  color: #cccccc;
  background-color: #000000;
  border: 2px solid red;
  padding-top: 2px; }
  div.small_sign_in_box span.already_member a {
    font-size: 9pt;
    text-decoration: none;
    color: #ffffff; }
  div.small_sign_in_box a {
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff; }
div.lb_time {
  width: 100%; }
  div.lb_time li {
    display: inline;
    list-style: none;
    padding: 2px 3px 2px 3px;
    color: #ddcc73; }
    div.lb_time li a {
      display: inline;
      list-style: none;
      padding: 2px 3px 2px 3px;
      color: #ddcc73; }
    div.lb_time li.sel {
      font-weight: bold; }
div.leaderboard_tabs li {
  width: 100px;
  bottom: -1px;
  border: 1px solid #ddcc73;
  list-style: none;
  font-size: 13pt;
  padding: 4px 2px 4px 2px;
  text-align: center;
  cursor: pointer; }
  div.leaderboard_tabs li.sel {
    background-color: black;
    color: #ffcc00;
    font-weight: bold;
    border-bottom: 1px solid black; }
  div.leaderboard_tabs li.unsel {
    background-color: #775522;
    color: #000000; }
    div.leaderboard_tabs li.unsel:hover {
      background-color: #a89370;
      color: #222222; }
div.leaderboard_sel select {
  background-color: #333333;
  border-width: 1px;
  border-color: #ddcc73;
  color: #ddcc73;
  font-size: 13pt; }

span.welcome {
  color: #aa9944;
  font-size: 8pt;
  line-height: 1.3em; }
  span.welcome a {
    color: #aa9944;
    font-size: 8pt;
    line-height: 1.3em; }
    span.welcome a:hover {
      color: #ddd5aa; }

div.store_stats_graph {
  border: 1px solid #adadad;
  width: 90px;
  height: 4px;
  text-align: left;
  margin-bottom: 7px;
  position: relative; }
div.home_new_reg span.race_text {
  color: #ff0000;
  font-size: 8pt;
  font-weight: bold;
  font-style: italic; }

html, body {
  height: 100%; }

#container_div {
  min-height: 100%;
  position: relative; }

#body_div {
  padding-bottom: 85px; }

#footer_div {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 85px;
  background: #000;
  text-align: center;
  color: #999999; }

div.footer_links {
  background-color: #2b0000; }
  div.footer_links ul {
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 8px 0px; }
    div.footer_links ul li {
      margin: 0px 0px 0px 0px;
      padding: 0px 15px 0px 15px;
      list-style: none;
      display: inline; }
      div.footer_links ul li a {
        color: #aa9944; }
div.footer_gray {
  padding: 10px 0px 30px 0px;
  background-color: #333333;
  color: #666666; }
  div.footer_gray a {
    color: #666666; }

a.order {
  display: block;
  width: 245px;
  height: 47px;
  background-image: url(/images/order_bkg.gif);
  background-repeat: no-repeat;
  text-decoration: none;
  padding-left: 12px;
  padding-top: 5px; }
  a.order:hover {
    background-image: url(/images/order_bkg_mo.gif); }
  a.order:active {
    background-image: url(/images/order_bkg_click.gif); }
a.order_done {
  display: block;
  width: 245px;
  height: 47px;
  background-image: url(/images/award_rcvd_bkg.gif);
  background-repeat: no-repeat;
  text-decoration: none;
  padding-left: 27px;
  padding-top: 5px; }
  a.order_done:hover {
    background-image: url(/images/award_rcvd_bkg_mo.gif); }
  a.order_done:active {
    background-image: url(/images/award_rcvd_bkg_click.gif); }

div.order_entry {
  position: absolute;
  left: 28px;
  top: 0px; }
div.order_done {
  background-image: url(/images/award_rcvd_bkg.gif);
  background-repeat: no-repeat;
  padding-left: 12px;
  padding-top: 5px;
  width: 245px;
  height: 47px; }

span.order_btn_title {
  color: black;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold; }
span.order_btn_reward {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt; }
span.award_received {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #00ff00; }

div.order_done span.order_btn_title, div.order_done span.order_btn_reward {
  color: #aa9944; }
div.order_btn {
  position: relative;
  width: 100%;
  height: 50px; }
div.order_close {
  position: absolute;
  left: 207px;
  top: 12px; }
  div.order_close a {
    color: #aa9944;
    text-decoration: none;
    font-size: 10pt; }
    div.order_close a:hover {
      color: #ddd4aa; }
div.order_detail_user_desc {
  font-size: 12pt;
  font-weight: bold;
  color: #cccccc;
  margin-top: 8px;
  padding-left: 12px;
  padding-right: 10px; }
div.order_detail_user_desc_2 {
  font-size: 8pt;
  color: #999999;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 4px; }

table.order_detail_awards th {
  color: #aa9944;
  text-align: right;
  font-weight: normal;
  font-size: 10pt; }
table.order_detail_awards td {
  color: #aa9944;
  font-size: 10pt;
  font-weight: bold; }

div.order_detail_cancel_close {
  margin-top: 20px;
  float: right;
  padding-right: 25px;
  padding-bottom: 18px; }
  div.order_detail_cancel_close a {
    color: #ddcc73; }
div.store_yin {
  width: 100%;
  padding-top: 32px;
  font-size: 8pt;
  color: #9f9957;
  text-align: center; }
div.not_enough_units {
  margin: 152px 15px 15px 25px;
  color: #888855;
  font-size: 12pt; }
div.units_needed {
  margin-left: 30px;
  margin-top: 16px; }

table.units_needed {
  border-bottom: 1px solid #888855; }
  table.units_needed td.qty {
    font-size: 16pt;
    font-weight: bold;
    color: #d2d89c;
    padding-right: 18px; }
  table.units_needed td.name {
    padding-left: 18px;
    padding-right: 50px;
    font-size: 12pt;
    color: #888855; }

div.total_cost {
  float: left;
  font-size: 13pt;
  margin-top: 10px;
  line-height: 1.5em;
  width: 210px;
  color: #888855; }
div.enough_yin {
  font-size: 13pt;
  color: #888855;
  margin-top: 10px;
  line-height: 1.3em;
  background-color: #111111;
  border: 1px solid #333333;
  padding: 20px 5px 15px 8px; }
  div.enough_yin div.good_news {
    font-size: 18pt;
    font-weight: bold;
    color: #00ff00; }
div#need_cash p {
  font-size: 18pt;
  font-weight: bold;
  color: #00ff00; }
div.enough_yin div.bad_news {
  font-size: 18pt;
  font-weight: bold;
  color: #ff0000; }
div.enough_yin div.inst {
  margin-top: 5px; }

span.total_cost_num {
  font-weight: bold;
  font-size: 13pt;
  padding-left: 4px; }
span.total_cost_yin {
  font-size: 13pt;
  font-weight: bold; }
span.you_have {
  font-weight: bold;
  font-size: 13pt;
  padding-left: 7px; }

div#not_enough_units_links {
  margin-top: 0px;
  margin-bottom: 40px;
  height: 110px;
  position: relative; }
  div#not_enough_units_links div.cancel a {
    font-size: 10pt;
    color: #888855; }

ul.earn_yin {
  margin: 6px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 11pt;
  line-height: 1.8em; }
  ul.earn_yin li {
    list-style: none;
    text-align: right;
    font-size: 11pt;
    font-weight: normal;
    color: #888855; }
    ul.earn_yin li a {
      color: #00ff00;
      font-size: 11pt;
      font-weight: bold; }
      ul.earn_yin li a:hover {
        color: #80ff80; }

span.ways_to_earn {
  font-size: 14pt;
  font-weight: bold;
  color: #d2d89c; }

#invite_fb_hdr {
  background-color: #6e84b5;
  color: #ffffff;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10.5pt;
  font-weight: bold;
  padding: 5px 2px 5px 2px;
  margin-top: 10px;
  margin-left: 2px;
  width: 616px; }

div.friend_block {
  display: block;
  position: relative;
  height: 110px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #ffffff;
  padding: 5px 20px 15px 0px;
  margin-left: 30px; }
  div.friend_block div.avatar {
    float: left;
    padding-right: 20px;
    padding-top: 3px;
    overflow: hidden;
    width: 100px;
    height: 100px; }
  div.friend_block div.name_and_rank {
    line-height: 1.6em; }
  div.friend_block div.rank_icon {
    float: left;
    padding-right: 10px; }
  div.friend_block span.nick_name {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic; }
  div.friend_block span.real_name {
    font-size: 8pt; }
  div.friend_block span.rank {
    font-size: 9pt;
    font-weight: bold; }
  div.friend_block div.motto {
    font-size: 9pt;
    font-style: italic;
    margin-top: 5px; }
  div.friend_block div.user_stats {
    color: #aeab64;
    font-size: 9pt;
    margin-top: 4px; }
    div.friend_block div.user_stats span.missions, div.friend_block div.user_stats span.race {
      padding-left: 15px; }
  div.friend_block div.links {
    margin-top: 12px; }
  div.friend_block span.delete_link a {
    font-size: 8pt;
    color: #ffffff; }
    div.friend_block span.delete_link a:hover {
      font-size: 8pt;
      color: #d6d5b1; }
  div.friend_block div.horiz_bar {
    width: 100%;
    position: absolute;
    bottom: 5px;
    border-bottom: 1px solid #323232;
    clear: both; }
div.add_friend {
  padding: 20px 20px 20px 20px; }
div.black_text {
  color: black; }
  div.black_text a {
    color: black; }
div.friends_tabs {
  padding: 0px 0px 6px 0px;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px solid #885c00; }
  div.friends_tabs ul {
    padding: 0;
    margin: 0px 0px 0px 15px; }
  div.friends_tabs li {
    display: inline;
    list-style: none;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff;
    margin: 2px 3px 0px 3px;
    padding: 6px 10px 6px 10px;
    background-color: #333333;
    cursor: pointer; }
    div.friends_tabs li:hover {
      background-color: #999999; }
    div.friends_tabs li.selected {
      background-color: #885c00;
      cursor: auto; }
div.white_box {
  background-color: #ffffff;
  margin: 25px 25px 25px 25px;
  padding: 10px 10px 10px 10px;
  min-height: 120px; }
div.inner_white_box {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px;
  color: #000000; }
  div.inner_white_box span.hdr {
    font-size: 16pt; }
    div.inner_white_box span.hdr a {
      font-size: 16pt; }
div.invite_some_friends {
  margin: 18px 0px 18px 0px; }
div.no_new_players {
  margin-top: 12px; }
div.add_to_friend_list {
  clear: both;
  padding: 10px 10px 10px 10px;
  font-size: 8pt; }
  div.add_to_friend_list a {
    font-size: 12pt;
    color: #3a5793; }
div.gray_box {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 10px 10px 10px 10px; }
div.fb_friend {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 4px;
  margin-bottom: 8px;
  padding: 10px 10px 10px 10px; }
  div.fb_friend span.name {
    color: #448fa9;
    font-size: 10pt;
    font-weight: bold; }
  div.fb_friend span.addtl {
    color: #777777;
    font-size: 9pt; }
div.find_friends_list_nobody {
  margin-top: 10px;
  border: 1px solid #777777;
  padding: 10px 10px 10px 10px;
  background-color: white; }
div.fb_connect {
  margin: 20px 20px 20px 20px; }
div.fb_invite {
  padding: 0px 2px 20px 2px; }
div.connect_with_fb_btn {
  background-color: #222222;
  border: 1px solid #777777;
  padding: 20px 28px 20px 25px;
  width: 194px; }

#friends_list h2, div.invite_by_email h2, #friends_list h2 a {
  color: #ffffff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 5px; }

div.invite_by_email_outer {
  background-color: #222222;
  padding: 7px 10px 7px 10px;
  border: 1px solid #777777;
  text-align: center;
  color: #999999;
  font-size: 8pt; }
  div.invite_by_email_outer textarea {
    background-color: #666666;
    border: 1px solid #cccccc;
    color: #cccccc;
    width: 98%; }
div.invite_by_email_done {
  background-color: #222222;
  padding: 65px 10px 7px 10px;
  border: 1px solid #777777;
  text-align: center;
  color: #00ff00;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif; }
  div.invite_by_email_done span#not_all_sent {
    font-size: 10pt;
    color: #ff0000; }
  div.invite_by_email_done div.continue_btn {
    padding-top: 5px; }
div.recent_players_list {
  background-color: #666666;
  color: #ffffff;
  height: 130px;
  width: 245px;
  overflow-y: auto;
  border: 1px solid #cccccc; }
div.add_nickname form {
  padding-top: 0px;
  margin-top: 0px; }
div.invite_friends div.added_success, div#friends_list div.added_success {
  background-color: #005c00;
  color: #00ff00;
  padding: 2px 2px 4px 22px;
  margin-top: 6px; }
div.invite_by_email_outer {
  width: 100%;
  height: 188px;
  position: relative; }
div.terms_of_service h1 {
  color: #d0ca7f;
  font-weight: bold; }
div.terms_of_service h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 12pt; }
div.terms_of_service span.foot_thing {
  font-size: 8pt; }
div.hq_email_confirm {
  position: fixed;
  top: 25%;
  left: 50%;
  margin-left: -290px;
  width: 580px;
  background-color: #000;
  z-index: 1003;
  opacity: .99;
  overflow: hidden; }
  div.hq_email_confirm div.error {
    padding-top: 10px;
    color: #ff0000;
    font-size: 10pt;
    margin: 10px 0px 0px 0px; }
  div.hq_email_confirm div.email_was_sent {
    color: #999999;
    font-size: 10pt;
    margin: 2px 0px 7px 0px; }
  div.hq_email_confirm div.email {
    float: left;
    border: 1px solid #333333;
    font-weight: bold;
    color: #ffff00;
    padding: 3px 5px 3px 5px;
    margin-right: 10px;
    width: 400px;
    height: 30px;
    overflow: hidden; }
div.confirm_email div.email {
  float: left;
  border: 1px solid #333333;
  font-weight: bold;
  color: #ffff00;
  padding: 3px 5px 3px 5px;
  margin-right: 10px;
  width: 400px;
  height: 30px;
  overflow: hidden; }
div.hq_email_confirm div.change, div.confirm_email div.change {
  margin: 0px 0px 0px 5px;
  padding: 10px 0px 10px 0px; }
div.hq_email_confirm div.change a, div.confirm_email div.change a {
  font-size: 11pt; }
div.hq_email_confirm ol {
  font-size: 12pt;
  color: #999999;
  margin: 24px 0px 0px 0px;
  padding-left: 24px; }
div.hq_email_confirm li {
  margin-left: 0px;
  padding: 4px 0px 4px 0px; }
  div.hq_email_confirm li a {
    font-size: 11pt;
    vertical-align: middle; }
div.hq_email_confirm div.to_training {
  margin-top: 36px;
  font-size: 11pt; }
  div.hq_email_confirm div.to_training a {
    font-size: 11pt; }
div.hq_email_confirm div.email_edit input {
  vertical-align: middle; }
div.confirm_email div.email_edit input {
  vertical-align: middle; }
div.hq_email_confirm div.email_edit input#email_edit_text, div.confirm_email div.email_edit input#email_edit_text {
  font-size: 18pt;
  font-weight: bold;
  width: 400px;
  height: 30px;
  border: 1px solid #cccccc;
  background-color: #333333;
  color: #ffff00;
  padding: 3px 5px 3px 5px; }
div#list_o_friends span.empty {
  color: #b5aa55;
  font-size: 10pt;
  font-weight: bold;
  margin-left: 40px; }
div.two_on_thresh span {
  font-size: 8pt;
  color: #ffffff; }
div.invite_two_vs_thresh {
  padding-left: 0px;
  padding-right: 0px;
  width: 575px;
  height: 400px;
  text-align: left;
  position: relative; }
div.play_bonus_mission {
  position: absolute;
  left: 25px;
  top: 85px;
  width: 300px; }

span.medium_white {
  color: #ffffff;
  font-size: 12pt; }
span.medium_red {
  color: #ff0000;
  font-size: 12pt; }
span.gradient_header_text {
  color: #ffffff;
  font-weight: bold; }

div#live_battle span.gradient_header_text {
  color: #cccccc;
  font-size: 14pt;
  font-weight: bold; }

#live_battle_hdr {
  font-size: 12pt; }

div.check_and_email {
  position: absolute;
  left: 10px;
  top: 170px;
  width: 300px; }
  div.check_and_email div.green_check {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px; }
  div.check_and_email div.email {
    position: absolute;
    left: 45px;
    top: 0px; }
    div.check_and_email div.email input {
      background-color: #cccccc;
      color: #5a93e9;
      border-color: #0634fe;
      border-radius: 7px;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-width: 1px;
      padding: 5px 5px 5px 5px;
      width: 205px; }
div.map_and_awards {
  position: absolute;
  left: 300px;
  top: 50px; }
  div.map_and_awards div.map_sel {
    position: absolute;
    left: 0px;
    top: 0px; }
    div.map_and_awards div.map_sel select {
      background-color: #373737;
      color: #94894d;
      font-size: 12pt;
      width: 260px;
      border: 1px solid #94894d; }
  div.map_and_awards div.map {
    position: absolute;
    left: 0px;
    top: 27px;
    width: 258px;
    text-align: center; }
    div.map_and_awards div.map span.rewards {
      font-size: 8pt;
      color: #94894d; }
div.invite_two_vs_thresh div.cancel {
  position: absolute;
  left: 25px;
  top: 350px; }
div.invite_two_vs_thresh div.start_battle {
  position: absolute;
  left: 350px;
  top: 335px; }
div.invite_two_vs_thresh div.err {
  position: absolute;
  left: 25px;
  top: 130px;
  width: 270px;
  color: #ff0000;
  font-size: 10pt; }
div.invite_two_vs_thresh div#already_member {
  position: absolute;
  left: 75px;
  top: 125px;
  width: 375px;
  height: 85px;
  padding: 10px 10px 35px 40px;
  background-color: #000000; }
div#already_member_inner {
  padding: 20px 20px 20px 0px; }
div#already_member div.close_x {
  float: right; }
  div#already_member div.close_x a {
    text-decoration: none;
    font-size: 10pt; }
    div#already_member div.close_x a:hover {
      color: #ddcc77; }
div#already_member_inner span#earn {
  margin-left: 170px;
  color: #3b773b; }
div#map_image {
  text-align: center;
  width: 258px; }
div.invite_two_vs_thresh div#links {
  padding-top: 15px; }
div.invite_two_vs_thresh span#invite_him_anyway a {
  font-size: 12pt;
  color: #ddcc77;
  padding-right: 20px; }
div.invite_two_vs_thresh span#invite_someone_else a {
  font-size: 12pt;
  color: #00ff00;
  padding-left: 20px;
  padding-right: 20px; }
div.invite_two_vs_thresh div#loading {
  position: absolute;
  left: 315px;
  top: 135px;
  width: 200px;
  text-align: center;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  border: 2px solid #007fc0;
  color: #000077; }
div.dark_yellow_bar, div.dark_green_bar, div.dark_red_bar {
  padding: 4px 2px 6px 2px;
  text-align: center; }
div.dark_yellow_bar {
  background-color: #2c2300;
  color: #ffcc00; }
div.dark_green_bar {
  background-color: #003300;
  color: #00ff00; }
div.dark_red_bar {
  background-color: #330000;
  color: #ff0000; }

span.team_title {
  font-weight: bold;
  color: #ddcc73;
  font-size: 13pt; }
span#team_title_allies {
  color: #2266ff; }
span#team_title_enemies {
  color: #c60202; }

div#live_battle_cancel a {
  color: #b5aa55; }
div#short_turn_times {
  font-size: 8pt;
  color: #cccccc;
  padding: 2px 2px 2px 2px; }
div.live_battle_player {
  padding-left: 8px;
  font-size: 9pt;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  background-color: #111111;
  margin-bottom: 2px;
  padding: 1px 4px 1px 4px; }
  div.live_battle_player span.position_allies {
    color: #2266ff; }
  div.live_battle_player span.position_enemies {
    color: #c60202; }
  div.live_battle_player span.searching {
    color: #ffffff; }
  div.live_battle_player select {
    background-color: #111111;
    color: #ffffff;
    font-size: 8pt;
    width: 92px; }
div.live_battle_players_allies {
  color: #2266ff; }
div.live_battle_players_enemies {
  color: #c60202; }
div#searching, div#found, div#matching, div#none_found {
  font-size: 11pt;
  font-weight: bold; }
div#battle_info div.team_box {
  width: 115px;
  height: 120px;
  border: 1px solid #333333; }
div#battle_create div.team_box {
  width: 115px;
  height: 120px;
  border: 1px solid #333333;
  height: 128px; }
div#battle_info div.team_box_ie {
  width: 115px;
  height: 120px;
  z-index: 3000; }
div#battle_info div.team_hdr {
  text-align: center;
  margin-bottom: 5px; }
div#battle_create div.team_hdr {
  text-align: center;
  margin-bottom: 5px; }

table#required_units {
  margin: 50px 20px 20px 20px; }
  table#required_units tr {
    height: 40px; }
  table#required_units td {
    font-size: 18pt; }
  table#required_units th {
    font-size: 12pt;
    font-weight: normal;
    color: #d2d89c; }
  table#required_units td.left {
    border-left: 1px solid #888855;
    border-top: 1px solid #888855;
    padding: 2px 2px 2px 8px; }
  table#required_units td.middle {
    border-top: 1px solid #888855;
    padding: 2px; }
  table#required_units td.right {
    border-top: 1px solid #888855;
    border-right: 1px solid #888855;
    font-size: 12pt;
    color: #888855;
    padding: 2px 15px 2px 2px; }
  table#required_units td.single {
    border-left: 1px solid #888855;
    border-top: 1px solid #888855;
    border-right: 1px solid #888855;
    padding: 2px;
    text-align: center; }
  table#required_units tr.bottom td.left, table#required_units tr.bottom td.middle, table#required_units tr.bottom td.right, table#required_units tr.bottom td.single {
    border-bottom: 1px solid #888855; }
  table#required_units span.needed {
    color: #ff0000; }

div#army_too_small {
  width: 608px;
  height: 450px;
  position: relative; }
  div#army_too_small div.hdr {
    width: 160px;
    height: 40px;
    color: #d2d89c;
    font-size: 12pt; }
    div#army_too_small div.hdr p {
      font-size: 12pt; }
  div#army_too_small div.points {
    width: 148px;
    height: 27px;
    border: 1px solid #888855;
    color: #888855;
    font-size: 18pt;
    padding: 4px 8px 4px 4px;
    text-align: right; }
  div#army_too_small div.arrow {
    float: right;
    height: 35px; }
    div#army_too_small div.arrow img {
      margin-top: 12px; }
  div#army_too_small span.pts {
    font-size: 12pt; }
div#army_too_small_links div.cancel a {
  font-size: 10pt;
  color: #888855; }
div#army_too_small_links div#crazy a {
  font-size: 10pt;
  color: #d2d89c; }
div.lobby_tabs {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
  border-bottom: 1px solid #6f0000; }
  div.lobby_tabs ul {
    padding: 0;
    margin: 0px 0px 0px 15px; }
  div.lobby_tabs li {
    float: left;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    text-align: center;
    color: #999999;
    margin: 2px 3px -1px 3px;
    padding: 12px 10px 12px 10px;
    background-color: #2b0000;
    cursor: pointer;
    width: 120px; }
    div.lobby_tabs li:hover {
      background-color: #6f0000; }
    div.lobby_tabs li.selected {
      background-color: #480000;
      color: #ffffff;
      cursor: auto;
      border-top: 1px solid #6f0000;
      border-right: 1px solid #6f0000;
      border-left: 1px solid #6f0000;
      font-weight: bold;
      padding-bottom: 11px; }
div.spinner {
  background-color: #ffffff;
  border: 2px solid #007fc0;
  color: #000077; }
div#loading {
  padding: 10px 10px 10px 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
div#lobby_battle_list_none {
  padding: 0px 0px 10px 20px;
  margin-top: 10px; }
div.info_bar {
  background-color: #111111;
  height: 30px;
  width: 960px;
  padding: 0px 15px 0px 5px; }
  div.info_bar p {
    padding-top: 5px;
    margin: 0;
    text-align: center;
    font-size: 10pt;
    color: #cccccc; }
div#lobby_info_bar {
  margin-top: 50px; }
div#live_battle div.gradient_header {
  margin-bottom: 5px;
  padding: 5px 15px 5px 10px;
  text-align: left; }
div#other_live_games {
  text-align: center; }
  div#other_live_games p {
    color: #999999;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
    text-align: center;
    margin: 5px 5px 5px 5px; }
    div#other_live_games p#or {
      color: #ffffff;
      font-weight: bold; }
  div#other_live_games div#options {
    padding: 60px 5px 5px 5px; }
  div#other_live_games div#buttons {
    padding: 60px 5px 5px 5px; }
    div#other_live_games div#buttons a {
      margin: 0px 10px 0px 10px; }
div#time_left {
  font-size: 14pt;
  margin-bottom: 4px; }
div.live_battle_red_x {
  float: right;
  font-size: 11pt;
  font-weight: bold;
  color: #ff0000; }
div#live_create_fields input, div#live_create_fields select {
  background-color: #111111;
  color: #cccccc;
  font-size: 8pt;
  border-width: 1px;
  padding: 0px 0px 0px 0px;
  border-color: #333333; }
div#live_battle div#max_size, div#live_battle div#map_image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  font-size: 8pt;
  text-align: center;
  color: #cccccc; }

h2.lobby_normal_hdr {
  color: #805522;
  font-size: 18pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }
h2.lobby_chat_hdr {
  color: #aaaaaa;
  font-size: 18pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }
h2.lobby_speed_hdr {
  color: #AE0E0A;
  font-size: 18pt;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px; }

span.lobby_normal_hdr {
  color: #805522;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif; }
span.lobby_chat_hdr {
  color: #666666;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif; }
span.lobby_speed_hdr {
  color: #AE0E0A;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif; }

div#normal_battles_hdr {
  border-bottom: 1px solid #342313;
  background-color: #150f0a;
  padding: 8px 10px 10px 5px; }
div#speed_battles_hdr {
  border-bottom: 1px solid #370008;
  background-color: #1a0000;
  padding: 8px 10px 10px 10px; }
div#normal_battles_hdr img, div#speed_battles_hdr img {
  float: left;
  padding: 5px 12px 0px 0px; }
div#lobby_chat_hdr {
  border: 1px solid #3c3c3c;
  background-color: #0e0e0e;
  padding: 8px 10px 10px 10px;
  height: 20px;
  position: relative; }
div#online_players_hdr {
  border: 1px solid #3c3c3c;
  background-color: #0e0e0e;
  padding: 8px 10px 10px 10px;
  height: 20px;
  position: relative;
  border: 0px;
  border-bottom: 1px solid #262626; }

ul#online_player_list {
  background-image: url(/images/crimson_stripe_800_4.gif);
  height: 242px;
  overflow: auto;
  margin: 0px 0px 0px 0px;
  padding: 12px 0px 0px 12px;
  vertical-align: middle;
  line-height: 1.75em; }
  ul#online_player_list li {
    list-style-type: none;
    color: #7e7c4e;
    font-size: 10pt;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }

div#main_lobby_div {
  position: relative;
  width: 100%;
  height: 1008px;
  text-align: left; }
div#lobby_chat {
  width: 250px; }
div#online_players {
  width: 250px;
  height: 310px;
  border: 1px solid #262626; }
div.lobby_battle_info {
  width: 100%;
  position: relative;
  min-height: 84px; }
  div.lobby_battle_info div.map_thumbnail {
    float: left;
    padding: 10px 10px 10px 10px; }
  div.lobby_battle_info div.icons {
    float: right;
    position: relative;
    width: 70px;
    height: 40px; }
    div.lobby_battle_info div.icons div.turn_time_text {
      width: 16px;
      text-align: center;
      color: #000000;
      font-size: 8pt;
      font-weight: bold; }
  div.lobby_battle_info div.lobby_battle_summary {
    padding: 14px 0px 0px 50px; }
    div.lobby_battle_info div.lobby_battle_summary span.created_at {
      font-size: 8pt; }

a.hq_rankings {
  display: block;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  color: #cccccc; }

#AxonChrome-main-01-01 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 41px;
  height: 158px; }

#AxonChrome-Logo {
  position: absolute;
  left: 41px;
  top: 0px;
  width: 531px;
  height: 158px; }

#AxonChrome-masthead {
  position: absolute;
  left: 572px;
  top: 0px;
  width: 645px;
  height: 53px; }

#AxonChrome-masthead-right {
  position: absolute;
  left: 1217px;
  top: 0px;
  width: 539px;
  height: 158px;
  background-image: url(/images/AxonChrome_masthead_right.png);
  background-repeat: no-repeat; }

#AxonChrome-main-01-05 {
  position: absolute;
  left: 1756px;
  top: 0px;
  width: 44px;
  height: 158px; }

#AxonChrome-main-01-03-03 {
  position: absolute;
  left: 572px;
  top: 133px;
  width: 631px;
  height: 14px;
  background-image: url(/images/AxonChrome_main_01_03_03.jpg);
  padding: 5px 6px 6px 8px;
  overflow: hidden;
  color: #990000;
  font-size: 10pt;
  z-index: 101; }
  #AxonChrome-main-01-03-03 a {
    color: #990000;
    font-size: 10pt; }
    #AxonChrome-main-01-03-03 a:hover {
      color: #cc0000; }

#player_status_bar {
  position: absolute;
  left: 421px;
  top: 174px;
  width: 957px;
  height: 42px; }
  #player_status_bar div {
    font-size: 12pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #aa9944; }

#AxonChrome-left-bg-image-01 {
  position: absolute;
  left: 0px;
  top: 158px;
  width: 41px;
  height: 774px; }

#AxonChrome-left-bg-image {
  position: absolute;
  left: 41px;
  top: 158px;
  width: 299px;
  height: 589px; }

#AxonChrome-main-02-02-01 {
  position: absolute;
  left: 340px;
  top: 158px;
  width: 83px;
  height: 202px; }

#AxonChrome-content-outer {
  position: relative;
  padding: 225px 0px 70px 0px; }

#AxonChrome-main-content {
  padding-left: 430px;
  width: 954px;
  min-height: 500px; }

#AxonChrome-main-02-04-01 {
  position: absolute;
  left: 1377px;
  top: 158px;
  width: 84px;
  height: 202px; }

#AxonChrome-main-right-bg-image {
  position: absolute;
  left: 1461px;
  top: 158px;
  width: 318px;
  height: 589px; }

#AxonChrome-main-02-02-02-01 {
  position: absolute;
  left: 340px;
  top: 360px;
  width: 45px;
  height: 100%; }

#AxonChrome-repeat-left {
  position: absolute;
  left: 385px;
  top: 360px;
  width: 38px;
  height: 100%;
  background-image: url(/images/AxonChrome_repeat_left.png);
  background-repeat: repeat-y; }

#AxonChrome-repeat-right {
  position: absolute;
  left: 1377px;
  top: 360px;
  width: 40px;
  height: 100%;
  background-image: url(/images/AxonChrome_repeat_right.png);
  background-repeat: repeat-y; }

#AxonChrome-main-02-04-02-02 {
  position: absolute;
  left: 1417px;
  top: 360px;
  width: 44px;
  height: 333px; }

#AxonChrome-main-02-02-03 {
  position: absolute;
  left: 340px;
  bottom: 67px;
  width: 83px;
  height: 239px; }

#AxonChrome-main-02-04-03 {
  position: absolute;
  left: 1377px;
  bottom: 67px;
  width: 84px;
  height: 239px; }

#AxonChrome-bottom-graphic {
  position: absolute;
  left: 340px;
  bottom: 0px;
  width: 1121px;
  height: 67px; }

#AxonChrome-mini-menu {
  position: absolute;
  left: 1260px;
  top: 80px;
  z-index: 101; }

#AxonChrome-outer {
  position: relative;
  left: 50%;
  width: 1800px;
  min-height: 500px;
  margin-left: -900px;
  overflow: hidden; }

#hdr_welcome {
  position: absolute;
  left: 1275px;
  top: 25px;
  width: 140px;
  line-height: 1.7em;
  text-align: left;
  font-size: 8pt;
  z-index: 101; }

#messages {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 700px;
  margin-top: 50px;
  border: 1px solid #666666; }
  #messages .success {
    color: #00ff00;
    padding-left: 15px; }
  #messages ul#tabs {
    margin: 16px 0px 0px 18px;
    padding: 0; }
    #messages ul#tabs li {
      display: inline;
      list-style: none;
      font-size: 11pt;
      color: #000000;
      background-color: #444444;
      border: 1px solid #666666;
      border-bottom: 1px solid #666666;
      padding: 2px 8px 4px 8px;
      cursor: pointer;
      width: 80px;
      margin: 0px 8px 0px 0px; }
      #messages ul#tabs li a {
        color: #000000;
        text-decoration: none;
        font-size: 11pt; }
      #messages ul#tabs li:hover {
        background-color: #55707f; }
      #messages ul#tabs li.selected {
        background-color: #113355;
        border-bottom: 1px solid #113355;
        color: #ffffff;
        font-weight: bold;
        cursor: default;
        padding-bottom: 3px; }
  #messages div.message {
    position: relative; }
  #messages ul#message_list {
    margin: 3px 0px 0px 0px;
    padding: 0;
    border-top: 1px solid #666666;
    overflow: auto;
    max-height: 700px;
    position: relative; }
    #messages ul#message_list li {
      list-style: none;
      background-color: #151515;
      border-bottom: 1px solid black;
      padding: 5px 5px 5px 5px;
      height: 70px;
      overflow: hidden; }

div.message img.avatar {
  position: absolute;
  left: 5px;
  top: 7px;
  max-height: 50px;
  max-width: 50px;
  border: 2px solid #666666; }
div.message div.name_and_date {
  position: absolute;
  left: 69px;
  top: 20px;
  width: 130px; }
  div.message div.name_and_date span.name {
    font-size: 9pt;
    color: #ffffff; }
  div.message div.name_and_date span.name_unread {
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff; }
  div.message div.name_and_date span.date {
    font-size: 8pt;
    color: #134777; }
div.message div.subject_and_body {
  position: absolute;
  overflow: hidden;
  left: 219px;
  top: 8px;
  width: 350px; }
  div.message div.subject_and_body span.subject {
    font-size: 9pt;
    color: #ffffff; }
  div.message div.subject_and_body span.subject_unread {
    font-size: 11pt;
    font-weight: bold;
    color: #ffffff; }
  div.message div.subject_and_body span.body {
    display: block;
    margin-top: 10px;
    font-size: 9pt;
    color: #888888; }
div.message a.reply {
  display: block;
  position: absolute;
  left: 589px;
  top: 28px;
  font-size: 9pt;
  color: #ffffff;
  background-color: #113355;
  padding: 0px 5px 1px 5px;
  border: 1px solid #666666;
  text-decoration: none; }
  div.message a.reply:hover {
    background-color: #55707f; }
div.message a.delete {
  display: block;
  position: absolute;
  left: 654px;
  top: 26px;
  font-size: 12pt;
  color: #134777;
  text-decoration: none;
  font-weight: bold; }
  div.message a.delete:hover {
    color: #7faad8; }

#messages a.new_message {
  position: absolute;
  left: 525px; }

#compose_message #compose_message_form {
  border: 1px solid #666666;
  width: 598px;
  height: 338px; }

#compose_msg_hdr {
  border-bottom: 1px solid #666666; }

#compose_message .label {
  color: #999999; }
#compose_message input, #compose_message select {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #333333;
  vertical-align: text-bottom; }
#compose_message textarea {
  color: #ffffff;
  background-color: #111111;
  border: 1px solid #333333;
  vertical-align: text-bottom;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt; }
#compose_message #errors {
  position: absolute;
  left: 120px;
  top: 52px;
  color: red;
  width: 400px; }
#compose_message #to_lbl {
  display: block;
  position: absolute;
  left: 0px;
  top: 91px;
  width: 110px;
  text-align: right; }
#compose_message #message_recip, #compose_message #message_recips {
  position: absolute;
  left: 120px;
  top: 91px;
  width: 400px; }
#compose_message label {
  font-size: 8pt;
  color: #666666; }
#compose_message #radio_choose_lbl {
  position: absolute;
  left: 315px;
  top: 112px; }
#compose_message #radio_type_lbl {
  position: absolute;
  left: 440px;
  top: 112px; }
#compose_message #subject_lbl {
  display: block;
  position: absolute;
  left: 0px;
  top: 140px;
  width: 110px;
  text-align: right; }
#compose_message #message_subject {
  position: absolute;
  left: 120px;
  top: 140px;
  width: 400px;
  background-color: #111111;
  border: 1px solid #333333; }
#compose_message #body_lbl {
  display: block;
  position: absolute;
  left: 0px;
  top: 166px;
  width: 110px;
  text-align: right; }
#compose_message #char_limit {
  display: block;
  position: absolute;
  left: 0px;
  top: 184px;
  width: 110px;
  text-align: right; }
#compose_message #message_body {
  position: absolute;
  left: 120px;
  top: 166px;
  width: 400px;
  height: 90px;
  background-color: #111111;
  border: 1px solid #333333; }
#compose_message #cancel {
  position: absolute;
  left: 362px;
  top: 278px; }
#compose_message #send {
  position: absolute;
  left: 447px;
  top: 278px;
  border: none;
  background-color: transparent; }

div#compose_outer_no_lb {
  width: 616px;
  margin-top: 25px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

#status_title_left {
  vertical-align: middle; }

#player_status_bar h2 {
  position: absolute;
  left: 43px;
  top: 0px;
  width: 127px;
  height: 38px;
  color: #cccccc;
  background-image: url(/images/statusbar_title_middle.gif);
  font-weight: bold;
  margin: 0;
  padding: 7px 0px 0px 0px;
  text-align: center;
  overflow: hidden; }

#status_title_right {
  vertical-align: middle;
  margin-left: 124px; }

#status_bar_bkgnd {
  position: absolute;
  left: 193px;
  top: 5px;
  width: 770px;
  height: 35px;
  background-image: url(/images/statusbar_strip.gif); }

div#status_img_rank {
  position: absolute;
  left: 268px;
  top: 5px;
  font-size: 7pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #999999;
  text-align: center;
  line-height: 0.7em; }

#status_xp {
  position: absolute;
  left: 388px;
  top: 11px; }

#status_yin {
  position: absolute;
  left: 537px;
  top: 11px; }

#status_cash {
  position: absolute;
  left: 684px;
  top: 11px; }

#status_get_cash {
  position: absolute;
  left: 795px;
  top: 8px;
  z-index: 101; }

span#please_wait {
  display: none;
  color: #777777;
  font-style: italic;
  font-weight: bold; }

div#need_cash {
  position: relative;
  width: 496px;
  height: 378px;
  padding: 5px 15px 15px 15px; }
  div#need_cash div.gradient_header {
    height: 35px; }
  div#need_cash p {
    font-size: 10pt;
    color: #00ff00;
    padding: 0px 0px 0px 15px;
    font-weight: normal;
    margin: 0px 0px 0px 0px; }
  div#need_cash h2 {
    font-size: 16pt;
    font-weight: bold;
    color: #00ff00;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px; }
  div#need_cash p#yes_no_btns {
    position: absolute;
    left: 0px;
    top: 305px; }
    div#need_cash p#yes_no_btns .instead {
      position: absolute;
      left: 22px;
      top: 15px;
      width: 150px; }
    div#need_cash p#yes_no_btns #btn_no_thanks_button {
      position: absolute;
      left: 210px;
      top: 0px; }
    div#need_cash p#yes_no_btns #btn_yes_please_button {
      position: absolute;
      left: 350px;
      top: 0px; }
  div#need_cash div#cancel_play {
    position: absolute;
    right: 40px;
    top: 288px;
    text-align: right; }
    div#need_cash div#cancel_play #btn_play_button, div#need_cash div#cancel_play #btn_buy_button {
      margin-left: 20px; }
  div#need_cash #campaign_info {
    position: absolute;
    padding: 10px 0px 0px 15px;
    left: 15px;
    top: 87px;
    width: 433px;
    height: 136px;
    border: 1px solid #333333;
    color: #a0944f; }
    div#need_cash #campaign_info img {
      max-width: 100px;
      max-height: 100px;
      padding: 5px 15px 35px 0px;
      float: left; }
    div#need_cash #campaign_info #rewards_info {
      float: right;
      width: 110px;
      font-size: 8pt;
      margin: -10px 6px 0px 0px;
      text-align: right; }
  div#need_cash #campaign_lbl {
    color: #cccccc;
    font-size: 8pt; }
  div#need_cash h3 {
    display: inline;
    margin: 0px;
    padding: 0px;
    color: #a0944f;
    font-size: 11pt; }
  div#need_cash #campaign_info ul {
    height: 62px;
    overflow: auto;
    margin: 0;
    padding: 0;
    color: #a0944f; }
  div#need_cash #campaign_info p#campaign_desc {
    margin: 8px 15px 6px 115px;
    padding: 0px 0px 6px 0px;
    color: #a0944f;
    height: 35px;
    overflow-y: auto;
    border-bottom: 1px solid #1b1b1b; }
  div#need_cash #campaign_info #rewards_lbl {
    color: #cccccc;
    font-size: 8pt; }
  div#need_cash #campaign_hdr {
    position: relative;
    margin: 2px 15px 2px 15px; }
    div#need_cash #campaign_hdr .currency_img {
      vertical-align: middle;
      margin-left: 8px; }
  div#need_cash #you_have {
    position: absolute;
    right: 0;
    top: 0; }
  div#need_cash span.campaign_hdr_label {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #cccccc; }
  div#need_cash span.campaign_hdr_value {
    font-size: 11pt;
    font-weight: bold; }
  div#need_cash span#cost_value {
    color: #ddcc77; }
  div#need_cash span#cur_value {
    color: #ff0000; }
  div#need_cash span#cur_value_ok {
    color: #00ff00; }
  div#need_cash h4 {
    color: #a0944f;
    padding: 0;
    margin: 0;
    font-size: 10pt; }
  div#need_cash p#want_cash {
    text-align: right;
    padding: 0;
    position: absolute;
    left: 315px;
    top: 270px;
    width: 148px;
    font-size: 13pt;
    font-weight: bold; }
  div#need_cash div#bonus {
    font-size: 9pt;
    color: #ff0000;
    font-weight: bold;
    position: absolute;
    left: 15px;
    top: 234px;
    border: 1px solid #333333;
    padding: 6px 0px 0px 8px; }
    div#need_cash div#bonus ul {
      height: 48px;
      width: 170px;
      overflow: auto;
      margin: 0;
      padding: 0; }
      div#need_cash div#bonus ul.info_only {
        height: 70px; }
      div#need_cash div#bonus ul li {
        list-style: none;
        color: #990000;
        font-size: 9pt;
        font-weight: normal; }

span.rank_required {
  color: #ff0000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  display: block; }

div#cost_prompt {
  position: relative;
  width: 241px;
  height: 136px; }
  div#cost_prompt p#yes_no_btns {
    text-align: center;
    margin-top: 28px; }
    div#cost_prompt p#yes_no_btns #more_info {
      font-weight: bold; }
    div#cost_prompt p#yes_no_btns #cancel_link {
      margin-left: 16px; }
    div#cost_prompt p#yes_no_btns #play_btn {
      margin-left: 20px; }
  div#cost_prompt h2 {
    margin: 8px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    text-align: center;
    font-size: 14pt;
    color: #ddcc77; }

table.campaigns_new span.free {
  font-size: 7pt;
  font-weight: bold;
  color: #ddcc77; }

div#campaign_info_desc {
  position: absolute;
  left: 10px;
  top: 100px;
  width: 260px;
  height: 305px;
  border-bottom: 1px solid #1b1b1b; }
  div#campaign_info_desc p#campaign_desc {
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #1b1b1b;
    margin: 0px 0px 5px 0px;
    height: 40px; }
  div#campaign_info_desc ul {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 240px; }
    div#campaign_info_desc ul li {
      list-style: none;
      padding: 5px 0px 8px 0px; }
div.campaign_desc {
  max-height: 30px;
  overflow-y: hidden; }
div.campaign_bonus_units {
  height: 14px;
  overflow: hidden;
  color: #00ff00;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  margin: 4px 0px 2px 0px; }
div#battles_please_wait {
  width: 150px;
  padding: 5px 8px 5px 8px;
  margin-top: 10px;
  display: none; }
div#loading_my_campaigns {
  width: 90%;
  text-align: center;
  padding: 50px 20px 0px 20px; }
div#loading_new_campaigns, div#loading_battles {
  width: 90%;
  text-align: center;
  padding: 150px 20px 0px 20px; }
div#loading_orders {
  width: 85%;
  text-align: center;
  padding: 50px 20px 0px 20px; }
div.campaigns_cost {
  color: #ddcc77;
  font-family: Verdana;
  font-size: 8pt; }

a.campaigns_info_link {
  color: #ddcc77;
  font-size: 8pt; }
  a.campaigns_info_link:hover {
    color: #eee6bb; }

div.home_new_reg div#please_wait {
  margin-top: 20px;
  width: 255px;
  text-align: center;
  font-style: italic;
  display: none; }
div.unit_detail {
  width: 566px;
  height: 436px;
  overflow: hidden; }
  div.unit_detail span.gradient_header_text {
    color: #d0ca7f; }
  div.unit_detail div.unit_qty_and_cost {
    color: #cccccc;
    font-size: 8pt;
    font-weight: bold; }
    div.unit_detail div.unit_qty_and_cost img {
      vertical-align: middle; }
    div.unit_detail div.unit_qty_and_cost input {
      vertical-align: middle;
      border: 1px solid #666666;
      background-color: #333333;
      color: #ffffff;
      font-weight: bold; }
    div.unit_detail div.unit_qty_and_cost span.x_qty {
      margin: 0px 8px 0px 10px; }
    div.unit_detail div.unit_qty_and_cost span.total_cost {
      background-color: #333333;
      color: #ddcc77;
      border: 1px solid #666666;
      font-size: 12pt;
      font-weight: bold;
      padding: 2px 4px 2px 10px;
      vertical-align: middle; }
  div.unit_detail span.unit_cost {
    color: #ddcc77;
    font-size: 10pt;
    font-weight: bold; }
  div.unit_detail div.unit_info {
    clear: both;
    float: right;
    margin: 18px 25px 0px 0px; }
  div.unit_detail img.poster {
    max-width: 180px;
    height: 175px;
    background-color: #222222;
    border: 1px solid #333333;
    padding: 4px 4px 4px 4px; }
  div.unit_detail p.unit_desc, div.unit_detail p.pack_desc {
    background-color: #222222;
    padding: 8px 8px 8px 8px;
    margin: 14px 24px 0px 20px;
    height: 38px;
    overflow: auto;
    text-align: left;
    font-size: 8pt; }
  div.unit_detail table {
    margin: 10px 0px 0px 20px; }
  div.unit_detail th {
    color: #999999;
    text-align: right;
    padding-right: 5px;
    font-size: 10pt;
    font-weight: normal; }
  div.unit_detail td {
    color: #d0ca7f;
    vertical-align: bottom; }
    div.unit_detail td#compared {
      color: #999999;
      font-size: 8pt; }
  div.unit_detail div.store_stats_graph {
    border: 1px solid #adadad;
    width: 130px;
    height: 6px;
    text-align: left;
    margin: 0px 0px 3px 0px;
    position: relative; }
  div.unit_detail div.gradient_header {
    text-align: left;
    font-size: 16pt;
    height: 27px;
    padding-top: 12px; }
    div.unit_detail div.gradient_header a.lb_close {
      color: #d0ca7f;
      float: right;
      margin: 5px 10px 0px 25px;
      font-size: 10pt; }
  div.unit_detail div.qty_cost_you_have {
    text-align: left;
    margin: 0px 0px 5px 15px; }
div.qty_cost_you_have div.you_have span {
  font-size: 10pt;
  font-weight: bold; }

ul#store_species_tabs {
  position: relative;
  margin: 10px 0px 0px 20px;
  padding: 0;
  z-index: 101;
  width: 500px;
  border-top: 1px solid black; }
  ul#store_species_tabs li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 12pt;
    font-weight: bold;
    color: #666666;
    min-width: 60px;
    text-align: center;
    border: 1px solid #444444;
    border-bottom-style: none;
    margin: 0px 5px 0px 5px;
    padding: 5px 7px 5px 7px; }
    ul#store_species_tabs li.selected {
      color: #bbaa55;
      border: 1px solid #666666;
      border-bottom: 1px solid #222222;
      margin-bottom: -1px;
      background-color: #222222;
      z-index: 102; }

div.store_tab_locked_div {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px; }

span.unit_info_hover div.unit_info_pop {
  z-index: 101;
  position: relative;
  width: 566px;
  height: 436px;
  left: -120px;
  top: -40px;
  background-color: black;
  display: none; }
span.unit_info_hover:hover div.unit_info_pop {
  display: block; }

div.unit_info_ie7 {
  display: none;
  position: absolute;
  left: 75px;
  top: 150px;
  width: 566px;
  height: 436px;
  background-color: black; }
div.qty_cost_you_have div.you_have {
  float: right;
  color: #cccccc;
  font-size: 8pt;
  font-weight: bold;
  margin-right: 25px; }
  div.qty_cost_you_have div.you_have img {
    vertical-align: middle; }
div.not_enough_bar {
  background-color: #3b0000;
  color: #ff0000;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
  padding: 3px 5px 8px 5px;
  display: none;
  height: 42px; }
  div.not_enough_bar div.want_more {
    float: right;
    text-align: right;
    margin-right: 18px;
    max-height: 41px; }
  div.not_enough_bar img.warning_icon {
    float: left;
    margin: 0px 7px 0px 7px; }
div.buy_bar {
  background-color: #222222;
  color: #00ff00;
  font-size: 12pt;
  text-align: left;
  font-weight: bold;
  padding: 15px 5px 16px 15px;
  display: none; }
  div.buy_bar input {
    float: right;
    margin-right: 18px;
    margin-top: -3px;
    vertical-align: middle; }
div.unit_detail td {
  padding: 1px; }
div.unit_detail table.upper_right_tbl {
  float: right;
  margin: 10px 20px 0px 0px; }
div.unit_detail table.upper_left_tbl {
  margin-top: 10px; }
div.unit_detail table.lower_tbl {
  margin-left: auto;
  margin-right: auto; }
div.unit_detail td.store_stats_graph {
  width: 155px; }
div.unit_detail form {
  margin: 5px 0px 0px 0px; }
div.store_please_wait {
  display: none;
  float: right;
  color: #ddcc77;
  font-size: 10pt;
  font-weight: normal; }
div.pack_info {
  font-size: 10pt;
  color: #999999;
  border: 1px solid black; }
  div.pack_info div.list_o_units {
    float: right;
    text-align: left;
    margin: 18px 6px 0px 0px;
    padding: 0px;
    width: 165px; }
    div.pack_info div.list_o_units ul {
      padding: 0;
      margin: 0px 0px 0px 10px;
      height: 170px;
      overflow: auto; }
      div.pack_info div.list_o_units ul li {
        list-style: none;
        color: #d0ca7f; }
        div.pack_info div.list_o_units ul li img.info_icon {
          vertical-align: middle;
          width: 20px; }
  div.pack_info div.species {
    width: 125px;
    margin: 18px 20px 0px 20px; }
    div.pack_info div.species span.species_name {
      color: #d0ca7f; }
div.unit_detail p.pack_desc {
  position: absolute;
  left: 10px;
  top: 330px;
  width: 478px; }
div.pack_info div.pack_unit_popup {
  position: absolute;
  margin: -120px 0px 0px -175px;
  width: 566px;
  height: 393px;
  z-index: 201;
  background-color: black;
  display: none; }
  div.pack_info div.pack_unit_popup div.mouseover_catcher {
    width: 100%;
    height: 100%; }
  div.pack_info div.pack_unit_popup div.loading {
    font-size: 11pt;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 50px; }
div.pack_unit_popup_ie7 div.loading {
  font-size: 11pt;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 50px; }
div.pack_info span.pack_unit_hover_span:hover div.pack_unit_popup {
  display: block; }
div.pack_unit_popup_ie7 {
  position: absolute;
  left: 100px;
  top: 100px;
  width: 566px;
  height: 393px;
  z-index: 201;
  background-color: black;
  display: none; }
div#store2 div#legend {
  text-align: center;
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-bottom: 130px; }
div#store2 div.legend_box {
  display: inline-block;
  width: 10px;
  height: 9px;
  vertical-align: middle;
  margin: -3px 2px 0px 30px; }
div#store2 div#legend div#legend_ie7 div.legend_box {
  display: inline; }
div#store2 div#standard_legend {
  border: 2px solid #666666; }
div#store2 span#standard_legend_text {
  color: #666666; }
div#store2 div#special_legend {
  border: 2px solid #bbaa55; }
div#store2 span#special_legend_text {
  color: #bbaa55; }
div#store2 div#packs_legend {
  border: 2px solid #ff0000; }
div#store2 span#packs_legend_text {
  color: #cc0000; }

/* CSS Rules for the store controller and actions */
#iframe_parent {
  text-align: center;
  position: relative;
  margin-top: 20px;
  width: 950px; }
  #iframe_parent #change_currency {
    position: absolute;
    left: 0px;
    top: 95px;
    width: 182px;
    text-align: center; }
  #iframe_parent #black_bar {
    display: none;
    position: absolute;
    left: 0px;
    top: 86px;
    width: 100%;
    height: 22px;
    background-color: black; }
  #iframe_parent #tw_overlays {
    position: absolute;
    left: 0px;
    top: 0px; }
    #iframe_parent #tw_overlays .tp_glow {
      display: none;
      position: absolute; }
    #iframe_parent #tw_overlays #tp_glow_left {
      left: 166px;
      top: -15px; }
    #iframe_parent #tw_overlays #tp_glow_top {
      left: 183px;
      top: -15px; }
    #iframe_parent #tw_overlays #tp_glow_right {
      left: 766px;
      top: -15px; }
    #iframe_parent #tw_overlays #tp_glow_bottom {
      left: 183px;
      top: 86px; }
    #iframe_parent #tw_overlays #buy_cash {
      position: absolute;
      left: -10px;
      top: 5px; }
    #iframe_parent #tw_overlays #earn_cash {
      position: absolute;
      top: 140px;
      z-index: 101; }
  #iframe_parent #done_btn {
    top: 305px;
    z-index: 101;
    display: none;
    position: absolute; }
  #iframe_parent #kwedit_btn {
    top: 4px;
    z-index: 101;
    position: absolute; }

/* Kwedit Promise Lightbox */
#kwedit_purchase {
  padding: 20px;
  border: solid 1px #333333; }
  #kwedit_purchase .top_header {
    width: 100%;
    border-bottom: solid 1px #333333; }
    #kwedit_purchase .top_header img#kwedit_promise {
      float: left;
      position: relative;
      top: -25px; }
    #kwedit_purchase .top_header h1#promise_header {
      padding-top: 8px;
      margin-left: 160px; }
  #kwedit_purchase .menu_body .menu_header {
    height: 40px;
    border-bottom: solid 1px #333333; }
    #kwedit_purchase .menu_body .menu_header #currency {
      font-size: 24px;
      margin: 7px 10px; }
    #kwedit_purchase .menu_body .menu_header #currency_image {
      float: left; }
  #kwedit_purchase .menu_body #promise {
    margin-top: 17px;
    font-size: 14px; }
  #kwedit_purchase .menu_body div#kwedit_menu {
    padding: 5px 15px;
    background-color: #222222;
    border: solid 1px #333333;
    font-size: 16px; }
    #kwedit_purchase .menu_body div#kwedit_menu table.plans td {
      vertical-align: top;
      margin-left: 20px; }
    #kwedit_purchase .menu_body div#kwedit_menu .message {
      font-size: 10px;
      overflow: hidden;
      float: right; }
    #kwedit_purchase .menu_body div#kwedit_menu .plan_radio_button, #kwedit_purchase .menu_body div#kwedit_menu .usd_amount, #kwedit_purchase .menu_body div#kwedit_menu .currency_amount, #kwedit_purchase .menu_body div#kwedit_menu .costs, #kwedit_purchase .menu_body div#kwedit_menu .currency_icon {
      margin-left: 7px; }
    #kwedit_purchase .menu_body div#kwedit_menu .costs {
      text-align: left; }
  #kwedit_purchase .menu_body #kwedit_checkout {
    float: right;
    margin: 15px 0; }

iframe#kwedit_iframe {
  height: 504px;
  width: 604px; }

.past_battle a, .past_battle p {
  margin: 0;
  font-size: 7pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #aa9944; }
.past_battle span.victory_text, .past_battle span.defeat_text {
  font-size: 12pt;
  font-family: Arial,Verdana,Helvetica,sans-serif; }
.past_battle span.victory_text {
  color: #00ff00; }
.past_battle span.defeat_text {
  color: #ff0000; }
.past_battle span.deleted_text {
  font-size: 12pt; }
.past_battle span.vs {
  color: #8F2D2D; }
