body{
	font-size: .69em;/* 11 px */
	font-family:Helvetica, Arial, sans-serif;
    background:#474747;
    margin:0;
    padding:0;
	color: white;
}


#hscontainer {
	width:900px;
	text-align:left;
	margin:0 auto;
	border:1px solid #ccc;
	background:#fff;
	overflow:auto;
}

h2.pagetitle,
h1.sitetitle {
float:left;
clear:left;
}

#hsbody #hssearch {
float:right;
width:auto;
}

#hsbody #hssearch legend {
display:none;
}

#hsbody #hssearchform {
width:auto;
}

#hspage {
clear:both;
}


#hsbody table,
#hsbody form
{
	width:100%;
}



#hsbody form ,
#hsbody fieldset,
#hsbody table,
#hsbody p,
#hsbody ul,
#hsbody li,
#hsbody input,
#hsbody select,
#hsbody h1,
#hsbody h2,
#hsbody h3
{
	margin:0;
	padding:0;
	font-size:1em;
	font-family:verdana, arial, sans-serif; 
}

#hsbody select, #hsbody input, #hsbody label {
	margin: 2px;
}

#hsbody table,
#hsbody p,
#hsbody ul,
#hsbody h1,
#hsbody h2,
#hsbody h3,
#hsbody form
{
	margin-bottom:1.25em;
}


#hsbody table {
    font-size:1em;
	border-collapse:collapse;
	color: #C0C0C0;
}

#hsbody table caption {
    text-align:left; 
    font-size:1.1em;
    background-color:#FFC166;
    padding: 3px 2px 4px 2px;
	font-weight: bold;
	color: black;
}

#hsbody table td { 
    text-align:right;
	padding: 0.2em 0 0.3em 0;
	background: url('/ir/pog/images/dot.gif') repeat-x bottom left;
}

#hsbody table thead th,
#hsbody table tbody th { 
    text-align:right;
    padding: 0.2em 0 0.3em 0;
	background: url('/ir/pog/images/dot.gif') repeat-x bottom left;
}


#hsbody table tbody th
 {
    font-weight:normal;
}


h1 {
    font-size: 1.4em; 
	color: white;
}

#hsbody h2 {
    font-size: 1.1em;
	background-color: #FFC166;
	color: black;
	font-weight: bold;
	padding: 3px 2px 4px 2px;
}

#hsbody fieldset { 
    border:0;
    position:relative;
}


#hsbody legend {
    font-weight:bold; 
    font-size:1.4em;
    margin:0;
    margin-left: -5px;
    float:left;
	padding:0;
}

#hsbody label {
    display:block;
    float:left;
    /*width:150px;*/
	clear:left;
}

#hsbody dt {
    float:left;
	clear:left;
    display:block;
    width:25px;
	font-style:oblique;
}

#hsbody dd {
 display:inline;
 float:left;
 font-style:oblique;
 }


#hsbody .error li,
#hsbody  #errorDiv{
    color:#FFC166;
    margin:0 0 0 0.5em;
}

#hsbody .button {
    margin-right:20px;
    margin-left:3px;
    cursor:hand;
    cursor:pointer;
}

/* ############################################################### */
/*                        generic classes                          */
/* ############################################################### */

#hsbody a {
    color: #ffcc00;
	text-decoration:none;
}

#hsbody a:hover {
    color: #ffcc00;
	text-decoration:underline;
}

#hsbody  .floatleft  {
    float:left;
}
#hsbody .floatright {
    float:right;
}
#hsbody .clear {
    clear:both;
}
#hsbody .alignleft {
    text-align:left;
}
#hsbody .alignright {
    text-align:right;
}
#hsbody .aligncenter {
    text-align:center;
}

#hsbody .title {
    font-weight:bold;
}    

#hsbody .pos {
    color: #33FF00 !important; /* green displayed on positive change */
}   


