<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3.blueTitle
{
    color: #2E3480;
}
div#pnlContributions
{
    position: relative;
    width: 715px;
    float: right;
}
div#contributorInfo
{
    float: left;
}
.userContribBrdr
{
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding:8px;
}
.userContribRTBrdr
{
    border-right: 1px solid #dedede;
}
.userContribBtmBrdr
{
    border-bottom: 1px solid #dedede;
    padding:8px;
}
div.sectionContent, table#dlFavContent, table#dlFavCategories
{
    /* background-color needs to be set to avoid blurring*/
    background-color: #fff; /* width and height are needed for IE6 to render the opacity*/
    width: 98%;
    height: 98%;
}
div.sectionContent
{
    padding: 5px;
}
div.sectionHeaderLinks
{
    padding: 6px;
    background-color: #f5f5f5;
    margin: 0px;
    text-align: right;
    vertical-align: middle;
}
div.sectionHeaderLinks a.linkType3:link, div.sectionHeaderLinks a.linkType3:visited
{
    text-decoration: none;
    padding: 2px 4px;
}
div.sectionHeaderLinks a.selected:link, div.sectionHeaderLinks a.selected:visited
{
    text-decoration: none;
    font-weight: bold;
    padding: 2px 4px;
}
div#ad_horizontal
{
    width: 732px;
    height: 100px;
    vertical-align: middle;
    border: solid 1px #D0D3D8;
    padding: 5px 0 10px 0;
    margin: 0px 0px 10px 10px;
}
div#UserTags a:link, div#UserTags a:visited
{
    color: #2D337F;
    text-decoration: none;
    margin-left: 5px;
    float: left;
}
div#UserTags a:hover
{
    text-decoration: underline;
}
ul.blTabs a:link, ul.blTabs a:visited
{
    padding: 4px 10px;
    line-height: 1.5;
}
.blTabs #current
{
    font-weight: bold;
}
.blTabs #current a
{
    font-weight: bold;
}
.blTabs #seperator
{
    text-decoration: none;
    cursor: default;
}
.blTabs #seperator a
{
    text-decoration: none;
    cursor: default;
}
table, table td {
    padding: 0px;
    border: medium none;
    border-collapse: separate;
}
h2.Header-sub-header
{
    text-align: left;
    font-size: 1.3em;
    line-height: 2;
    color: #555;
    margin: 0px;

}
.image-container {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}</pre></body></html>