* {
	margin: 0;
	padding: 0;
	outline: none;
}



html {
	overflow-y: scroll;
	 background: url(/Assets/Images/background.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%;
}

 .loginContext html  {

	overflow-y: scroll;
	 background: url(/Assets/Images/background.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 'FuturaBook';
	color: #fff;
    margin: 0 0 73px; /* bottom = footer height */


}


/* Elements */
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #000000;
	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 {
	


}

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: 10px;
/*	color: #fff; */
}

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 {

	text-align: left;
	display: block;
	color: #fff;
	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: 0px solid #e8eaee;
	/*border-right: 1px solid #e8eaee;*/
	border-bottom: 0px solid #e8eaee;
	border-left: 0px solid #e8eaee;
}

table.LatestDocumentList th {
	font-weight: bold;
	color: #fff;
	padding: 6px 8px;
	text-align: left;
	border-right: 0px solid #e8eaee;
	background: #70aaea;
}

table.LatestDocumentList th a {
	color: #fff;
	text-decoration: none;
}

table.LatestDocumentList td {
	padding: 3px 8px;
	border-right: 0px solid #e8eaee;
		background-color: #fff;
		color: #000;
}
table.LatestDocumentList td a{

		color: #000;
}







/* 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: #ebebeb;
	color: #000;
}
tr.oddRow td a, tr.subtotal td a{

	color: #000;
}
/* 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: 600px;
	padding: 10px;

}

table.FormHolderTable {
	width: 600px;
}

table.FormHolderTable tr {
	background: url(/Assets/Images/horizontalBorder_dotted01.gif) no-repeat bottom;
}

table.FormHolderTable td {
	padding: 4px 10px;

}

table.FormHolderTable td.LabelCell {
	width: 200px;
	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;
	vertical-align: bottom;
	padding: 0 7px;
		
}

.al-center {
	background-color: #ccd8e5;
padding: 5px !important;
		width: 100px;
}

.al-center:nth-child(1){
	background-color: #ccd8e5;
	border-right: 4px solid #fff;
	
}

.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;
		}
		
			

	.vehText td a
	
	{
		text-align: left;
	background-color: #1c4b8d;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	margin: 0;
	text-indent: 7px;
	margin: 10px 0 0 0;
		}
		.vehText td a:hover
	
	{
		
	background-color: #fbb422;
color: #000;
		}	


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 */

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: 100%;
	margin: 0px auto 0 auto;

}

/* Top Row - Contains the header and logo area */
div.TopRow {


	
width: 100%;
	  height:92px !important;

}

div.LogoHolder {

	width: 1024px;
	padding: 22px 0 10px 16px;

margin: 0 auto;


}
div.LogoHolder img {

	width: 200px;
	height: auto;


}
div.LogoHolder h1 {
	margin: 0px;
	padding: 0px;
}

div.LogoHolder a {
	display: block;
	float: left;
	width: 192px;
	height: 45px;
	padding: 0 0 0 25px;
}

div.LogoHolder li {
	display: inline-block;
width: auto;

color: #fff;
}

div.LogoHolder li a{
	display: inline-block;
width: auto;

color: #fff;
}

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 {
	width: 700px;
float: right;
	padding: 0px 35px 0 0;
	color: #77899f;

    font-size:19px;
    padding: 0.3em 0.2em 0.3em 0.9em;
}

div.TopNavHolder ul {
	float: right;
}

div.TopNavHolder li {
	display: inline;
	float: left;
	
}

div.TopNavHolder li span {
display: none;
}

div.TopNavHolder a {
	text-decoration: none;
	color: #043a54;
	
}

div.TopNavHolder a:hover {

	color: #70aaea;
}

/* Middle Row - Contains the left-hand navigation, L2 images and all page content */
div.MiddleRow {

	width: 1024px;
	margin: 35px auto 150px auto;
background-color: rgba(0, 42, 84, 0.90);
	padding: 0 0 25px 0;
min-height: 500px;
overflow: auto;

}

/* Left Column - Contains the left-hand navigation */
div.LeftColumn {
	float: left;
	width: 280px;
}

/* Left Side Navigation */
div.LeftNavHolder {
	float: left;
	width: 240px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	margin: 25px 0 0 25px;
}

div.LeftNavHolder ul {
	float: left;

}

div.LeftNavHolder ul:first-child {
border-top: none !important;

}
div.LeftNavHolder li {
	float: left;
	font-weight: normal;
	width: 240px;
	border-top: 0px;
	border-bottom: solid 1px #e8eaee;
}


