/*	print.css
 *	xMod Default Print Style Sheet
 *	xMod Version: 1.3 
 *
 *	Update history: 
 *  PHV0608021148: Initial Version 
 *  
 *	THIS FILE SHOULD BE READ ONLY AND IS NOT HUMAN READABLE. DO NOT EDIT.  
 */

body#xmd{font: 10pt/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;}

#rightContent,
#sidenav,
#banner,
#breadcrumb,
.utilLinks,
.submenu,
.options,
.backToTop,
a.fnBack  { display: none; }

#wrapper { margin: 0 10% 0 0; }

a:link, a:visited { font-weight: bold; text-decoration: underline; color: #009; }
#content a.ext:link:after, #content a.ext:visited:after,
#content a.extNew:link:after, #content a.extNew:visited:after { content: " (" attr(href) ") "; }

#content .complexList .t01 a:link:after, #content .complexList .t01 a:visited:after,
#content .table .t01 td a:visited:after, #content .table .t01 td a:link:after  #content .table .t01 td a:after,
#content .unorderedList .t05 a:link:after, #content .unorderedList .t05 a:visited:after { content: ""; }

#content .complexList .t01 li {overflow: auto;}
#content .complexList .t01 li.s01 {font-weight: bold;}
#content .complexList .t01 li label {float: left; width: 1em;}
#content .complexList .t01 li.s02,#content .complexList .t01 li.s03 {float: left; padding: 0 1em 0 0;}
#content .complexList .t01 ul.s01,
#content .definitionList dt.s02 a {display: none;}

#mainContent h2 					{ font-size: 14pt; font-weight: bold; }
#mainContent h3 					{ font-size: 13pt; font-weight: bold; }
#mainContent h4 					{ font-size: 12pt; font-weight: bold; }
#mainContent h5 					{ font-size: 11pt; font-weight: bold; }
#mainContent h6 					{ font-size: 10pt; font-weight: bold; }

#mainContent div { margin: 0 10px 0 0; }     
#mainContent .alphaNav  a:link:after, #content a:visited:after {  content: ""; }
#mainContent .alphaNav .t01 ul { list-style: none; margin: 0; padding: 0;}
#mainContent .alphaNav .t01 ul li {	display: inline;  margin: 0; padding: 0; }

#mainContent a.fnLink:link:after,
#mainContent a.fnLink:visited:after,
#mainContent .toc a:link:after,
#mainContent .toc a:visited:after {  content: ""; }

#mainContent .table .t01 td a:after { content: ""; }

#mainContent .footnotes dt{float:left;font-weight:bold; position: relative; }
#mainContent .footnotes dd{margin:0 0 0 1em;padding:0;}

#mainContent .preFormatted .t01  pre { border: 1px solid #ccc; }

#mainContent .orderedList .t01 ol { list-style:decimal; }
#mainContent .orderedList .t02 ol { list-style:lower-alpha;}
#mainContent .orderedList .t03 ol { list-style:lower-roman; }
#mainContent .orderedList .t04 ol { list-style:upper-alpha; }
#mainContent .orderedList .t05 ol { list-style:upper-roman; }