/* eastnet css style sheet */

BODY  { font-family: "Helvetica", sans-sans; font-size: 14pt; color: black;
	margin:0; width: 100%; height: 100%; }

H1 { font-family: "Helvetica", sans-serif; font-weight: bold; color: blue;
  text-align: center; font-size: 140%; margin-bottom:0px}
H2 { font-family: "Helvetica", sans-serif; font-weight: bold; color: teal;
  font-size: 130%; margin-bottom:0px }
H3 { font-family: "Helvetica", sans-serif; font-weight: bold; color: green;
  font-size: 120%; margin-bottom:0px }
h4 { font-family: "Helvetica", sans-serif; font-weight: bold; color: #00a0c0;
  font-size: 120%; margin-bottom:0px }
H6 { font-family: "Helvetica", sans-serif; font-weight: bold; color: darkred;
  font-size: 75%; display: inline; line-height:10px }

TD { font-size: 12pt; font-family: "Helvetica", sans-serif }
TD.l { text-align: left }
TD.r { text-align: right }
TH { font-weight: bold; color: green; font-size: 18pt }

HR { color: darkred; border-top: none; border-left: none; border-right: none;
  border-bottom: solid medium; height:4px }

A { font-size: 12pt; font-weight: bold; font-family: "Helvetica", sans-serif; }
A:link { color: blue }
A:visited { color: #0000e0 }
A:active { color: red }
A.idx { font-size: 10pt }

KBD { color: green; font-family: "New Century Schoolbook", monospace;
  font-size: 90% }

PRE { white-space: pre; font-family: monospace }

SAMP { font-family: monospace }

I.updated { color: green; font-size: 90% }
I.warn { color: red; font-size: 90% }
I.draft { color: orange; font-size: 90% }

BIG	{
	font-family: "Helvetica", sans-serif; font-weight: bold;
	color: white; background: #00c0c0; text-align: center;
	font-size: 120%;
}

/* page body table */
TABLE.idx	{ border:none; background: white; }
TD.index	{ width: 128px; vertical-align: top; background: #e0e0e0;
			  font-size: 12pt; }
TD.idx		{ text-align: center; background: #e0e0e0; }
TD.idx2		{ text-align: left; background: #e0e0e0; padding-left: 4; }
TH.idx		{ font-weight: bold; color: white; background: #00b000;
			  font-size: 12pt; padding: 4 }
TD.body		{ width: 1200px; vertical-align: top; font-size: 90% }
H2.idx		{ font-family: "Helvetica", sans-serif; font-weight: bold;
			  color: white; background: #00d0d0; font-size: 120%;
			  display:inline }
IMG.idx		{ padding-left: 0px; max-width: 64px; height: auto }
IMG.hdr		{ width: 128px; height: auto; position: fixed; left:0; }

/* styles for showpage... */

#header	{
	position: fixed;
	/* width: 100%; */
	width: 1072px;
	height: 50px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 128;
	text-align: center;
	vertical-align: middle;
	font-family: "Helvetica" sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	color: white;
	background-color: #0080c0;
	line-height:48px;
}

#sidebar {
	position: fixed;
	width: 128px;
	height: auto;
	top: 0;
	right: 128px;
	bottom: 20px;
	left: 0;
	overflow: auto;
	text-align: left;
	font-family: "Helvetica" sans-serif; font-weight: bold;
	font-size: 9pt;
	color: black;
	background: #e0e0e0;
	padding-left: 0;
	border-right: solid 1px black;

}

#main	{
        position: fixed;
        width: auto;
        height: auto;
        top: 50px;
        right: 0;
        bottom: 20px;
	left: 136px;
        overflow: auto;
	text-align: left;
	vertical-align: top;
}

#footer	{
	position: fixed;
	/* width: 100%; */
	width: 1200px;
	height: 20px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin-top: auto;
	background-color: #0080c0;
	font-family: "Helvetica", sans-serif;
	font-weight: bold;
	color: white;
	font-size: 80%;
	line-height:20px;
}

/* end */
