<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
/*background-image: url(../images/html_bg.png);*/
background: #777;
margin: 0;
}

.portfoliosummarytitle {
	font-size: 18px;
}

.portfoliosummarytitle th{
	font-weight: normal;
}

.datepickerinput {
	width: 115px;
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

#clear_div{clear:both;}

#content {
	width: 960px;
	margin: auto;
	background: #333;
	min-height: 700px;
}

.navmenu {
	/*margin: 10px;*/
	}
	
.navmenu {
	margin: 0px;
	}	

.back2black {
	background: #000;
	/*font-size: 16px !important;*/
}

.daterangecontainer {
	margin: -5px;
	padding: 5px;
	/*font-weight: bold;
	font-size: 16px;*/
	font-size: 0.85em;
	width: 890px;
}

.booknamecontainer {
	margin: -5px;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
}

.seriesnamecontainer {
	margin: -5px;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;	
}

.borderboxshadowblue2 {
  border-top: #0078a3 2px solid;
  border-left: #0078a3 2px solid;
  border-bottom: #0078a3 2px solid;
  border-right: #0078a3 2px solid;
  box-shadow: 
  0 1px 2px #fff, /*bottom external highlight*/
  0 -1px 1px #333, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
}

.borderboxshadowblue1 {
  border-top: #0078a3 1px solid;
  border-left: #0078a3 1px solid;
  border-bottom: #0078a3 1px solid;
  border-right: #0078a3 1px solid;
  box-shadow: 
  0 1px 1px #fff, /*bottom external highlight*/
  0 -1px 1px #333, /*top external shadow*/ 
  inset 0 -1px 1px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 1px 1px rgba(255,255,255,0.8); /*top internal highlight*/
  }

.daterangecontainer2 {
 box-shadow: 2px 2px 1px 1px red; 
border-bottom: #3d98b9 3px solid;
  border-right: #3d98b9 3px solid;
}

