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

BODY {
  color: black;
  background: white;
}


/* =========== Thread Layout ============== */
.np_article_headline{
display:block;
width:810px;
color:#177ac7;
word-break: break-all ;
font-size:30px;
font-weight:bold;
padding:10px;
}
.np_article_body{
display:block;

color:#333;
word-break: break-all ;
font-size:14px;
margin:20px;
}
td.np_pages{font-size:14px;color:#06f;font-weight:bold;padding:5px;}
td.np_pages a.np_pages_unselected{
padding:1px 1px;margin:1px 1px;font-size:12px;text-decoration:none;color:#333;
}

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


/* Head of the table */
tr.np_thread_head, td.np_thread_head {
  color: white;
  background: #26598f;
  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: 8pt;font-family:Verdana
}

/* 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;
  width:630px;
  float:left;
  margin-right:10px;
}

.a3{
width:300px;
float:left;
margin-bottom:8px;
font-size:12px;
}



/* 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; font-size:10pt
}
