* {
	margin:0; 
	padding:0;
}

body {
	font:13px/1.5 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
}

#hscontainer {
	margin:auto;
	background:#A8B8BE;
	border-top:3px solid #20568C;
	width:820px;
	padding:20px 0;
	min-height:280px;
	font-size:13px;
	color:#333344;
}

#hsbody {
	margin:0 40px;
}

#hsbody a {
	color:#333344;
}

#hsbody p {
	margin-bottom:20px;
}

#hsbody fieldset {
	border:none;
}

#hsbody input {
	overflow:visible;
	padding:0 5px;
}

#hsbody select option  {
	padding:0 3px;
}

#hsbody h2  {
	font-size:15px;
	margin-bottom:10px;
}


#hsbody .error {
	color:#d80000;
	margin-left:17px;
	margin-bottom:10px;
	width:195px;
}

#hsbody .hidden {
	display:none !important;
}

#hsbody .clearboth {
	clear:both;
}

#hsbody .floatleft {
	float:left;
}

#hsbody .floatright {
	float:right;
}

#hsbody .abbr,
#hsbody acronym, 
#hsbody abbr {
    cursor: help; 
    border-bottom: 1px dotted #666 !important;
}

/* table styles */
#hsbody table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:20px;
}

#hsbody table th {
	font-size:11px;
	padding:5px;
	text-align:left;
}

#hsbody table td {
	border:1px solid #333333;
	padding:5px;
	line-height:20px;
}

/* Major Shareholders */
#hsbody table th.wid20 {
	width:20%;
}

/* News Filter */
#hsbody #news-filter select {
	margin-right:10px;
}

#hsbody #news-filter table td.wid15 {
	width:15%;
}

/* Share Price summary */
#hsbody .price {
	font-weight:bold;
}

#hsbody #share_chart_page div.graphBlock {
	float:left;
	margin-right:40px;
}

#hsbody #share_chart_page #graphRootDiv {
	background:url(/ir/rqih/images/graphbg.gif) no-repeat;
	padding-right:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}

#hsbody #share_chart_page #chartForm {
	float:left;
}

#hsbody #share_chart_page #chartForm fieldset {
	margin-bottom:10px;
}

#hsbody #share_chart_page #chartForm fieldset div {
	margin-bottom:5px;
}

#hsbody #share_chart_page #chartForm fieldset.timeperiod label{
	width:50px;
	display:block;
	float:left;
}

#hsbody #share_chart_page #chartForm input, #hsbody #share_chart_page #chartForm select  {
	margin-right:5px;
}

#hsbody #share_chart_page #chartForm select.wid1 {
	width:155px;
}

#hsbody #share_chart_page #chartForm select.wid2 {
	width:40px;
}

#hsbody #share_chart_page #chartForm select.wid3 {
	width:50px;
}

#hsbody #share_chart_page #chartForm select.wid4 {
	width:55px;
}

/* Disclaimer */
#hsbody .disclaimer {
	border-top:1px solid #333;
	padding:5px 0px 0;
	margin-top:10px;
	float:left;
	clear:both;
	width:100%;    
}

#hsbody .disclaimer p {
	float:left;
	padding:0;
	margin:0;
	line-height:1.5em;
}

#hsbody .disclaimer .disclaimerlink{
	float:right;
	text-align:right;
	padding:0;
	margin:0;
	line-height:1.5em;    
}

#hsbody .disclaimer .hslogo {
	float:left;
	display:block;
	margin:2px 10px 5px 0;
	font-size:0.1px;
	height:15px;
	width:68px;
	background:url('/common/link-logo.png') no-repeat 0 0;
	padding:0;    
	line-height:1.5em;
	cursor:pointer;
}

#hsbody .disclaimer a.hslogo:hover {
	background-position:0 -15px;
}


#hsbody .disclaimer .hslogo * {
	display:none;
}

/* Utilities */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
