/* New version for frameless tutorial */
/* Copyright (c) 2000-2001 SPSS Inc.  */

BODY {margin:0px;} /* makes the table border less noticable */

.imageframe 
	{position: absolute; top:22px; left:22px; z-index:2; clip:rect(   )}

/* Set the background URL's to change the background image for fullscreen topics */
/* CH removed 10-22-01 for frameless version of tutorial */
.browser
	{}

/*used in conjunction with  textframes reg and long*/
/* CH: changed relative font sizes to absolute ones to prevent incredible shrinking text in NS */	
.bodyfont
	{font-size: x-small; position: absolute; clip: rect(   ); 
 	height: auto; width: 180px; visibility:hidden; color: #333333; 
	font-family: Arial, san-serif; left: 12px; top: 12px}
	
/*used in conjunction with textframefull*/
.bodyfontwide 
	{font-size: x-small; position: absolute; clip: rect(   ); height: auto; width: 500px;
	 visibility:hidden; color: #333333; font-family: Arial, san-serif;}

/* used in textblocks; note fixed font size, which allows use of hilites */
.codeblocktextfigure {font-size:12px;margin-top:0px;}
.syntaxblocktextfigure {font-size:12px;margin-top:0px;}
.bodyfonttextfigure {font-size:12px;margin-top:0px;}
.parameter {font-style: italic}

/*Default bottom right  frame*/
/* CH: 6-28-2001 changed the style class names below to match the attributes used in the XML source */
/* CH: 9-3-2001 removed references to background images and replaced with solid background colors,
                to avoid a nasty Netscape 6 bug */
.bottomright
	{position:absolute; left:560px; top:245px; width:210px; height:222px; z-index:2; clip:rect(   ); 
	overflow:auto; background-color:E7E3E7; border-style:outset; border-width:3;}


.topleft
	{position:absolute; left:20px; top:30px; width:210px; height:222px; z-index:2; clip:rect(   ); 
	overflow:auto; background-color:E7E3E7; border-style:outset; border-width:3; }

.bottomleft {  position: absolute; z-index: 2; height: 222px; width: 210px; left: 27px; top: 250px;
	       clip:     rect(   ); background-color:E7E3E7; border-style:outset; border-width:3; overflow:auto;}
		   
.topright {  height: 222px; width: 210px; position: absolute; z-index: 2; left: 565px; top: 30px;
	     clip:   rect(   ); background-color:E7E3E7; border-style:outset; border-width:3; overflow:auto;}
		 	 
.rightlong
	{position:absolute; left:560px; top:30px; width:210px; height:438px; 
	z-index:2; overflow:auto;background-color:E7E3E7; border-style:outset; border-width:3; clip:       rect(   );
	overflow:auto;}

.textfigure
	{ position:absolute; left:25px; top:25px; width:530px; height:425px; z-index:1; clip:rect(   ); 
	  overflow:auto; background-image: url(../images/clear3.gif);
	  layer-background-image: url(../images/clear3.gif);
	  background-attachment: fixed;}

/*frame for all-text page
   To replace background image with a solid color, remove the "background-image", 
   "layer-background-image", and "background-attachment" attributes, and add a
   "background-color" attribute

   NOTE: as of 9/3/01, Netscape 6 has a bug in handling fixed-attachment
   background images, so such images may not appear correctly in NS6. */

.fullscreen
	{ position:absolute; left:30px; top:30px; width:530px; height:425px; z-index:3;
	  clip:rect(   ); overflow:auto; background-image: url(../images/clear3.gif);
	  layer-background-image: url(../images/clear3.gif);
	  background-attachment: fixed;} 

/*background  image*/
.graphic
	{position:absolute; left: 515px; top: 212px; z-index:2;}

.hilitediv
	{border: thick #000084 solid; position:absolute; visibility:hidden; z-index:25;}

.ghilitediv
	{overflow: hidden; clip: rect( );
	position:absolute;visibility:hidden;z-index:25;}

.definedword
	{font-weight: bold;}
	
.selecttopic
	{ font-weight:bold; font-family: Arial, san-serif; color : #FFFF99;
	  z-index:2; left:6px; top:16px; position:relative; vertical-align:top;
	  font-size: xx-small	}

.pointer
	{position:absolute; width:47px; height:42px; z-index:6; 
 	 background-image: url(../images/pointer.gif);
	 layer-background-image: url(../images/pointer.gif); 
 	 border: 1px #E70047 none;visibility:hidden}

.title
	{ position:relative; font-size: larger; font-weight:bold;color:E7E3E7;font-style: italic;
	 font-family: Georgia, "Times New Roman", Times, serif;  left:27px; top:6px;
	 margin-right:0px; }

.navbuttons
	{ position:relative; z-index:9; padding:5px;
	  background-image: url(../images/buttonbar.gif);}

.indexbutton
	 { width:34px; height:43px; z-index:2; left: 4px; top: 6px; vertical-align:middle;
	   cursor:pointer; cursor:hand;}	

.contentsbutton
	 { width:34px; height:43px; z-index:2; left: 4px; top: 6px; vertical-align:middle;
	   cursor:pointer; cursor:hand;}
 
.backbutton
 	{ width:34px; height:43px; z-index:2; left: 4px; top: 6px; vertical-align:middle;
	  cursor:pointer; cursor:hand;}
 
.nextbutton
 	{ width:34px; height:43px; z-index:2; left: 4px; top: 6px; vertical-align:middle;
	  cursor:pointer; cursor:hand;}


.step {text-indent:-9px;  margin-left:10px; margin-top: 2px; clip: rect(   )}

.scrolldiv {position:relative; clip:rect();overflow:auto;}

/* character styles copied from help.css */

.tocindex { position:absolute; top:22px; left:22px; clip:rect(); }

.link {display:block; margin-top:4px; font-size:x-small}

.bullet {list-style-type: disc; margin-top:3px; margin-left:8px}

.menuselection {margin-left:14px}

.codeblockbackground {display:block;background-color: #ffffe6; font-size:medium; position:relative; }

.codeblock {}

.htmlblock {}

.syntaxblock {}

.syntaxcompactblock {font-size:x-small}

.imageblock {display:block; margin-left:5px; margin-top:10px;}

.tagblock{margin-left:15px;font-weight:bold}

.mlcomment{margin-left:15px; color:#900666;font-weight:normal}

.slash{font-weight:normal}

.code {font-family: Courier, fixed pitch}

.html {font-family: Courier, fixed pitch}

.input {font-weight: bold}

.italic {font-style: italic}

.label {font-style: italic}

.name {font-style: italic}

.runinhead {font-weight: bold}

.screen {font-family: Arial, Helvetica, sans-serif; font-weight:bold; color:#357474}

.superscript {vertical-align:super; font-size:xx-small}

.subscript {vertical-align:sub; font-size:xx-small}

.symbol {font-family: Symbol}

.syntax {font-family: Courier, fixed pitch}

.tag {color:#0000cc;font-weight:normal}

.linkref {color:#900666;font-weight:bold}

.glossary-ref {color:#900666;font-weight:bold}

.glossary {margin-top:10px;}

.glossary-term {font-weight: bold}

.glossary-definition {}

.spss-citation {margin-left:30px; text-indent:-20px}






