/* $Id: jf.css,v 1.16 2009/03/30 14:09:50 mdk Exp $ */

body {
	background-color: #ffe;
}
a:link    { color: #44f; }
a:visited { color: #72f; }
a:hover   { color: #009; }
a:active  { color: #f33; }

table tr.odd,table tr.dark {
	background-color: #f0f0e0;
	vertical-align: top;
}

table tr.even {
	background-color: #f8f8e4;
	vertical-align: top;
}

div.date {
	background-color: #f0f0e0;
	text-align: right;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}
div.copyright {
	background-color: #f0f0e0;
	text-align: center;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}
div.rcsid {
	background-color: #f0f0e0;
	text-align: right;
	font-size: smaller;
	font-family: helvetica, sans-serif;
}

div.small {
	font-size: smaller;
}

span.new {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #d33;
}
span.updated {
	font-family: helvetica, sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #3a5;
}

h1 {
	font-family: helvetica, sans-serif;
	font-size: 220%;
	margin-top: 0px;
	border-style: inset;
	border-width: 0px 0px 3px 0px;
	border-color: #000;
}
span.h2small{
	font-family: helvetica, sans-serif;
	font-style: italic;
	font-size: 50%;
}
h2 {
    	font-weight: normal;
	background-color: #ddc;
	color: #210;
	border-style: inset;
	border-width: 0px 2px 2px 0px;
	border-color: #000;
}
h3 {
	border-style: inset;
	border-width: 0px 0px 1px 0px;
	border-color: #aa9;
}

dd {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
}
li {
        padding-top: 0.2em;
        padding-bottom: 0.2em;
}

pre {
	background-color: #fff;
	padding: 0.3em;
	border: 1px inset #885;
	white-space: pre; /* Netscape 4.x needs it */
}

/* EOF */
