/* SB - Style Sheet for Knowledgebase and Newsletter */
/* changes from 3-5: unindented first line for sample and codesample paragraphs */
/* changes from Patti on 4-2: colors, H1-2 fonts, leading, link colors */
/* changes on 4-4: to accommodate screen resolution issues and enlarge 75% fonts */
/* JLF - changes on 11-13-02: added to all web pages */

BODY {
  background-color: #FFFFFF; 
/*  border: none;*/  
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  color: #000000; 
}

/* Corresponding to BODY PARAGRAPH TAGS in SWP/SW/SNB */
P {
  font-family:  Arial, sans-serif;
  font-size: 100%;
  text-indent: 18pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 8pt;
  line-height: 140%;
}

/* Added June 10, 2004.  */
.SmallCaps {
	font-variant: small-caps;
}

.distributor {
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  font-size: 100%;
  text-indent: 0pt;
  margin-left: 0pt;
  margin-top: 15pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  line-height: 117%;
  font-weight: bold;
  color: #003366;
}

.inlinemath A {
  color: #003366 
}

P.gentext {
/* Use for most knowledgebase text */
  font-size: 90%;
  text-indent: 0pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 8pt;
  line-height: 140% 
}
P.genpara {
/* Use for indented paragraphs or examples */
  font-size: 90%; 
  text-indent: 18pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 8pt;
  line-height: 140% 
}

P.sample {
/* Use for displaying sample text or, if bolded, error messages */
  font-size: 90%;
  text-align: left;
  text-indent: 0pt;
  margin-left: 20pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 2pt
}
P.codesample {
/* Use for displaying segments of code */
  font-size: 90%;
  font-family: "Courier New", tt;
  text-align: left;
  text-indent: 0pt;
  margin-left: 20pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 2pt
}
.genfooter, .docnum, .version {
  font-size: 75%;
  text-indent: 0pt;
}
.tinytext {  font-family: "Franklin Gothic Book", 
			Arial, sans-serif; 
			font-size: 7pt; 
			text-decoration: none; 
			color: #000000
			}
