/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 07 September 2010 05:09:07
*/


#content {
    width: 500px;
    padding: 0 5px 5px 3px;
    overflow: auto;
    float: left;
}

#content a, #feature a {
    text-decoration: underline;
}

#content div {
    line-height: 1.5em;
}

#content p {
    margin-top: 1.5em;
    line-height: 1.5em;
}

#content h1 {
    font-size: 1.7em;
    margin-bottom: 1em;
}

#content h2 {
    margin-top: 1.5em;
    font-size: 1.2em;
    font-weight: bold;
}

#content h3 {
    margin-top: 1.5em;
    font-size: 1em;
    font-weight: bold;
}

#content h4 {
    font-weight: bold;
}

#content ul {
    margin-left: 1em;
    margin-top: .5em;
    padding-left: 1em;
}

#content ul li {
    list-style-type: disc;
    display: list-item;
}

.search-lineage {
    display: block;
    font-size: .9em;
    color: #666666;
}

/* STAFF PROFILES */

#content #result-terms ul {
    padding-left: 0;
    margin-left: 0;
}

#content #result-terms li {
    list-style: none;
}

#content .profile {
    border-bottom: 1px solid #CCCCCC;
    line-height: 1em;
    margin-top: 2em;
    padding-bottom: 1em;
}

#content .profile p {
    margin: 0 0 20px 90px;
}

#content .profile p.title {
    margin-bottom: 10px;
}

#content .profile h3 {
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}

#content .profile div {
    clear: left;
    float: left;
    margin-right: 10px;
    background-color: #CCCCCC;
    width: 80px;
    padding: 0;
}

/* Investment Table Styling */

#investment-table
{
border-collapse: collapse;
border:#c0c0c0 1px solid;

}

#investment-table td
{
border:#c0c0c0 1px solid;
font-size:11px;
width:38px;
max-width:38px;
}

#td.first
{
border:#c0c0c0 1px solid;
font-size:11px;
width:60px !important;
max-width:60px !important;
}

#investment-table th
{
background-color:#bdd1dc;
vertical-align:bottom;
text-align:center;
border:#c0c0c0 1px solid;
width:38px;
max-width:38px;
}

#investment-table th.first
{
background-color:#bdd1dc;
vertical-align:bottom;
text-align:center;
border:#c0c0c0 1px solid;
width:80px !important;
max-width:80px !important;
}

td.number-cell
{
background-color:#e8e8e8;
text-align:center;
vertical-align:middle;
}
td.first-cell
{
padding-left:4px;
width:60px !important;
}