html, body {
  background-image: url('images/bg.gif');
  background-color: #BEC8CE;
  color: #000000;
  font: 12px Verdana;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
a img {
  border: 0px;
}
table {
  font-size: 12px;
  line-height: 18px;
}

input {
  border: 1px solid #D5D5D5;
  font: 12px Verdana;
}

input#al {
  border: 0px;
}

input.noborder {
  border: 0px;
}

textarea {
  border: 1px solid #D5D5D5;
  font: 12px Verdana;
}

a {
  color: #FF9915;
  background-color: inherit;
}

a:hover {
  text-decoration: none;
}

hr {
  border-top: 1px dashed #D5D5D5;
  border-bottom: none;
  border-left: none;
  border-right: none;
  height: 1px;
  line-height: 1px;
}

div#menu {
  font-size: 10px;
  width: 510px;
}

div#infobar {
  background-image: url('images/infobg.gif');
  background-repeat: repeat-x;
  height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
}

div#online_users {
  font-size: 10px;
  text-align: left;
  word-break: normal;
  word-wrap: break-word;
  width: 490px;
}

div#content {
  background-color: #FFFFFF;
  color: #000000;
  width: 490px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div#sugo {
  background-image: url('images/sugobg.gif');
  border: 1px solid #C0C0C0;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  width: 487px;
}

div#sugo a {
  text-decoration: none;
}

td#bottom {
  background-image: url('images/bottom.png');
  background-repeat: repeat-x;
  height: 85px;
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

td#bottom a {
  color: #4A4A4A;
}

ul {
  list-style-type: square;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

.td {
  border: 1px solid #E5E5E5;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.class_img {
  border: 0px;
  width: expression(this.width > 468 ? "468px" : true);
  max-width: 475px;
}
.main {
  height: 100%;
  text-align: left;
  border: none;
}
.border_left {
  width: 17px;
  background-image: url('images/left.gif');
  background-repeat: repeat-y;
}
.border_right {
  width: 17px;
  background-image: url('images/right.gif');
  background-repeat: repeat-y;
}
.sugo_td {
  padding: 5px;
  border: 1px solid #C0C0C0;
  background-color: #F5F5F5;
}
.group_header {
	border-bottom: 1px solid #005000;
	font-weight: bold;
}
