html,body,div,span,applet,object,iframe, h1,h2,h3,h4,h5,h6,p,blockquote,pre, a,abbr,acronym,address,big,cite,code, del,dfn,em,font,img,ins,kbd,q,s,samp, small,strike,strong,sub,sup,tt,var, dl,dt,dd,ol,ul,li, fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td
{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-size:100%;
font-family:inherit;
vertical-align:baseline;
}

strong {font-weight: bold;}

em {font-style:italic;}

/****
 **** HTML ELEMENT STYLING
 ****/


  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1,h2,h3,h4,h5,h6
  {
    font-family:Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
    color:#111;
    clear:both;
  }
  
  h1
  {
    font-size: 3em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }

  h2
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3
  {
    font-size: 1.5em;
    line-height: 2;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

  h4
  {
    font-size: 1.2em;
    line-height: 1.25;
    font-weight: bold;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

  h5
  {
    font-size: 1em;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

  h6
  {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset
  {
    margin: 1em 0;
  }

  blockquote
  {
    margin:1.5em 0 1.5em 1.5em;color:#666;font-style:italic;
  }
  blockquote:before,blockquote:after,q:before,q:after{content:"";}
  blockquote,q{quotes:"" "";}

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul /* Drupal overrides */
  {
    margin: 0 0;
    padding: 0 0 0 0;
  }

  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 0;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a
  {
    color: #224970; text-decoration: none;
  }
  
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
    color: #000; text-decoration: underline;
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    margin-bottom:1.4em;border-top:0.1em solid #ddd;border-left:0.1em solid #ddd;
    border-spacing:0;
  }

  th,
  thead th,
  tbody th
  {
    /*
    padding-right: 0;
    border-bottom: none;
    */
    font-weight:bold;
  }

  th, td 
  {
    height:1em;padding:0.2em 0.4em;border-bottom:0.1em solid #ddd;border-right:0.1em solid #ddd;
  }
  
  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
    border:1px solid #dadada;
  }

/* tma.css */

body
{
  background:#EBEFF2 url(body_main.png) repeat-y scroll center top;
  font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  line-height:1.5;
  font-size:75%;
}

html > body
{
  font-size:12px;
}
  
body
{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 32px;
}

#page
{
  background: #ffffff;
  font-size: 1.1em;
}

/* layout */

#content
{
  float: left;
  width: 690px;
  margin-left: 0px; /* The width of #sidebar-left. */
  margin-right: -690px; /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}

#content-inner
{
  margin: 0 20px 0 0;
}

#index #content
{
  width: 960px;
  margin-left: 0;
  margin-right: -960px; /* Negative value of #content's width + left margin. */
}

#sidebar
{
  float: left;
  margin-right: -960px;
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-*-inner. */
  margin-top: 1.5em; 
  display: inline;  /* IE doubled margin bug */
  width: 270px;
  margin-left: 690px;
}

#sidebar-inner {
  margin: 0 0 0 20px;
}

.navfooter
{
  clear: both;
}

/* overrides and other stuff */

.navheader table, .navheader table tbody, .navheader table th, .navheader table td,
.navfooter table, .navfooter table tbody, .navfooter table th, .navfooter table td
{
  border-width: 0px;
}

a.website-link
{
  display: block;
  text-align: right;
  margin-bottom: 1em;
}

/* docbook styles */

.singlepage #page
{
  margin-top: 2em;
}

#footer
{
  padding-bottom: 2em;
}

span.part a, span.chapter a
{
  text-transform: uppercase;
}

div.note h3.title, div.warning h3.title, div.important h3.title, div.tip h3.title
{
  font-size: 1em;
  letter-spacing:0.1em;
  line-height:1.8em;
  text-transform:uppercase;
  margin: 0;
}

div.note, div.warning, div.important, div.tip
{
  border: 2px solid #dadada;
  padding: 0 0.5em 0.5em 0.5em;
  background: #f1f1f1;
  margin: 1em 0;
}

div.warning h3.title, div.important h3.title
{
  color: #A11B1B;
}

.screenshot table
{
  border: 1px solid #dadada;
  margin: 0;
}

.screenshot table th, .screenshot table td
{
  border-width: 0;
  margin: 0;
}

.mediaobject .caption p
{
  margin: 0;
}

.classname
{
  background-color: #f0f0f0;
}

.property
{
  font-size: 1.1em;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #f0f0f0;
}

span.term {
  font-weight: bold;
}

div.variablelist dd {
  margin-bottom: 0.5em;
}