.borderbox {
	-moz-border-radius: 20px;
    background: -moz-linear-gradient(top,  #f58154, #CCC);
}

.dateinputbox {
	padding: 5px;
	/*font-weight: bold;*/
	/*font-size: 16px !important;*/
}

.addtabselectbooksbox {
	width: 100px;
	padding: 5px;
	font-weight: bold;
}

.addtabselectbooksboxlabel {
	width: 100px;
	padding: 5px;
	font-weight: bold;
}

.searchfilterbox {
	width: 160px;
	padding: 5px;
	font-weight: bold;
}

.filtervalbox {
	width: 160px;
	padding: 5px;
	/*font-weight: bold;*/
	/*font-size: 16px !important;*/
}

.tradessearchfilterbox {
	/*padding: 5px;*/
	padding: 5px;
	/*font-weight: bold;*/
}

.valuationresultscontainer {
margin: 20px -10px -5px -10px;
}

.valuationschedulecontainer {
margin: 20px -10px -5px -10px;
}

.main {
width: 960px;
min-height: 700px;
}

.maincontent{
min-height: 700px;
margin: 0;
border-color: #333333;
}

.footer, .footer a{
text-align: center;
}

.footer2{
	color: #ccc;
	text-align: center;
}

.header {
	height: 100px;
}

.title {
	font-weight: bold;
	font-size: 18px !important;
}

.customtabs {
	font-size: 0.9em;
	color: red !important;
}

.boldcontent {
	font-weight: bold;
}	

.viewingpagetable {
	width: 100%;
	padding: 5px;
	/*padding-right: 75px;*/
}

.viewingpagetable td {
	padding: 2px;
}

.viewingpagesearchtable {
	/*width: 60%;*/
	padding: 5px;
	margin-top: 15px;
}

.tradespagesearchtable {
	width: 100%;
	padding: 0px;
	/*margin-top: 15px;*/
	/*font-size: 16px;*/
	font-size: 0.85em;
}

.tradespagesearchtable td {
	padding: 5px;
}

.addvalstabsearchtable {
	width: 100%;
	padding: 5px;
	/*margin-top: 15px;*/
	/*font-size: 16px;*/
	font-size: 0.85em;
}

.tablehead {
	/*width: 100px;*/
	margin: 50px;
	padding-left: 20px;
}

.tabledata {
	/*width: 75px;*/
	text-align: center;
	font-weight: bold;
	padding-right: 20px;
}

.tabledatadate {
	/*width: 75px;*/
	text-align: center;
	font-weight: bold;
	padding-right: 20px;
	/*font-size: 0.75em;*/
}

.newtab {
	/*min-height: 580px;*/
	min-height: 600px;
	float: left;
}

.tradesgrid {
	margin-top: 5px;
}

.chartcontainer{
	position: relative; 
	height: 100%; 
	margin-top: 80px;
}

.chartunderlyings {
	position: absolute; 
	width: 400px; 
	left: 570px; 
	top: 35px;

}

.chartcurrencies {
	position: absolute; 
	width: 400px; 
	left: 345px;
	top: 225px;
}

.chartissuers {
	position: absolute;
	width: 400px; 
	left: 570px; 
	top: 225px;
}

.chartproducttypes {
	position: absolute; 
	width: 400px; 
	left: 345px;
	top: 35px;
}

.disabledrow {
	background: #4f4f4f;
}

.title {
	font-size: 20px;
	padding: 5px 20px 20px 20px;
}

.tradeBreakdownTradeDetails {
	position: relative;
	width: 49%;
	
	font-size: 15px;
	background: none;
	
}

.tradeBreakdownTradeDetails table {
	width: 100%;
}

 .tradeBreakdownTradeDetails td {
 	padding: 0 20;
 }

.tradeBreakdownCurrentPosition {
	position: absolute;
	/*left: 20px;
	top: 338px;*/
	left: 50%;
	top: -0px;
	width: 49%;
	font-size: 15px;
	/*margin: 0 5px;*/
	background: none;
}

.tradeBreakdownCurrentPosition table {
	width: 100%;
}

.tradeBreakdownPathEvents {
	position: absolute;
	left: 50%;
	/*top: 160px;*/
	width: 49%;
	/*margin: 5px 5px;*/
	font-size: 15px;
	background: none;
	clear: both;
	
}

.tradeBreakdownPathEvents table {
	background: none;
	width: 100%;
}

.tradeBreakdownFVCBreakdown {
	position: relative;
	/*left: 20px;
	top: 338px;*/
	/*margin: 0 20px;*/
	float: left;
	margin-top: 5px;
	font-size: 15px;
	background: none;
	clear: both;
	width: 99%;
	height: 100%;
	margin: 0px;
	
}

.fvcbreakdownchart {
	/*margin: auto;*/
	width: 75%;
}

.tradeBreakdownProductDefinition {
	position: relative;
	/*left: 50%;
	top: 68px;
	left: 20px;
	top: 708px;*/
	margin: 5px 0px;
	float: left;
	font-size: 15px;
	background: none;
	width: 99%;
	/*height: 200px;*/
}

 .tradeBreakdownProductDefinition table {
 	width: 100%;
 }

 .tradeBreakdownProductDefinition td {
 	padding: 0 5px;
 	background: none;
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
	/*text-overflow: '&lt;span class="showhide"&gt;show more&lt;/span&gt;';
    text-overflow: 'show more';*/
	white-space: nowrap;
	vertical-align: top;
 }

.pricehistory {
	position: absolute;
	top: 102px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 0.1em solid #909090;
	width: 110px;
	margin-left: 30px;
	display:inline-block;
	background: #000;
	
}

.pricehistory a {
	text-decoration: none;
	font-weight: normal;
}

.reconciliationlink {
	/*position: absolute;
	top: 102px;*/
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border: 0.1em solid #909090;
	/*width: 110px;
	 margin-left: 30px;*/
	width: 208px;
	display:inline-block;
	background: #000;
	font-size: 15px;
	
}

.reconciliationlink a {
	text-decoration: none;
	font-weight: normal;
}

.showhide {
	padding-left: 0px;
	color: #3d98b9;
	/*background: url('../images/showmoreless.png') no-repeat;*/
	background-size: 20px 20px;
}

.showMore td {
	overflow: auto;
    white-space: normal;
}

.showmore {
	font-size: 0.8em;
}

.tradefieldnames {
	font-weight: bold;
	width: 235px;
}

.tradevalues {
	font-weight: normal;
	width: 235px;
}

.tradeheader {
	margin: 0;
	padding: 0;
}

.tabcontainer {
	
	
}

.individualtradecontent {
	position: relative;
	width: 945px;
	left: -25px;
	top: -30px;
	margin: 5px;
	/*margin: 0px 5px;*/
}

.individualtradecontent table {
	/*width: 410px;*/
}

.individualtradecontent th {
	padding: 5px;
	margin: 0;
}

.individualtradecontent td {
	padding: 0 5px;
}

.supersearch {
	/*font-size: 16px;*/
	font-size: 0.85em;
}

.numrecords {
	font-size: 15px;
}

.portfoliosummarybreakdowntable {
	text-align: center;
	height: 300px;
}

.portfoliosummaryrowtitle {
	text-align: left;
}

.reconciliationcontainer {
	position: relative;
}

.reconciliationdatecontainer {
	position: relative;
	width: 33%;
}

.reconciliationsummarytablecontainer {
	/*height: 75px;
	clear: both;
	border: 1px solid green;*/
	position: absolute;
	width: 66%;
	right: -6px;
	/*left: 33%;
	margin-right: -10px;*/
	top: 0px;
	height: 100%;
	
}

.reconciliationsummarybreakdowntable {
	text-align: center;
	font-size: 0.8em;
	background: #000;
	/*position: absolute;
	width: 66%;
	left: 33%;
	top: 0px;
	*/
}

.reconciliationsummarybreakdowntable td {
	padding: 5px;

}

.reconciliationsummaryrowtitle {
	text-align: left;
}

.reconsummarysubheader {
	font-weight: normal !important;
}

.reconciliationresultscontainer {
	position : absolute;
	top: 160px;
	left: -10px;
}

.tableheader {
	margin: 5px;
}

.tabheading {
	font-size: 18px;
	text-align: center;
}

.navbuttonset {
	position: absolute; 
	left: 200px; 
	margin-right: 15px;
}

.ui-jqgrid .subgrid-data .ui-th-column { background: #8f9f9f }
.ui-jqgrid .subgrid-data .ui-th-column:hover { background: #fff}

.pdfhelpdocs {
	width: 50px;
	padding-left: 25px;
}

.helpdoccontainer {
	position: relative;
	margin: 20px 10px;
	font-size: 0.9em;
}

.pdficontitle {
	position: relative;
	font-weight: bold;
}

.pdfdescription {
	position: absolute;
	top: 0px; 
	left: 150px; 
	padding-top: 10px; 
}

.seelatestvaluation {
	font-size: 0.9em;
	color: #3d98b9;
}

.nofileexists {
	padding: 0px 8px;
}

.downloads {
	font-weight: normal;
}

.validationalert {
  border-top: #ee3333 1px solid;
  border-left: #ee3333 1px solid;
  border-bottom: #ee3333 1px solid;
  border-right: #ee3333 1px solid;
  box-shadow: 
  0 1px 1px #dd6666, /*bottom external highlight*/
  0 -1px 1px #dd6666, /*top external shadow*/ 
  inset 0 -1px 1px #dd6666, /*bottom internal shadow*/ 
  inset 0 1px 1px #dd6666; /*top internal highlight*/
}

.errorpageheader {
	height: 100px;
	 position: relative; 
	 background-image: url('../images/globallsmall333.jpg'); 
	 background-repeat: no-repeat; 
	 padding-top: 15px; 
	 padding-left: 5px;
	 margin-top: 0px; 
	 /*background: #555;*/	  
}

.errorpagetext {
	font-size: 1.5em;
}
</pre></body></html>