﻿/*<meta />*/

body {
	font-size: 10pt; /*11px*/
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
	padding: 10px;	
}

p,li,td,th
{
	margin: 1em 0pt 0pt 0pt;
}
tr
{
	
}
td,th
{
	border: 1px solid #444444;
}
th
{
	font-weight: bold;
	text-decoration: underline;
}
table
{
	table-layout: automatic;
    border: 1px solid #444444;
	border-collapse: collapse;
    border-spacing: 0;
	width: auto;
	margin: 1em 0;
}
table.invisible
{
	border: 0px;
}
table.invisible td
{
	vertical-align:top;
}

blockquote p {
	margin: 0.25em 0;
}

b {
	color: #444444;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #444444;
}
h1,h2 {
	background-color: #BBDDFF;
	border-bottom: 1px solid #444444;
	margin-top: -8px;
	padding-top: 8px;
	margin-right: -10px;
	padding-right: 10px;
	margin-bottom: 8px;
	padding-bottom: 0px;
	margin-left: -10px;
	padding-left: 10px;
}
h1 {
	font-size: 218%; /*24px*/
	/*border: thin solid #444444;
	background-color: #EEEEEE;*/
}
h2 {
	font-size: 164%; /*18px*/
	/*border: thin solid #444444;
	background-color: #EEEEEE;*/
}
h3 {
	font-size: 145%; /*16px*/
	border-bottom: 1px solid #444444;
	margin-top: 2em;
}
h4 {
	font-size: 118%; /*13px*/
	text-decoration: underline;
}
h5 {
	font-size: 109%; /*12px*/
}
h6 {
	font-size: 100%; /*11px*/
}

/* div.SeeAlso is used for div'ing the "See Also..." quick links found at the bottom of some pages. */
div.SeeAlso {
	margin: 2em;
	padding: 1em;
	color: #444444;
	border-top: 1px dotted #444444;
	border-left: 1px dotted #444444;
	background-color: #EEEEFF;
}
/*
div.SeeAlso:before {
	content:"See Also..."
}
*/
div.SeeAlso p {
	margin:0;
}

span.Info {
	font-weight: bold;
	color: #444444;
}

/* div.CommandLine is used for div'ing command line examples, text files, etc... */
div.CommandLine, div.CommandLineSmall {
	border: 1px solid #444444;
	font-family: monospace;
	margin: 2em;
	padding: 1em;
}
div.CommandLineSmall {
	font-size:0.8em;
	padding: 2em;
}
div.CommandLine p, div.CommandLineSmall p {
	margin:0;
}
div.CommandLine p.Info, div.CommandLineSmall p.Info{
	font-family: helvetica, arial, sans-serif;
	font-style:italic;
	color: #444444;
	margin:0;
	margin-left:5em;
}

div.CommandLine b, div.CommandLineSmall b {
	color: #AA0000;
}
div.CommandLine i, div.CommandLineSmall i {
	color: #AA0000;
}

/* p.CommandLine is included for limited use only, use div.CommandLine instead if possible */
p.CommandLine {
	font-family: monospace;
}


/* div.Info used for div'ing the main command details - menu, toolbar, alias, etc... */
div.Info {
	margin-left: 2em;
}
div.Info p {
	margin: 0.25em 0;
}
/*
div.Info b {
	color: #000080;
}
*/

div.Indent p {
	margin-left: 4em;
}

/* div.mstranslator is used for the Microsoft Translator widget used in the topic headers */
div.mstranslator {
	margin-top: -10px;
	padding-top: 10px;
	margin-right: -10px;
	padding-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-left: -10px;
	padding-left: 10px;
	background-color: #78ADD0;
	border-bottom: 1px solid #444444;
}
div.mstranslator hr {
	color: #78ADD0;
}

div.breadcrumbs {
	margin-top: -8px; /* -8  -8  -8*/
	padding-top: 1px; /*  8   4   4*/
	margin-right: -10px;
	padding-right: 10px;
	margin-bottom: 8px;  /* 8  8  8 */
	padding-bottom: 4px; /* 0  4  8 */
	margin-left: -10px;
	padding-left: 4em;
	background-color: #DDEEFF; /*#dfe8f1;*/ /*#BBDDFF;*/
	border-bottom: 1px solid #444444;
}
div.breadcrumbs p {
	font-weight: bold;
	color: #444444;
}
div.breadcrumbs a {
	font-weight: normal;
}