﻿/* Mast */
#mastLogo { 
    background-image: url(Images/Header.gif); 
}

#fundLink { background-position: 0px -48px; }

/* Side Nav */
.AspNet-TreeView-ClickableNonLink,
div.AspNet-TreeView li.AspNet-TreeView-Leaf a {
    color:#a4459f;
    cursor:pointer;
}

.goButton {
    height:42px;
    width:42px;
    background-image:url(Images/GoBtn.gif);
}


/* Block Headers */
.blockHeader {
    background-color:#a4459f;
    font-weight:bold;
    text-align:left;
    color:White;
    padding:4px;
    margin-bottom:10px;
    line-height:1.1818;
}

.blockHead1 {
    color:#a4459f;
    font-weight:bold;
    font-size:108%;
    margin-bottom:10px;
}

.blockHead2 {
    color:#a4459f;
    font-weight:bold;
    font-size:93%;
    margin-bottom:3px;
}

.blockHead3 {
    background-color:#ccadcb;
    color:#000000;
    font-size:93%;
}

.blockHead4 {
    background-color:#ccadcb;
    color:#000000;
    font-weight: bold;
    font-size:93%;
    padding: 3px;
}

.blockHead5 {
    color:#000000;
    font-weight:bold;
    font-size:93%;
    margin-bottom:3px;
}

.blockHead6 {
    background-color:#e0e0e0;
    color:#736465;
    font-weight: bold;
    font-size:93%;
    padding: 3px;
}

.blockHead7 {
    background-color: #ebbe42;
    color:#000000;
    font-weight:bold;
    font-size:93%;
    padding:3px;
}
.blockHead8 {
    font-weight:bold;
    color:#ffffff;
    background-color:#8c8c8c;
    padding-left:5px;
    padding-right:5px;
    line-height:1.7em;
    height:1.7em;
}

.blockHead8 .asOf {
    color:#fff;
    font-size:77%;
    font-weight:bold;
}

.blockHead9 {
    font-weight:bold;
    color:#a4459f;
    background-color:#ffd9b2;
    padding:5px;
    font-size: 108%;
}

.blockHead9 .phone {
	font-size: 131%;
	font-weight: bold;
	color: #736465;
}

.blockHead10 {
    background-color:#e8d0e7;
    color:#000000;
    font-size:93%;
}

.longPara 
{
	text-align: justify;
	line-height: 1.4em;
}

.smText
{
	font-size: 85%;
}

.FundDisclosure
{
	font-size: 85%;
	font-family: Arial Narrow;
}

.copyBlock {
    float:left;
    background-color:#e8d0e7;
    padding-top:8px;
    padding-right:8px;
    padding-left:8px;
    margin-bottom:-2000px;
    padding-bottom:2000px;
    line-height:1.4;
    font-size:93%;
    height:100%;
    text-align: justify;
    /*border-bottom:1px solid #000;*/
}

.chartHead {
    font-weight:bold;
    color:#fff;
    background-color:#a4459f;
    line-height:1.8462em;
    *line-height:1.8em;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align:middle;
}


/* Tabbed Content */
.tabContent {
    background-color:#e8d0e7;
}


/* Colors */
.fgroundB1 {
    color:#a4459f;
}
.bgroundB2 {
    background-color:#e8d0e7;
}

.fgroundB2 {
    color:#e8d0e7;
}


/* Lists */
.list1
{
    margin-left: 10px;
    line-height:1.3;
}

.list1 .head
{
    padding-left:5px;
    font-weight:bold;
    color:#a4459f;
}

.list1 .subHead
{
    padding-left:5px;
    font-weight:bold;
}

.list1 .subHead2
{
    padding-left:5px;
    font-weight:bold;
    background-color: #e0e0e0;
    font-size:93%;
}

.list1 li
{
    font-size:93%;
    list-style: disc outside; 
    margin-left:2em; 
}

.list2
{
    margin-left: 10px;
    line-height:1.3;
}

.list2 li
{
    font-size:85%;
    list-style: decimal outside;
    margin-left:2em; 
    margin-bottom: 7px;
    text-align: justify;
}

.list2 .question 
{
	font-weight:bold
}

.list3
{
    margin-left: 5px;
    line-height:1.3;
}

.list3 li
{
    font-size:93%;
    list-style: disc outside; 
    text-align: justify;
    margin-left:2em; 
    margin-bottom: 7px;
}

.list3 .subHead
{
    padding-left:5px;
    font-weight:bold;
}

.list4
{
    margin-left: 10px;
    line-height:1.3;
}

.list4 li
{
    font-size:93%;
    list-style: decimal outside;
    margin-left:10px; 
    margin-bottom: 7px;
    text-align: justify;
}




/* Table Formats */
.table1 {
    border-spacing:0;
    border-width:0;
    width:100%;    
}

.table1 td {
    font-size:93%;
    line-height:1.4em;
    background-color:#efefef;
    padding-left:5px;
    padding-right:25px;
}

.table1 thead th {
    font-weight:bold;
    color:#ffffff;
    background-color:#8c8c8c;
    line-height:1.7;
    padding-left:5px;
    padding-right:5px;
}

.table1 thead td {
    font-size:77%;
    font-weight:bold;
    color:#fff;
    background-color:#8c8c8c;
}

.table1 tr.subHead td {
    background-color:#e0e0e0;
    font-weight:bold;
    line-height:1.4em;
}



/* Grids */
div.grid1 .AspNet-GridView table {
    width:100%;
}

div.grid1 .AspNet-GridView table thead tr th {
    background-color:#ccadcb;
	color: #ffffff;
    font-weight:bold;
    line-height:1.5;
}
div.grid1 .AspNet-GridView table tbody tr td {
    background-color:#efefef;
    line-height:1.5;
	font-size: 85%
}
div.grid1 .AspNet-GridView table tbody tr td a {
    color:#a4459f;
}
div.grid1 .AspNet-GridView table tbody tr.AspNet-GridView-Alternate td {
    background-color:#e0e0e0;
}


div.grid2 .AspNet-GridView table {
    width:100%;
}

div.grid2 .AspNet-GridView table thead tr th {
    background-color:#ccadcb;
	color: #ffffff;
    font-weight:bold;
    line-height:1.5;
}
div.grid2 .AspNet-GridView table tbody tr td {
    background-color:#ffffff;
    line-height:1.5;
	font-size: 93%
}
div.grid2 .AspNet-GridView table tbody tr td a {
    color:#a4459f;
}


div.grid3 .AspNet-GridView table {
    width:100%;
}

div.grid3 .AspNet-GridView table thead tr th {
    background-color:#ccadcb;
	color: #ffffff;
    font-weight:bold;
    line-height:1.5;
}
div.grid3 .AspNet-GridView table tbody tr td {
    background-color:#ffffff;
    line-height:1.5;
	font-size: 93%;
	padding: 1px;
	border-bottom: solid 1px #e0e0e0;
}
div.grid3 .AspNet-GridView table tbody tr td a {
    color:#a4459f;
}


/* IPO Plus Snapshot */
.snapshotContent {
    background-color: #e8d0e7;
    display:none;
}

.currentSnapshot {
    display:block;
}

/* Tabs */
.yui-nav li {
    font-size:77%;
    text-align:left;
    margin:0;
}

.yui-nav a em {
    text-align:left;
    padding: 0.25em 0.25em;
}

/* form */

.entryForm input[type="submit"] {
    width:6em;
    padding:2px;
    background-color: #e0e0e0;
    color: #000000;
    border: solid 1px #a4459f;
    font-size: 93%;
    font-weight: bold;
    vertical-align: middle;
}
