/* links */

	a
	{
		background-color: inherit;
		color: #335599;
	}

/* frame */

	#frame
	{
		background-color: #777777;
		color: #333333;
	}

/* head */

	#head
	{
		display: none;
	}

/* search */

	#search
	{
		background-color: #bbbbbb;
		color: #333333;
		height: 34px;
		left: 6px;
		overflow: hidden;
		position: absolute;
		top: 6px;
		width: 240px;
	}
	#search h3
	{
		display: none;
	}
	#search input
	{
		border-color: #cccccc;
		float: left;
		height: 14px;
		margin: 6px 0 0 6px;
		padding: 3px 2px;
		width: 142px;
	}
	#search button
	{
		background-color: transparent;
		background-image: url(button.png);
		background-position: top center;
		background-repeat: no-repeat;
		color: #333333;
		float: left;
		height: 22px;
		margin: 6px 0 0 6px;
		padding: 3px 0 2px 0;
		width: 72px;
	}

/* menu */

	#menu
	{
		background-color: #ffffff;
		color: #333333;
		height: 446px;
		left: 6px;
		overflow: auto;
		position: absolute;
		top: 40px;
		width: 240px;
	}
	#menu ul, #menu li
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#menu ul
	{
		display: block;
		padding: 6px;
	}
	#menu ul ul
	{
		padding: 0;
	}
	#menu li
	{
		background-position: 6px 2px;
		background-repeat: no-repeat;
		display: block;
		padding: 3px 6px 3px 22px;
	}
	#menu li.root
	{
		background-image: url(root.gif);
	}
	#menu li.folder
	{
		background-image: url(folder.gif);
	}
	#menu li.document
	{
		background-image: url(document.gif);
	}
	#menu a
	{
		background-color: inherit;
		color: #333333;
		padding: 1px 3px;
		text-decoration: none;
	}
	#menu a.active
	{
		background-color: #333333;
		color: #ffffff;
	}

/* print */

	#print
	{
		float: right;
	}

/* main */

	#main
	{
		background-color: #cccccc;
		color: #333333;
		height: 480px;
		left: 252px;
		position: absolute;
		overflow: auto;
		top: 6px;
		width: 480px;
	}
	#main .panel
	{
		background-color: #ffffff;
		background-image: url(shadow.gif);
		background-position: bottom left;
		background-repeat: repeat-x;
		color: #333333;
		margin: 12px 12px 0 12px;
		min-height: 432px;
		padding: 12px 12px 24px 12px;
	}
	#main .panel .title
	{
		background-color: #cccccc;
		color: inherit;
		margin-bottom: 6px;
	}