html {
  overflow: -moz-scrollbars-vertical !important;
  height:100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
#wtf
{
  position:absolute;
  top:0px;
  left:0px;
}
#Jumpgate_Header{
  width: 877px;
  height: 210px;
  background:#000000 url(/img/jge_comm_header.jpg) no-repeat scroll 0 0;
}
#Jumpgate_Header .jumpgate_header_link{
  display: block;
  width: 877px;
  height: 210px;
}
body
{
  font-size:7.5pt;
  font-family: Verdana;
  color: #dddddd;
  margin:0;
  padding:0;
  height:100%;
  background: #000000 url(/img/jge_comm_background.jpg) no-repeat 50% 0;
}
dt
{
  cursor: pointer;
}
#background-image-panel-left
{
  display:none;
  position:absolute;
  left:0px;
  top:0px;
  bottom:0px;
  min-height:100%;
  _height:100%;
  background: url(/img/bg-left-full-length.jpg) no-repeat;
  width:294px;
  overflow-x:hidden;
  background-color:#041B23;
  margin-left:-294px;
}
#background-image-panel-right
{
  display:none;
  position:absolute;
  right:0px;
  bottom:0px;
  top:0px;
  min-height:100%;
  _height:100%;
  background-color:#041B23;
  background: url(/img/bg-right-full-length.jpg) no-repeat;
  overflow-x:hidden;
  width:294px;
  margin-right:-294px;
}
#background-image-container
{
  position:relative;
  width:877px;
  margin:auto;
}
#container
{
  width:877px;
  height:100%;
  margin:0px;
  padding:0px;
  margin-left:0px;
}
/* Firefox 2 */
#container, x:-moz-any-link
{
	margin-left:1px;
}
/* Firefox 3 */
#container, x:-moz-any-link, x:default
{
	margin-left:0px;
}
#topbar
{
  position:absolute;
  top: 180px;
  margin:0px;
  padding:0px;
  width:877px;
  height:30px;
}
#search_label
{
  position:absolute;
  top:8px;
  left:12px;
}
#search_magnifier
{
  position:absolute;
  top:8px;
  left:240px;
}
#search_magnifier input
{
  border:none;
}
#search
{
  position:relative;
  top:7px;
  left:96px;
}
#territory_label
{
  position:relative;
  top:5px;
  left:770px;
}
#territory
{
  position:relative;
  top: 5px;
  float: right;
  width: 130px;
  margin-right: 6px;
}
.searchbox
{
  height: 14px;
  width:130px;
  border: none;
  color: #ffffff;
  font-size:7pt;
  background-color: #5e5d63;
  background-color: transparent;
/*
  background-color: #515D63;
  background-color: #829296;
*/
}
.hidden
{
  display:none;
}
#page_content
{
  float:left;
  display:inline;
  width:723px;
  margin-left:2px;
  margin-top:0px;
  position:relative;
}
/*
 * NOTE:
 * #container_content is overridden for IE in adjustments.css
 * As of 04/Nov/2008, the only difference is the margin-left, which is -1px for Firefox but
 * 0px for IE6/IE7.
 *
*/
#container_content
{
  float:left;
  padding-top:0px;
  padding-bottom:12px;
  background: url(/img/global/main-content-bg.gif) repeat-y;
  background-color: #101418;
  width:877px;
}
/*
 * NOTE:
 * #copyright is overridden for IE in adjustments.css
 * As of 4/Nov/2008, the only difference is the margin-left, which is -1px for Firefox but
 * 0px for IE6/IE7.
 *
*/
#copyright
{
  position:relative;
  display:inline;
  float:left;
  height:227px;
  width:877px;
  top:0px;
}
.bar
{
  position:absolute;
  top:0px;
  left:0px;
}
#copyright_images
{
  margin-left:auto;
  margin-right:auto;
  height:58px;
  width:460px;
  margin-top:46px;
  margin-bottom:40px;
  clear:both;
  text-align:center;
}
.copyright_image
{
  display:inline;
  margin-left:24px;
  margin-right:24px;
}
#copyright_banter
{
  position:relative;
  float:left;
  clear:both;
  font-family: Verdana;
  color:#596A71;
  font-size:7pt;
  width:100%;
  text-align:center;
  margin-bottom: 20px;
}
#right_slots
{
  display:inline;
  float:right;
  width:178px;
  margin-top:4px;
  margin-right:4px;
}
#rs_container
{
  float:right;
}
#rs_slot1
{
  padding-bottom:12px;
}
#rs_slot2
{
}
.righthand_slot
{
  clear:both;
}
#territory_list
{
  padding:8px;
}
.t_sel
{
  float:left;
  clear:both;
}
.t_flag
{
  float:left;
}
.t_text
{
  float:left;
  padding-left:6px;
  padding-top:5px;
  text-transform:uppercase;
  font-weight:bold;
  color:#B5B5B5;
}
a {
  text-decoration:none;
}
a:link {
  color:#B5B5B5;
}
a:visited
{
  color:#B5B5B5;
}
a:hover
{
  color:#829296;
}
a:active
{
  color:#829296;
}
#buildversion
{
  position:fixed;
  text-align:right;
  right:0;
  bottom:0;
  margin:8px;
  color:#FFFFFF;
  font-weight:bold;
}
 .error_message
{
  font-weight:bold;
  color:#E80000;
}
.a_red_box
{
  border:1px solid #4D4D4D;
  background-color: #461b1e;
  padding:8px;
  color:#D5D5D5;
}
.a_normal_box
{
  border:1px solid #4D4D4D;
  padding:8px;
  color:#D5D5D5;
}
.logtitle
{
  font-family: Verdana;
  font-weight:bold;
  color:#D5D5D5;
  text-transform: uppercase;
  padding-bottom:8px;
  border-top:1px solid #323F48;
  padding-top:8px;
}
.logtitletext
{
  position:relative;
  top:-1px;
  padding-left:12px;
  padding-right:12px;
}
#page_content
{
	width:724px;
}
/*
input.textinput
{
  background-color: #aeb3b5;
  color: #161b1e;
}
*/
/* Google Chrome fixes - things will suck when Firefox implements this */
body:nth-of-type(1) #copyright
{
	margin-left:0px;
}
.territory_flag
{
	float:left;
	display:inline;
	margin-left:6px;
}
