/* =========== Page Layout ================ */

BODY {
  color: black;
  background: white;
}

/* =========== Index Layout ============== */

/* headline */
h1.np_index_headline {
  font-size: large;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #333333;
}

/* border around all groups */
.np_index_groups {
  background: white;
  padding: 0px;
  border: solid 1px white;
}

/* a block of groups */
.np_index_groupblock {
  margin-bottom: 20px;
}

/* headline of a group of blocks */
/* The #f9f9f9 is the light grey for the header box */
.np_index_grouphead {
  border: solid 1px white;
  background: #f9f9f9;
  color: #333333;
  padding: 6px;
}

/* a single group */
.np_index_group {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* =========== Thread Layout ============== */

/* Headline */
h1.np_thread_headline {
  font-size: large;
  background: #f9f9f9;
  padding: 6px
}


/* Table around the thread */
table.np_thread_table {
  width: 100%;
  border: solid 1px white;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  background: white;
  margin: 0px;
}



/* Even line numbers in the thread */
tr.np_thread_line1,td.np_thread_line1 {
  padding-left:   3px;
  padding-top:    0px;
  padding-right:  0px;
  padding-bottom: 0px;
  background: #f9f9f9;
  margin: 0px;
}

/* Odd line numbers in the thread */
tr.np_thread_line2,td.np_thread_line2 {
  padding-left: 3px;
  padding-top:    0px;
  padding-right:  0px;
  padding-bottom: 0px;
  background: white;
  margin: 0px;
}

/* Text inside a Line */
span.np_thread_line_text {
  font-size: small;
}

/* The small images, a thread consists of */
img.thread_image {
  vertical-align: bottom;
}

/* =========== Article Layout ============= */

/* headline */
h1.np_article_headline {
  font-size: large;
  background: #f9f9f9;
  padding: 6px
}


/* Head of an article */
div.np_article_header {
  background: white;
  padding: 3px;
  border: solid 1px white;
}

/* Layout of the Text-Body */
div.np_article_body {
  margin-top: 20px;
  font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;
}

/* Layout of quoted text / graphic layout */
blockquote.np_article_quote {
  border-left: #002255 solid 1px;
  padding-left: 5px;
  color: #002277;
  margin: 0px;
}

/* =========== Post layout =========== */

/* headline */
h1.np_post_headline {
  font-size: large;
}


/* Head with the input fields for subject, name and email  */
.np_post_header {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px white;
}

/* Body with the message-field and the post-button in it */
.np_post_body {
  background: #eeeeee;
  padding: 3px;
  border: solid 1px white;
  margin-top: 10px;
}


/* =========== navigation buttons on top of every page =========== */

.np_buttonbar {
  background: white;
  padding: 1px;
  margin-bottom: 10px;
  color: black;
}

td.np_button {
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid white 1px;
  color: white;
  white-space: nowrap;
}

a.np_button {
  color: white;
  text-decoration: underline;
}

.np_pages {
}

.np_pages_selected {
  color: white:
  text-weight: bold;
  margin-left: 5px;
}

.np_pages_unselected {
  color: white;
  text-decoration: underline;
  margin-left: 5px;
}


/* =============== MISC settings =============================*/

#leftbox {
float:left;
width:338px;
background:#FFFFFF;
font-family:Arial;
font-size:12px;
font-weight:normal;
color:#000000;
border:0px dashed #FFFFFF;
text-align:left;
text-decoration:none;
padding-top:3px;
padding-left:6px;
padding-right:6px;
padding-bottom:3px;
margin-left:1px;
margin-right:5px;
margin-top:1px;
margin-bottom:1px; }



/* =============== Newsbox 2 CSS settings =============================*/

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration:none;

}
a:visited {
	color: #333333;
	text-decoration:none;	
}
a:active {
	color: #FF9900;
}
a:hover {
	color: #0033FF;
	text-decoration: none;

}
.ths {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: #f0f0f0;
	border-bottom:1px solid #d2d2d2;
	cursor:hand;

}
