/*
// hpd.css
// Copyright (C) MGTEK 2003-2004. All rights reserved.
*/

BODY
{
	color: #000000;
	background-color: #ffffff;
	font-size: 70%;
	font-family: Tahoma, Verdana, Sans Serif;
	margin: 0px;
	padding: 0px;
}

BODY.toc
{
	padding: 5px;
	background-color: #e9e9e9;
}

BODY.idx, BODY.fts
{
	padding: 0px;
	background-color: #e9e9e9;
}

BODY.idxform, BODY.ftsform
{
	overflow: hidden;
}

TABLE
{
	font-size: 100%;
}

TABLE.toolbar
{
	cursor: default;
	color: #000000;
	background-color: #4a5c82;
	padding: 1px 1px;
	border-bottom: 3px solid #cccccc;
}

TABLE.toolbar TABLE
{
	margin: 0px;
	padding: 3px 2px;
}

TABLE.panebar
{
	cursor: default;
	color: #ffffff;
	background-color: #4a5c82;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
}

TABLE.idxform, TABLE.ftsform
{
	cursor: default;
	color: #ffffff;
	background-color: #4a5c82;
	border-bottom: 1px solid #000000;
}

TABLE.button0, TABLE.button1, TABLE.button2, TABLE.button3
{
	cursor: hand;
	color: #ffffff;
	font-size: 100%;
	border: 1px solid #4a5c82;
}

TABLE.button1
{
	color: #ffff00;
	border-color: #6699cc #000000 #000000 #6699cc;
}

TABLE.button2, TABLE.button3
{
	border-color: #000000 #ffffff #ffffff #000000;
}

TABLE.button3
{
	color: #ffff00;
	background-color: #5e75a6;
}

DIV.toc
{
	margin: 0px;
}

DIV.toc DIV
{
	margin-left: 16px;
}

DIV.toc P.node
{
	margin: 0px 0px 0px 0px;
}

DIV.toc P SPAN
{
	padding: 1px 2px;
}

DIV.toc P SPAN.highlight
{
	color: #ffffff;
	background-color: #316ac5;
}

DIV.toc IMG
{
	position: relative;
	top: 1px;
	margin-right: 3px;
	cursor: hand;
}

DIV.idx, DIV.fts
{
	margin: 0px;
}

DIV.idx P, DIV.fts P
{
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

DIV.idx DIV DIV P
{
	padding: 0px 0px 0px 21px;
}

DIV.idx DIV DIV DIV P
{
	padding: 0px 0px 0px 37px;
}

DIV.idx DIV DIV DIV DIV P
{
	padding: 0px 0px 0px 53px;
}

DIV.idx P.highlight, DIV.fts P.highlight
{
	background-color: #316ac5;
}

DIV.toc A, DIV.idx A, DIV.fts A
{
	text-decoration: none;
	color: black;
}

DIV.toc A:hover
{
	text-decoration: underline;
	color: #00008b;
}

DIV.idx P.highlight A, DIV.fts P.highlight A
{
	color: #ffffff;
}

.active
{
}

P.tip
{
	margin: 0px;
	padding: 2px 10px;
	color: #000000;
	background: #ffffcc;
	border: 1px solid #999999;
	z-index: 1;
}

DIV.popup
{
	margin: 0px;
	padding: 2px;
	background: #ffffff;
	border: 1px solid #aca899;
	z-index: 1;
}

DIV.popup TD
{
	cursor: hand;
	padding: 2px 16px;
	background: #ffffff;
}

DIV.popup TD.hover
{
	background: #316ac5;
}

DIV.popup TD A
{
	color: #000000;
	text-decoration: none;
}

DIV.popup TD.hover A
{
	color: #ffffff;
}
