/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}


/*  Custom styles*/

#sfWebDebug { display: none; }

header {
    text-align: center;
}
header .container{
    border-top: 1px dotted #888;
    border-bottom: 1px dotted #888;
}
header h1 {
    text-align: center;
}
header p.lead {
    font-size:1.3em;
}
header p.print-date {
    color: #555;
    font-style: italic;
    border-top: 1px dotted #888;
    padding-top: 1em;
}

main h1 {
    font-size: 1.5em;
}

main h2 {
    font-size: 1.3em;
    color: #555555;
    margin-bottom: 5px;
}

main .message {
    margin: 1em 0;
}

main .message span.message-text {
    padding-bottom: 2em;
    margin-left: 1em;
    vertical-align: middle;
    font-style: italic;
}

main p.simple {
    margin-bottom: 0.5em;
}
main p.simple em {
    color: #545454;
}

.large {
    font-size:1.2em;
    line-height:2.5em;
    margin-bottom:1.25em;
}

table { width: 100%; }
table.table-labeled th { text-align: left !important; }
th.column-min, td.column-min { width: 1%; }
th.number, td.number { font-family: monospace; text-align: right; font-size: 0.9em; }
th.date, td.date { text-align: right; }
th.boolean, td.boolean { text-align: right; }
th.text, td.text { text-align: left; }
.avoid-page-break {
    page-break-inside: avoid;
}
td small { display: block; clear: both; }

.monospace { font-family: monospace; }

tr.number-small td.number { font-size: 0.7em; }

thead th { border-bottom: 2px solid #dddddd; }
thead th span { display: none; }
tbody td { border-bottom: 1px solid #dddddd; }
tbody td em { color: #545454; }
th.center, td.center { text-align: center; }

.alert { border: 1px solid #dddddd; padding: 5px; margin: 0; }
