*					{ margin: 0; padding: 0; }
body				{ font-size: 8pt; color: #393939; font-family: Verdana, Arial, Helvetica, sans-serif; }
h1					{ font-size: 1.5em; color: #1E1E1C; margin-bottom: .8em; font-weight: normal; clear: left; }
h2					{ font-size: 1.3em; color: #479DD3; margin: 1.1em 0 0.67em -0.3em; padding-left: 0.3em; border-bottom: 1px solid #D0D0CB; font-weight: normal; clear: left; }
h3, h4, h5			{ font-size: 1.1em; color: #3988B9; margin-bottom: .67em; padding-left: 3px; padding-top: 10px; font-weight: bold; clear: left; }
p					{ margin: 1em 0; padding-left: 3px; line-height: 1.5em; }
fieldset			{ padding: 0.35em 0.625em 0.75em; display: block; }
hr					{ margin: .5em 0; padding: 0; height: 1px; border-style: none; border-top: 1px solid #C1C1C2; clear: both; }
input				{ padding: 0.2em; font-size: 1em; }
textarea			{ font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
strong				{ color: #4E4E4A; }
table				{ border-collapse: collapse; }
td					{ border: 1px solid gray; padding: 2px; }
thead, th			{ font-weight: bold; color: #4E4E4A; }
ul, ol				{ padding-left: 2.5em; margin: 10px 0; }
ul ul, ol ul,
ol ol, ul ol		{ padding-left: 2.2em; }
ul, ol ul			{ list-style-type: disc; }
li					{ line-height: 1.5em; margin-bottom: 3px; margin-left: 0; }
dl                  { margin: .5em 0; }
dt, dd              { line-height: 1.4em; }
dd                  { margin-left: 20px; }
img, .image			{ margin: 4px; border: none; }
img.inline			{ margin: 0; }

a:link				{ color: #4C85A0; font-weight: inherit; text-decoration: none; }
a:visited			{ color: #4C85A0; font-weight: inherit; text-decoration: none; }
a:hover				{ color: #4B7088; font-weight: inherit; text-decoration: underline; }
a:active			{ color: #4B7088; font-weight: inherit; text-decoration: underline; }
/* to get links to show up bold when wrapped in a <strong> element */
a:link strong,
strong a:link		{ color: #4C85A0; font-weight: bold; text-decoration: none; }
a:visited strong,
strong a:visited	{ color: #4C85A0; font-weight: bold; text-decoration: none; }
a:hover strong,
strong a:hover		{ color: #4B7088; font-weight: bold; text-decoration: underline; }
a:active strong,
strong a:active		{ color: #4B7088; font-weight: bold; text-decoration: underline; }

/* headings with anchors should not show underlined when you hover over them */
h1 a:hover, h2 a:hover,
h3 a:hover, h4 a:hover			{ text-decoration: none; color: #479DD3; }


/* misc styles */
.error { color: red; }
.new { padding-left: .3em; font-weight: normal; font-size: .9em; color: #EA8502; }
.bold { font-weight: bold; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.hidden { display: none; }


/* help file content styles */
table#container { width: 100%; min-height: 400px; max-width: 1010px; }
table#container > tbody > tr > td { border: none; }
table#container > tbody > tr > td#navbar { width: 20%; border-right: 1px solid gray; }
table#container > tbody > tr > td#content { vertical-align: top; }
table#container table td p { margin: 5px 0; }
table#container td#footer { padding: 0; }
div.content, div.footer { min-width: 450px; margin: 0; padding: 5px; }
div.footer { border-top: 1px solid gray; text-align: center; line-height: 1.4em; padding: 2px 0 3px 0; }
div.footer span { margin: 0 10px; }


/* common to both toc and content */
li, dt { background-repeat: no-repeat; }

li.cat, li.file, li.video, dt.cat, dt.file { padding-left: 16px; list-style-type: none; }
li.cat { background-image: url(/images/toc/folder-closed.png); background-position: 0 1px; }
li.cat.selected, li.cat.expanded, dt.cat { background-image: url(/images/toc/folder-opened.png); }
li.file, dt.file { background-image: url(/images/toc/page_help.gif); }
li.video { background-image: url(/images/toc/video.png); padding-left: 17px; }


/* toc styles */
td#navbar { vertical-align: top; border: 1px solid gray; padding: 0px; }
td#navbar div#toc { padding: 4px 8px; }
td#navbar div#toc iframe { width: 240px; height: 100%; border-style: none; }
td#navbar ul { list-style: none; margin: 0; padding: 0; }
td#navbar li { margin-bottom: 0px; }
td#navbar li.selected > div > span, td#navbar li.selected > span { background-color: #EBEBEB; }
td#navbar li span { color: #4C85A0; cursor: pointer; text-decoration: none; }
td#navbar li span:hover { text-decoration: underline; }
td#navbar #title-area { height: 82px; padding: 0px 5px 5px 5px; border-bottom: 1px solid gray; background-color: #EEE; }
td#navbar #title-area img.onlinehelp { margin: 7px 4px; }
td#navbar #helpbox { bottom: 2px; background-color: #EAEAEA; padding: 2px; border: 1px solid #DDD; clear: both; }
td#navbar #helpbox form#search { margin: 0px; }
td#navbar #helpbox form#search table { margin: 0 auto; }
td#navbar #helpbox form#search table td { border: none; padding: 0 2px; }
td#navbar #helpbox form#search label { font-style: italic; font-size: 1em; }
td#navbar #helpbox form#search input { padding: 1px; }
td#navbar #helpbox form#search input#q { width: 95%; }
td#navbar .tutorials-title { margin: 0; padding: 0 2px 3px 0; color: #42677E; font-size: 1.1em; font-weight: bold; }

div.traceback {  }
div.traceback .bcrumb {  }
div.traceback .bcrumb a {  }
div.traceback .sep { padding: 0 4px; }


div.related { float: right; min-width: 150px; background-color: white; padding: 3px 3px 5px 5px; margin-bottom: 1px; }
fieldset.related legend { font-size: 1.1em; font-weight: bold; }
fieldset.related ul { margin: 2px 13px 2px 0; padding-left: 0; list-style-type: disc; }
fieldset.related ul li.cat > div > span, fieldset.related ul li.cat > span { cursor: pointer; font-weight: bold; text-decoration: none; }
fieldset.related ul li.cat > div > span:hover, fieldset.related ul li.cat > span:hover { text-decoration: underline; }

fieldset.seealso { float: left; margin: 10px 0; min-width: 120px; }
fieldset.seealso legend { font-size: 1.1em; font-weight: bold; }
fieldset.seealso ul { margin: 2px 13px 2px 0; padding-left: 3px; list-style-type: none; }
fieldset.seealso li { padding-left: 16px; margin-bottom: 2px; list-style-type: none; background-image: url(/images/toc/page_help.gif);  }


/* tooltip styles */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	max-width: 300px;
}
#tooltip h3 { margin: 0; padding: 0 0 3px 0; }
#tooltip p { margin: 0; }


/* special purpose styles for certain pages */
table#video-tutorials-container { width: 100%; height: 100%; min-height: 100%; }
table#video-tutorials-container td { width: 50%; height: 100%; vertical-align: top; border: none; padding: 7px; }
table#video-tutorials-container h2 { margin-top: 0; }

div.content ul.tutorials { padding-left: 0; margin: 0; }
div.content li.cat > div > span, div.content li.cat > span { cursor: pointer; font-weight: bold; }
div.content li.cat > div > span:hover, div.content li.cat > span:hover { text-decoration: underline; }
div.content li.cat { list-style-type: none; background: white url(/images/toc/collapsed.gif) no-repeat scroll 1px 2px; margin-bottom: 0px; padding-left: 16px; }
div.content li.cat.expanded { background-image: url(/images/toc/expanded.gif); }

