/* NetStation CSS */

/* Main body & layout */
body {
	background-color: #c0c0c0;
	color: #333;
  margin: 0;
  padding: 0;
  text-align: center;
}

h3 {
  font-size: 12px;
  padding: 4px 0;
  margin: 5px 0 0 0;
}

#wrapper {
	margin: auto;
	width: 760px;
}

#page {
  margin: 5px;
  width: 60%;
  position: relative;
  text-align: left;
}

td, div {
	font-family: sans-serif;
	font-size: 12px;
}

#body {
  position: absolute;
  top: 135px;
  left: 0;
}

#mainbody {
  vertical-align: top;
  position: absolute;
  top: 30px;
  left: 150px; 
  z-index: 8;
  width: 460px;
  border: 1px solid #ccc;
}

#menu {
  position: absolute;
  top: 130px;
  left: 0;
  z-index:2;
  background:none;
  width: 760px;
  border: none;
  padding-left: 30px;
}

#menu a {
  margin: 1px;
}

#menu_items li {
  list-style-image: none;
}

#menu_items a:link, #menu_items a:visited {
  display: block;
  height: 20px;
  padding: 5px 6px 0 6px;
  margin: 2px;
  vertical-align: middle;
  text-decoration: none;
  background-color: #eee;
  border: 1px solid #999;
}

#menu_items div {
  float:left;
}

#menu_items a:hover {
  color: #FFF;
  background-color: #999;
  border: 1px solid #333;
}

#support {
  position: relative;
  top: 0;
  left: 0;
  z-index: 11;
  padding-bottom: 4px;
}

#support_content {
  padding: 2px;
}

#times {
  position: relative;
  top: 10px;
  left: 0px;
  z-index: 12;
  padding-bottom: 4px;
}

#products {
  position: relative;
  top: 20px;
  left: 0px;
  z-index: 12;
  padding-bottom: 4px;
}

#search {
  clear: both;
  position: relative;
  top: 0;
  bottom: -10px; 
  !b\o\ttom: -13px;
  left: 0px;
  z-index: 11; 
}

#search_form {
  padding: 3px;
  padding-left: 10px;
  margin: 0;
}

#special_thanks {
  position: relative;
  top: 30px;
  left: 0;
  z-index: 14;
}

#onsite {
  position: relative;
  top: 10px;
  left: 0;
  z-index: 18;
  padding-bottom: 4px;
}

#onsite_panel {
  padding: 2px;
}

#cirrus {
  position: relative;
  top: 20px;
  left: 0;
  z-index: 18;
  padding-bottom: 4px;
}

#cirrus_panel {
  padding: 2px;
}

#specials {
  position: relative;
  top: 30px;
  left: 0px;
  z-index: 17;
  padding-bottom: 4px;
}

#user_cp {
  position: relative;
  top: 50px;
  left: 0px;
  z-index: 16;
  padding-bottom: 4px;
}

#css_event {
  position: relative;
  top: 50px;
  left: 0px;
  z-index: 15; 
}

#server {
  position: relative;
  top: 50px;
  z-index: 15;
}

.block {
  vertical-align: top;
  width: 140px;
  background-color: #eee;
  border: 1px solid #999;
  padding: 0;
}

#left_panelset {
  width: 150px;
  z-index: 9;
  position: absolute;
  top: 31px;
  left: 0px;
  clear: both;
}

#right_panelset {
  width: 150px;
  position: absolute;
  top: 167px;
  left: 620px;
  clear: both;
  z-index: 15;
}

a:link, a:visited {
  color: #C00;
  font-weight: bold;
}

a:hover {
  color: #000;
  text-decoration: none;
}

#flash_logo {
	z-index: 20;
}

#tagline {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 1em;
}

form { margin: 0; padding: 0; }

img { border: 0; }

.cbox {
  width: 460px;
  vertical-align: top;
  border: 1px solid #999;
  background-color: #eee;
}

.cbox_head {
  height: 20px;
  background-image: url(../gfx/cbox/cbox_top.gif);
}

.cbox_content {
  width: 450px;
  padding: 8px;
}

.cbox_bottom {
  height: 20px;
  background-image: url(../gfx/cbox/cbox_bottom.gif);
}

