﻿/* CSS Document */
body
{
    color: #444;
    background: #bbb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#container
{
    background: #fff;
    border: 1px solid #666;
    margin: 0 auto;
    padding: 8px;
    width: 752px;
}
#header
{
    background: #fadf9f url(images/headerbg.gif) left top repeat-x;
    border-bottom: 3px solid #ddb76d;
    padding: 15px;
}
#nav
{
    margin: 0;
    background-color: #222;
    padding: 3px 0;
    text-align: center;
}
#nav li
{
    display: inline;
    list-style-type: none;
    padding: 0 16px;
}
#nav a:link, #nav a:visited
{
    color: #ccc;
    background-color: transparent;
    text-decoration: none;
}
#nav a:hover, #nav a:active
{
    color: #fff;
}
#subnav
{
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 11px;
}
#subnav li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e0e0e0;
}
#subnav a
{
    display: block;
    padding: 2px 0 2px 3px;
    color: #666;
    text-decoration: none;
}
#subnav a:hover
{
    background: #fafafa;
    color: #000;
}
#bodyblock
{
    clear: both;
    padding: 20px 10px;
}
#main
{
    float: right;
    width: 520px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
#maintest
{
    float: right;
    width: 696px;
    border-left: 1px solid #eee;
    padding-left: 20px;
}
#left
{
    width: 160px;
}
#footer
{
    clear: both;
    color: #999;
    border-top: 1px solid #ddd;
    font-size: 11px;
    margin-top: 10px;
    padding: 5px;
}
#footer a
{
    color: #999;
}
#footer a:hover
{
    color: #000;
}
/* text, headings, and links */
h1
{
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: .5em;
}
h2
{
    color: #666;
    font-size: 13px;
    font-weight: bold;
}
p
{
    line-height: 18px;
    text-align: justify;
}
small
{
    font-size: 11px;
    color: #555555;
    line-height: 16px;
}
a
{
    color: #666;
}
a:hover
{
    color: #000;
}
ul, ol
{
    line-height: 18px;
}
ul.smallarrow, ul.pdf
{
    list-style-type: none;
}
ul.smallarrow li
{
    margin: 0;
    padding: 0 0 0 15px;
    background: transparent url('images/smallarrow.gif') 3px center no-repeat;
}
ul.pdf li
{
    padding: 1px 0 1px 22px;
    margin: 0;
    background: transparent url(images/pdf-icon.gif) 2px center no-repeat;
}
dt
{
    margin: 0;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
}
dd
{
    line-height: 18px;
    margin: 0 0 .5em 0;
    padding: 0;
}
.highlight
{
    background: #fcfcfc;
    border: 1px solid #eee;
}

/* divider */
div.break
{
    border-top: 1px solid #eaeaea;
    margin: 15px 0;
}
/* images */
.bordered
{
    padding: 1px;
    border: 2px solid #e0e0e0;
}
/* logon box for homepage */
#logon
{
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px 3px 11px 3px;
    width: 175px;
}
#logonpic
{
    padding: 2px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
#logon a
{
    color: #888;
    font-size: 11px;
    text-decoration: none;
}
#logon h2
{
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#logon a:hover
{
    color: #000;
}

#logon .break
{
    margin: 15px 8px;
}
#ib, #cm, #rd
{
    padding-left: 6px;
}
#featured a
{
    text-decoration: none;
    color: #444;
}
#featured a:hover
{
    text-decoration: underline;
    color: #000;
}
.light
{
    color: #888;
}
/**************** Accordion*********************/
#accordion {width: 500px; border-bottom: solid 1px #c4c4c4; margin: 0; padding: 0; text-indent: 0;}
#accordion a.head {background: #F9DC97 url(images/collapsed.gif) no-repeat right; border: 1px solid #000; color: #555; cursor: pointer; display: block; font: bold 120%/100% Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 7px 20px 15px 10px; text-decoration: none; text-indent: 0px;}
#accordion a.head:hover {background-color: #BBB; color: #000;}
#accordion a.selected {background-image: url(images/expanded.gif);}
#accordion a.current {background-color: #FFFF99;}
/* custom styling for myWEALTH text */
span.my
{
    color: #d79a00;
    font-weight: bold;
}
span.wealth
{
    color: #333333;
    font-weight: bold;
}
/* tooltip for myWEALTH */
a span.tooltip
{
    display: none;
}
#dhtmltooltip
{
    color: #000000;
    position: absolute;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}
a:hover span.tooltip
{
    display: block;
    position: absolute;
    left: 400px;
    width: 300px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #000000;
    background: #fafafa;
    text-align: justify;
    line-height: 14px;
    border: 1px solid #333333;
    text-decoration: none;
}