div.LeftNavHolder li:first-child {
border-top: solid 1px #eeeeee !important;
}

div.LeftNavHolder a {
	color: #70aaea;
	display: block;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;

}

div.LeftNavHolder a:hover {
	text-decoration: underline;


}

div.LeftNavHolder .selected {
	font-weight: bold;
	color: #fff;
}

/* L3 Links */
div.LeftNavHolder li ul {
	float: left;
	margin: 0px 0px 3px 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;

	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
padding: 0px 0 3px 0px;


}

div.LeftNavHolder li ul a:hover {

	text-decoration: underline;

}

div.LeftNavHolder li ul a.selected, div.LeftNavHolder li u a.selected:hover {
	color: #fff;
	background: none;
	font-weight: normal;
	
	
}

div.LeftNavHolder li ul a.selected {
font-weight: bold;
	background: none;
	font-weight: bold;

}

/* 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;
	margin-top: 20px;
	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: 600px;
	min-height: 252px;
	height: auto !important;

	font-size: 12px;
	font-family: Arial !important;

	
}

div.MainContent p {

	font-family: Arial !important;
}

div.MainContent ol {
margin-left: 15px;
	font-family: Arial !important;
}

.inPageTopRightLink {
	margin-bottom: 20px;
	width:100%;
}

div.MainContent .selected
{
	font-weight: bold;
}

div.L3TitleHolder {

	float: left;
	margin-bottom: 10px;
}

div.L3TitleHolder h3 {
	color: #fff;
	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: 0px;
	margin-bottom: 0px;

}

ul.DocumentList li ul {
	margin-bottom: 10px;
	background: #fff;
}

ul.DocumentList li ul li ul {
	float: left;
	width: 640px;
	margin: 0px 0;

}

ul.DocumentList li ul li ul li {
	width: 640px;
	border: none;
	background: #fff;

}

ul.DocumentList li a {
	line-height: 18px;
	text-decoration: none;
	color: #0d123b;
}

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: #0d123b;
	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: #70aaea url(/Assets/Images/Arrow_L0.gif) no-repeat 610px 0px;
}

ul.DocumentList li.L0_selected span {
	background: #70aaea url(/Assets/Images/Arrow_L0_selected.gif) no-repeat 612px 0px;
}

/* Second Level Accordions */
ul.DocumentList li.L1, ul.DocumentList li.L1_selected {

	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;


}

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: 0px;

}

/* Paging Controls */
div.PagingHolder a, div.PagingHolder span {
	display: block;
	float: left;
	padding: 2px 0px;
	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;

}

div.pageCaption {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}

div.footNote {
	float: left;
	width: 640px;
	margin-bottom: 15px;
	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: #fff;



background-color: rgba(0, 42, 84, 0.90);
}

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 
{
	color: #fff;
}
/* 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;
margin-bottom: 10px;
}

span.Btn01_Outer_Over {
	border: 0 none;
	float: left;
	display: block;
	height: 25px;
	margin-right: 10px;
	padding-right: 5px;
	cursor: pointer;
margin-bottom: 10px;
}

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;

	color: #fff;
		background-color: #70aaea;
		border: 1px solid #70aaea;

}

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: 50px 0px 0px 130px;
background-color: rgba(0, 42, 84, 0.90);
width: 439px;
}

.loginContext .LeftNavHolder ul {
	display:none;
}

.loginContext .LogoHolder {






}

.loginContext .LogoHolder img {

}


.loginContext .LeftNavHolder {
display: none;
}

.loginContext .TopRow{


}

.loginContext .MiddleRow{

background: none;


}


.loginContext .CenteringWrapper{
	width: 100%;
	margin:0;
}


.loginContext .L3TitleHolder
{
	margin: 30px 0 0 0px;
border: none;
padding: 5px 0 5px 0;
	float: left;

margin-bottom: 10px;
}


.loginContext .L3TitleHolder h3{
	color: #fff;
	font-family: "FuturaBook";
	font-size: 30px;
	font-weight: normal;
padding: 0 70px 0 45px;
}


.loginContext table.LoginTable {
margin-left: 45px;
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: "FuturaBook";
	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: #363636;
	border: 1px solid #6a6a68;
color: #fff;

}


.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: "UniversLight";
	font-size: 19px;

	color: #fff;
	background: none;
	background-color: #70aaea;
}

.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: "UniversLight";
	font-size: 19px;

	color: #002a54;
	background: none;
	background-color: #70aaea;
}
/*---------------------------------------------------------------------------------------*/
/*---------------------------Frequently Asked Questions : START--------------------------*/
/*---------------------------------------------------------------------------------------*/
.pnlNoData
{
}