#hsbody .neg {
    color:#FF0000 !important; /* red displayed on negative change */
}

#hsbody .none {
    color: #c0c0c0 !important; /* no change */
}

#hsbody .result {
    font-weight:bold;
}

#hsbody .error {
    padding:5px 10px;
}

#hsbody .abbr,
#hsbody acronym, 
#hsbody abbr {
    cursor: help; 
    border-bottom: 1px dotted #c0c0c0 !important;
}



#hsbody tr.borderboth td,
#hsbody tr.borderboth th{
border-top:1px solid #000;
/*border-bottom:1px solid #000;
font-weight:bold;*/
padding-bottom:1.25em;
}

#hsbody tr.total th,
#hsbody tr.total td{
font-weight:bold;
border-top:1px solid #000;
border-bottom:1px solid #000;
}



/* ############################################################### */
/*                         broker forecasts page                          */
/* ############################################################### */



#hsbody #broker-forecasts table th {
    width:16%;
}



 

/* ############################################################### */
/*                     share price page                            */
/* ############################################################### */



#hsbody #share_price_page span.price {
    font-size:1.5em;
    font-weight:bold;
}

#hsbody #share_price_page table tr td img{
margin-right:0.5em;
vertical-align:middle;
}

#hsbody #share_price_page table tr td{
    padding: 0.2em 0 0.3em 0; 
   text-align:left;
}

#hsbody #share_price_page table tr th{
    text-align:left;
}

#hsbody #share_price_page .information th, 
#hsbody #share_price_page .summary th {
    width:16%;
}    

#hsbody #share_price_page .segment th {
    width:20%;
}


/* ############################################################### */
/*                     chart styles                               */
/* ############################################################### */

#graphRootDiv {
	margin: 2px 0;
}

#hsbody #share_chart_page #graphImg {margin:0 auto;}

#hsbody #share_chart_page form p{
clear:both;
}


#hsbody #share_chart_page fieldset{
	width: 100%;
	margin-bottom: 2%;
	clear:both;
	float:left;
}


#hsbody #share_chart_page fieldset#sharechartTimePeriod label{
width:5em;
margin-left:4px;
#margin-left:2px;
}

#hsbody #share_chart_page fieldset.comparisons input {
    float:left;
    clear:left;
    margin-right:10px;
}

#hsbody  #share_chart_page input {
	margin:4px 10px 4px 4px;
	#margin:0px 10px 1px 0;
}

#hsbody #share_chart_page fieldset.comparisons label {
    clear:right;
    margin-top:3px;
}

#hsbody #share_chart_page #errorDiv {
margin:10px 0;
}



#hsbody #share_chart_page ul{
	margin: 10px 0 0 10px;
	padding:0 0 0 10px;
}





/* ############################################################### */
/*                        regulatory news                          */
/* ############################################################### */

#hsbody #navigation a {
	margin-right: 0.1em;
}

#hsbody #search_form {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#hsbody .keyword,#hsbody .during {
	float:left;
	margin-right:20px;
	#margin-right: 10.5px;
	_margin-right: 20px;
}

#hsbody #search_form {
padding:0;
margin:0;
}

#hsbody #search_form #submit_button {
	padding:0;
	margin:0;
	top: 4px;
	position: relative;
}

#hsbody #search_form p {
margin-top:0;
margin-bottom:0;
}

#hsbody #search_form legend {
display:none;
}

#hsbody #advanced_options  {

}

#hsbody #advanced_options label {
width:217px;
_width: 230px;
padding-top: 2px;
}

#hsbody .keyword label,#hsbody .during label {
width:auto;
display:block;
clear:left;
}


#hsbody .advanced_search {
line-height:2em;
}


/* ############################################################### */
/*                      disclaimer styles                            */
/* ############################################################### */


#hsbody .disclaimer {
    font-family:verdana, sans-serif;
    border-top:1px solid #ccc;
    padding-top:5px;
    margin-top:10px;
    float:left;
    clear:both;
    width:100%;    
    font-size:0.9em;
}