h1, h2, h3, h4, h5, h6 {
	color: #600;
}

#banner_left {
	position: absolute;
	top: 100px;
	left: 0;
}

#banner_right {
	position: absolute;
	top: 0;
	left: 110px;
}

#site_banner {
  width: 760px;
}

#site_header {
  display:none;
}

#lanscape_bg {
  left: 1px;
  !l\ef\t: 0px;
  width: 460px;
  !w\id\th: 458px;
  height: 580px;
  !margi\n-\bottom: 20px;
}

#stretcher {
  height: 86px;
  !hei\ght: 94px;
}

/* Article formatting */

.article {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  margin: 4px;
}

.article_header {
}

.article_info {
  font-size: .8em;
}

.article_body {}

/* News formatting */

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
  margin: 4px;
  background-color: #FFF;
  border: 1px solid #CCC;
  padding: 8px;
  margin-bottom: 12px;
}

.news_header {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding-top: 6px;
  padding-bottom: 6px;
}

.news_info {
  font-size: .8em;
}

.news_body {
  padding: 8px;
  overflow: auto;
}

/* Conditional formatting */

.notice {
	border: 1px solid #fdc;
	background-color: #ffe;
	padding: 8px;
}

.warning {
	border: 1px solid #fee;
	background-color: #ffe;
	padding: 8px;
}

.error {
	border: 1px solid #c00;
	background-color: #ffe;
	padding: 8px;
}

/* Forms & Form layout tables */

.form {
	border: 1px solid #999;
	background-color: #DDD;
	padding: 4px;
}


.highlight {
	font-weight: 700;
}

input, select {
	border: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 2px;
	color: #333;
}

input.submit {
	background-color: #E0E4E9;
	border: 1px outset #666;
}

input.highlight, select.highlight {
	background-color: #C00;
	color: #FFF;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #999;
	padding: 4px;
}

label {
	color: #600;
	font-weight: bold;
}

/* Text styling */

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
  text-decoration: underline;
}

.pass {
	color: #090;
}

.fail {
	color: #900;
}

.help {
	border: 1px solid #CCC;
	padding: 4px;
	font-weight: bold;
}

/* Text alignment */
.leftAlign {
  text-align: left;
}

/* Tables */

.thead {
	font-weight: bold;
	background-color: #CCC;
	padding: 4px;
}

#css_event_info {
  
}

#css_event_info span {
  padding: 4px;
}

/* User module styling */
/*
.module_block_header {
  font-weight: bold;
  font-size: 16px;
}

.module_block_output {
  border: 1px solid #c00;
  background-color: #fff9e5;
  padding: 8px;
  margin: 5px;
}

#module_clan_registration {
  position: relative;
  padding: 5px; 
}

#module_clan_registration label {
  font-weight: bold;
  color: #900;
}

#module_clan_registration input {
  width: 130px;
  display: block;
}

#module_clan_registration select {
  display: block;
}

.form_submit input {
  display: block;
  background-color: #ffffff;
  width: 25px;
  margin-top: 8px;
}

.info {
  padding-bottom: 8px;
}
*/
.module_block_header {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
  font-size: 13px;
}

.module_block {
  padding: 5px;
  background-color: #e9e9e9;
  border: 1px solid #999;
}

.module_block_output {
  padding: 8px;
  display: block;
  background-color: #eee;
  border: 1px solid #ccc;
}

.module_block_output ul {
  padding: 0;
  padding-left: 12px;
  margin: 0;
}

.module_block label {
  font-weight: bold;
  color: #c00;
  display: block;
  margin-top: 6px;
  margin-bottom: 2px;
}

.module_block .required {
  color: #cc0000;
}

.module_block .info {
  color: #666666;
  font-size: 11px;
  display: block;
  padding: 2px;
  margin-right: 20px;
}

.module_block fieldset {
  display: inline;
  border: 1px solid #CCCCCC;
  padding: 10px;
}

.form_submit input {
  background-color: #ffffff;
  width: 50px;
  margin-top: 8px;
  padding: 1px;
}

#module_clan_registration {
  width: 360px;
}
