/* @charset "utf-8"; */
/* The charset encoding declaration must be on the first line. */
/* Encode the sheet without a signature (no Byte Order Mark) */
/* charset commented out because w3C */

/* Works in conjunction with menuTree.css */

/* Author: John Bentley */
/* 
Shove.css 
Version: 0.5  
Build: 20070313.1524
*/

/***********************************
General Appearance
************************************/
body, td, th
{
    font-size: 100%;
}

body
{
    font-family: Trebuchet MS, Verdana, Sans-Serif;
    background-color: #fff;
    color: black;
}

p
{
    padding-left: 0.5em;
}

acronym
{
    cursor: help;
    border-bottom: 1px dotted;
}

a:link, a:hover
{
    text-decoration: none;
}

a:link
{
    color: #4142af;
}

a:visited
{
    color: #cf74b3;
}

a:hover
{
    text-decoration: underline;
}

h1, h2, h3
{
  padding: 0.5em;
}

h1
{
    border-bottom: 1px solid #c0c0c0;
    background: #fff url(headingGradient.jpg) repeat-x scroll 0% 0%;
}

h2
{
    border: 1px solid #c0c0c0;
    font-size: 130%;
    font-weight: normal;
    margin-top: 2em;
}

h3
{
    font-size: 110%;
    font-style: normal;
    margin-top: 1.5em;
}

dt
{
  font-weight: bold;
    margin: 1em 0 0.5em 0;
}

dt:after {
  content: ":";
}

dd
{
    margin-bottom: 1em;
}

img 
{ 
  border-style: none;
}

pre
{
    letter-spacing: 0;
    padding: 1em 1em 1em 1em;
    border: #999999 1px solid;
    background-color: #efefef;
    font-size: 1em;
}

ul
{
    list-style: disc outside;
    padding-left: 1.5em;
    margin: 0;
}

ol
{
    margin-left: 0;
    padding-left: 1.75em;
    list-style-position: outside;
}

ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }
ol ol ol ol ol { list-style-type: lower-alpha; }

ol li li
{
    margin-top: 0.1em;
    padding: 0;
    border: 0;
}



.download
{
      /* background-color: #d1d7ef;
    border: 1px solid #eff2ff; */
    background-color: #eff2ff;
    border: 1px solid #d1d7ef;
    padding: 3em;
    width: 20em;
}


/***********************************
Layout
************************************/
/* Neutralize Dimensions */
body
{
    padding: 0;
    margin: 1em 3em 3em 3em;
}


table
{
    border-collapse: collapse;
    margin-left: 1px; /* To show the border in Firefox */
}


caption
{
    font-style: italic;
    text-align: left;
    padding-bottom: 0.3em;
}

td, th
{
    border: 1px solid #7f7f7f;
    padding: 0.1em 0.5em;
}

th
{
  text-align: left;
  background-color: #ffe4e1;
}

thead
{
    background-color: #d8bfd8;
    font-weight: bold;
}


@media print
{
    body
    {
        margin: 0;
        padding: 0;
    }
    p, td, th
    {
        font: 12pt garamond, serif;
        color: black;
    }
    /* for Mozila */
    li
    {
        font: 12pt garamond, serif;
        color: black;
    }
    blockquote
    {
        font: 12pt garamond, serif;
        color: black;
    }
    pre
    {
        background-color: Transparent;
    }
    thead, tbody
    {
        background-color: #fff;
    }
    em
    {
        margin-left: 0.3em;
    }
}

