/*
	dark blue:	#698CA3;
	light Blue:	#7F9DB1;
	grey (for text) #454545;
*/

body {
	font-family: Arial;
	margin: 0px;
	background-image: url('images/background.jpg');
	color:#454545;
}

div, span, p, th, td, li, input, select, textarea {
	font-family: Arial;
	font-size: 10pt;
	text-align: justify;
	color: #454545;
}

.teamHeaderName {
	font-weight: bold;
	color: #000;
}

.teamHeaderPosition {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#loginInside td {
	font-family: Arial;
	font-size: 11pt;
	text-align: left;
	font-weight: bold;
	color: #000000;
}
.container {
	width: 500px;
	background-color: white;
	padding: 0px;
	padding-top: 20px;
	height: 100%;
}


ul, ol {
	margin-top: 0px;
	margin-left: 15px;
}

ul li {
	list-style: arrow;
	list-style-position: inside;
	font-weight: bold;
	color: #698CA3;
}

a {
	font-weight: bold;
	color: #698CA3;
}

a:hover {
	font-weight: bold;
	color: #F00;
}

.center {
	text-align: center;
}

.mainTable {
	width: 760px;
	height: 96%;
	margin: 10px auto;
	border: 2px solid #FFF;
	background-color: #7F9DB1;
}

#topLogo {
	width: 760px;
	height: 150px;
	background-image: url('images/top.jpg');

}

#navCol {
	width: 188px;
	text-align: right;
	background-image: url('images/nav_backplate.jpg');
    border-bottom-width : 0px;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-color :  #cccccc;
	border-style : solid;
}

#navLeft {
	margin-top: 20px;
	margin-left: 3px;
}

#navLeft td {
	height: 18px;
	width: 188px;
	vertical-align: middle;
	border: 0px;
	border-bottom: 1px solid #FFF;
}

#navLeft a {
	width: 188px;
	font-weight: bold;
	color: #075AA6;
	font-size: 7pt;
	text-decoration: none;
	display: block;
	padding: 3px;
    border-bottom-width : 1px;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-color :  #454545;
	border-style : dotted;
}

#navLeft a:Hover {
	background-color: #eaeaea;
	color: #075AA6;
}

body#values a#navValues,
body#process a#navProcess,
body#team a#navTeam,
body#quarterly a#navQuarterly,
body#performance a#navPerformance,
body#detailedProcess a#navDetailedProcess,
body#dueDiligence a#navDueDiligence,
body#documentsRequest a#navDocumentsRequest,
body#Forum a#navForum,
body#clientComments a#navClientComments,
body#clientStatements a#navClientStatements,
body#caseStudies a#navCaseStudies,
body#contact a#navContact,
body#register a#navRegister,
body#terms a#navTerms,
body#productSummary a#navProductSummary,
body#topTenHoldings a#navTopTenHoldings,
body#login a#navLogin {
	border-left: 1px solid #FFF;
	color: #555;
    border-bottom: 1px dotted #698CA3;
}


.content {
	width: 550px;
	background-color: white;
	padding: 10px;
	padding-top: 20px;
	height: 100%;
}

.footer {
	background-color: #698CA3;
	border-top: 2px solid #FFF;
	padding: 2px 0px;
	color: #FFF;
	font-size: 8pt;
}

.pageHeader {
	border-bottom: 1px solid rgb(162,153,136);
	font-size: 11pt;
	font-weight: bold;
	color: #698CA3;
}

.subHeader {
	font-size: 9pt;
	font-weight: bold;
	color: #698CA3;
}

.loginForm {
	border: 4px double #FFF;
	background-color: #7F9DB1;
	width: 250px;
	margin: auto;
	padding: 15px;
}

.loginForm table {
	width: 250px;
	height: 125px;
}

.loginForm table td {
	color: #FFF;
	font-weight: bold;
}

.loginForm table td input {
	font-size: 8pt;
	color: #698CA3;
}

#loginButton {
	width: 120px;
	height: 22px;
	background-color: #777;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.flat {
	border: 3px double #FFF;
	color: black;
	font-weight: bold;
}

.monthlyReportsPulldown {
	background-color: #E0E0E0;
	font-size: 8pt;
}

.monthlyReportsButton {
	width: 150px;
	background-color: #698CA3;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
}

.loginError {
	color: #FF0000;
	font-size: 8pt;
}

.loginError a {
	color: #FF0000;
	font-size: 8pt;
}

.loginError a:hover {
	color: #FF0000;
	font-size: 8pt;
}

.pageHeaderBio {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: rgb(132,48,61);
	border-bottom: 1px solid rgb(162,153,136);
}

.contactTable {
	width: 500px;
}

.contactTable1 {
	vertical-align: middle;
	width: 250px;
}

.contactTable2 {
	text-align: left;
	vertical-align: middle;
	width: 20px;
}

