#help-panel
{
	overflow-x: hidden;
	background-color: #F0F0F0;
}

#help-panel .header h2
{
	margin-top: 2px;
	margin-left: 2px;
	font-size: 16pt;
	display: inline-block;
	height: 40px;
}

#help-panel .help-topics
{
	width: 160px;
	position: absolute;
}

#help-panel .help-topics .topic
{
}

#help-panel .help-topics .topic .name
{
	padding-left: 6px;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
}

#help-panel .help-topics .topic .name:hover
{
	background-color: #e7e7e7;
}

#help-panel .help-topics .topic.selected
{
}

#help-panel .help-topics .topic.selected .name
{
	background-color: white;
	font-weight: bold;
}

.help-topic-details {
	padding: 4px;
	background-color: white;
	vertical-align: top;
	position: relative;
	left: 160px;
	margin-right: 164px;
	box-shadow: inset 2px 2px 2px 0px #dddddd;
	overflow: auto;
	/* Height determined in psi.help.js */
}

.help-topic-details h2 {
	font-size: 1.2em;
	margin-bottom: 16px;
}

.help-topic-details h3 {
	font-size: 0.8em;
	margin-top: 18px;
	margin-bottom: 2px;
	padding-left: 4px;
}

.help-topic-details p {
	font-size: 0.8em;
	margin-bottom: 6px;
	margin-left: 10px;
}

.help-topic-details ul,
.help-topic-details ol {
	font-size: 0.8em;
	margin: 4px 16px;
	margin-right: 0;
}

.help-topic-details ul li {
	margin-top: 3px;
}
