* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
	 background: url(/Assets/Images/bg.jpg) no-repeat center top; 
	  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
     position: relative;
    min-height: 100%;
}

body {
	font: 11px Arial,Verdana,HelveticaNeueLT Std,Sans-Serif;
	color: #323C46;
    margin: 0 0 73px; /* bottom = footer height */


}


/* Elements */
a:link {
	color: #1C4B8D;
}

a:visited {
	color: #043a54;
}

a:hover, a:active {
	color: #305D93;
	text-decoration: underline;
}

a.ArrowLink01, a.ArrowLink01:hover {
	padding-left: 10px;
	background: url(/Assets/Images/bullet_arrow_01.gif) no-repeat 0 5px;
}

h1 {
}

h2 {
	color: #003b44;
}

h2.L1Header {
	font-size: 18px;
	margin-bottom: 5px;
}
/*
h2.L2Header {
	font-size: 16px;
	margin-bottom: 5px;
	color: #fbb422;
}*/

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003b44;
}

h4 {
	font-size: 14px;
	color: #ff9900;
	margin-bottom: 19px;
}

h4.TeamTitle {
	font-size: 12px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
}

img {
	border: none;
}

label {
	font-weight: normal;
}

p {
	line-height: 17px;
	margin-bottom: 20px;
	color: #3a3e41;
}

p.Footnote {
	font-size: 11px;
}

/* Tables */

/* Login Table */
table.LoginTable {
margin-left: 0;
}

table.LoginTable td {
	padding: 0 0 10px 0;
	
display: block;
}

table.LoginTable td.LabelCell {
float: left;
	text-align: left;
	display: block;
	color: #000;
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	padding-right: 5px;
}

