/* Style sheet optimized for IE6 - Last updated 2/28/03 AMS */

body   		{ color: #000000;
		background: #FFFFFF;  	
		font-size: 70%;    		
		font-family: Verdana, Arial, Sans Serif;
		margin : 0;
		}


		
		
		
a:link, a:visited 	{ color: #0000FF; 
					  text-decoration:underline;
					}

a:active, a:hover 	{ color: #FF0000;  
					  cursor:hand; 
					  text-decoration:underline;
					}
					  
img.body		{
				margin-left : 10px;
				}					 
				
				
p.toc			{
				margin-left: 30px
				} 
					  
/* Puts a little more breathing room above related topics link. - AMS*/
a.#reltopics 		{ position:relative; top:1em; }

h1
		{ font-size: 125%; 
		margin-bottom: .5em; 
		clear:both; 
		width: 85%; 
		margin-left : 10px;
		}

h2
		{ font-size: 115%;  
		margin-top: 1.5em;
		margin-bottom: .5em; 
		clear:both; 
		margin-left : 10px;
		}

h3
		{ font-size: 105%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; 
		clear:both; 
		margin-left : 10px;
		}

h4
		{ font-size: 100%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; 
		clear:both; 
		margin-left : 10px;
		}

h5
		{ font-size: 105%; 
		margin-top: 1.2em;  
		margin-bottom: .5em; clear:both; }

p
		{ margin-top: .6em; 
		margin-bottom: .6em; 
		margin-left : 10px;
		margin-right : 10px;
		}
			
ol
		{ margin-top: .5em; 
		margin-bottom: 0em; 
		margin-left: 2.1em; 
		padding-left: 0em;
		margin-right:2.1em; }
	
ul
		{ margin-top: .6em; 	
		margin-bottom: 0em;
		list-style-type: disc;
		margin-left: 1.5em;
		padding-left: 0em;
		margin-right: 1.5em; }
		
li
		{ margin-bottom: .7em; 
		  clear:both; 
		  margin-left : 15px;  
		}

dd
		{ margin-bottom: 0em; 
		margin-left: 1.5em; } 

/* for defined terms, follow the Document Conventions listing in the Microsoft Manual of Style: */
/* Keywords, functions, and anything else the user must enter exactly as shown are bold--add font-weight: bold; to the dt tag */
/* Variables, book titles, and placeholders the user must provide are italic--add font-style: italic; to the dt tag */
/* pre-defined arguments are bold and italic--add font-weight: bold; and font-style: italic; to the dt tag */

dt
		{ 
		  margin-top: 1em; 
		}

dl.indent	{
		  margin-left: 2.0em;
		}

pre
		{ margin-top: .5em;
		margin-bottom: .5em;
		background-color: #EEEEEE;
		padding: .45em; 
		margin-left : 10px;}
		
/* Added the following 12/19/02 to set off code blocks when shown inside a conceptual table. - AMS*/

