BODY {
	background: rgb(23,4,3) url('http://www.battlemachine.org/images/battlemachine/background.jpg') top center no-repeat;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

BODY, TD {
	font-size: 13px;
  font-family: verdana;
  text-align: center;
  color: #A0A0A0;
}

IMG {
  border: 0px;
}

INPUT, TEXTAREA, SELECT {
  font-size: 13px;
  font-family: verdana;
  color: #A0A0A0;
  border: solid 1px rgb(255,182,0);
  background-color: rgb(24,38,16);
  margin: 1px;
  padding: 1px;
}

H1 {
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 10px 0 10px 0;
  padding: 0;
}

H2 {
  font-size: 20px;
  font-weight: normal;
  color: #EEEEEE;
  margin: 8px 0 8px 0;
  padding: 0;
}

H3 {
  font-size: 16px;
  font-weight: normal;
  color: #DDDDDD;
  margin: 6px 0 6px 0;
  padding: 0;
}

HR {
  height: 0px;
  border: 0px;
  border-bottom: solid 1px rgb(255,182,0);
  margin: 5px 0 5px 0;
  padding: 0px;
}

HR.thin {
  height: 0px;
  border: 0px;
  border-bottom: solid 1px rgb(255,182,0);
  margin: 0px;
  padding: 0px;
}

#inner a:link {
	text-decoration: none;
	color: rgb(255,182,0);
	border-bottom: 1px solid rgb(255,182,0);
} 
#inner a:active {
	text-decoration: none;
	color: white;
}
#inner a:visited {
	text-decoration: none;
	color: #909090;
	border-bottom: 1px dotted #909090;
} 
#inner a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	background-color: #404040;
}

#headerLogin a:link {
	text-decoration: none;
	color: rgb(255,182,0);
	border-bottom: 1px solid rgb(255,182,0);
} 
#headerLogin a:active {
	text-decoration: none;
	color: white;
}
#headerLogin a:visited {
	text-decoration: none;
	color: #909090;
	border-bottom: 1px dotted #909090;
} 
#headerLogin a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	background-color: #404040;
}

#outer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-top: 5px;
}

#headerLogin {
  float: right;
  font-size: 12px;
}

#headerLogin INPUT {
  border: solid 1px rgb(255,182,0);
  background-color: rgb(19,40,15);
  color: #A0A0A0;
  font-size: 12px;
}

#innerWrap {
  margin: 200px 0 0 0;
  padding: 0;
}

#inner {
  background-color: black;
  margin: 0;
  padding: 10px;
  border: solid 1px #A0A0A0;
}

#topMenuBar {
  height: 25px;
}
#topMenuBar ul {
  margin:0;
  margin-top: 8px;
  padding:0;
  list-style:none;
  float: left;
}
#topMenuBar li {
  display:inline;
  margin:0;
  padding:0;
}
#topMenuBar a {
  float:left;
  background:url("/images/battlemachine/menuLeft.gif") no-repeat left top;
  margin:0;
  padding: 0 0 0 4px;
  text-decoration:none;
  font-size: 11px;
  font-weight: bold;
}
#topMenuBar a span {
  float:left;
  display:block;
  background:url("/images/battlemachine/menuRight.gif") no-repeat right top;
  padding:2px 10px 2px 5px;
  color: black;
}
#topMenuBar a.active {
  background-position:0% -22px;
}
#topMenuBar a.active span {
  background-position:100% -22px;
  color: white;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topMenuBar a span {float:none;}
/* End IE5-Mac hack */
#topMenuBar a:hover span {
  color:#FFF;
  background-position:100% -22px;
}
#topMenuBar a:hover {
  background-position:0% -22px;
}
#topMenuBar a:hover span {
  background-position:100% -22px;
}

#sbText {
  font-size: 12px;
  height: 400px;
  overflow: auto;
}

.sbEven {
  background-color: rgb(24,38,16);
  padding: 3px;
  margin: 0px;
}

.sbOdd {
  background-color: #303030;
  padding: 3px;
  margin: 0px;
}

TABLE.ldrbrdTable TH {
  background-color: rgb(255,182,0);
  font-weight: bold;
  color: black;
  font-size: 13px;
}

TABLE.ldrbrdTable TR {
  background-color: #303030;
}

TABLE.ldrbrdTable TR:hover {
  background-color: #404040;
}

TABLE.ldrbrdTable TR TD {
  border-bottom: rgb(255,182,0);
  text-align: left;
}