.lblNoData
{
    color:Red;
}

.pnlCategoryList
{
    padding-bottom:25px;
}

.lblCategoryList
{
    color: #005696;
    font: bold 16px Arial,Verdana,sans-serif;
    margin: 0 0 0 2px;
    padding-right:5px;
}

.lstCategoryList
{
    color: #000000;
    font: 13px Arial,Verdana,sans-serif;
    height: 22px;
    padding-left:5px;
    width: 300px;
}

.lstFAQCategory
{
    width:640px;
}

.itmFAQCategory
{
    margin-top:10px;
}

.lnkFAQCategory
{
    text-decoration:none;
}

.lnkFAQCategory:hover
{
    text-decoration:none;
    font-weight:bold;
}

.lblFAQCategory
{
    background:#CBD0D8 url("/Assets/Images/Arrow_L0.gif") no-repeat scroll 610px 0;
    color:#003955;
    display:block;
    padding:6px 10px 8px 10px;
}

.lblFAQCategorySelected
{
    background: #0e76bc url("/Assets/Images/Arrow_L0_selected.gif") no-repeat scroll 612px 0;
    color:#003955;
    display:block;
    padding:6px 10px 8px 10px;
}

.btnFAQCategory
{
    display:none;
}

.lstFAQ
{
    width:640px;
}

.itmFAQ
{
    margin-top:10px;
}

.lnkFAQ
{
    text-decoration:none;
}

.lnkFAQ:hover
{
    text-decoration:none;
    font-weight:bold;
}

.lblFAQQuestion
{
    background:#f9f9f9 url("/Assets/Images/Arrow_L1.gif") no-repeat 733px 9px;
    color:#015696;
    display:block;
    padding:6px 10px 8px 10px;
}

.lblFAQQuestionSelected
{
    background:#e9eaee url("/Assets/Images/Arrow_L1_selected.gif") no-repeat 733px 9px;
    color:#000000;
    display:block;
    padding:6px 10px 8px 10px;
}

.btnFAQ
{
    display:none;
}

.pnlFAQAnswer
{
    border:solid 1px #e9eaee;
}

.lblFAQAnswer
{
    background-color:#e9eaee;
    color:#656565;
    display:block;
    padding:12px 10px 8px;
}

.lstFAQDocument
{
    background-color:#ffffff;
    margin-left:10px;
    margin-right:10px;
    width:740px;
}

.itmFAQDocument
{
    margin-bottom:5px;
}

.lnkFAQDocument
{
    color:#015696;
    font: 13px Arial,Verdana,sans-serif;
    text-decoration:none;
}

.lnkFAQDocument:hover
{
    color:#000000;
    font: 13px Arial,Verdana,sans-serif;
    text-decoration:none;
}

.lstFAQLink
{
    background-color:#ffffff;
    margin-left:10px;
    margin-right:10px;
    width:740px;
}

.itmFAQLink
{
    margin-bottom:5px;
}

.lnkFAQLink
{
    color:#015696;
    font: 13px Arial,Verdana,sans-serif;
    text-decoration:none;
}

.lnkFAQLink:hover
{
    color:#000000;
    font: 13px Arial,Verdana,sans-serif;
    text-decoration:none;
}


/*
.myprofileHolder {
	width: 260px;	
}*/

table.MyProfileTable {
	width: 640px;	
}

input.TextBox02 {
	width: 300px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	border: none;
	background-color: #e9eff7;
}


/*---------------------------------------------------------------------------------------*/
/*---------------------------Frequently Asked Questions : END  --------------------------*/
/*---------------------------------------------------------------------------------------*/



