/* ************************************************************
 * Stylesheet for Spiral Code Generators
 *
 * Copyright (c) 2006 by Yevgen Voronenko and Markus Pueschel
 * Spiral Project, Carnegie Mellon University
 * 
 * This code can be redistributed under the BSD license .
 * ************************************************************** /

/* It is prefferable to avoid using absolute widths, the alternative
   is to use absolute min-width and max-width to allow a sensible range.
   Eg. screens: laptop - 1024x768, desktop - 1600x1200, projector - 800x600 */

#generator     { width: 75%; border: none }
#generator td  { padding: 4px; vertical-align: top }
#generator th  { background-color: #fff; padding: 7px; border-top: 2px solid #c60000; border-bottom: 2px solid #c60000 }
#firstrow      { color: #000; font-size: 12px; background: #fff; border-style: solid none; border-color: #c60000 }
#firstcol      { background: #fff; font-weight: normal; font-size: 1.1em; }
#buttonrow     { color: #c60000; font-size: 14px; background: #fff; padding: 2px; border-top: 2px solid #c60000; border-bottom: 2px solid #c60000 }
#button        { font-weight: bold }

#caption       { color: #666666; font-weight: bold; padding: 5px  }
#verstackfig   { padding: 20px 0 0 0}
#horstackfig   { padding: 0 10px 0 10px }
