

#container {
	max-width:100%;
	width: auto;

}

/* header */
 #headerPanel{
  float: left;
  height: 100px;
/*   width: 75%; */
  position: relative;
  z-index: 40;
}

span#headerLogoImage {
	margin-top: 30px;
    background: url("../../content/images/logo.png") no-repeat scroll 0 0  transparent;
    display: block;
    height: 70px;
    width: 470px;
    background-size: 400px 40px;
    margin-left: 10px;
}

#headerLogoLink {
	text-decoration: none;
}

div#telephoneNumberPanel {
    float: right;
    margin-right: 10px;
    margin-top: 29px;
    text-align: right;
    white-space: nowrap;
    z-index: -1000;
    width: 100%;
}

div#telephoneNumberPanel p {
    margin: 0;
    padding: 0;
}

div#telephoneNumberPanel div#telephoneNumberLink p#openingHours {
    font-size: 12px;
}

div#telephoneNumberPanel div#telephoneNumberLink p#telephoneNumber {
    font-size: 18pt;
    padding-bottom: 1px;
}


a img {
	border: none;
}

th a:link, th a:active, th a:visited {
	color: inherit;
}

table .price {
	text-align: right;
}

table .count {
	text-align: right;
}

table .quantity {
	text-align: right;
}

table .percent {
	text-align: right;
}

table .deprecatedNonModularIcon {
	display: none;
}

.dataTable .zeroValuedHolding_true {
    background: url("../images/exclamation_mark.gif") no-repeat scroll 0 0 transparent;
    color: #1d407c;
    cursor: help;
    font-style: italic;
    padding-left: 7px;
}

.staffUserPanel, .clientPanel, .adviserPanel, .loggedInUserPanel, .headerButtonsPanel {
	display: none;
	clear:both;
}

.headerButtonPanel {
	display: none;

}

.formButton {
    display: none;
}
.buttonAction {
    display: none;
}
.buttonActions {
    display: none;
}
.buttonBack {
    display: none;
}
button.dashboard {
    display: none;
}

#navigationMenu {
	display: none;
}

.secondaryNavigation {
	display: none
}

.stockSearchInputPanel {
	display: none;
}
/*
.supportInfoPanel {
	display: none;
}
*/
.supportInfoPanel > .supportLinks {
		display: none;
}

.supportInfoPanel > .supportTitleAndProduct > .supportTitle {
	display: none;
}

.overTxtSpan {
	display: none;
}

.sectionlinks {
	display: none;
}

.feedbackPanel {
	display: none;
	clear:both;
}


.legendPanel {
	clear: both;
}

.legendContainer {
	background-color: #f2f2f2;
	padding: 5px 0 6px 5px;
}

.legendPanel .label {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-right: 6px;
}

.legendPanel ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.legendPanel li {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color: black;
	margin: 0 14px 0 0;
}

.legendPanel li img {
	position: relative;
	top: 1px;
	margin: 0 2px 0 0;
}

div.unused, .legendPanel li.unused {
	display: none;
}
/*13/04/10 164412 gcc*/
.headerDetails .timestamp {
	display: block;
	text-align:right;
	float:right;
	padding-top:5px;	
	margin-top:70px;
	text-decoration:overunderline;
}
.bodyPanel {
	clear: both;
	padding-top:10px;
	padding-right:0px;
	margin-bottom:20px;
	
}
/*13/04/10 164412 gcc end*/
/*07/01/11 173381 gcc adjusting product*/
.supportProduct {
 display:none
}

.loginUserName, .loginUserPassword, .loginSubmitButton {
  padding-top: 5px;
  padding-bottom: 5px;
}