﻿#preLoader {
	position: absolute;
	top: -1000px;
	left: -1000px;
	}
	
/********** body **********/
#mainBody {
	max-width: 1015px;
	width: 100%;
	height: 738px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	background: #fff;
}

#mainContent {
	width: 100%;
	max-width: 1015px;
	height: 648px;
	max-height: 648px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	background: #fff;
	vertical-align: middle;
}

/********** header **********/
#mainHead {
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-align: right;
	max-width: 1015px;
	width: 100%;
	height: 80px;
	min-height: 80px;
	vertical-align: middle;
	}

#logoHolder {
	float: left;
	text-align: left;
	width: 450px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: 0px;
	}
	
#titleHolder {
	float: right;
	text-align: right;
	width: 450px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #1a0e60;
	font-size: 18px;
	vertical-align: middle;
	padding-top: 40px;
	padding-right: 40px;
	}

#img_logo {
	/*height: 50px;*/
	margin: 0px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 38px;
	margin-bottom: 0px;
	}

#purpleBar {
	background-image: URL(/resources/images/purple.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 14px;
	min-height: 14px;
	}

/********** main **********/
#mainHolder {
	margin: 0px;
	margin-left: 0px;
	margin-right: auto;
	width: 100%;
	padding: 0px;
	border: 0px;
	max-width: 1015px;
	width: 100%;
	height: 471px;
	min-height: 471px;
	}

/********** left **********/
#leftImage {
	float: left;
	width: 235px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	}

/********** middle **********/
#mainPanel {
	float: right;
	margin: 0px;
	margin-left: 0px;
	width: 742px;
	height: 470px;
	min-height: 470px;
	padding: 0px;
	border: 0px;
	}

#contentHolder {
	float: left;
	width: 647px;
	height: 470px;
	min-height: 470px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	}

#contentHolder a:link, #contentHolder a:visited {
	color: #8d8d8d;
	text-decoration: underline;
	}

#contentHolder a:hover, #contentHolder a:active {
	color: #333;
	text-decoration: underline;
	}

#contentHolder h3 {
	margin: 0px;
	margin-bottom: 12px;
	padding: 0px;
	color: #482e7d;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}
	
#content {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 470px;
	font-weight: normal;
	background-image: URL(/resources/clientImages/TP_CentreBox.jpg);
	background-repeat: no-repeat;
}

.contentFrame {
	width: 100%;
	height: 100%;
	min-height: 470px;
	border: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: hidden;
	}
	
.contentInfo {
	margin-top: 20px;
}

#nonNews {
	border: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 637px;
	height: 441px;
	font-weight: normal;
	}
	
#nonNews h3 {
	margin: 10px;
	margin-bottom: 10px;
	padding: 0px;
	color: #482e7d;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	}
	
/********** footer **********/
.scrollbar {
	height: 24px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

.scrollbarFooter {
	height: 24px;
	background-image: URL(/resources/clientImages/scrollbarFooter.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	margin: 0px;
}

.scrollbarFooterCurve {
	height: 24px;
	background-image: URL(/resources/clientImages/scrollbarFooterCurve.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	border: 0px;
	margin: 0px;
}

/********** right **********/
#rightMenu {
	float: right;
	width: 60px;
	height: 470px;
	min-height: 470px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
	text-align: right;
	display: inline;
	}
	
#menuBar {
	width: 60px;
	height: 350px;
	min-height: 350px;
	margin: 0px;
	margin-left: 0px;
	text-align: center;
	padding: 0px;
	border: 0px;
	}

#menuBar .navBtn {
	width: 50px;
	border: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	cursor: pointer;
	}

#powerByPanel {
	width: 55px;
	height: 60px;
	min-height: 60px;
	margin: 0px;
	margin-top: 35px;
	margin-left: 0px;
	text-align: center;
	vertical-align: bottom;
	padding: 0px;
	border: 0px;
	}
	
/********** regulatory **********/
#regulatory {
	margin-left: 5px;
	font-size: 8pt;
	color: #818183;
	padding: 0px;
	border: 0px;
}

/********** button **********/
.clientButton {
	background: #1D1160;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #1D1160;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 122px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
	}
	
.footerButton {
	background: #9F218B;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #1D1160;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 122px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 120px;
	}
	
/********** textbox **********/
.clientInput {
	background: #fff;
	border: 1px solid #1a0e60;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #000;
	width: 200px;
	}
	
/********** dropdown **********/
.clientDrop {
	background : #fff;
	border : 1px solid #1a0e60;
	font-family : Tahoma, Arial, Verdana, Sans-Serif;
	font-size : 12px;
	color : #000;
	width : 200px;
	}

/********** login table **********/
.tbl_login {
	border-collapse: collapse;
	border: 0px;
	margin-top: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	}

.tbl_login tr {
	
	}

.tbl_login td {
	font-size: 12px;
	padding: 2px;
	line-height: 25px;
	}

.tbl_login .headerCell {
	text-align: center;
	font-weight: bold;
	color: #666;
	padding: 2px;
	}

