/*
#========================================================================
#              Copyright 2012 (Unpublished Material)                 
#                           SolidWorks Corporation                       
#========================================================================
#
#     File Name:   onlinehelp-dita-tut.css
#     Created by:  AWH 20120412     
#     Contents:    Override CSS file for HTML tutorial topic pages generated from DITA XML sources.
#                  Resets main right margin; resets styles for Previous and Next links so they appear
#                  at bottom of page and floated left/right
#                  NB: This version is for locally installed help
#
#========================================================================
*/

.DITAtopicbody, .taskbody { margin-bottom:110px; margin-right:10px; padding-bottom:10px }
#auto_links { border-top:1px solid #eaeaea; bottom:0px; margin-left:auto; margin-right:auto; position:fixed; text-align:center; top:auto; width:98% }
#prevlink, #nextlink  { background-color:#fff; border:none; max-width:47%; padding:0.2em; width:auto }
#prevlink div, #nextlink div  {background-color:#f2f2f2; border:1px solid #eaeaea; margin-top:3px; padding:0; width:auto }
#prevlink div a, #nextlink div a  { background-color:#f2f2f2; display:block; padding:0.5em;  }
#prevlink div a:link, #nextlink div a:link  { background-color:#f2f2f2; }
#prevlink div a:visited, #nextlink div a:visited  { background-color:#f2f2f2; }
#prevlink div a:hover, #nextlink div a:hover  { background-color:#e2ecf2; }
#prevlink div a:active, #nextlink div a:active  { background-color:#e2ecf2; }
#prevlink  { float:left }
#nextlink  { float:right }
.child_links, .olchildlink { margin-right:10px }
.child_links, .seqlinks { margin-top:-110px }
.seqlinks { margin-bottom:110px }
.parentlink { width:auto }
.parentlink div { display:inline }