.HelpTasks
{
	font-size: 10pt;
	color:#2f3c59;
}

.HelpTasks h2
{
	font-size:20px;
	color: #252d46;
}

.HelpTasks ul
{
	margin-left:10px;
	padding-left:0px;
}

.HelpTasks li 
{
	background: url("../../images/bullet.gif") no-repeat 0 8px;
	padding: 0px 0px 5px 15px;
	list-style: none;
	text-indent:0px;
	margin-bottom:5px;
}

.HelpTasks li li
{
	line-height:1.4em; 
	margin-bottom:0px; 
	padding-bottom:0px;
}

.HelpNumericList li
{
	list-style: decimal;
	background-image:none;
}

.HelpNumericList li ul li
{
	list-style: none;
}

.HelpNumericList li li
{
	list-style: lower-alpha;
	background-image:none;
}

.HelpTasks a:link, 
.HelpTasks a:visited,
.HelpTasks a:active
{
	color:#68789a;
	text-decoration:none;
	font-size:10pt;
	outline-style:none;
}

.HelpTasks a:hover
{
	color:#e2a953;
	text-decoration:none;
	font-size:10pt;
	outline-style:none;
}

.HelpSubTaskHead
{
	font-size:120%;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:0;
	color: #252d46;
}

.HelpSubTask
{
	margin-left: 40px;
}

.HelpPanel
{
	overflow:visible;
	padding:0px 20px 20px 20px;
}

.HelpCite
{
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0;
	font-style:italic;
	line-height: 1.4em;
}

.HelpRef
{
	text-align:right;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 1.4em;
}


/* Positive Press Help stylings */
.PPHelpTasks
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #444;
	line-height: 1.5em;
	font-size: 12px;
}

.PPHelpTasks h1,
.PPHelpTasks h2,
.PPHelpTasks h3,
.PPHelpTasks h4,
.PPHelpTasks h5,
.PPHelpTasks h6 
{
	color: #444;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0 0 20px 0;
}

.PPHelpTasks h1 { font-size: 24px; }
.PPHelpTasks h2 { font-size: 20px; }
.PPHelpTasks h3 { font-size: 16px; }
.PPHelpTasks h4 { font-size: 14px; }
.PPHelpTasks h5 { font-size: 12px; }
.PPHelpTasks h6 { font-size: 12px; font-style: italic;}

.PPHelpTasks p
{
	line-height: 1.5em;
	font-size: 12px;
}

.PPHelpTasks .imageleft 
{
	float: left;
	margin-right: 15px;
}

.PPHelpTasks .imageright 
{
	float: right;
	margin-left: 15px;
}

.PPHelpTasks li 
{
	line-height: 1.5em;
	font-size: 12px;
}

.PPHelpTasks ul li 
{
	padding-bottom: 0;
}