﻿.main_body {
  background-color: #303030;
}


.primary_container {
  left: 50%;
  margin: 0 0 0 -1px;
  position: relative;
  width: 1px;
}


.primary_grid {
  border: 1px solid black;
  background-color: grey;  
  height: 1px;
  width: 1px;
  position: relative;
}


.selectable {
  top: 5px;
  position: relative;
}


.selectable:hover {
  cursor: pointer;
}


.welcome_form {
  position: fixed;
  top: 260px;
  left: 50%;
  z-index: 1050;
  width: 700px;
  height: 600px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}


.welcome_selections {
  margin-left: -20px;
  list-style: none;
  height: 300px;
  *zoom: 1;
}


.welcome_name {
  height: 75px;
}


.welcome_name_input {
  display: inline-block;
  top: 5px;
  position: relative;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border-color: rgba(82, 168, 236, 0.8);
}


.welcome_name_input:focus {
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


.chosen_player_water {
  background-color: #A9F5F2;
}


.chosen_player_fire {
  background-color: #F5A9A9;
}


.chosen_player_grass {
  background-color: #A9F5A9;
}


.welcome_selection_span {
  width: 32%;
  text-align: center;
  margin: 0px;
  left: 2%;
  position: relative;
  float: left;
  padding: 2px;
}


.welcome_selection {
  height: 300px;
}


.welcome_selection:hover {
  cursor: pointer;
}


.greyed_background {
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: opacity 0.15s linear;
  opacity: 0.8;
}


.projectileslist_container {
  top: 10px;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px;
  width: 70%;
}


.projectileslist_table_heading {
  margin-bottom: 0px;
}


.projectileslist_table_contentdiv {
  height: 200px; 
  overflow-y: scroll;
}


.projectilelist_table_cell {
  width: 17%;
}


.userlist_container {
  top: 10px;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 2px;
  width: 70%;
}


.userlist_table_heading {
  margin-bottom: 0px;
}


.userlist_table_id {
  width: 4%;
}


.userlist_table_name {
  width: 10%;
}


.userlist_table_ip {
  width: 10%;
}


.userlist_table_date {
  width: 12%;
}


.userlist_table_cell {
  width: 9%;
}


.userlist_table_scrollbar {
  width: 4%;
}


.userlist_table_contentdiv {
  height: 200px; 
  overflow-y: scroll;
}