@font-face {
    font-family: 'FuturaBook';
    src: url('/Assets/fonts/FuturaStd-Book.eot');
    src: url('/Assets/fonts/FuturaStd-Book?#iefix') format('embedded-opentype'),    

     url('/Assets/fonts/FuturaStd-Book.svg') format('svg'),
    url('/Assets/fonts/FuturaStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'UniversLight';
    src: url('/Assets/fonts/universltstd-light.eot');
    src: url('/Assets/fonts/universltstd-light?#iefix') format('embedded-opentype'),    
     url('/Assets/fonts/universltstd-light.woff') format('woff'),
     url('/Assets/fonts/universltstd-light.svg') format('svg'),
    url('/Assets/fonts/universltstd-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




.SessionExpiredHolder_Outer

{
	



	}

.SessionExpiredHolder_Inner

{
   bottom: 0;

    left: 35%;
    margin: auto;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 35%;
    

	}
.SessionExpiredHolder_Inner h2

{
  color: #fff;

	}



.SessionExpiredHolder_Inner a

{
  color: #70aaea;

	}
	
	
	.SessionExpiredHolder_Inner .errorMessage

{
font-size: 15px;
padding: 0;
	}
	
	
	.CopyHolder01
	
	{
		width: 600px;
		
		}
		/* Tables */
table.ShortListTable {
	clear: both;
	width: 800px;
	padding:10px;
	border-spacing:0;
	margin:0;
	/*
	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.GapBelow td 
{
    padding-bottom:30px;
}
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.ShortListTable tr.oddRow td {
	border-right: none;
	background: transparent;
}
ul {
	list-style: none;
}
/* Styles by Site Structure */
div.MainWrapper {
	float: left;
	width: 100%;
}
div.CenteringWrapper {
	width: 1050px;
	margin: 0px auto;
}
div.HeaderWrapper {
	float: left;
	width: 1050px;
	height: 126px;
}
div.MiddleWrapper {
	float: left;
	width: 1050px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0px 0px 75px 0px;
margin-top: 19px;
	background-color: #fff;
	position: relative;
}
div.LeftContentWrapper {
	float: left;
	width: 690px;
	display: inline;
	margin-right: 6px;
}
.loginContext .LeftContentWrapper {
	float: left;
	width: 100%;
	display: inline;
	margin-top: 190px;
}
.loginContext .SectionHeader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 2px 0px;
background-color: #fff;
}
.loginContext .SectionHeader h2 {
	display: block;
margin: 0 0 0 10px;
	padding: 0px 0 5px 10px;
	color: #b17129;
	font-size: 30px;
	font-family: Times New Roman, Serif;
	text-transform: capitalize;
	font-weight: normal;
	border-bottom: 1px solid #e4ceb5;
}
div.SectionHeader {
	float: left;
	width: 1050px;
	margin-bottom: 20px;
	padding: 0px 0px;
	background-color: #575147;
	height: 80px;
	border-top: 1px solid #fff;
	vertical-align: middle;
}
div.SectionHeader h2 {
	display: block;
margin: 0 0 0 10px;
	padding: 5px 15px 5px 10px;
	color: #fff;
	font-size: 22px;
	font-family: Times New Roman, Serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.0em;
	height: 65px;
	vertical-align: bottom;
	display: table-cell;
}
div.ContentHolder {
	float: left;
	width: 800px;
	padding-right: 10px;
	padding-left: 20px;
}
#irrDataGroup, #DPIDataGroup, #TVPIDataGroup
{
	float: left;	
	font-size: 25px;
	padding: 20px 5px 20px 10px;
	border: 1px solid #385d8a;
	margin: 0 10px 0 0;
	width: 210px;
	text-align: center;
	position: relative;
	background-color: #f4f1ed;
	}
	#irrDataGroup td:nth-child(2)
	{
		display: none;
		}
		#DPIDataGroup td:nth-child(2)
	{
		display: none;
		}
			#TVPIDataGroup td:nth-child(2)
	{
		display: none;
		}
.tooltip
{
top:5px;
right: 5px;
position: absolute;
content:url(/Assets/images/ico-question.png) no-repeat right;
	}
	.inceptionDateRange
	{
		float: left;
		margin: 20px 0 5px 0;
		color: #b17129;
		font-weight: bold;
		}
		.dateRange
		{	
			margin: 20px 0 5px 0;
		    color: #b17129;
				font-weight: bold;
			}
			.dateRangeDrillDown
		{	
			margin: 20px 0 5px 0;
		    color: #b17129;
				font-weight: bold;
			}
		#dataGroup
		{ border-spacing: 0;
			padding: 10px;
			width: 651px;
			margin: 0;
			border: 1px solid #385d8a;
				background-color: #f4f1ed;
			}
		#dataGroup td
		{
			padding: 4px 0 4px 0;
		border-bottom: 1px solid #cccccc;
			}
		#ThirddataGroup
					{
			padding: 10px;
			width: 651px;
			margin: 0;
		    border: 1px solid #385d8a;
		    	background-color: #f4f1ed;
		    	 border-spacing: 0;
			}
			#ThirddataGroup td
		   {
		   	margin: 0px;
	padding: 4px 0 4px 0;
		border-bottom: 1px solid #cccccc; 
			}
				#ThirddataGroup td.AmountCell
		   {
	border-bottom: 1px solid #cccccc;
			}
			#ThirddataGroup tr.ItemRow td
			{
			margin-bottom: 20px;
		    }
		    /*Start of fourth group*/
		    #FourthdataGroup
					{
			padding: 10px;
			width: 651px;
			margin: 0;
		    border: 1px solid #385d8a;
		    	background-color: #f4f1ed;
		    	 border-spacing: 0;
			}
			#FourthdataGroup td
		   {
		   	margin: 0px;
	padding: 4px 0 4px 0;
		border-bottom: 1px solid #cccccc; 
			}
				#FourthdataGroup td.AmountCell
		   {
	border-bottom: 1px solid #cccccc;
			}
			#FourthdataGroup tr.ItemRow td
			{
			margin-bottom: 20px;
		    }
		    /*End of fourth table*/
		#dataGroup td.al-right
		{
			text-align: right;
			}
			.al-rightInv {
	text-align: right;		
		width: 100px;
		padding: 10px !important;
		border-right: 1px solid #fff;		
}
table.ThirdGroup tr.GapAbove td{
	padding-top: 40px !important;
}
table.ThirdGroup tr.GapBelow  td
{
    padding-bottom:30px !important;
}
table.secondgroup tr.GapAbove td{
	padding-top: 40px !important;
}
table.secondgroup tr.GapBelow  td
{
    padding-bottom:30px !important;
}
table.FourGroup tr.GapAbove td{
	padding-top: 40px !important;
}
table.FourGroup tr.GapBelow  td
{
    padding-bottom:30px !important;
}
.classname
		{
			height: 8px;
			}	
		.vehText td
		{
			background-color: #b17129;
			padding: 4px;
			color: #fff;
			margin-top: 5px !important;
			}
		.vehText 
		{
			margin-top: 5px;
			}
			.invText td
			{
				padding: 5px 0px 0px 3px;
				}
				.al-rightInv
				{
					border-bottom: 1px solid #cccccc;
					}
						.subtotal .al-rightInv
				{
					border-bottom: none;
					}
					.SingleLineBelowNumber
{
	text-align:right !important;
	border-bottom:1px solid !important;
	width:1px;
}
.groupBy	
	{	
		padding-bottom:25px;	
		border-bottom: 1px solid #b17129;
		width:800px;
		text-align:right;
		}
		.radioMargin
		{
			margin-left:3px;
		}
		tr.border_bottom td {
  border-top:1px solid black;
  font-weight: bold;
	color: black;
}
#irrDataGroup tr.questionMark, #DPIDataGroup tr.questionMark, #TVPIDataGroup tr.questionMark
{
    position:absolute;
    top:0;
    right:0;
}
/*
.casLabelPrint {
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
    top: -3px;
    right: -116px;
    border: 0px solid #666;
}
.casLabelPrint a
{
	border: 1px solid #bfd0e3;
    padding: 5px 5px 5px 5px; 
    background-color:White;
}
.DownloadExcelLink,.DownloadExcelLinkDrillDown
{	
	position: absolute;
    top: -3px;
    right:-23px;
    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;
}  
.DownloadExcelLinkInvestorSummary
{	
	position: absolute;
    top: 51px;
    right:76px !important;
    text-align: right;
    margin-bottom: 20px;
    color: black;
    margin-top: -23px;
    display: inline-block;
    border-right: 0px solid #666;
    padding-right: 14px;
    margin-left:510px;   
}
.DownloadExcelLinkInvestorSummary a
{
	background: url(/Assets/Images/icon_xls.png) no-repeat 5px;	
	border: 1px solid #bfd0e3;
    padding: 5px 5px 5px 30px; 
    background-color:White;
} 
*/
.primaryWrapper
{
   margin-top:18px;
}



.c-doc-dropdown .title:after 
{
	background: #FFFFFF !important;
}

.button-line 
{
	font: normal 10px "ArialNarrowBold", Helvetica, sans-serif !important;
}

/*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;
}



.summary-filter-L .allButton, .summary-filter-L .columnHeader 
{
	width: calc(45% - 40px) !important;
}



