﻿body {
    font-size: 9pt;
    font-family: Verdana;
}

.caption {
    color: #606060;
}

/* Content sections */
div.section {
}

div.section div.title {
    color: #0B8846;
    padding-bottom: 0.5em;
    font-weight: bold; /* font-size: 1.2em; */
    font-size: 13pt;
    font-family: Arial;
}

div.section div.content {
    margin-left: 20px;
    padding-bottom: 1em;
    font-size: 9pt;
    font-family: Verdana;
}

div.section div.subtitle {
    color: #0B8846;
    padding-bottom: 0.5em;
    font-weight: bold;
    padding-top: 1em;
    font-size: 11pt;
    font-family: Arial;
}

/* Testimonials */
div.testimonial {
    margin-left: 20px; /*margin-right: 40px;*/
    border-bottom-width: 1px;
    border-bottom-color: #F6E0C4;
    border-bottom-style: dashed;
    padding-top: 1em;
    padding-bottom: 1em;
}

div.testimonial p.text {
    font-style: italic;
    margin-bottom: 0px;
}

div.testimonial p.source {
    text-align: right;
    margin-top: 0px;
}

/* sidebar widgets */
div.sidebar {
    background: url(images/sidebar-mid.gif) repeat-y;
    font-size: 9pt;
    font-family: Verdana;
    color: White;
}

div.sidebar div.container {
    padding: 0px 60px 0px 40px;
}

div.sidebar div.title {
    text-align: center;
    margin-bottom: 10px;
}

div.sidebar a {
    color: White;
}

div.sidebar p {
    margin-bottom: 10px;
}

div.sidebar div.footer 
{
    background: url(images/sidebar-bottom.jpg) no-repeat;
    height: 48px;
}

td {
    padding: 3px 5px 3px 5px;
}

tr.header > td {
    background-color: #0b8846;
    color: #ffffff;
}

tr.alternate > td {
    background-color: #f8f8f8;
    border-top: dotted 1px #e0e0e0;
    border-bottom: dotted 1px #e0e0e0;
}

tr.footer > td {
    background-color: #0b8846;
    color: #ffffff;
}

#billingSummary {
    border: solid 1px #0b8846;
    margin: 10px 0 0 0;
    padding: 10px;
}

