div#helpcontainer
{
	margin: 0 0 -10px 0;
}

div#helpcontainer2
{
}

div#helpleft
{
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
	color: #555;
	background: white;
	padding: 5px 5px 5px 5px;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset -1px -1px 3px #999;
}

div#helpleft h2
{
	margin: 0;
	color: #555;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#helpleft ul
{
	margin-left: 10px;
	padding: 0;
}

#helpleft li
{
	list-style: none;
	font-size: 10px;
	margin: 0 0 3px 0;
	border: 1px solid transparent;
	width: 155px;
	font-size: 11px;
	border-radius: 3px;
}

#helpleft a
{
	display: block;
	width: 130px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	color: #777;
	font-size: 11px;
}

#helpleft a:hover, #helpleft a:active
{
	color: #fff;
	background-color: #555;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.5), inset -2px -2px 3px #000;
}

#helpleft li.mselected
{
	width: 130px;
	font-size: 10px;
	padding: 3px 5px 3px 5px;
	color: #222;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #555;
	border-radius: 3px;
}

div#helpright
{
	float: right;
	width: 140px;
	margin: 2px 0 0 0;
	padding: 2em 20px 0 0;
	color: #555;
	background: white;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: inset -1px -1px 3px #999;
}

div#helpright h3
{
	margin-top: 0;
	color: #fff;
	padding: .2em;
}

div#helpcontent, div#helpcontent2
{
	margin-left: 190px;
	color: #555;
	line-height: 150%;
}

div#helpcontent
{
	margin-right: 200px;
}

div#helpcontent h1.pctitle, div#helpcontent2 h1.pctitle
{
	font-size: 2.2em;
	color: #036;
	margin: 0;
	padding: 0.5em 0 0.7em 0;
	font-weight: normal;
}

div#helpcontent h2.pcsubtitle, div#helpcontent2 h2.pcsubtitle
{
	font-size: 1.4em;
	color: #036;
	margin: 0;
	padding: 2em 0 0.5em 0;
	font-weight: bold;
}

div#helpcontent a, div#helpcontent a:visited
{
	color: black;
}

div#helpcontent a:hover
{
	color: blue;
}

#helpcleardiv
{
	clear: both;
	height: 1em;
}