table.LoginTable a, table.LoginTable a:hover {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

/* Latest Documents Table */
table.LatestDocumentList {
	width: 638px;
	border-top: 1px solid #e8eaee;
	/*border-right: 1px solid #e8eaee;*/
	border-bottom: 1px solid #e8eaee;
	border-left: 1px solid #e8eaee;
}

table.LatestDocumentList th {
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	text-align: left;
	border-right: 1px solid #e8eaee;
	background: #0e76bc;
}

table.LatestDocumentList th a {
	color: #fff;
	text-decoration: none;
}

table.LatestDocumentList td {
	padding: 3px 8px;
	border-right: 1px solid #e8eaee;
}

table.summary {
	clear: both;
	margin-bottom: 35px;
}

.summary th {
	font-size: 12px;
	padding: 3px 5px;
	vertical-align: middle;
	background-color: #fff;
}
/*
.summary tr {
	display: table-row;
}

.summary tr td {
	font-size: 13px;

	padding: 3px 0px;
	text-align: center;	
	empty-cells: show;
}*/

.summary tr td.al-right, table.summary tr td.BoldRow {
	text-align: right;
}

.summary a {
	text-decoration: underline;
}

/* Sorted Columns */
th a.sortedAscending {
	display: block;
	background: url(/Assets/Images/arrow_Ascending.png) no-repeat right;
	
}

th a.sortedDescending {
	display: block;
	background: url(/Assets/Images/arrow_Descending.png) no-repeat right;
}

/* Alternating Rows */
tr.oddRow td, tr.subtotal td {
	border-right: 0px solid #fff;
	background: #fff;
}

/* Content Table 01 */
table.ContentTable01 {
	width: 670px;
}

table.ContentTable01 tr.HeaderRow01 td {
	padding: 4px 5px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #2a679a;
}

table.ContentTable01 tr.HeaderRow02 td {
	padding: 4px 5px;
	text-align: center;
	font-weight: bold;
	border-bottom: none;
	background-color: #c7d7ea;
}

table.ContentTable01 tr.HeaderRow03 td {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	background-color: #c7d7ea;
}

table.ContentTable01 tr.BulletRow td {
	text-align: left;
	vertical-align: top;
}

table.ContentTable01 tr.AltRow td {
	background-color: #dfdfdf;
}

table.ContentTable01 tr.BorderCellRow01 td {
	padding-bottom: 5px;
	border-bottom: none;
	background-image: url(/Assets/Images/horizontalBorder01.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

table.ContentTable01 tr.SubBorderCellRow01 td {
	padding-top: 5px;
}

table.ContentTable01 tr.NoBottomBorder td {
	border-bottom: none;
}

table.ContentTable01 tr.WhiteRow td {
	background-color: #fff;
}

table.ContentTable01 td {
	font-size: 11px;
	vertical-align: middle;
	background-color: #e9eff7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.ContentTable01 td {
	padding: 10px 5px;
	text-align: center;
}

table.ContentTable01 td.AltColumn {
	background-color: #dfdfdf;
}

table.ContentColumnTable h5 {
	font-size: 12px;
	margin-bottom: 0px;
}

table.ContentTable01 a, table.ContentTable01 a:hover {
	text-decoration: underline;
}

table.ContentTable01 li {
}

table.ContentTable01 ul.ArrowList01 li {
}

/* 2 column content table */
table.ContentColumnTable {
	width: 670px;
	table-layout: fixed;
}

table.ContentColumnTable td {
	width: 315px;
	padding: 0 20px 20px 0;
}

/* Form Holder Table (as in the contact us form) */
div.FormHolder01 {
	float: left;
	width: 536px;
	padding: 10px;
	border: 1px solid #efefef;
}

table.FormHolderTable {
	width: 536px;
}

table.FormHolderTable tr {
	background: url(/Assets/Images/horizontalBorder_dotted01.gif) no-repeat bottom;
}

table.FormHolderTable td {
	padding: 4px 10px;
	vertical-align: top;
}

table.FormHolderTable td.LabelCell {
	width: 136px;
	text-align: right;
}

/* Table for Short List */
table.ShortListTable {
	width: 100%;
	color: #3a3e41;
}

table.ShortListTable tr {
	height: 20px;
}

table.ShortListTable td {
	padding: 5px;
	border-bottom: 1px solid #e8eaee;
}

table.ShortListTable a, table.ShortListTable a:hover {
	text-decoration: underline;
}

table.ShortListTable tr.TotalRow {
	background: #fff;
	height: 25px;
}

table.ShortListTable tr.TotalRow > td {
	border-top: solid 1px #666;
}

table.ShortListTable tr.oddRow {
	background: #f3f4f5;
}

table.ShortListTable tr.GapAbove td {
	padding-top: 35px;
}

table.ShortListTable tr.BoldRow {
	font-weight: bold;
	color: #000;
	
}

table.ShortListTable tr.Indent0 td {
	padding-left: 5px;
}

table.ShortListTable tr.Indent1 td {
	padding-left: 20px;
}

table.ShortListTable tr.Indent2 td {
	padding-left: 35px;
}

table.ShortListTable tr.Indent3 td {
	padding-left: 50px;
}

table.ShortListTable tr.Indent4 td {
	padding-left: 65px;
}

.al-right {
	text-align: right;				
}

.al-rightInv {
	text-align: right;
		background-color: #ccd8e5;
		width: 100px;
		padding: 10px !important;
		border-right: 1px solid #fff;		
}

.InvestorSummaryLink
{
	padding-bottom:10px;
}

.al-center {
	background-color: #ccd8e5;
padding: 5px !important;
		width: 100px;
}

.al-center:nth-child(1){
	background-color: #ccd8e5;
	border-right: 4px solid #fff;	
	font-size:11px;
}

.al-left

{ 
    text-align: left;
     vertical-align: bottom;
min-width: 60px;
     	
    }





.invText td a


	
	{
		text-align: left;
padding: 0px 0px 2px 0px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
		text-indent: 7px;
		}
		
		
		
.invText td a:hover


	
	{
	text-decoration: underline;
		}
		
		.classname
		
		{
			height: 8px;
			}	


	.vehText td
	
	{
	
	background-color: #1c4b8d;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-size: 16px !important;

	text-indent: 7px;
	margin-top: 10px;
	text-align: left !important;
		}
	


table.ShortListTable tr.HeadingRow {
	font-weight: bold;
	color: #fff;
	background: #0e76bc;
}

table.ShortListTable td.AmountCell {
	text-align: right;
	text-indent: 0px;
	
}


table.ShortListTable tr.IndentedRow > td.ListCell {
	text-indent: 12px;
}

/* Headers in all tables */
table h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

/* Hyperlinks in all tables 
table a, table a:hover {
	display: block;
	width: 100%;
}*/

ul {
	list-style: none;
}

ul.ArrowList01 {
	margin-bottom: 15px;
}

ul.ArrowList01 li {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(/Assets/Images/bullet_arrow_01.gif) no-repeat 0 5px;
}

/* Form Elements */
input.TextBox01 {

	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: none;
	background-color: #e9eff7;


}

textarea.TextArea01 {
	width: 360px;
	height: 70px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: none;
	background-color: #e9eff7;
}

select.DropDown01 {
	width: 362px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	border: none;
	background-color: #e9eff7;
}

div.Column01 {
	float: left;
	width: 300px;
	padding-right: 35px;
}

div.Column02 {
	float: left;
	width: 150px;
	padding-right: 20px;
}

div.Column03 {
	float: left;
	width: 450px;
}

/*  Contains the entire site and centers the layout */
div.CenteringWrapper {
	width: 1028px;
	margin: 20px auto 0 auto;
	background-color: #fff;
	height: 100%;
}

/* Top Row - Contains the header and logo area */
div.TopRow {
	float: left;
	width: 1028px;
	height: 110px;
	background: #fff;
}

div.LogoHolder {
	float: left;
	width: 180px;
	height: 60px;
	padding: 50px 0 0 22px;
	background-image: none;
}

div.LogoHolder h1 {
	margin: 0px;
	padding: 0px;
}

div.LogoHolder a {
	display: block;
	float: left;
	width: 192px;
	height: 45px;
	padding: 0 0 0 25px;
}

div.TopTitle {
	float: right;
	margin-top: 10px;
	height: 0px;
	width: 100%;
	display: none;
	padding-left: 10px;

}

div.TopTitle h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	display: none;
	visibility: hidden;
}

div.TopNavHolder {
	float: right;
	width: 700px;
	height: 38px;
	padding: 10px 35px 0 0;
	color: #77899f;
	font-size: 13px;
}

div.TopNavHolder ul {
	float: right;
}

div.TopNavHolder li {
	display: inline;
	float: left;
}

div.TopNavHolder li span {
	margin: 0 4px;
}

div.TopNavHolder a {
	text-decoration: none;
	color: #043a54;
}

div.TopNavHolder a:hover {
	text-decoration: underline;
	color: #043a54;
}

/* Middle Row - Contains the left-hand navigation, L2 images and all page content */
div.MiddleRow {
	float: left;
	width: 1028px;
	margin: 0px 0 150px 0px;
	background-color: #fff;
	padding: 0 0 25px 0;
}

/* Left Column - Contains the left-hand navigation */
div.LeftColumn {
	float: left;
	width: 280px;
}

/* Left Side Navigation */
div.LeftNavHolder {
	float: left;
	width: 220px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 80px 0 0 63px;
}

div.LeftNavHolder ul {
	float: left;
	border-top: 1px solid #e8eaee;
}

div.LeftNavHolder li {
	float: left;
	font-weight: normal;
	width: 220px;
	border-bottom: solid 1px #e8eaee;
}

div.LeftNavHolder a {
	color: #003955;
	display: block;
	font-size: 12px;
	padding: 5px 5px 5px 14px;
	text-decoration: none;
	background: url(/Assets/Images/arrow_L2Menu.gif) no-repeat 4px 10px;
}

div.LeftNavHolder a:hover {
	text-decoration: none;
	background-color: #eee;
}

div.LeftNavHolder .selected {
	font-weight: bold;
}

/* L3 Links */
div.LeftNavHolder li ul {
	float: left;
	margin: 5px 0px 5px 10px;
	border: none;
}

div.LeftNavHolder li ul li {
	clear: both;
	width: 270px;
	margin-bottom: 3px;
	border: none;
}

div.LeftNavHolder li ul a {
	width: auto;
	height: auto;
	padding: 0 0 0 8px;
	color: #043a54;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: url(/Assets/Images/bullet_arrow_L3Link.gif) no-repeat 0 5px;
}

div.LeftNavHolder li ul a:hover {
	color: #043a54;
	text-decoration: underline;
	background: url(/Assets/Images/bullet_arrow_L3Link.gif) no-repeat 0 5px;
}

div.LeftNavHolder li ul a.selected, div.LeftNavHolder li u a.selected:hover {
	color: #003b44;
	background: none;
	font-weight: normal;
	text-decoration: none;
	background: url(/Assets/Images/bullet_arrow_L3Link.gif) no-repeat 0 5px;
}

div.LeftNavHolder li ul a.selected {
	color: #003b44;
	background: none;
	font-weight: bold;
	text-decoration: none;
	background: url(/Assets/Images/bullet_arrow_L3Link.gif) no-repeat 0 5px;
}

/* L4 Links */
div.LeftNavHolder li ul li ul {
	float: left;
	width: 160px;
	margin: 5px 0 5px 10px;
	border: none;
	background-color: #fff;
}

div.LeftNavHolder li ul li ul li {
	width: 160px;
}

/* End Left Side Navigation */

/* Begin Page Sub menu */
div.PageSubMenuNavHolder {
	float: left;
	height: 38px;
	width: 640px;
	color: #77899f;
}

div.PageSubMenuNavHolder ul {
	float: left;
}

div.PageSubMenuNavHolder li {
	display: inline;
	float: left;
}

div.PageSubMenuNavHolder li span {
	margin: 0 4px;
}

div.PageSubMenuNavHolder a {
	text-decoration: none;
	color: #043a54;
}

div.PageSubMenuNavHolder a:hover {
	text-decoration: underline;
	color: #043a54;
}

div.PageSubMenuNavHolder .selected {
	font-weight: bold;
}
/* End Page Sube Menu */

/* Right Column - Contains L2 images and individual page content */
div.RightColumn {
	margin-left: 32px;
	float: left;
	width: 645px;
}

/* Main Header Images */
div.MainImageHolder {
}

div.MainImageHolder h2 {
}

div.MainImage_Portal {
}

/* Main Content - Contains all page content */
div.MainContent {
	float: left;
	width: 620px;
	min-height: 252px;
	height: auto !important;

	font-size: 12px;
	font-family: Arial !important;
	margin-top: -45px;
	
}

div.MainContent p {

	font-family: Arial !important;
}

div.MainContent ol {
margin-left: 15px;
	font-family: Arial !important;
}

.inPageTopRightLink {	  
	margin-bottom: 15px;
	float: left;
	  padding-top: 10px;
}

div.MainContent .selected
{
	font-weight: bold;
}

div.L3TitleHolder {
	width: 640px;
	float: left;
	border-bottom: dotted 1px #aeaeae;
	margin-bottom: 10px;
}

div.L3TitleHolder h3 {
	color: #08284f;
	font-family: Arial;
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 5px;
}

div.L3TitleHolder div.NameHolder {
	float: left;
	width: 400px;
}

div.L3TitleHolder div.LocationHolder {
	float: left;
	width: 270px;
}

div.L3TitleHolder div.LocationHolder span {
	float: right;
	font-weight: bold;
	font-size: 12px;
}

div.CopyHolder p, div.CopyHolder ul {
	padding-right: 34px;
}

div.CopyHolder ul {
	margin-bottom: 20px;
}

div.CopyHolder li {
}

div.ContentColumnLeft01 {
	float: left;
	width: 360px;
	padding-right: 50px;
}

div.ContentColumnRight01 {
	float: left;
	width: 260px;
}

/* Document lists - dynamically displayed nested lists */
ul.DocumentList {
	float: left;
	width: 640px;
	font-size: 12px;
}

ul.DocumentList li {
	float: left;
	width: 640px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: solid 1px #CDCFD3;
}

ul.DocumentList li ul {
	margin-bottom: 10px;
	background: #fff;
}

ul.DocumentList li ul li ul {
	float: left;
	width: 640px;
	margin: 2px 0;
	border-bottom: 1px solid #CDCFD3;
}

ul.DocumentList li ul li ul li {
	width: 640px;
	border: none;
	background: #fff;
	border-top: 1px solid #CDCFD3;
}

ul.DocumentList li a {
	line-height: 18px;
	text-decoration: none;
}

ul.DocumentList li a:hover {
	line-height: 18px;
	text-decoration: underline;
}

/* First Level accordions */
ul.DocumentList li.L0 span, ul.DocumentList li.L0_selected span {
	display: block;
	float: left;
	cursor: pointer;
	width: 610px;
	padding: 6px 15px;
	color: #fff;
	font-weight: bold;
}

ul.DocumentList li.L0 span {
	background: #CBD0D8 url(/Assets/Images/Arrow_L0.gif) no-repeat 610px 0px;
}

ul.DocumentList li.L0:hover span {
	background: #0e76bc url(/Assets/Images/Arrow_L0.gif) no-repeat 610px 0px;
}

ul.DocumentList li.L0_selected span {
	background: #0e76bc url(/Assets/Images/Arrow_L0_selected.gif) no-repeat 612px 0px;
}

/* Second Level Accordions */
ul.DocumentList li.L1, ul.DocumentList li.L1_selected {
	border-top: 2px solid #fff;
	border-bottom: none;
	width: 640px;
}

ul.DocumentList li.L1 span, ul.DocumentList li.L1_selected span {
	display: block;
	float: left;
	cursor: pointer;
	width: 600px;
	color: #043a54;
	padding: 2px 15px 2px 25px;
	font-weight: bold;
	border-top: solid 1px #CDCFD3;
	border-bottom: solid 1px #CDCFD3;
}

ul.DocumentList li.L1 span {
	background: url(/Assets/Images/bg_DocClassName.gif) no-repeat;
}

ul.DocumentList li.L1_selected span {
	background: url(/Assets/Images/bg_DocClassNameActive.gif) no-repeat;
}

ul.DocumentList li.L1_selected a {
	line-height: 18px;
	text-decoration: none;
	padding-left: 35px;
}

ul.DocumentList li.L1_selected a:hover {
	text-decoration: underline;
}

/* Due Diligence List - Simple non-dynamic document lists */
ul.DueDiligenceList {
	margin-bottom: 15px;
}

ul.DueDiligenceList li {
	margin-bottom: 10px;
}

ul.DueDiligenceList li ul {
	margin: 10px 0 15px 12px;
}

ul.DueDiligenceList li.L0 span, ul.DueDiligenceList li.L0_selected span {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background: url(/Assets/Images/arrow_L2Menu.gif) no-repeat 0 5px;
}

ul.DueDiligenceList li ul li {
	margin-bottom: 3px;
	padding-left: 10px;
	background: url(/Assets/Images/bullet_arrow_01.gif) no-repeat 0 5px;
}

ul.DueDiligenceList li ul li a {
	text-decoration: none;
}

ul.DueDiligenceList li ul li a:hover {
	text-decoration: underline;
}

/* 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/Arrow_L2Menu.gif) no-repeat 0 5px;
}

/* 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 7px;
}

div.PagingHolder a.ArrowNext {
	padding-right: 10px;
	background: url(/Assets/Images/arrow_Next.gif) no-repeat right 7px;
}

div.PagingHolder span {
	color: #fff;
	background: #fbb422;
}

div.pageCaption {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}

div.footNote 
{
	margin:5px 5px 5px 5px;
	font-style: italic;
	color: #888;
}

/* Bottom Row - Contains Footer */
div.BottomRow {

 position: absolute;
    left: 0;
    bottom: 0;
    height: 73px;
    width: 100%;

	
	font-size: 10px;
	color: #000;



	background-color: #fff;
}

div.BottomRow a {
	color: #fff;
	text-decoration: none;
}

div.BottomRow li {
	display: inline;
}

div.BottomRow li span {
	margin-left: 4px;
}

div.BottomRow a:hover {
	text-decoration: underline;
}

div.CopyrightHolder {
margin: 0 auto 0 auto;
	width: 1028px;
	padding: 20px 0 0 0px;
	font-size: 13px;
	text-align: center;
}
div.CopyrightHolder > p {
}
/* General Classes */
.required {
	color: Red;
}

.errorMessage {
	padding: 10px;
	margin: 10px 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.statusMessage {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #29c90f;
}

span.Btn01_Outer {
	border: 0 none;
	float: left;
	display: block;
	height: 25px;
	margin-right: 10px;
	padding-right: 5px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #005390;
	cursor: pointer;

}

span.Btn01_Outer_Over {
	border: 0 none;
	float: left;
	display: block;
	height: 25px;
	margin-right: 10px;
	padding-right: 5px;
	cursor: pointer;

}

input.Btn01 {
	border: 0 none;
	height: 25px;
	margin: 0;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
		background-color: #0e76bc;
		border: 1px solid #0e76bc;

}

span.Btn01_Outer_Over input.Btn01 {
	border: 0 none;
	height: 25px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	font-weight: bold;
	color: #0e76bc;
background-color: #fff;
border: 1px solid #0e76bc;
}

.spacer {
	clear: both;
}

.contentHidden
{
	display:none;
}




.loginContext .MainContent {

	margin-top: 0px;
}

.loginContext .LeftNavHolder ul {
	display:none;
}

.loginContext .LogoHolder {
background: url(/Assets/Images/clarityLogo.png) no-repeat;
width: 255px;
height: 55px;
margin-left: 40px;
padding-left: 0px;
}

.loginContext .LogoHolder img {
display: none;
}


.loginContext .LeftNavHolder {
display: none;
}

.loginContext .TopRow{
height: 60px;
background: none;
}

.loginContext .MiddleRow{

background: none;
margin: 25px 0 200px 0;

}


.loginContext .CenteringWrapper{
	width: 940px;
	margin: 173px 0 0 185px;
}


.loginContext .L3TitleHolder{
width: 353px;
padding: 5px 0 5px 0;
	float: left;
	border-bottom: solid 1px #335067;
		border-top: solid 1px #335067;
	margin-bottom: 10px;
}


.loginContext .L3TitleHolder h3{
	color: #fff;
	font-family: "Helvetica55";
	font-size: 30px;
	font-weight: normal;
padding: 0 70px 0 70px;
}


.loginContext table.LoginTable {
margin-left: 70px;
display: block;

}

.loginContext table.LoginTable td {
	padding: 0 0 5px 0;
	
display: block;
}

.loginContext table.LoginTable td.LabelCell {
float: none;
	text-align: left;
	display: block;
	color: #fff;
	font-family: "Helvetica45";
	font-size: 16px;
	
}

.loginContext input.TextBox01 {

	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: none;
	width:234px;
	height: 30px;
	background-color: #e9eff7;


}


.loginContext span.Btn01_Outer {

	background: none;
}

.loginContext span.Btn01_Outer_Over {
	
	background: none;
}


.loginContext input.Btn01 {
	border: 0 none;
	height: 37px;
	width: 100px;
	margin: 0;
	padding: 0 0 3px 5px;
	cursor: pointer;
	font-family: "Helvetica45";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: none;
	background-color: #0e76bc;
}

.loginContext span.Btn01_Outer_Over input.Btn01 {

		border: 0 none;
	height: 37px;
	width: 100px;
	margin: 0;
	padding: 0 0 3px 5px;
	cursor: pointer;
	font-family: "Helvetica45";
	font-size: 16px;
	font-weight: bold;
	color: #0e76bc;
	background: none;
	background-color: #fff;
}


@font-face {
    font-family: 'Helvetica55';
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Roman?#iefix') format('embedded-opentype'),    
    url('/Assets/Fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
     url('/Assets/Fonts/HelveticaNeueLTStd-Roman.svg') format('svg'),
    url('/Assets/Fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica45';
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Lt?#iefix') format('embedded-opentype'),    
    url('/Assets/Fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
     url('/Assets/Fonts/HelveticaNeueLTStd-Lt.svg') format('svg'),
    url('/Assets/Fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica75';
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('/Assets/Fonts/HelveticaNeueLTStd-Bd?#iefix') format('embedded-opentype'),    
    url('/Assets/Fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
     url('/Assets/Fonts/HelveticaNeueLTStd-Bd.svg') format('svg'),
    url('/Assets/Fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCN';
    src: url('/Assets/Fonts/HelveticaNeueLTStd-LtCn.eot');
    src: url('/Assets/Fonts/HelveticaNeueLTStd-LtCn?#iefix') format('embedded-opentype'),    
    url('/Assets/Fonts/HelveticaNeueLTStd-LtCn.woff') format('woff'),
     url('/Assets/Fonts/HelveticaNeueLTStd-LtCn.svg') format('svg'),
    url('/Assets/Fonts/HelveticaNeueLTStd-LtCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaCNBD';
    src: url('/Assets/Fonts/HelveticaNeueLTStd-BdCn.eot');
    src: url('/Assets/Fonts/HelveticaNeueLTStd-BdCn?#iefix') format('embedded-opentype'),    
    url('/Assets/Fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'),
     url('/Assets/Fonts/HelveticaNeueLTStd-BdCn.svg') format('svg'),
    url('/Assets/Fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.inceptionDateRange
	
	{
		
		float: left;
		margin: 20px 0 5px 0;
		color: #043a54;
		font-weight: bold;
		padding-left:5px;
		}
		
		.dateRange
		{	
			
			margin: 20px 0 5px 0;
		    color: #043a54;
				font-weight: bold;
				padding-left:5px;
			}
			
			.InvestorSummaryCurrentPeriod {	
	margin-bottom: 20px;
    width:516px;
      color: #043a54;
}

.groupBy	
	{	
		padding-bottom:25px;	
		
		width:651px;
		}
		
		.radioMargin
		{
			margin-left:3px;
		}
		
tr.border_bottom td {
  border-top:1px solid black;
  font-weight: bold;
	color: black;
  
}

.SingleLineBelowNumber
{
	text-align:right !important;
	border-bottom:1px solid !important;
	width:1px;
}  

.portal-title-client:after
{
	content: '';
	background: #d9b860;
	width: 18px;
	height: 3px;
	display: block;
	margin: 11px 0 0 0;
}

/*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;
}
