/* Headings */
H1, H2, H3, H4, H5, H6 {
	font-family:		Verdana, Lucida, Gill, Arial, Helvetica, sans-serif;
}

/* Background etc. */
body,td,tr {
	background:		#000000;
	border-color:		#000000;
	color:			#ccbbbb;
	vertical-align:		top;
	font-size:		12pt;
	border:			0;
	padding:		0;
	margin:			0;
}

/* Body */
h1 {
	text-align:		center;
	font-size:		36pt;
}
a:visited {
	color:			#bbbbcc;
	text-decoration:	none;
}
a:link {
	text-decoration:	none;
	color:			#9999cc;
}
a:hover {
	text-decoration:	underline;
}

/* Overskrift, menu og sidefod */

div.header,div.menu,div.footer {
	text-align:		center;
	vertical-align:		top;
}
.login {
	font-size:		10pt;
	text-align:		right;
	background:		#FFFFFF;
	color:			#000000;
	border:			0;
	padding:		0;
	margin:			0;
}
div.header {
	height:			80px;
	background-color:	#ffffff;
	font-size:		24pt;
	text-decoration:	underline;
	font-weight:		bold;
	color:			#cccc22;
	vertical-align:		middle;
	padding:		0;
	margin:			0;
	border:			0;
}
div.menu,a.menu {
	font-size:		14pt;
	color:			#bbbbcc;
	text-decoration:	none;
	vertical-align:		middle;
}
div.menu {
	height:			40px;
}
a.menu:hover,a.footer:hover {
	text-decoration:	underline;
}
div.footer {
	text-align: 		center;
}
div.footer,a.footer{
	color:			#bbbbcc;
	text-decoration:	none;
	font-size:		10pt;
}

/* Medlemmer */
ul.medlemmer {
	list-style-type:	none;
}
td.mmenu {
	background:		#000000;
	width:			150px;
}
td.mmain,td.mcomment {
	background-color:	#555555;
}
table.gulv,td.gulv {
	background:		url("/images/dansegulv.gif");
	height:			616px;
	width:			100%;
}
a.mlist,td.mmenu {
	white-space:		nowrap;
}

/* Diverse */
.right {
	text-align:		right;
}

/* Bogen */
dl.bog {
	line-height:		1.5;
}
.straffe {
	background-color:	#555555;
	whitespace:		nowrap;
}
td.straffe {
	padding:		2pt;
}
/* =========== Index Layout ============== */

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

/* border around all groups */
.np_index_groups {
  padding: 0px;
}

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

/* headline of a group of blocks */
.np_index_grouphead {
  border: solid 1px #26598f;
}

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

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

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


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

/* Head of the table */
tr.np_thread_head,td.np_thread_head {
  color: 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;
  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;
  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;
}


/* Head of an article */
div.np_article_header {
  padding: 3px;
}

/* 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 {
  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 {
  padding: 3px;
}

/* Body with the message-field and the post-button in it */
.np_post_body {
  padding: 3px;
  margin-top: 10px;
}


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

.np_buttonbar {
  background: #26598f;
  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 {
  color: white;
}

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

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