#hsbody .disclaimer p {
    float:left;
    padding:0;
    margin:0;
    line-height:2em;
}

#hsbody .disclaimer .hemscottlink {}

#hsbody .disclaimer .disclaimerlink{
    float:right;
    text-align:right;
    padding:0;
    margin:0;
	margin-right: 0.15em !important;
    line-height: 2em;    
}

#hsbody .disclaimer .hslogo {
  float:left;
  display:block;
  margin:2px 10px 5px 0;
  font-size:0.1px;
  height:15px;
  width:68px;
  background:url('../images/link-logo.png') no-repeat 0 0;
  padding:0;    
  line-height:2em;
  cursor:pointer;
}
#hsbody .disclaimer .hslogo:hover {
	background:url('../images/link-logo.png') no-repeat 100% 100%;
}
#hsbody .disclaimer .hslogo * {
  display:none;
}



#hsbody #download input {
    float:left;
}

#hsbody #download label {
display:none;
}

#hsbody #download label.displaylabel {
display:inline;
width:10%;
}


/* ############################################################### */
/*                        Email Alerts                            */
/* ############################################################### */


#register-box  label, #loginForm label {
	width:201px !important;
	margin-bottom:10px;
}

#register-box  input{
	width:200px;
}

#register-box select{
	width:207px;
}

#hsbody div.alertbox input{ 
	margin:0;
	padding:0;
	float: left;
}

#hsbody div.alertbox label {
	float: left;
	margin: -13px 0 0 20px;
	#margin: -16px 0 0 23px;
	_margin: -16px 0 0 13px;
}

.alertp{
	margin:0;
	padding:0 0 10px 0;
}




#hsbody p.alert_box {
clear:both;
margin:10px 0 !important;
}

#hsbody p.alert_box label {
float:left;
clear:none;
width:auto;
margin-left:10px;
}


#hsbody p.cancontact label {
width:100%;
}


#hsbody p.cancontact input {
float:right;
}


#hsbody p.alert_box input {
float:left;
}


#hsbody #alerts fieldset p {
clear:both;
}


#hsbody #alerts fieldset {
clear:both;
float:left;
width:100%;
}



#hsbody #startShowZoomDiv,
#hsbody #endShowZoomDiv{
position:absolute;
left:-1px;
top:0px;
width:1px;
height:196px;
z-index:2;
visibility:hidden;
background-color: #000000;
layer-background-color: #000000;
}

#hsbody #dragShowZoomDiv{
position:absolute;
left:-1px;
top:0px;
border-top:1px solid #000000;
z-index:2;
visibility:hidden;
background-color: transparent;
layer-background-color: transparent;
}

#hsbody #tooltipsDiv{
position:absolute;
left:10px;
top:10px;
width:10px;
height:10px;
z-index:5;
visibility:visible;
}

#hsbody #tsrChart #graphDiv img{
width:400px;
height:260px;
}


#hsbody #alerts input,
#hsbody #alerts select {
float:left;
}

#loginForm .button {
	#top: 3px;
	#position: relative;
}

#alerts label {
float:left;
width:150px;
}

.hs_alerts_login_error,
.hs_alerts_register_error {
background:#FFC166;
border:1px solid #EF9595;
padding:0;
margin:0;
display:none;
width:500px;
float:left;

}

.hs_alerts_login_error p,
.hs_alerts_register_error p{
margin:5px 10px !important;
}

.hs_alerts_register_button.running,
.hs_alerts_login_button.running{
 border:0;
 background:url('/javascripts/jquery/ajax-loader.gif') no-repeat 10px;
 height:30px;
 line-height:50px;
 width:220px;
}

#shareprices td, #goldPrice td {
	text-align: left !important;
}

#shareprices td img {
	margin-right: 4px;
	vertical-align: middle;
}
