/**
 * Global StyleSheet for bizonline-content pkfnan newsletter news/article pages
 *
 * To get more granular per publication:
 *
 * 1. Find out the publication "ShortName" in the database:
 *    select ButtonFilename from PolarisNewsletters
 *    example: foresight
 *
 * 2. Create a style sheet called foresight.css and put it in the /css folder.
 *    use the model below to change colors/fonts
 */
body { 
 text-align:center;
}
div#page {
 width:620px;
 text-align:left;
}

 div#masthead 
{
 position:relative;
 background-color:#fff;
}
 div#company-info-logo
{ 
 position:absolute;
 right:0;
}
 div#company-info-logo img
{ 
}

div.subhead {
 width:620px;
 background-color:#AFA87E;
 margin-bottom:15px;
}
table#subhead {
 color:#fff;
 font:11px arial;
 padding:5px;
 width:620px;
 background-color:#AFA87E;
 margin-bottom:15px;
}
div.subhead .issue-date {
 text-align:right;
}
div.subhead .issue-title {
 text-align:left;
}
div#content table {
 width:620px;
}
div#content table td {
 vertical-align:top;
}

/* Sidebar */
div#toc {
 position:relative;
}
div#content #toc, div#content table td#toc-container {
 width:200px;
 background-color:#AFA87E;
}
div.company-info-bottom {
 bottom:0;
 padding-bottom:2em;
}

div#content #toc div.title {
 font:bold 10pt sans-serif;
 color:#FFFFFF;
 text-transform:uppercase;
 padding-top:15px;
 padding-left:15px;
}
div#content #toc ul {
 list-style-type: none;
 margin:0;
 padding:0;
 margin-left:15px;
 margin-top:5px;
}

 div#content #toc #company-info
{
 margin-top:5px;
 margin-left:15px;
}

 div#content #toc #company-info-name
{
 font-weight:bold;
}

 div#content #toc ul a
,div#content #toc #company-info
{
 color:#000;
 font-size:10pt;
 text-decoration:none;
 font-family: arial;
}
div#content #toc ul li.article {
 margin-bottom:1em;
}
div#content #toc ul li.selected {
 font-weight:bold;
}
div#content #toc ul a:hover {
 text-decoration:underline;
}
div#content h2 {
 margin:0;
}
div#content h2 a, div#content h2 {
 color:#00669d;
 font-family:arial;
 text-decoration:none;
 font-size:14pt;
 margin-bottom:10px;
}

div#content h2 a:hover {
 text-decoration:underline;
}

div#content #body {
 padding-left:15px;
}
div#content p, div#body {
 font-family:sans-serif;
 margin-top:0;
 margin-bottom:10px;
}
div#body table {
 width:350px;
}
div#body b {
 color:#00669d;
 font-family:arial;
}
div#content a.more {
 text-transform:uppercase;
 color:#00669d;
 font-size:8pt;
 display:block;
 font:bold 10px verdana;
 margin-bottom:30px;
}
div#content a.more:hover {
 text-decoration:underline;
}
div#in-this-issue {
 /*height:300px;*/
}
div#article-archive{
 padding-bottom:30px;
}

div.copyright {
 margin-top:150px;
 color:#aaa7a7;
 font-size:9pt;
 font-family:arial;
}
a.logo {
 display:block;
 margin-bottom:1em;
}

div.read-rest-of-article {
 font-size:9pt;
 margin-bottom:1.5em;
}
