/* Improved CSS for all help Documents  */
#toc ul {list-style:none;}
#toc ul ol {
	list-style:upper-alpha;
	font-weight:bold;
}
#toc ul ol a {
	font-weight:bold;
}
#toc ul ol ol a {
	font-weight:normal;
}
#toc ul ol ol {
	list-style:upper-roman;
}
.pdf {float:right;}
a.top {
display:block;
height:30px;
}
.figure {text-align:center; padding:.5em 0;}
.figure p {font-weight:bold;}
.required {color:#F30;}
/* OLD CSS for all help Documents  */
#figure{
text-align:center
}

#section_spacer {
display:block;
height:30px;
}
.toc_caption{
font-weight:bold;
}

#help_container {
padding:1.0em;
background-color:#FFFFFF;
}

#help_container h1 {
font-size:1.5em;
	margin-top:11px;
	margin-bottom:3px;
	color: #006699;
}
#help_container h2 {
	font-size:1.2em;
	color:#000;
	margin-top:0px;
	margin-bottom: 10px;
}
#help_container h3 {
	font-size: 1.1em;
	color:#000;
}
#help_container h4 {
	font-size: 1.0em;
	color:#000;
}
#help_container li{
padding-bottom:0.5em;
}
#help_container ul.support_docs {
margin:0;
padding:0;
list-style:none;
}
.figure{
text-align:center
}
#toc ol.roman {
list-style-type:upper-roman;
font-weight:normal;
}
#toc ol.alpha{
list-style-type:upper-alpha;
font-weight:bold;
}
#toc .strong{
font-weight:bold;
}

#help_container #toc a:link, #help_container #toc a:active {
color:#000;
text-decoration: none;
font-weight:normal;
}
#help_container #toc a:visited {
color: #666;
text-decoration: underline;
}
#help_container #toc a:hover {
color:#000;
text-decoration: underline;
}

#help_container #toc a.strong:link, #help_container #toc a.strong:active {
color:#000;
text-decoration: none;
font-weight:bold;
}
#help_container #toc a.strong:visited {
color: #666;
text-decoration: underline;
}
#help_container #toc a.strong:hover {
color:#000;
text-decoration: underline;
}

#help_container #help_questions ul {
padding:0;
margin:0;
list-style:none;
}
#help_container #help_questions ul li {
padding-bottom:0.5em;
}

#help_container a:link, #help_container a:active {
color:#7123BA;
text-decoration: none;
font-weight:normal;
}
#help_container a:visited {
color: #993300;
text-decoration: underline;
}
#help_container a:hover {
color:#7123BA;
text-decoration: underline;
}


