/* 
Designed for IE5.x. Optimal in IE 6.x
CSS for use with Developer Tools User Education Docs 

Localizable definitions:
font families
font sizes
*/


/* --------------------------------------------------
                  MAIN TOPIC STYLES
-------------------------------------------------- */

body
	{
	margin: 0px;
	padding: 0px;
	background: #ffffff; 
	color: #303030;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	width: 100%
	}
div#scrollyes
	{     /* Must immediately follow <body>. */
	padding: 2px 15px 2px 22px;
	width: 100%;
	}
div#nsbanner
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #BBBBBB;
	}
div#nstext
	{
	padding: 5px 10px 0px 22px; 
	}
div#scrbanner
	{     /* Allows topic to scroll. */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #BBBBBB;
	}
div#scrtext
	{   /* Allows topic to scroll. */
/*	width: 100%; /* Forces tables to have correct right margin */*/
	padding: 0px 10px 0px 22px; 
	}
div#bannerrow1
	{
	background-color: #BAD0FC;
	}
div#titlerow
	{
	width: 100%; /* Forces tables to have correct right margin */
	padding: 0px 10px 0px 22px; 
	background-color: #BAD0FC;       
	}

/* --------------------------------------------------
                    HEADING STYLES
-------------------------------------------------- */

h1, h2, h3, h4
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em; 
	margin-top: 1em;
	font-weight: bold;
	}
h1
	{
	font-size: 120%;
	margin-top: 0em;
	}
div#scrollyes h1
	{
	font-size: 150%;
	}
h2
	{
	font-size: 130%;
	}
h3
	{
	font-size: 115%;
	}
h4
	{
	font-size: 100%;
	}
.dtH1, .dtH2, .dtH3, .dtH4
	{
	margin-left: -18px
	}
div#titlerow h1
	{
	margin-bottom: .2em 
	}

/* --------------------------------------------------
                     TEXT STYLES
-------------------------------------------------- */

p
	{
	margin: .5em 0em .5em 0em;
	}
blockquote.dtBlock
	{
	margin: .5em 1.5em .5em 1.5em;
	}
div#dtHoverText
	{
	color: #000066;
	}
.normal
	{
	margin: .5em 0em .5em 0em;
	}
.fineprint
	{
	font-size: 90%; /* i.e., 90% of 70% */
	}
.indent
	{
	margin: .5em 1.5em .5em 1.5em;
	}
.topicstatus
	{
	display: block;
	color: red;
	}

/* --------------------------------------------------
                     LABEL STYLES
-------------------------------------------------- */

p.label
	{
	margin-top: 1em;
	}
p.labelproc
	{
	margin-top: 1em;
	color: #000066;
	}

/* --------------------------------------------------
                    GRAPHIC STYLES
-------------------------------------------------- */

img
	{
	border: none; 
	}

/* --------------------------------------------------
                     LIST STYLES
-------------------------------------------------- */

ol, ul
	{
	margin: .5em 0em 0em 2em; 
	}
li
	{
	margin-bottom: .5em;
	}
ul p, ol p, dl p
	{
	margin-left: 0em;
	}
ul p.label, ol p.label
	{
	margin-top: .5em;
	}

/* --------------------------------------------------
               DEFINITION LIST STYLES
-------------------------------------------------- */

dl
	{
	margin-top: 0em; 
	padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
	}
dd
	{
	margin-bottom: 0em;  
	margin-left: 1.5em; 
	}
dt
	{
	margin-top: .5em; 
	}

/* --------------------------------------------------
           CODE, SYNTAX, and REFTIP STYLES
-------------------------------------------------- */

pre
	{
	margin-top: .5em;
	margin-bottom: .5em; 
	}
pre, code, .code
	{
	font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
	color: #000066;
	}
pre b, code b
	{
	letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
	}
pre.syntax
	{
	background: #F1F2EE;
	padding: 4px 8px;
	cursor: text;
	margin-top: 1em;
	margin-bottom: 1em; 
	color: #303030;
	border-width: 1px;
	border-style: solid;
	border-color: #BBBBBB;
	}

/* --------------------------------------------------
                      LINK STYLES
-------------------------------------------------- */

