
/* ### -- -- -- -- -- Help Styles -- -- -- -- -- ### */

/* 

File: help.css 
Copyright 2006 by WoltLab GmbH. 

*/

/* ### -- -- -- -- -- Help System -- -- -- -- -- ### */

.help .messageBody {
	line-height: 1.7;
}

.help .messageBody > p {
	margin-bottom: 10px;
}

.help .message .messageSidebar {
	margin-bottom: 0;
}

.help .messageContent li {
	margin-top: 3px;
}

.help .messageContent li h5, .help .messageContent li h6 {
	font-style: italic;
}

.help .messageContent .messageBody h4 {
	font-size: 1.2em;
	padding: 10px 0 5px 0;
}

.help .messageFooter {
	height: 2em;
}

.help .messageFooter p {
	margin-top: 9px;
}

.help .messageBody .helpImage {
	float: right;
	margin: 0 0 30px 30px;
}

/* ### -- -- -- -- -- TOC -- -- -- -- -- ### */

.tocHeadline {
	padding: 9px;
}

.dividers .tocHeadline {
	border: 0;
	border-bottom-width: 1px;
	border-style: solid;
}

.tocMenu {
	text-align: left;
	padding: 10px;
}

.tocMenu * {
	padding: 0;
	margin: 0;
}

.tocMenu ol {
	margin-left: 20px;
}

.tocMenu li {
	padding: 3px 0;
}

.tocBack {
	float: left;
}

.tocForward {
	float: right;
}