
TABLE.leftnavi
{
	font-size: 12px;
	text-align: left;
	background-color: white;

	border-style: solid;
	border-top-width: 18px;
	border-bottom-width: 18px;
	border-left-width: 8px;
	border-right-width: 8px;
	border-color: whitesmoke;
	width: 100%;
}

TABLE.leftnavi TR.columntitle
{
	font-weight: bolder;
}

TABLE.leftnavi TR.dark
{
	background-color: #f0f0f0
}

TABLE.leftnavi TR.light
{

}

TABLE.leftnavi TD.summary
{
	font-size: 12px;
}

TABLE.leftnavi TD.path
{
	color: green;
	text-align: right;
}

TABLE.leftnavi A.pathnode
{
	color: red;
}