a:link
	{
	color: #003399;
	}
a:visited
	{
	color: #003399;
	}
a:hover
	{
	color: #3366ff;
	}

/* ---------------------------
MSHelp\:link - Help HxLinks
--------------------------- */
MSHelp\:link
	{
	text-decoration: underline; 
	color: #003399; 
	hoverColor: #3366ff;
	filterString: 
	}	
a.HxLinkTable
	{
	}
/* ---------------------------
MSHelp\:ktable - Help links
--------------------------- */
MSHelp\:ktable
	{
	disambiguator: span;
	separator: &nbsp|&#32;
	prefix: |&#32;
	postfix: &nbsp;
	filterString: 
	}
div.HxLinkTable
	{
	width: auto; /* Works around IE5.x bug: Forces tables to have correct right margins and top spacing */
	margin-top: -.4em;
	visibility: visible;
	}
ol div.HxLinkTable, ul div.HxLinkTable
	{
	margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
	}
table.HxLinkTable
	{
	width: auto;
	margin-top: 1.5em;
	margin-bottom: .3em;
	margin-left: -1em;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #BBBBBB;
	background-color: #BBBBBB; 
	font-size: 100%; /* Text in Table is same size as text outside table */
	behavior:url(hxlinktable.htc); /* Attach the behavior to link elements. */
	}
table.HxLinkTable th, table.HxLinkTable td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #BBBBBB;
	padding: 4px 6px;
	text-align: left;
	}
table.HxLinkTable th
	{ 
	background: #F1F2EE; /* Creates the shaded table header row */
	vertical-align: bottom;
	}
table.HxLinkTable td
	{
	background: #ffffff;
	vertical-align: top;
	}

/* --------------------------------------------------
              EXPAND-COLLAPSE STYLES
-------------------------------------------------- */

.Item  {
	COLOR : #003399;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 11px;
	FONT-WEIGHT : normal;
	MARGIN-LEFT : 2px;
	MARGIN-TOP : 0px;
	MARGIN-BOTTOM : 0px;
}

.Folder  {
	COLOR : #003399;
	FONT-FAMILY : Verdana, sans-serif;
	FONT-SIZE : 11px;
	MARGIN-LEFT : 2px;
	MARGIN-TOP : 0px;
	MARGIN-BOTTOM : 0px;
	FONT-WEIGHT : normal;
}

/* --------------------------------------------------
                    TABLE STYLES
-------------------------------------------------- */

div.tablediv
	{
	width: 100%; /* Works around IE5.x bug: Forces tables to have correct right margins and top spacing */
	margin-top: -.4em;
	}
ol div.tablediv, ul div.tablediv, ol div.HxLinkTable, ul div.HxLinkTable
	{
	margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
	}
table.dtTABLE
	{
	width: 100%; /* Forces tables to have correct right margin */
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 1px 1px 0px 0px;
	border-style: solid;
	border-color: #BBBBBB;
	background-color: #BBBBBB; 
	font-size: 100%; /* Text in Table is same size as text outside table */
	}
table.dtTABLE th, table.dtTABLE td
	{ 
	border-style: solid; /* Creates the cell border and color */
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #BBBBBB;
	padding: 4px 6px;
	text-align: left;
	}
table.dtTABLE th	
	{ 
	background: #F1F2EE; /* Creates the shaded table header row */
	vertical-align: bottom;
	}
table.dtTABLE td	
	{
	background: #ffffff;
	vertical-align: top;
	}
table.SampMgr
	{
	margin: 0px 0px 0px -22px;
	}
table.SampMgr td
	{
	padding-left: 22px;
	}

/* --------------------------------------------------
ISSUE REPORTING AND MISC LINKS TOPIC FOOTER
-------------------------------------------------- */

div.footer
	{
	font-style: italic;
	}
div.footer hr
	{
	color: #BBBBBB;
	height: 1px;
	}

/* --------------------------------------------------
             STYLES FOR RUNNING HEADS
-------------------------------------------------- */

table.bannerparthead, table.bannertitle
	{
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 21px; 
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	background-color: #BAD0FC; 
	font-size: 100%;
	}
