/* =========== Page Layout ================ */
body {
	color: black;
	background: white;
	font-size: 11px;
	margin: 0px;
	font-family: Verdana, Arial;
}

form {
	font-size: 10px;
}

select,option,input,label,font,textarea {
	font-size: 10px;
}

.error {
	margin: 10px;
	color: red;
	padding: 10px;
	font-size: 11px;
	border: 2px solid red;
	background-color: #55FF55;
}

a:link {
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

a:active {
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

a:visited {
	background: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}

a:hover {
	background: #AFAFAF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

/* =========== Index Layout ============== */ /* headline */
h1.np_index_headline {
	font-size: 14px;
	font-variant: small-caps;
}

/* border around all groups */
.np_index_groups {
	background: #f0f0f0;
	padding: 0px;
	border: solid 1px #336699;
	font-size: 11px;
	font-variant: small-caps;
	-moz-border-radius: 0px 0px 12px 12px;
	-khtml-border-radius: 0px 0px 12px 12px;
	border-radius: 0px 0px 12px 12px;
}

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

/* headline of a group of blocks */
.np_index_grouphead {
	border: solid 1px #336699;
	background: #336699;
	color: white;
	font-size: 11px;
}

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

/* =========== Thread Layout ============== */ /* Headline */
h1.np_thread_headline {
	font-size: 14px;
}

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

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

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

/* Odd line numbers in the thread */
tr.np_thread_line2,td.np_thread_line2 {
	padding: 0px;
	padding-left: 3px;
	background: #eeeeee;
	margin: 0px;
	font-size: 10px;
}

/* Text inside a Line */
td.np_thread_line_text, span.np_thread_line_text {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

td.np_tread_subject {
	display: block;
	clear: both;
	width: 250px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

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

/* =========== Article Layout ============= */ /* headline */
h1.np_article_headline {
	border: solid 1px #336699;
	background: #336699;
	color: white;
	font-size: 11px;
}

/* Head of an article */
div.np_article_header {
	background: #eeeeee;
	padding: 3px;
	border: solid 1px #336699;
	border-right: solid 2px #336699;
	border-bottom: solid 2px #336699;
	font-size: 11px;
	-moz-border-radius: 0px 12px 12px 0px;
}

div.np_article_header_title {
	font-size: 16px;
}

/* Layout of the Text-Body */
div.np_article_body {
	margin-top: 15px;
	background-color: #EEFFDD;
	font-family: "Lucida Console", "Courier New", Courier, "Andale Mono", monospace;
	font-size: 12px;
	border: solid 1px #336699;
	border-right: solid 2px #336699;
	border-bottom: solid 2px #336699;
	padding: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
	overflow: auto;
	white-space: nowrap;
	-moz-border-radius: 12px 12px 0px 0px;
	border-radius: 12px;
}

/* Layout of quoted text / graphic layout */
blockquote.np_article_quote {
	border-left: #002255 solid 2px;
	background-color: #FFDDFF;
	padding-left: 8px;
	color: #003388;
	margin: 0px;
	font-size: 0.95em;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* =========== Post layout =========== */ /* headline */
h1.np_post_headline {
	border: solid 1px #336699;
	background: #336699;
	color: white;
	font-size: 11px;
}

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

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

/* =========== navigation buttons on top of every page =========== */
.np_buttonbar {
	background: #336699;
	padding: 1px;
	margin-bottom: 10px;
	color: black;
	font-size: 10px;
	font-variant: small-caps;
}

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

a.np_button {
	color: white;
	text-decoration: underline;
	font-size: 10px;
	padding-left: 3px;
	margin-right: 3px;
}

.np_pages {
	color: white;
	font-size: 10px;
}

.np_pages_selected {
	color: #FFFF00;
	font-weight: bold;
	margin-left: 3px;
	font-size: 11px;
}

.np_pages_unselected {
	color: white;
	text-decoration: underline;
	margin-left: 3px;
	font-size: 11px;
}