.noBorder {
	border: 0px;
}

.footnote {
	font-size: 7pt;
}

.leftrightlines {
	padding: 25px,10px,10px,10px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color:  #FFFFFF;
	border-style: solid;
	height: 100%;
}

.serviceTable td {
	border-bottom: 1px solid #6D8EA7;
}

.overviewTable td {
	background-color: #D1E4EF;
	border: 1px solid white;
}

.profileUpdateTable {
	width: 500px;
	border: 1px solid rgb(80,108,129);
	background-color: rgb(212,227,242);
}

.profileUpdateTable td {
	vertical-align: top;
	font-size: 9pt;
	font-weight: bold;
}

.submitButton {
	background-color: rgb(80,108,129);
	color: white;
	font-weight: bold;
	width: 300px;
}

.pbAgreement {
	width: 500px;
	border: 1px solid rgb(80,108,129);
	background-color: rgb(212,227,242);
}

.tableHeader {
	background-color: rgb(132,48,61);
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

.tableHeaderCurr {
	background-color: rgb(132,48,61);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.tableRow1 {
	background-color: white);
	border-bottom: 1px solid #454545;
	padding: 2px;
	font-size: 8pt;
}

.tableRow2 {
	background-color: rgb(220,220,200);
	border-bottom: 1px solid #454545;
	padding: 2px;
	font-size: 8pt;
	font-weight: bold;
}

.tableCurr {
	font-size: 8pt;
	border-bottom: 1px solid #454545;
	text-align: right;
}

#accountTable td {
	vertical-align: top;
	padding: 8px;
}

.margin {
	margin-left: 20px;
}

.reportStyle1 {
	border-bottom: 1px solid #454545;
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
}

.reportStyle2 {
	border-bottom: 1px solid #454545;
	background-color: rgb(212,227,242);
	padding: 5px;
	font-size: 8pt;
	font-weight: bold;
}

select {
	font-size: 9pt;
}

.performanceTable td {
	vertical-align: bottom;
	text-align: center;
	font-size: 8pt;
}

.goButton {
	background-color: rgb(80,108,129);
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

.hidden {
	display: none;
	background-color: rgb(220,220,200);
	border: 1px solid rgb(132,48,61);
	padding: 5px;
}

.clientFund {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 11pt;
	font-weight: bold;
	text-align : center;
	color : #454545;
}

.clientStatement {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 11pt;
	text-align : center;
	color : #454545;
}

.clientAccount {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	text-align : center;
	color : #454545;
}

.clientDate {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-style: italic;
	text-align : center;
	color : #454545;
}

.clientTax {
	font-family : tahoma, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold;
	text-align : center;
	color : #454545;
}

.account {
	background-color: white;
	margin: 15px;
	border: 1px solid rgb(132,48,61);
}

.accountBalancesTable {
	width: 475px;
	border: 0px;
	background-color: white;
}

.pageBreak {
	page-break-before: always;
}

.left {
	text-align: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}


.loginAddress {
	color: white;
	font-size: 10pt;
	text-align : center;
	cursor: hand;
	vertical-align: middle;
}

.loginAddress a {
	color: #FFFFF;
	font-size: 10pt;
}

.loginAddress a:hover {
	color: #FFFFFF;
	font-size: 10pt;
}

.loginAddress a:visited {
	color: #FFFFFF;
	font-size: 10pt;
}
.logonLinks {

}


.perfTable {
	width: 500px;
	border-right: 1px solid #000;
	border-Left: 1px solid #000;
	border-bottom: 1px solid #000;

}

/*.perfTable th, .perfTable td { */
/*	width: 7%;*/
/*	text-align: center;*/
/*	font-size: 8pt;*/
/*}*/

.perfTable thead th {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background-color: #085AA3;
	padding: 3px;
	color: #fff;
	font-weight: bold;
}

.perfTable tbody th {
	/*background-color: #DDDDCD;
	color: #000000;
	font-weight: bold;
	height: 25px;
	color: #000;
	padding: 3px;

}

.perfTable tbody td {
	/*background-color: #DDDDCD;
	color: #000000;
	font-weight: bold;
	height: 25px;
	color: #000;
	padding: 3px;
	text-align: center;
}

.perfTable tbodyW th {
	background-color: #fff;
	color: #000000;
	font-weight: bold;
	height: 25px;
	color: #000;
	padding: 3px;
}



.perfTable td {
	border: 0px solid #EAEAEA;
	border-collapse: collapse;
	height: 25px;
	color: #000;
}

.perfTable td {
	background-color: #fff;
	color: #000000;
	font-weight: bold;
	height: 25px;
	color: #000;
	padding: 3px;
	text-align: right;
}

.perfTableDisclaimer {
	width: 500px;
	border-right: 1px solid #000;
	border-Left: 1px solid #000;
	border-bottom: 1px solid #000;

}	