/****************************************************************/
/* 1. IMPORTED STYLESHEETS */
/****************************************************************/

/* Import the basic setup styles */
@import url(imports/base.css);

/****************************************************************/
/* 2. CUSTOM STYLESHEETS */
/****************************************************************/

/* General */

html {
  height: 100.1%;
}
body {
  margin: 0;
  padding: 0 0 10px 0;
  text-align: 0;
  background-color: black;
  color: white;
  font-family: 'courier new', arial, sans-serif;
}
.clear {
  clear: both;
}
a {
  color: #99F;
}
a:hover {
  color: #DDF;
}
h1 {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin: 10px 0 10px 0;
  text-align: right;
}
h1 img {
  display: block;
  margin: 0 10px 0 auto;
}
img {
  border: 0;
}
strong {
  color: red;
}

/* Forms */

fieldset {
  border: 0;
  padding: 0px 0px 10px 0;
  margin: 0 0 1em 0;
}
fieldset .padding {
  padding: 10px 10px 0 10px;
}
legend {
  color: black;
  font-weight: bold;
  padding: 4px;
}
fieldset label {
  float: left;
  clear: both;
  margin: 0 0 10px 0;
}
fieldset .text label {
  text-align: right;
  width: 530px;
}
fieldset .required {
  color: red;
}
fieldset input {
  float: right;
  width: 170px;
  clear: right;
  margin: 0 0 10px 0;
  font-family: courier, sans-serif;
}
fieldset .textarea {
  text-align: center;
}
fieldset textarea {
  clear: both;
  display: block;
  width: 700px;
  height: 140px;
  font-family: courier, sans-serif;
  margin: 0 auto;
}
fieldset .button {
  text-align: center;
}
fieldset .button input {
  width: auto;
  float: none;
  margin: 10px 0 0 0;
  font-family: arial, sans-serif;
}
fieldset br {
  display: none;
}

/* Main */

#outer {
  width: 760px;
  margin: 0 auto;
}
.forum fieldset {
  border: 0;
  border-top: 1px solid #777;
  padding: 10px;
  margin: 0 0 1em 0;
  background-color: #222;
}
.forum legend {
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px;
}
.forum h2 {
  margin: 0 0 10px 0;
  border: 1px solid #777;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.forum h2 span {
  display: block;
  padding: 5px 7px;
  background-color: #555;	
}
.forum p {
  margin: 0 0 1em 0;
}
.rbox label {
  margin: 0 0 10px 0;
}
.rbox input {
  margin: 0 10px 0 0;
}
#credit {
  font-size: 0.8em;
  clear: both;
}
.forum table {
  margin: 0 0 1em 0;
}
.forum th {
  background-color: #555;
  margin: 0 100px 1px 0;
}
.forum td {
  background-color: #222;
  margin: 0 1px 1px 0;
}
.forum td h3 a {
  display: block;
  padding: 5px;
  text-decoration: none;
}
.forum td h3 a:hover {
  background-color: white;
  color: black;
}

.menu ul, .menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_horiz ul {
  border-top: 1px solid black;;
}
.menu ul li a, .menu ul li .current {
  display: block;
  background-color: #000;
  text-decoration: none;
  border: 1px solid #444;
  border-bottom: 1px solid #111;
  border-right: 1px solid #111;
}
.menu ul li .current {
  background-color: #222;
}
.menu_horiz ul li {
  float: left;
  margin: 0 1px 0 0;
}
.menu ul li a span, .menu ul li .current {
  display: block;
  padding: 5px;
}
.menu ul li a:hover {
  background-color: white;
  color: black;
}

#main_content {
  border: 1px solid #444;
  padding: 10px;
  background-color: #222;
}
#main_content h2 {
  margin: 0 0 0.5em 0;
}
#main_content h3 {
  margin: 0 0 0.5em 0;
}
#main_content h4 {
  text-decoration: underline;
}
#main_content .menu ul li a, #main_content .menu ul li .current {
  background-color: #222;
  border-color: #666;
  border-bottom-color: #222;
  border-right-color: #222;
}
#main_content .menu ul li .current {
  background-color: #444;
}
#main_content .menu ul li a:hover {
  background-color: white;
  color: black;
}
.image_center {
  text-align: center;
}
#sub_content {
  border: 1px solid #666;
  padding: 10px;  
  background-color: #444;
}

.attention {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.attention ul, .attention li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.attention a {
  font-size: 0.7em;
}

