/*
	Copyright (c) 2004 Hiten Pandya <hmp@backplane.com>
	Copyright (c) 1994-2003
	The NetBSD Foundation, Inc.  ALL RIGHTS RESERVED.
	$NetBSD: NetBSD.css,v 1.25 2004/03/15 13:49:56 grant Exp $
*/

body {
	font-size: 90%;
	Font-Family: Tahoma, Verdana, sans-serif;
	Line-Height: 1.3em;
	Text-Decoration: None;
	Color: black;
	Background-Color: white;
	Border-Width: 0;
}

pre {
	font-size: 120%;
	Line-Height: 1.1em;
}

table {
	Border-Width: 0;
}

table td {
	Font-Family: Tahoma, Verdana, sans-serif;
	font-size: 90%;
}

table.programlisting {
	Background-Color: #e0e0f0;
	Line-Height: 1em;
	Border-Color: #909a90;
	Border-Style: solid;
	Border-Width: thin;
	Margin-Left: 20;
	Margin-Right: 20;
	Padding-Left: 10;
	Padding-Right: 10;
	Width: 95%;
}

a:link {
	Color: #3535c5;
}

a:link:visited {
	Color: #700080;
}

a:link:hover {
	Color: #6565e5;
	Text-Decoration: underline;
}

tr {
	Vertical-Align: top;
}

td {
	Vertical-Align: top;
}

td.developerslist {
	White-space: nowrap;
	Padding: 3 3 3 3;
}

td.developerslistwrap {
        White-space: normal;
        Padding: 3 3 3 3;
}

table.developerslist {
	Border-Width: 0;
	Margin-Left: 5;
	Margin-Right: 5;
}

.center {
	Vertical-Align: middle;
	Text-Align: center;
}

h1 {
	Font-Size: 3.5ex;
	Line-Height: 1em;
	Color: #000066;
}

h2 {
	Font-Size: 2.5ex;
	Line-Height: 1em;
	Color: #660000;
}

h3 {
	Font-Size: 2ex;
	Color: #660066;
}

h4 {
	Font-Size: 1.8ex;
	Color: #006600;
}

tt.filename {
	Line-Height: 1.3em;
	Color: #AA0000;
}

tt.varname {
	Line-Height: 1.3em;
	Color: #2222AA;
}

.subhead {
	Font-family: Helvetica, Arial;
	Font-size: 12px;
	Font-weight: bold;
	Color: #000066;
}

.newsindex {
	Font-family: Geneva, "Lucida Grande", Arial, Verdana;
	Font-size: 10px;
	Font-weight: normal;
}

.webtoc {
	Font-Family: "Lucida Grande", Geneva, Arial, Verdana;
}

.foothome {
	Font-Size: 90%;
	Line-Height: 1em;
	Vertical-Align: middle;
}

.footfeed {
	Font-Size: 80%;
	Font-Style: Italic;
	Line-Height: 1em;
}

.footcopy {
	Font-Size: 80%;
	Line-Height: 1em;
}

.foottag {
	Font-Size: 80%;
	Font-Style: Italic;
	Line-Height: 1em;
}

.pkgname {
	Font-Family: Arial, Helvetica, Courier, fixed;
	Font-Style: Italic;
	Text-Decoration: none;
	Line-Height: 1.3em;
}

.gnatspr {
	Font-Weight: bold;
}


/* 
 * Markup for mailing list pages
 *
 */

.mlcolumn {
	font-weight: 600;
	font-size : 125%;
	text-decoration : underline;
}

.mlsubject {
	font-weight: 600;
}

.mlfirstsubject {
	font-weight: 600;
	/* background-color: #DDDDDD; */
}

.mlindentsubject {
	/* font-weight: 600; */
	/* background-color: #EEEEEE; */
	text-indent: 3em;
}

.mlfrom {
	white-space: nowrap;
}

.mldate {
	font-style: italic;
	white-space: nowrap;
	vertical-align: top;
}

.mlheaderlabel {
    font-weight: bold;
	font-size : 1em;
	text-align: right;
	vertical-align: bottom;
}

.mlheaderfield {
	vertical-align: bottom;
	text-align: left;
}

