﻿h2 {
    border-bottom: 1px solid #d6d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
}

p {
    font-size: 0.8em;
    padding: 10px 0 10px 0;
    line-height: 1.35em;
}

div#report {
    float: left;
    width: 700px;
}

div#aboutAuthor {
    border-top: 1px dotted #666666;
    padding-top: 10px;
}

div#aboutAuthor p {
    color: #666666
}

div#reportThumb {
    float: right;
    background-color: #f2f2f2;
    width: 245px;
    padding: 10px;
}

p#downloadReport {
    background-image: url(../../../Shared/images/common/squareArrow.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 10px 10px 20px;
    margin: 0;
    color: #333333;
    font-size: 0.8em;
}

p#downloadReport a {
    color: #336699;
    text-decoration: none;
}

p#downloadReport a:hover {
    color: #333333;
    text-decoration: underline;
}

ul.bulletList {
    list-style-type: disc;
    font-size: 0.8em;
    padding: 6px 0 0 16px;
    line-height: 1.35em;
}

ul.bulletList li {
    padding-bottom: 8px
}

div#relatedLinks {
    width: 265px;
    float: right;
    clear: right;
}

div#relatedLinks a {
    font-size: 0.8em;
    padding-left: 20px;
    display: inline-block;
    margin-left: 10px;
}

/* Reports Index */

dl.reportsIndex {
    padding-bottom: 20px;
    clear: both;
}

dl.reportsIndex dt {
    background-image: url(../../../Shared/images/common/squareArrow.jpg);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 10px 10px 20px;
    margin: 0;
    font-weight: bold;
}

dl.reportsIndex a {
    color: #336699;
    text-decoration: none;
}

dl.reportsIndex a:hover {
    color: #333333;
    text-decoration: underline;
}

dl.reportsIndex dd {
    font-size: 0.8em;
    padding-left: 20px;
}

dl.reportsIndex dd.reportMiniThumb {
    float: left;
    padding: 6px;
    background-color: #f2f2f2;
    margin: 0 10px 0 20px;
}

dl.reportsIndex dd.reportAuthor {
    color: #666666;
    padding-bottom: 6px;
}

div#reportsLeft {
    width: 640px;
    float: left;
}

div#reportsRight {
    width: 310px;
    float: right;
}

div#reportsRight dl {
    margin: 5px 0px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div#reportsRight dl dt {
    font-size: 0.9em;
    margin: 5px 0px;
    font-weight: bold;
}

div#reportsRight dl dd.video {
    height: 158px
}

div#reportsRight dl dd.videoAuthor {
    color: #666666;
    padding-bottom: 6px;
    font-size: 0.8em;
}

div#reportsRight dl dd.desc {
    font-size: 0.8em
}
