*
{
	margin: 0;
	padding: 0;
	outline: none;
}

body
{
	font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	color: #0b0b0b;
	height: 100%;
	background: #0e2a48;
}

html
{
	background: url(/Assets/Images/background.jpg) no-repeat center top fixed;
	height: 100%;
	overflow-y: scroll;
	-webkit-background-size: 100%;  
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;

}

/* Elements */
a
{
	color: #114886;
	text-decoration: none;
}

a:hover
{
	color: #114886;
	text-decoration: underline;
}

a:hover
{
}

a.active
{
	font-weight: bold;
}

a.ArrowLink
{
	padding-left: 8px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

a.ArrowLink_Back
{
	padding-left: 8px;
	background: url(/Assets/Images/Bullet_Arrow01_Back.gif) no-repeat 0 5px;
}

h1
{
}

h2
{
	font-size: 18px;
	font-weight: bold;
	color: #041e34;
}

h3
{
	font-size: 16px;
	color: #041e34;
	font-weight: bold;
	margin-bottom: 15px;
}

h4
{
	font-size: 15px;
	color: #041e34;
	font-weight: bold;
	margin-bottom: 11px;
}

h4.TeamTypeHeader
{
	font-size: 12px;
	color: #565656;
	margin-bottom: 5px;
	margin-left: 16px;
}

h4.TeamTypeHeader_Contacts
{
	font-size: 12px;
}

h4.TeamTypeHeader_ViewAll
{
	font-size: 18px;
	font-weight: normal;
	color: #114886;
	margin: 0 0 0px 14px;
}

h5
{
	font-size: 14px;
	color: #114886;
	font-weight: bold;
	margin-bottom: 11px;
}

h6
{
}

img
{
	border: none;
}

input.TextBox01, textarea.TextArea01
{
	width: 300px;
	padding: 3px;
	border: 1px solid #ccc;
	font: 12px Arial, Verdana, Helvitica, Sans-Serif;
	color: #041e34;
}

/* Buttons */
span.Btn01_Outer
{
	float: left;
	color: #041e34;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

span.Btn01_Outer_Over
{
	float: left;
	color: #041e34;
	margin-right: 10px;
	border: 1px solid #ccc;
	background: #ccc;
}

input.Btn01
{
	color: #041e34;
	background: #f5f5f5;
	border: none;
	padding: 2px 4px;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

span.Btn01_Outer_Over input.Btn01
{
	color: #041e34;
	background: #ccc;
}

label
{
	font-weight: normal;
	color: #041e34;
}

p
{
	margin-bottom: 15px;
	line-height: 18px;
}

/* Tables */
table.ShortListTable
{
	clear: both;
	width: 516px; /* 	border-top: 1px solid #ccc; 	border-right: 1px solid #ccc; 	border-left: 1px solid #ccc; 	*/
}

table.ShortListTable tr
{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


table.ShortListTable td
{
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}

table.ShortListTable tr.HeadingRow td
{
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	border-bottom: 1px solid #0e2a48;
	background: #0e2a48;
}

table.ShortListTable tr.GapAbove td
{
	padding-top: 50px;
}

table.ShortListTable tr.GapAbove
{
	padding-top: 70px;
	border-left: 4px solid #ff0000;
}

/*
table.ShortListTable tr.StatementHeading 
{
	font-size:12pt;	
}
*/

table.ShortListTable tr.BoldRow td
{
	font-weight: bold;
}

table.ShortListTable tr.Indent0 td
{
	padding-left: 5px;
}

table.ShortListTable tr.Indent1 td
{
	padding-left: 20px;
}

table.ShortListTable tr.Indent1CA td:first-child
{
	padding-left: 40px;
}

table.ShortListTable tr.Indent1CA td.AmountCell
{
	padding-right: 80px;
}


table.ShortListTable tr.Indent2 td
{
	padding-left: 35px;
}

table.ShortListTable tr.Indent3 td
{
	padding-left: 50px;
}

table.ShortListTable tr.Indent4 td
{
	padding-left: 65px;
}


table.ShortListTable tr.IndentedRow td
{
	padding-left: 20px;
}

table.ShortListTable tr.TotalRow td
{
	background: #f5f5f5;
}

table.ShortListTable td.AmountCell
{
	text-align: right;
}


.doubleUnderLine
{
	border-bottom: 3px double !important;
	text-align: right center !important;
}


table.ShortListTable tr.ItemRow td.TotalAmountCell
{
	text-align: right;
	border-bottom: 3px double;
}

table.LatestDocumentList
{
	clear: both;
	width: 670px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table.LatestDocumentList th
{
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	text-align: left;
	border-right: 1px solid #ccc;
	background: #0e2a48;
}

table.LatestDocumentList th a
{
	display: block;
	color: #fff;
}

table.LatestDocumentList td
{
	padding: 3px 8px;
	border-right: 1px solid #d0d9e0;
}

table.LoginTable td
{
	padding: 3px 0;
	vertical-align: top;
}

table.LoginTable td.LabelCell
{
	text-align: right;
	padding-right: 10px;
}

table.LoginTable td.TopNoteCell
{
	padding-bottom: 15px;
}

table.FormHolderTable td
{
	padding: 3px 0;
	vertical-align: top;
}

table.FormHolderTable td.LabelCell
{
	text-align: right;
	padding-right: 10px;
}

table.FormHolderTable td.TopNoteCell
{
	padding-bottom: 15px;
}

/* Sorted Columns */
th a.sortedAscending
{
	display: block;
	background: url(/Assets/Images/arrow_Ascending.gif) no-repeat right;
}

th a.sortedDescending
{
	display: block;
	background: url(/Assets/Images/arrow_Descending.gif) no-repeat right;
}

/* Alternating Rows */
tr.oddRow td
{
	border-right: 1px solid #d0d9e0;
	background: #f5f5f5;
}

table.ShortListTable tr.oddRow td
{
	border-right: none;
	background: transparent;
}

ul
{
	list-style: none;
}

/* Dynamically displayed document lists */
ul.DocumentList
{
	float: left;
	width: 660px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #ccc;
	background: #fff;
}

/* Top level */
ul.DocumentList li.L0, ul.DocumentList li.L0_selected
{
	float: left;
	padding-bottom: 1px;
}

ul.DocumentList li.L0 span, ul.DocumentList li.L0_selected span
{
	display: block;
	float: left;
	width: 648px;
	padding: 6px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	background: #0e2a48;
}

ul.DocumentList li.L0_selected span
{
}

/* First nested level*/
ul.DocumentList ul.DocumentList
{
	padding: 0px;
	border: none;
}

ul.DocumentList li.L1, ul.DocumentList li.L1_selected
{
	float: left;
	margin-top: 1px;
}

ul.DocumentList li.L1 span, ul.DocumentList li.L1_selected span
{
	display: block;
	float: left;
	width: 632px;
	padding: 6px 6px 6px 22px;
	color: #0b0b0b;
	font-weight: bold;
	cursor: pointer;
}

ul.DocumentList li.L1 span
{
	background: #f5f5f5 url(/Assets/Images/Accordion_PlusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList li.L1_selected span
{
	background: #f5f5f5 url(/Assets/Images/Accordion_MinusSign.gif) no-repeat 6px 9px;
}

/* Second nested level*/
ul.DocumentList li.L2, ul.DocumentList li.L2_selected
{
	float: left;
	margin-top: 1px;
}

ul.DocumentList li.L2 span, ul.DocumentList li.L2_selected span
{
	display: block;
	float: left;
	width: 458px; /*482*/
	padding: 6px 6px 6px 22px;
	color: #0b0b0b;
	font-weight: bold;
	cursor: pointer;
}

ul.DocumentList li.L2 span
{
	background: #f5f5f5 url(/Assets/Images/Accordion_PlusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList li.L2_selected span
{
	background: #f5f5f5 url(/Assets/Images/Accordion_MinusSign.gif) no-repeat 6px 9px;
}

ul.DocumentList ul.DocumentList ul
{
	float: left;
	width: 625px;
	padding: 5px 6px 5px 23px;
}

ul.DocumentList ul.DocumentList ul li
{
	margin-bottom: 3px;
}

ul.DocumentList ul.DocumentList ul.DocumentList ul
{
	float: left;
	width: 457px; /*481px*/
	padding: 5px 6px 5px 23px;
}

/* Document Lists with no display toggling */
ul.DueDiligenceList li.L0 span, ul.DueDiligenceList li.L0_selected span
{
	font-weight: bold;
}

ul.DueDiligenceList ul
{
	margin-bottom: 15px;
	padding: 5px 0 0 10px;
}

ul.DueDiligenceList ul li
{
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

/* Straight up list of links */
ul.FlatDocumentList
{
	clear: both;
	margin-bottom: 15px;
}

ul.FlatDocumentList li
{
	margin-bottom: 4px;
	padding-left: 10px;
	background: url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0 5px;
}

/* Styles by Site Structure */
div.MainWrapper
{
	float: left;
	width: 100%;
	background: #ebebeb url(/Assets/Images/BG_MainWrapper.gif) repeat-x 0 0;
}

div.CenteringWrapper
{
	width: 1000px;
	margin: 0px auto;
}

div.HeaderWrapper
{
	float: left;
	width: 919px;
	height: 126px;
}

div.LogoHolder
{
	float: left;
	position: relative;
	width: 290px;
	height: 126px;
}

div.LogoHolder h1
{
	position: absolute;
	top: 48px;
	left: 28px;
}

/* Top Nav */
div.TopNavHolder
{
	float: left;
	width: 629px;
	height: 126px;
}

div.TopNavHolder ul
{
	float: right;
	margin: 93px 10px 0 0;
}

div.TopNavHolder li
{
	float: left;
	display: inline;
	color: #0b0b0b;
}

div.TopNavHolder li span
{
	margin: 0px 9px;
}

div.TopNavHolder a
{
	color: #0b0b0b;
	text-transform: uppercase;
	text-decoration: none;
}

div.TopNavHolder a:hover
{
	text-decoration: underline;
}

div.MiddleWrapper
{
	float: left;
	width: 1000px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0px 10px 75px 10px;
	border-top: 10px solid #fff;
	background: #fff url(/Assets/Images/BG_MiddleWrapper.gif) repeat-y 692px 0px;
}

div.LeftContentWrapper
{
	float: left;
	width: 690px;
	display: inline;
	margin-right: 6px;
}

div.SectionHeader
{
	float: left;
	width: 683px;
	margin-bottom: 20px;
	padding: 2px 0px;
	border-top: 6px solid #f5f5f5;
	border-bottom: 6px solid #f5f5f5;
}

div.SectionHeader h2
{
	display: block;
	width: 655px;
	padding: 6px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}

div.ContentHolder
{
	float: left;
	width: 670px;
	padding-right: 10px;
}

/* Paging Controls */
div.PagingHolder a, div.PagingHolder span
{
	display: block;
	float: left;
	padding: 2px 3px;
	margin-right: 2px;
}

div.PagingHolder a
{
	text-decoration: none;
}

div.PagingHolder a:hover
{
	text-decoration: underline;
}

div.PagingHolder a.ArrowPrev
{
	padding-left: 10px;
	background: url(/Assets/Images/arrow_Prev.gif) no-repeat 0 6px;
}

div.PagingHolder a.ArrowNext
{
	padding-right: 10px;
	background: url(/Assets/Images/arrow_Next.gif) no-repeat right 6px;
}

div.PagingHolder span
{
	border: 1px solid #ccc;
}

div.pageCaption
{
	width: 670px;
	padding-right: 28px;
	margin-bottom: 15px;
	font-size: 12px;
}

div.footNote
{
	float: left;
	width: 500px;
	padding-right: 28px;
	margin-bottom: 15px;
	color:Black;
	padding-left:10px;
}

div.RightContentWrapper
{
	float: left;
	width: 280px;
}

div.MainImageHolder
{
	float: left;
	min-height: 166px;
	height: auto !important;
	height: 166px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 6px solid #f5f5f5;
}

div.SideNav
{
	float: left;
	width: 302px;
	margin-top: 4px;
	padding-bottom: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 6px solid #f5f5f5;
}

div.loginContext div.SideNav, div.disclaimerContext div.SideNav
{
	display: none;
}


div.SideNav ul
{
	float: left;
}

div.SideNav li
{
	display: block;
	float: left;
	width: 302px;
	border-bottom: 1px solid #ccc;
}

div.SideNav li a
{
	display: block;
	float: left;
	width: 267px;
	padding: 0 10px 0 25px;
	line-height: 23px;
	background: #fff url(/Assets/Images/Arrow_SideNav_Off.gif) no-repeat 10px 8px;
}

div.SideNav li a:hover
{
	text-decoration: none;
	background: #f5f5f5 url(/Assets/Images/Arrow_SideNav_Over.gif) no-repeat 10px 8px;
}

div.SideNav li a.selected, div.SideNav li a.selected:hover
{
	color: #fff;
	text-decoration: none;
	background: #0e2a48 url(/Assets/Images/Arrow_SideNav_Active.gif) no-repeat 10px 8px;
}

div.SideNav li ul
{
	padding: 5px 5px 8px 25px;
}

div.SideNav li li
{
	clear: both;
	width: auto;
	height: auto;
	border: none;
}

div.SideNav li li a
{
	width: auto;
	padding: 0 10px;
	line-height: normal;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.SideNav li li a:hover
{
	text-decoration: underline;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.SideNav li li a.selected, div.SideNav li li a.selected:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #114886;
	background: #fff url(/Assets/Images/Bullet_Arrow01.gif) no-repeat 0px 5px;
}

div.BottomWrapper
{
	float: left;
	width: 100%;
	background: url(/Assets/Images/BG_BottomWrapper.gif) repeat-x 0 0;
}

div.FooterWrapper
{
	float: left;
	width: 1020px;
	padding: 26px 0 0 0;
	color: #dde1e5;
	font-size: 11px;
	background: url(/Assets/Images/BG_FooterWrapper.gif) repeat-x 0 0;
}

div.FooterNavHolder
{
	float: left;
	width: 329px;
	height: 30px;
	padding-left: 28px;
}

div.FooterNavHolder li
{
	float: left;
	display: inline;
	margin-right: 55px;
}

div.FooterNavHolder a
{
	color: #9ca7b4;
	text-decoration: none;
}

div.FooterNavHolder a:hover, div.FooterNavHolder a.active, div.FooterNavHolder a.active:hover
{
	color: #fff;
	text-decoration: none;
}

div.CopyrightHolder
{
	float: left;
	width: 630px;
	padding-right: 30px;
}

div.CopyrightHolder p
{
	float: right;
	text-align: right;
	color: #9ca7b4;
}

div.CopyrightHolder a
{
	color: #9ca7b4;
	text-decoration: none;
}

div.CopyrightHolder a:hover, div.CopyrightHolder a.active, div.CopyrightHolder a.active:hover
{
	color: #fff;
	text-decoration: none;
}

/* General Classes */
.errorMessage
{
	color: Red;
	font-weight: bold;
}

.required
{
	color: Red;
}
.contentHidden
{
	display: none;
}

.loginContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.publicContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.standardContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.disclaimerContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.resetPasswordContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.forgotPasswordContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.termsOfUseContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}

.contactUsContext .MainWrapper .CenteringWrapper .TopNavHolder .loggedInAs
{
	display: none;
}


.al-right
{
	text-align: right;
}


.al-center
{
	text-align: center;
}

.textUnderline
{
	/* text-decoration:underline;     text-align: right;*/
	border-bottom: 1px solid !important;
	text-align: right !important;
}

.numberUnderline
{
	text-align: right;
	border-bottom: 3px double;
}

input.TextBox02
{
	width: 300px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: none;
	background-color: #e9eff7;
}

.latestDocTitle
{
	width: 310px;
}
.latestDocFund
{
	width: 80px;
}

.inPageTopRightLink
{
	width: 516px !important;
	margin-bottom: 30px;
}

.InceptionToDateTopRightLink
{	
	width: 516px !important;  
	margin-bottom: 15px;
	float: left;
	padding-top: 10px;
	display:none;
}

.InvestorSummaryLink  {	
	margin-bottom: 20px;
    width:516px;
}
.inceptionDateRange	
	{		
		float: left;
		margin: 20px 0 5px 0;
		font-weight: bold;
		display: none;	
		}





.BackLink
{	
    background-color: #08c !important;
    position: absolute;
    
    top: -18px !important; 
}

.BackLink a
{
	color:White;
}

.MHTHolderTable td
{	
	overflow-x:visible !important;
}
/*

.casLabelPrint {
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    top: -7px;
    right: -126px;
    border: 0px solid #666;
    padding: 4px 8px 0px 0px;
}

.casLabelPrint a
{
	border: 1px solid #bfd0e3;
    padding: 5px 5px 5px 5px; 
    background-color:White;
}

.DownloadExcelLink,.DownloadExcelLinkDrillDown
{	
	width:50%;
	position: absolute;
    top: -3px;
    right:-32px;
    text-align: right;
    display: inline-block;      
}

.DownloadExcelLink a,.DownloadExcelLinkDrillDown a

{
	background: url(/Assets/Images/icon_xls.png) no-repeat 10px;	
	border: 1px solid #bfd0e3;
    padding: 5px 5px 5px 30px; 
    background-color:White;
} 
*/





/*Legal Disclaimer*/
.legaldisclaimer{
    font-family:"ArialNarrow", Helvetica, sans-serif!important;
    padding: 30px;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0.02em;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    position: relative;
}

.w768 .legaldisclaimer{
    padding:20px;
}

.w600 .legaldisclaimer{
    padding:15px;
}

.legaldisclaimer .date{
    padding:0 0 20px 0;
}

.legaldisclaimer h2{
    font:normal 16px "ArialNarrowBold", Helvetica, sans-serif;
    line-height: 16px; 
    width:100%;
    display: block;
    color:#002247;
    letter-spacing: 0.02em;
    padding-bottom:5px;
}

.legaldisclaimer a{
    color:#007bc3;
}

.legaldisclaimer a:hover{
   text-decoration: underline;
   color:#002247;
}

.if-client #ctl00_mainContent_AgreeButton{
                height:auto;
                -webkit-appearance: none;
            width:100px;
            padding:11px 11px 12px 11px;
         border:1px solid #007bc3;
        color:#ffffff!important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font:normal 16px "ArialNarrowBold", Helvetica, sans-serif!important;
        display: inline-block;
        background: #007bc3;
        -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
        transition:         all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
            margin-right:5px;
}

.if-client #ctl00_mainContent_AgreeButton:hover{
                background:#002247;
        color:#ffffff;
        border:1px solid #002247;
}

.if-client #ctl00_mainContent_DisagreeButton{
                                height:auto;
                -webkit-appearance: none;
            width:100px;
            padding:11px 11px 12px 11px;
        color:#007bc3!important;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font:normal 16px "ArialNarrowBold", Helvetica, sans-serif!important;
        display: inline-block;
            border:1px solid #007bc3;
            background:#ffffff;
}

.if-client #ctl00_mainContent_DisagreeButton:hover{
                            color:#002247!important;
            border:1px solid #002247;
}

.if-client .legalDisclaimerButtons {
                display: table-row;
    text-align: center;

}

/*New CSS rule for Legal page*/

.legaldisclaimer-scroller{
    width:100%;
    display: block;
    padding-right:15px;
    overflow-y: scroll;
    height:500px;
    scrollbar-color: #b2b2b2 white;
    scrollbar-width: thin;
}

.legaldisclaimer-scroller::-webkit-scrollbar {
  width: 7.5px;
}

.legaldisclaimer-scroller::-webkit-scrollbar-track {
  background: white;
}

.legaldisclaimer-scroller::-webkit-scrollbar-thumb {
  background: #b2b2b2;
  border-right: 1px solid white;
}

.w768 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:700px;
}

.w600 .legaldisclaimer-scroller{
    overflow-y: scroll;
    height:350px;
}

.legaldisclaimer_button{
    width:100%;
    display: block;
    padding:20px 0 0 0;
    text-align: center;
    border-top:1px solid #cfcfcf;
}

@media screen and (max-width: 1024px) {
                
.if-client .legalTitleHolder{
                padding-bottom:0;
                }              

.if-client .legalTitleHolder > div{
                                  width:100%;
                }              
                
.if-client table.ContactFormHolderTable {
height: calc(100% - 240px);
}              
                
.if-client .legalDisclaimerButtons td{
   height: auto;
    padding: 0;
    width: 100%;
    background: #fff;
    position: relative;
}

.if-client .legalDisclaimerButtons td div{
                width: 100%;
    display: block;
    position: absolute;
    top: 0;
    background: #fff;
    border-top: 1px solid #cfcfcf;
    padding-top: 10px;
                padding-bottom:15px;
}
}

.if-client #resultsWrapper{
  padding:0 13px 20px 13px;
}

.w1024 .if-client #resultsWrapper,
.w768 .if-client #resultsWrapper,
.w600 .if-client #resultsWrapper{
    padding-left:0;
    padding-right:0;
}



.if-client .legalTitleHolder {
   padding-bottom: 0;
                padding-left:0;
}

.if-client #searchWrapper,#searchWrapper1 {
    display: inline-block;
    margin-top: 15px;
    position: relative;
    text-align: right;
    vertical-align: top;
}