td pre	{background-color: #E3E3E3;}

/* Added the following 3 modifiers 10/14/02 to style codeblocks with line numbers. Note that these are hosted inside tables for formatting and class names are required on some elements. - AMS*/

table.codetable pre {background-color: #EEEEEE;}
table.codetable td 	{background-color: #FFFFFF; }
td.codenumbers pre	{background: #FFFFFF;
					padding-left: 0em;
					padding-right: 0em;
					direction: rtl;}

code
		{ font-family: Courier New; 
		font-size: 1.1em; }

table.coua
		{ font-size: 100%;
		margin-top: 1em; 
		margin-bottom: 1em; 
		margin-left : 10px;
		margin-right : 10px;
		}
		
th.coua
		{ text-align: left;
		background: #DDDDDD;
		vertical-align: bottom;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;}
		
td.coua
		{ background: #EEEEEE;
		vertical-align: top;
		padding: .2em;
		padding-left: .45em;
		padding-right: .5em;}

td.vcenter	{ vertical-align: middle; }

table.title { 
		margin-top: 1em; 
		margin-bottom: 1em; 
		margin-left : 10px;
		margin-right : 10px;
		}

td.mainTitle {
		vertical-align : middle;
		text-align : left; 
		font-size : 115%;
		font-family : Verdana;
		font-weight : bold;
		color : #FFFFFF;
		text-decoration : none;
		}

/****      extended class styles ************************/
/*                       					*/
/* add comment tags to disable the style 		*/

p.indent	{ margin-left: 1.3em; }       /* used to indent text for notes and warnings; use this instead of the blockquote tag */

p.indent2	{ margin-left: 3.5em; }   /* used to indent text a second level under the first  indent */

P.indentGray	{ color: #666666; } /*  used in quad-method procedures     */
		
p.procLabel	{ font-size: 105%; 	
		font-weight: bold; clear: both; width: 85%; margin-top: 2em; }
		
p.uatshoot	{ font-weight: bold; margin-bottom: -.5em; margin-top: 1em; }


/***********************************************/
/* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */

#expand 	{margin-bottom: 0.6em; margin-left: 0em; margin-right: 0em;}

a:link.expandToggle, a:visited.expandToggle 	{color:#000000; font-weight: bold; text-decoration:none;}

a:hover.expandToggle, a:active.expandToggle 	{color:#0000FF;}
 
img.expand 	{ border: none; margin-right: 0.5em; width:.8em;}
		
div.expand	{ margin-left: 1.5em; margin-right: 1.5em;margin-bottom: 1em; display:none;}



/***********************************************/
/* this class for expand collapse appearing in a table  */

table.uatshoot		{background-color: #FFFFFF; width: 90%; }

table.uatshoot td	{ padding: 0px 0px 0px 5px; }

a:link.uatshoot, a:visited.uatshoot 	{color:#000000; font-weight: normal;  text-decoration:none;}

a:hover.uatshoot, a:active.uatshoot 	{color:#0000FF; text-decoration: none; }


/*******************************************/
/*  these classes are for thumbnail art      */

a:link img.thumbnail	{border-color: #0000FF;}

a:active img.thumbnail	{ border-color: #FF0000;}

a:hover img.thumbnail	{border-color: #FF0000;}

img.thumbnail		{vertical-align: top; margin-left: 0;
			 width:90; border-width:1;}
		 
div.thumbnail		{float:left; width: 105; margin-top: 1em; margin-bottom: -0.3em; 
			 clear: both;  }
			 
.thumbnailnowrap { width: 120px; }

/*********************************************/				
/* this class style is used for the navigation tree in MMC */
		
p.navTree	{ margin-top: .2em; }

ul.navTree 	{  list-style-type: none; }

li.branch	{ margin-top: -.5em; margin-bottom: .6em;}

a.where		{}	/* use for the expand <A> tag */

/***************************************************************/
/* these class styles are used for <SPAN> tags  simulating buttons & their div */

#buttonMenu	{ padding:  0.5em 0.3em 0.1em 0.3em;
			  padding-left:6px;
			  border-bottom: thin solid #999999;
			  background: #BBBBBB;
			  vertical-align:top;
			  z-index:2;
			  visibility:visible;
			  left:0; top:0; 
			  text-align:left;
			  margin:0 1em 0 0; 
			  position:absolute;
			  width: 100%;
			  }
						  
a:link.button, a:visited.button, span.button {
			  border-top-color: #EEEEEE ;
			  border-left-color: #EEEEEE ;
			  border-bottom-color: #666666 ;
			  border-right-color: #666666 ;
			  background-color: #DDDDDD ;
			  color:#0000FF;
			  text-decoration: none;
			  text-align: center;
			  font-weight: bold ;
			  height:1.5em; width:17px; cursor:hand;
			  border-style: solid; border-width: 1;
			}
			
a:active.button, a:hover.button	{
			  border-top-color: #666666 ;
			  border-left-color: #666666 ;
			  border-bottom-color: #EEEEEE ;
			  border-right-color: #EEEEEE;
			  background-color: #FFFFFF;
			  text-decoration: none;
			  text-align: center;
			  font-weight: bold ;
			  height:1.5em; width:17px; cursor:hand;
			  border-style: solid; border-width: 1;
			  }

/* The following span is used to display
items that have no entries  - AMS */
			  
span.buttoninactive {background: #C0C0C0;
					border: 1 solid #eeeeee;
					height: 1.4em;
					width: 1.4em;
					text-align: center;
					font-weight: bold;
					color: #808080;
					vertical-align:top;
					cursor: default;
					}

#list		{ padding:.4em 0.3em 100% 0.3em;
			  overflow:auto;
			  line-height:0.4em;
			  height:100%; width: 100%;
			  z-index:1;
			  left:0; top:0; 
			  text-align:left;
			  margin:0; 
			  position:absolute;
			  margin-left:1em; line-height:100%;
			  }
			  
p.marker	{ font-weight:bold;
				margin-top: 2em;
				color:#000000;
				font-size:110%;
				}			  
/************************************************/
/* class styles reserved for mouseover/mouseout DHTML   */

.cold		{}
.hot		{}
	  