/*
# MedportCMS  1.0
# © Stefan Hoferichter

# medport.css
# defines styles for HTML tags

# 08.02.2005 sh initial version
# 13.10.2005 sh a => no size and font weight
# 03.11.2005 sh color of h2 and h3 = black
# 15.11.2005 sh cebra styles
# 30.11.2005 sh banner style uses sam color as navigation
# 16.05.2006 sh list item formatting
# 15.01.2007 sh newsportal styles added
*/

body { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;} 
a { font-family: Arial, Verdana, Helvetica, sans-serif; color: #000000;} 
h2 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13pt; font-weight: bold; color: #000000;} 
h3 { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000;} 
ul { list-style-position: outside; list-style-type: circle; padding-left: 7px; margin-left: 5px;}
li { padding-left: 2px; margin-left: 5px; }
.homelink { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #990000;} 
.newslink { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #000000;} 
.stdtxt { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;} 
.parahead { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; color: #000000;} 
.stdhead { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000;} 
.stdlink { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: normal;} 
.smalltxt { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000;} 
.title { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: #000000;} 
.linktable { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; background-color: #ececec;} 
.navigation { background-color: #ececec}
.cebradark { background-color: #ececec; text-align: left}
.cebrabright { background-color: #ffffff; text-align: left}
.banner { background-color: #ececec;}
/*
.banner { background-color: #e6e1dc;}
*/
/* end of sytle sheet */ 

/* usenet classes */

/* headline */
h1.np_index_headline {
  font-size: 14;
}

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

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

/* headline of a group of blocks */
.np_index_grouphead {
  border: solid 1px #ECECEC;
  background: #ECECEC;
  color: black;
  font-weight: bold;
}

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

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

/* Headline */
h1.np_thread_headline {
  font-size: 16;

}


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

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  color: black;
  background: #ECECEC;
  margin: 0px;
  font-size: 10pt;  
}



/* 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: #ECECEC;
  margin: 0px;
}

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

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

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

/* headline */
h1.np_article_headline {
  font-size: 12;
}


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

/* 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: #ECECEC;
  padding: 3px;
  border: solid 1px #26598f;
}

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


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

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

span.np_button {
  padding-left: 5px;
  padding-right: 5px;
  border-right: solid white 1px;
}

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

span.np_pages {
  color: black;
}

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

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