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

BODY {
  color: black;
  background: white;
}


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


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

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  color: black;
  background: #BDBDBD;
  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;
  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: #eeeeee;
  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 ============= */

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

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

/* layout of every text in an article */
tt.np_article_text {
 // font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;
}


table.main_table {
  border-left: solid 1px #BDBDBD;
  border-top: solid 1px #BDBDBD;
  border-right: solid 2px #BDBDBD;
  border-bottom: solid 2px #BDBDBD;

}

hr
{
	border: none;
	border-top1: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	height: 1px; 
	margin-left:5px;
	margin-right:5px;
}
.small, a.small:hover, a.small:link, a.small:visited
{
  font-size: 9px;
  font-family: Arial, Helvetica, sans-serif;
  color:#0E547F;
}

 a:hover, a:link, a:visited
{
  font-family: Arial, Helvetica, sans-serif;
  color:#0000FF;
}