table.bannerparthead td
	{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	vertical-align: middle;
	/*border-width: 0px 0px 1px 0px; */
	border-width: 0px
	border-style: solid;
	border-color: #BBBBBB;
	background: transparent; 
	font-style: italic;
	font-weight: normal;
	}
table.bannerparthead td.product
	{                       /* Allows for a second text block in the running head */
	text-align: right;
	padding: 2px 5px 0px 5px;
	}
table.bannertitle td
	{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	vertical-align: middle;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #BBBBBB;
	background: transparent;
	font-weight: bold;
	}
td.button1
	{
	width: 14px;
	cursor: hand;
	}


/* =================================================
            STYLES REQUIRED BY THE SCRIPT */

/* --------------------------------------------------
RUNNING HEAD BAR POPUP STYLES: See Also, Requirements, MultiLang Filtering
-------------------------------------------------- */

div.sapop, div.langMenu
	{
	position: absolute;
	left: 0px;
	z-index: 1;
	width: 50%;
	padding: 0px 8px 5px 26px;
	visibility: hidden;
	border: 1px solid #BBBBBB; /* Same as all other border colors */
	background: #ffffcc;
	}
div.langMenu
	{
	padding: 10px 10px 10px 10px;
	}
div.langMenu ul
	{
	list-style-type: none;
	padding-left: 5px;
	margin-left: 0px;
	}
.lang, .ilang
	{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
	}
h1 .lang, h1 .ilang 
	{
	font-size: 65%;
	}
div.filtered
	{
	margin-top: .6em;
	margin-bottom: .6em;
	margin-left: -7px;
	padding: 0px 0px 0px 6px;
	border-left: 1px solid #BBBBBB;
	background: #ffffff;
	}
div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
	{
	margin-left: -22px;
	}
div.filtered span.lang
	{
	position: relative;
	left: 0px;
	}

/* --------------------------------------------------
              PARAMETER POPUP STYLES
-------------------------------------------------- */

div.reftip
	{
	position: absolute;
	z-index: 1;
	visibility: hidden;
	border: 1px solid #BBBBBB;
	background: #ffffcc;
/*	padding: 0px 0px 0px 0px; */	
	}
div.reftip dl
	{
	margin: 3px 8px 8px 8px;
	}
a.synParam
	{
	color: #003399; /* Must match the a:link style color */
	text-decoration: underline;
	}
a:visited.synParam
	{
	color: #003399; /* Must match the a:link style color */
	text-decoration: underline;
	}
a:hover.synParam
	{
	color: #3366ff; /* Must match the a:hover style color */
	text-decoration: underline;
	font-style: italic;
	}

/* --------------------------------------------------
              EXPAND-COLLAPSE STYLES
-------------------------------------------------- */

div.expandBody1, div.expandBody2, div.expandBody3, div.expandBody4, div.expandBody5, div.expandBody6
	{
	margin: .5em 0em 0em 1.4em;
	display:none;
	}
a.expandLink1
	{
	font-size: 115%; 
	}
a#ExPand
	{
	color: #3366ff; 
	font-weight: bold; 
	text-decoration: none; 
	}
a#ExPandAll
	{
	color: #3366ff; 
	font-weight: bold; 
	text-decoration: none; 
	}


/* --------------------------------------------------
              GLOSSARY POPUP STYLES 
          Not used by Visual Studio .NET 
-------------------------------------------------- */

/* COMMENT OUT GLOSSARY SECTION
/*div#popUpWindow
	{ Controlled by the script in the variable L_PopUpBoxStyle_Style
	}*/
a:link.glosslink
	{
	color: #303030;
	}
a:visited.glosslink
	{
	color: #303030; 
	}
a:hover.glosslink
	{
	color: #303030;
	font-style: italic;
	}
div#popUpWindow h5
	{
	margin: 5px 5px 5px 5px;
	color: #303030;
	}
div#popUpWindow p
	{
	margin: 5px 5px 5px 5px;
	color: #303030;
	}
p.GLOSSARY_TEXT
	{
	}
div#popUpWindow a
	{
	}

*//* END COMMENT OUT OF GLOSSARY SECTION */

/* END STYLES REQUIRED BY THE SCRIPT 
================================================== */