﻿body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-color: #FFFFFF;
}

.divMainContainer
{
	width: 100%;
	height: 100%;
	
}

.divHeadContent
{
    padding: 10px 0px 0px 10px;
}

.linkDownloadPDF
{
    float: right;
    font-family: Tahoma;
    font-size: 9pt;
    color: #0000FF;
    cursor: pointer;
    padding: 5px;
}

.divRight
{
    float: right;
    font-family: Tahoma;
    font-size: 9pt;
    padding: 5px;
    z-index: 9999999;
    position: absolute;
    margin-left: 80%;
}

.linkDownloadPDF:hover
{
    text-decoration: underline;
}

.divHeadContent
{
	width: 100%;
	height: 80px;
}

#labelProsName
{
    white-space: nowrap;
    width: 870px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #071B56;
}

#labelAlert
{
    font-family: Arial;
    font-weight: bold;
    font-size: 8pt;
    color: #233C7B;
    float: right;
}

#Table1
{
    width: 890px;
	height: 25px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #2965D6;
	float: left;
}

#Table1 td
{
    padding: 0px;
}

.divHead1
{
	border: solid 1px #FFFFFF;
	width: 100%;
	height: 25px;
	text-align: center;
	font-family: Arial Narrow;
	text-transform: uppercase;
	font-size: 10pt;
	background-color: #2965D6;
}

/* NavMenu Styles */
.NavSP
{
	background: url(../Images/NavMenu/Nav_Summary.gif) no-repeat; 
	width: 178px;
}

.NavP
{
	background: url(../Images/NavMenu/Nav_Prospectus.gif) no-repeat; 
	width: 138px;
}

.NavS
{
	background: url(../Images/NavMenu/Nav_SAI.gif) no-repeat; 
	width: 278px;
}

.NavAR
{
	background: url(../Images/NavMenu/Nav_Annual.gif) no-repeat; 
	width: 138px;
}

.NavSAR
{
	background: url(../Images/NavMenu/Nav_SemiAnnual.gif) no-repeat; 
	width: 158px;
}

/* NavMenu Hover Styles */
.NavSPHover
{
	background: url(../Images/NavMenu/Nav_Summary.gif) no-repeat 0 -24px; 
	width: 178px;
}

.NavPHover
{
	background: url(../Images/NavMenu/Nav_Prospectus.gif) no-repeat 0 -24px; 
	width: 138px;
}

.NavSHover
{
	background: url(../Images/NavMenu/Nav_SAI.gif) no-repeat 0 -24px; 
	width: 278px;
}

.NavARHover
{
	background: url(../Images/NavMenu/Nav_Annual.gif) no-repeat 0 -24px; 
	width: 138px;
}

.NavSARHover
{
	background: url(../Images/NavMenu/Nav_SemiAnnual.gif) no-repeat 0 -24px; 
	width: 158px;
}

.Table1CellOver
{
    border-left: solid 1px #5194FF;
    border-right: solid 1px #002192;
    background-color: #2965D6;
}

.Table1CellOver:hover, .Table1CellOut, .Table1CellOver2:hover
{
	background-color: #0B46C8;
	color: #FFFFFF;
	border-left: solid 1px #5194FF;
	border-top: solid 1px #666666;
	border-right: solid 1px #002192;
	border-bottom: solid 1px #666666;
}

#Div4
{
    width: 1024px;
    background-color: #69825B;
}

.Table1CellOver2
{
	background-color: #69825B;
	border-right: solid 1px #FFFFFF;
}

.Table1CellSelected
{
	background-color: #0B46C8;
	color: #FFFFFF;
	border-left: solid 1px #5194FF;
	border-top: solid 1px #666666;
	border-right: solid 1px #002192;
	border-bottom: solid 1px #666666;
}

#Main
{
	margin: 0px auto;
	height: 100%;
	width: 870px;
}

.pdf
{
	overflow: hidden;
}