.tbl_login .labelCell {
	text-align: right;
	color: #1a0e60;
	font-weight: bold;
	padding: 2px;
	}

.tbl_login .centerCell {
	text-align: center;
	padding: 2px;
	}

.tbl_login .spacerCell {
	border: 0px;
	padding: 0px;
	}

.tbl_login .buttonCell {
	border: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
	vertical-align: middle;
	}

/********** tabs table **********/
.tbl_tabs {
	border-collapse: collapse;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

.tbl_tabs tr {
	
}

.tbl_tabs td {
	height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	
}

.tbl_tabs .tabSelected {
	background: #9F218B;
	border: 1px solid #9F218B;
	cursor: pointer;
}
	
.tbl_tabs .tabUnselectedLeft {
	background: #d4d5d6;
	border-top: 1px solid #d4d5d6;
	border-right: 1px solid #fff;
	border-left: 1px solid #d4d5d6;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
	
.tbl_tabs .tabUnselected {
	background: #d4d5d6;
	border-top: 1px solid #d4d5d6;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
	
.tbl_tabs .tabUnselectedRight {
	background: #d4d5d6;
	border-top: 1px solid #d4d5d6;
	border-right: 1px solid #d4d5d6;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	}
	
	/********** main table **********/
.tbl_main {
	border-collapse: collapse;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	}

.tbl_main tr {
	
	}

.tbl_main td {
	vertical-align: top;
	padding: 2px;
	color: #000;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	}

.tbl_main .headerCell {
	background: #9F218B;
	border: 0px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

.tbl_main .contentCell {
	border: 0px;
	text-align: left;
	padding: 2px;
	}

.tbl_main .labelCell {
	text-align: right;
	color: #1a0e60;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	}

.tbl_main .centerCell {
	border: 0px;
	text-align: center;
	padding: 2px;
	}

.tbl_main .spacerCell {
	border: 0px;
	padding: 0px;
	}

.tbl_main .buttonCell {
	border: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
	vertical-align: middle;
	}
	
/********** list table **********/
.tbl_list {
	border-collapse: collapse;
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	}

.tbl_list tr {
	
	}

.tbl_list td {
	vertical-align: top;
	padding: 2px;
	color: #818285;
	font-weight: normal;
	font-size: 11px;
	line-height: 18px;
	}

.tbl_list .headerCellLeft {
	background: #9F218B;
	border-right: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

.tbl_list .headerCell {
	background: #9F218B;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

.tbl_list .headerCellRight {
	background: #9F218B;
	border-left: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

.tbl_list .subHeaderCell {
	background: #d4d5d6;
	border-top: 1px solid #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
}

.tbl_list .contentCellLeft {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 2px;
	}

.tbl_list .contentCell {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 2px;
	}

.tbl_list .contentCellRight {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: left;
	padding: 2px;
	}

.tbl_list .labelCell {
	text-align: right;
	color: #1a0e60;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	}

.tbl_list .centerCellLeft {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	padding: 2px;
	}

.tbl_list .centerCell {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	padding: 2px;
	}

.tbl_list .centerCellRight {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	text-align: center;
	padding: 2px;
	}

.tbl_list .spacerCell {
	border: 0px;
	padding: 0px;
	}

.tbl_list .buttonCell {
	border: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
	vertical-align: middle;
	}

/********** sub table **********/
.tbl_sub {
	border-collapse: collapse;
	border: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 0px;
	}

.tbl_sub tr {
	
	}

.tbl_sub td {
	padding: 2px;
	color: #818285;
	font-weight: normal;
	font-size: 11px;
	}

.tbl_sub .headerCell {
	background: #9F218B;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	}

.tbl_sub .contentCell {
	text-align: left;
	padding: 2px;
	}

.tbl_sub .centerCell {
	text-align: center;
	padding: 2px;
	}
	
/********** portfolio **********/
.sectorHeader {
	height: 18px;
	background: #8e8e8e;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #8e8e8e;
	margin: 0px;
}

.sectorHeader .sectorDesc {
	width: 500px;
	float: left;
	margin-left: 20px;
	text-align: left;
	padding-top: 3px;
}

.sectorHeader .sectorTotal {
	text-align: right;
	font-weight: normal;
}

.sectorHeader .sectorTotalRed {
	text-align: right;
	font-weight: normal;
	color: #ff0000;
}

.sectorHeader .sectorLink {
	width: 50px;
	float: right;
	margin-right: 20px;
	text-align: right;
	padding-top: 3px;
}

.portfolioTotals {
	height: 24px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

/********** misc **********/
.main {
	height: 18px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
}

.messageLabel {
	height: 18px;
	color: #1D1160;
	font-size: 11px;
	border: 1px solid #9F218B;
	padding: 0px;
	margin: 0px;
}

/********** scrolling **********/
.scrolling {
	width: 100%;
	height: 400px;
	min-height: 390px;
	border: none;
	overflow: auto;
	padding: 0;
}

.scrollingMessage {
	width: 100%;
	height: 200px;
	min-height: 200px;
	border: none;
	overflow: auto;
	padding: 0;
}