.revision {
  font-size: 70%;
  text-indent: 0pt;
}
P.genfooter {
/* Use for footer information on knowledgebase pages  */
  margin-left: 0pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
P.revision {
/* Use for date knowledgebase article was added or revised */
  color: #A6A6A6;
  margin-left: 0pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
P.docnum {
/* Use for number of knowledgebase document */
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
P.version {
/* Use for product version to which knowledgebase article applies */
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 10pt
}

/* Corresponding to SECTION TAGS in SWP/SW/SNB */
H3, H4, H5 {
/*  font-family: "Franklin Gothic Book", Arial, sans-serif; */
  font-family: Times New Roman, serif;
  font-style: normal;
  text-indent: 0pt;
  color: #003366;
  padding-bottom: 6pt;
}
H1 {
/* Use for major section head, such as Technical Support */
  font-size: 200%;
  font-style: normal;
  font-weight: normal;
  font-family: "Times New Roman", serif;
 color: #003366; 
  text-indent: 0pt;
 margin-left: 0pt;
  margin-top: 8pt;
  margin-right: 0pt; 
/*margin-bottom: 2pt*/
margin-bottom: 6pt; 

}
H2 {
/* Use for title of knowledgebase article */
  font-size: 155%;
  font-style: normal;
  font-weight: normal;
  font-family: "Times New Roman", serif;
  margin-left: 0pt;
  margin-top: 8pt;
  margin-right: 0pt;
  /*margin-bottom: 2pt;*/
margin-bottom: 4pt; 
  text-indent: 0pt;
  color: #003366 

}
H3 {
/* Use for main sections within article */
  font-size: 140%;
  font-weight: normal;
  margin-left: 0pt;
  margin-top: 3pt;
  margin-right: 0pt;
  margin-bottom: 2pt
}
H4 {
/* Use for subsections within article */
  font-size: 120%;
  font-weight: bold;
  margin-left: 0pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 2pt
}
H5 {
/* Use for subsubsections within article */
  font-size: 100%;
  font-weight: bold;
  margin-left: 0pt;
  margin-top: 2pt;
  margin-right: 0pt;
  margin-bottom: 2pt
}

/* Corresponding to ITEM TAGS in SWP/SW/SNB */
/* Bulleted Lists */
UL {
list-style-image: url(images/bluebullet.gif); list-style-type: disc;
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: 90%;
  margin-left: 15pt;
  line-height: 130%
}
UL UL {
  list-style-type: disc;
  font-size: 90%;
  margin-left: 5pt
}
UL UL UL {
  list-style-type: disc
}
UL UL UL UL {
  list-style-type: disc
}
UL LI  {
/* Use for bulleted lists */
  text-align: left;
  text-indent: 0pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt;
  line-height: 130%  
}
UL LI P {
  text-indent: -0pt;
  margin-left: 0pt
}
UL OL {
  font-size: 90%;
  margin-left: 5pt
}
UL .leadin {
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  text-align: left;
  font-style: normal;
  font-weight: normal
}

 /* Numbered Lists */
 OL {
   list-style-type: decimal;
   list-style-image: none;
   margin-top: 0pt;
   margin-bottom: 2pt;
   font-size: 90%;
   margin-left: 15pt;
   line-height: 130%
 }

OL OL {
  list-style-type: lower-alpha;
  font-size: 90%; 
  margin-left: 5pt
}
OL OL OL {
  list-style-type: lower-roman
}
OL OL OL OL {
  list-style-type: upper-alpha
}
OL LI  {
/* Use for numbered lists */
  text-align: left;
  margin-top: 0pt;
  margin-left: 5pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
OL LI P {
  text-indent: -0pt;
  margin-left: 0pt
}
OL UL {
  font-size: 90%;
  margin-left: 5pt
}
OL .leadin {
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  text-align: left;
  font-style: normal;
  font-weight: normal
}

/* Corresponding to TEXT TAGS in SWP/SW/SNB */
.books, .commands, .TOLhead {
  font-family: "Franklin Gothic Book", Arial, sans-serif;
}
STRONG {
/* Bold included for general use; no special use in knowledgebase */
  font-weight: bold
}
SPAN.books {
/* Use for titles of books */
  font-style: italic}
}
SPAN.inputs {
/* Use for user input in knowledgebase instructions */
  font-family: Courier New;
  font-size: 100%;
  font-style: normal;
  font-weight: bold
}
SPAN.commands {
/* Use for names of menus, commands, dialogs */
  font-size: 100%;
  font-weight: bold
}
SPAN.tolhead {
/* Used for heads in TOL sidebar */
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  color: #003366
}
SPAN.code {
/* Used for code inside another environment, such as a list */
  font-family: "Courier New", tt;
}

/* Tags that follow should probably not appear in SWP/SW/SNB, so that creators of 
new knowledgebase items are restricted to the tags listed above */

P.tabletext, .tabletext {
/* Similar to gentext for tables */
  font-size: 90%;
  text-indent: 0pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
/* 5/28/2013 JLF - Test for better formatting of font in tables. */
/* This is needed to handle table font problem in IE5 */
/* TD {

  font-size: 90%
} 
*/
/* The following included because Ron said we should keep them around. No use specified for knowledgebase. */

/* Corresponding to Body/Paragraph tags */
P.quote {
/* Quotation paragraph Included for general use; no special use in knowledgebase */
  text-indent: 0pt;
  margin-left: 24pt;
  margin-top: 0pt;
  margin-right: 24pt;
  margin-bottom: 0pt
}
P.center {
/* Included for general use; no special use in knowledgebase */
  text-align: center
}

/* Corresponding to Item tags */
/* Description Lists */

/* Numbered Lists */
DL {

  margin-top: 0pt;
  margin-bottom: 2pt;
  font-size: 90%; 
  margin-left: 15pt;
  line-height: 130%;
  margin-bottom: 10pt;
}

DL.description DD P {
/* Included for general use; no special use in knowledgebase */
  background-color: #FFFFFF;
  border: none;
  text-align: left;
  text-indent: 22pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
DL.description {
  background-color: #FFFFFF;
  border: none
}
DL.description DT.leadin {
  background-color: rgb(0,0,255);
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  font-style: normal;
  font-weight: bold
}
DT {
  background-color: #FFFFFF;
  border: none;
  text-align: left;
/*  text-indent: 22pt; */
  margin-left: 0pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 6pt
}
P.proof {
/* Included for general use as environment DIV; no special use in knowledgebase */
  background-color: FFFFFF;
  border: none;
  text-indent: 0pt;
  margin-left: 58pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 0pt
}
DIV.proof {
  background-color: #FFFFFF;
  border: none
}
DIV.proof SPAN.leadin {
  background-color: #FFFFFF;
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  font-style: normal;
  font-weight: bold
}
P.proof-FirstPara {
  background-color: #FFFFFF;
  text-indent: 0pt;
  margin-left: 58pt;
  margin-top: 0pt;
  margin-right: 0pt;
  margin-bottom: 4pt
}
P.theorem {
/* Included for general use as theorem environment; no special use in knowledgebase */
  font-style: italic;
  text-indent: -58pt;
  margin-left: 58pt;
  margin-top: 4pt;
  margin-right: 0pt;
  margin-bottom: 4pt
}
DIV.theorem SPAN.leadin {
  background-color: #FFFFFF;
  font-family: "Franklin Gothic Book", Arial, sans-serif;
  font-style: normal;
  font-weight: bold
}
P.theorem-FirstPara {
  font-style: italic;
  text-indent: 0pt;
  margin-left: 58pt;
  margin-top: 4pt;
  margin-right: 0pt;
  margin-bottom: 4pt
}

/* Corresponding to Text tags */
SPAN.files {
/* Could be used for file and directory names, but probably too much fuss in knowledgebase */
  font-family: Courier New;
  font-size: 100%;
  font-style: normal;
  font-weight: 400
}
SPAN.products {
/* Use for product names, but probably too much fuss in knowledgebase */
  font-family:  Arial, sans-serif;
  font-size: 100%;
  font-style: italic;
  font-weight: bold;
  color: #003366;
}


EM SPAN.inlineMath {
  color: rgb(255,0,255)
}
SPAN.it {
/* Italics included for general use; no special use in knowledgebase */
  font-style: italic
}
SPAN.it SPAN.inlineMath {
  color: rgb(0,255,255)
}
SPAN.cal {
/* Included for calligraphic text if needed */
  font-family: CMSY10;
  color: rgb(192,192,192)
}
SPAN.cal SPAN.inlineMath {
  color: rgb(255,0,255)
}
SPAN.frak {
/* Included for Fraktur if needed */
  font-family: EUFM10;
  font-style: normal;
  color: rgb(192,192,192)
}
SPAN.frak SPAN.inlineMath {
  color: rgb(255,0,255)
}
SPAN.Bbb {
/* Included for blackboard bold if needed */
  font-family: MSBM10;
  color: rgb(192,192,192)
}

.tol {font-size: 80%;
       font-family: "franklin gothic book", Arial, sans-serif;
       text-indent: 0pt;}

.menuoff {font-family: "franklin gothic medium", Arial, sans-serif;
	font-size: 8pt;
	 font-style: normal;
	/* margin-right: 2px;
	 margin-left: 2px;*/
	cursor: hand;
	padding-left: 6px;
	padding-right: 5px;
	 text-decoration: none;
	 color: #003366;
	}

.submenu, .distlink  { font-family: "franklin gothic medium", Arial, sans-serif;
	 font-style: normal;
	 font-weight: normal;
	 text-align: left;
	 height: 24px;
	 /*width: 100px; */
	/* margin-right: 2px;*/
	/* cursor: hand;*/
	/* white-space: nowrap; */
	 color: #003366;
	}
	
.submenu {font-size: 9pt;}

.distlink {font-size: 90%;}

/* Used in current menus */
.menuoff a:active { text-decoration: none; color: #003366}
.menuoff a:hover {color: #003366; text-decoration: none}
.menuoff a:link {color: #003366; text-decoration: none }
.menuoff a:visited  {text-decoration: none; color: #003366 }

/* Used in current submenus */
.submenu a:active {  text-decoration: none; color: #003366}
.submenu a:hover {  color: #003366; text-decoration: none;}
.submenu a:link { color: #003366; text-decoration: none }
.submenu a:visited { text-decoration: none; color: #003366 }

/*
.tol a:active { color: #003366; text-decoration: none;}
.tol a:hover {  color: #999966; text-decoration: none;}
.tol a:link { color: #003366; text-decoration: none; }
.tol a:visited { color: #cc3333; text-decoration: none; }
*/

/* Used in distributor "Quick Links" section, currently labeled "Regions" */
.distlink a:link {  color: #003366; text-decoration: none}
.distlink a:hover {  color: #FFFFFF; text-decoration: none}


a:active { color: #3366CC; text-decoration: none;}
a:link { color: #3366CC; text-decoration: none;}
a:hover {  color: #3366CC; text-decoration: underline;}
a:visited { color: #660099;  text-decoration: none;}
/*a:visited:hover { color: #660099;  text-decoration: underline;}*/
a:link:hover {  color: #3366CC; text-decoration: underline;} 


a {text-decoration:  none}

DIV.leftsinglefixedpx, DIV.leftsinglefixed100 {
	/*text-align: justify;*/
	background-color: #FFFFFF;
/*	padding-top: 10px; */
/*	padding-left: 20px; */
	padding-right: 20px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

DIV.leftsinglefixedpx { width: 765px; }
		
DIV.leftsinglefixed100 {width:90%; }

/* Currently used for Quick Link title formatting */
.quicklinktitle {font-family: "times new roman", serif;
	font-size: 185%;
	color: #003366;
	}

/* used on home page primarily */	
.quotes {  font-family: "Times New Roman", Times, serif; font-size: 8.5pt; line-height: 10pt}
.hppara {  font-family: Arial, sans-serif; font-size: 11pt; color: #FFFFFF; line-height: 14pt;/* text-indent: .2in; */}
.newsbit {  font-family: "Franklin Gothic Book", Arial, sans-serif; font-size: 8pt; line-height: 9.5pt; margin-top: 3px; margin-right: 3px; margin-bottom: 3px; margin-left: 3px; text-indent: .2in}
.footer1 {  font-family: "Franklin Gothic Medium", Arial, sans-serif; font-size: 7.5pt; line-height: 9pt}
.footer2 {  font-family: "Franklin Gothic Medium", Arial, sans-serif; font-size: 6.5pt; line-height: 9pt}
.flagtext {  font-family: "Franklin Gothic Book", Arial, sans-serif; font-size: 7pt; text-decoration: none; color: #FFFFFF}

/* used to style, for example, AMS in SWP, SW and New Features  */
.style3 {font-family: mathJax_AMS}
.style4 {font-family: MathJax_Caligraphic}

td.msiborder, table.msiborder {
  border: 0px solid #FFFFFF;
}

table.msimenu {margin: 0;
}