/* 
    Document   : site.css
    Created on : 14-03-2011, 11:30:13
    Author     : jr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body {
    font-family: arial;
    margin: 25px;
}
div.top
{
    background-color: #900000;
    padding: 5px;
    padding-left: 20px;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 5px #AFAFAF;
    margin-bottom: 5px;
    xfont-family: arial;
    xfont-weight: bold;
    font-size: 20px;
}
div.top a
{
    color: #ffffff;
    text-decoration: none;
}
div.topmenu a
{
    margin-left: 20pt;
    margin-right: 20pt;
}
div.topmenu a:hover
{
    color: orange;
}
div.footer
{
    font-size: 8pt;
}
div.footer a
{
    color: gray;
    text-decoration: none;
}
h1 {
    padding: 25pt;
    font-family: Candara;
    margin-top: 15px;
    font-weight: normal;
    background-color: #f0f0f0;
    xborder: 1px solid black;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 2px 5px #AFAFAF;

}
h2 {
    color: lightslategrey;
    font-weight: lighter;
}
h3 {
    color: lightslategrey;
    font-weight: lighter;

}
ul.Faq li {
    margin-bottom: 10pt;
    margin-top: 10pt;
}
table.Parameters {
    border: 1px solid lightslategray;
    border-collapse: collapse;
}
table.Parameters td {
    border: 1px solid lightslategray;
    padding: 5px;
}
table.Parameters td.SectionHeader {
    font-weight: bold;
}

