body {
    color:#3e3e3e;
    font-family:arial, verdana, sans-serif; 
    font-size:0.75em;
	background-color:transparent;
}

#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 {
	float:left;
	width:100%;
}

form {width:100%;}

#hsbody a{
	color:#005A9B;
	text-decoration:none;
}

#hsbody a:hover{
	color: #e20a16;
	text-decoration:underline;
}

#hsbody table {
    width:100%;
    margin:0px;
    padding:0;
    margin-bottom:20px;
    font-size:1em;
}

#hsbody table caption {
    text-align:left; 
    font-size:1.1em;
    padding:4px 0 4px 2px;
	background-color:#fff;
	color:#3e3e3e;
	font-weight:bold;
	border:1px solid #ccc;
}

#hsbody table td { 
    text-align:right;
    padding:0 0 5px 2px;
    margin:0;
}

#hsbody table thead th { 
    text-align:right; 
    padding:2px 0 5px 0;  
    margin:0; 
    color:#3e3e3e;
}

#hsbody table tbody th {
    text-align:right; 
    padding:0; 
    margin:0; 
    color:#3e3e3e; 
    font-weight:normal;
}

#hsbody h1 {
    font-size:1.6em; 
}

#hsbody h2 {
    font-size:1.4em; 
}

#hsbody form {
    clear:both;
}

#hsbody fieldset { 
    border:0;
    padding:0 0 5px 5px;
    position:relative;
	border:1px solid #ccc;
}


#hsbody legend {
    font-weight:bold; 
    font-size:1em;
    margin:10px 0;
    padding:5px;
	background-color:#fff;
	color:#3e3e3e;
	border:1px solid #ccc;
}

#hsbody label {
    display:block;
    float:left;
}

#hsbody dt {
    float:left;
    display:block;
    width:50px;
}

#hsbody input {
    font-size:1em;
}

#hsbody input,select {
    float:left;
    margin:2px 0;
    font-size:1em;
    font-family:inherit;
    color:inherit;
}

#hsbody .error,.hsbody  #errorDiv {
    color:#f00;
    margin:5px 0 0 0;
	padding-left:25px !important;
}

#hsbody .button {
    margin:0 0 0 3px;
	padding:0 30px;
	#padding:0;
}


/* generic classes */

#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 {
    color: #3e3e3e;
    font-weight:bold;
}    

#hsbody .pos {
    color:#1BA71B; /* green displayed on positive change */
}   


#hsbody .neg {
    color:#CC0000; /* red displayed on negative change */
}

#hsbody .nochange {
    color:#4883C0; /* no change */
}

#hsbody .result {
    font-weight:bold;
}

#hsbody .error {
    padding:5px 10px;
}

#hsbody .abbr,
#hsbody acronym, 
#hsbody abbr {
    cursor: help; 
    border-bottom: 1px dotted #ccc !important;
}

/* home page */

#hsbody  #share-price p, #hsbody  #share-price a {
	color:#fff !important;
	font-weight:bold;
}
#hsbody  #share-price .large {
	font-size:150%;
	display:block;
}
#hsbody  #share-price{
	/*background: url(../images/shareprice_bg.jpg) no-repeat;
	float:left;
	width:943px;
	height:32px;
	text-align:right;*/
}

#hsbody  #share-price p{ 
	color:#3e3e3e;
	/*
	float:right;
	padding:6px 0 2px 10px;
	*/
	margin:0;
	font-size:12px;
}

#hsbody  #share-price span{ 
	padding:0 3px 0 0;
	margin-right:4px;

}

#hsbody  #share-price .large{ 
	/*font-size:16px;
	padding-right:10px;
	display:block;
	font-weight:bold;*/

}

#hsbody  #share-price .large a{  
	color:#3e3e3e;
	text-decoration:none;
}

#hsbody  #share-price .large a:hover{  
	color:#3e3e3e;
	text-decoration:underline;
}

#hsbody  #share-price .small{ 
	font-size:12px;
}

/* company summary */

#hsbody #company-summary table tbody th {
    width:50%;
}

#hsbody #company-summary table tbody td {
    width:25%;
}

/*Chart style*/
#hsbody #share_chart_page #graphImg {margin:0 auto;}

#hsbody #share_chart_page #chartForm{
	margin:0;
	padding:0;
}

#hsbody #share_chart_page #chartForm #period_div, #from_div{
	padding-bottom:5px;
	float:left;
}

#hsbody #share_chart_page #chartForm  .cmp_grid{
	float:left;
	height:21px;
	_height:15px !important; 
}

#hsbody #share_chart_page #chartForm label{
	width:70px;
	clear:both;
	line-height:8px;
	#line-height:16px;
}

#hsbody #share_chart_page #chartForm .label{
	line-height:22px;
}

#hsbody #share_chart_page fieldset.comparisons {
margin-top:14px;
}

#hsbody #share_chart_page fieldset.comparisons input {
    float:left;
    clear:left;
    margin-right:10px;

}

#hsbody #share_chart_page fieldset.comparisons label {
    clear:right;
	width:140px !important;
    margin-top:5px;
	clear:none !important;
}

#hsbody #share_chart_page #chartForm fieldset .comparator label{
	clear:right;
	width:200px;
    margin-top:5px;
}

#hsbody #share_chart_page #chartForm fieldset{
	width:225px;
	float:left;
	height:12em;
	margin:0 25px 20px 0;
}

#hsbody #share_chart_page #chartForm .button{
	clear:both;
	margin:0;
}

#hsbody #share_chart_page #errorDiv {margin:10px 0;}

#hsbody .price{
	font-size: 13px;
	font-weight: bold;
	color: #3e3e3e;
}

#hsbody .none{
	color: #3e3e3e;
	font-size: 11px;
	font-weight: normal;
}

/* key dates page */

#hsbody #key-dates table th{
    width:50%;
}

/* major shareholders */

#hsbody #major-shareholders table td {width:33%;}
#hsbody #major-shareholders dt {width:10px;}
#hsbody #major-shareholders dd {margin:0;}
#hsbody #major-shareholders span{
	font-size:13px;
	font-weight:bold;
	color:#3e3e3e;
}
#hsbody #major-shareholders span.value{
	color:#3e3e3e; 
	font-size:11px; 
	font-weight:normal;
}

/* calculator */

#hsbody #calculator fieldset table tr td {width:50%;}

/* text chart */
#hsbody #tracker1 {float:left;clear:left;}
#hsbody #tracker2 {float:left;clear:left;}
#hsbody #tracker3 {float:left;clear:left;}
#hsbody #tracker4 {float:left;clear:left;}
#hsbody #tracker5 {float:left;clear:left;}

/* regulatory news */

#hsbody #search_form {
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

#hsbody .keyword,#hsbody .during {
float:left;
margin-right:20px;
}

#hsbody #search_form {
padding:0;
margin:0;
}

#hsbody #search_form p {
margin-top:0;
margin-bottom:0;
}

#hsbody #search_form legend {
display:none;
}

#hsbody #advanced_options  {
margin-top:40px;
}

#hsbody #advanced_options label {
width:215px;
}

#hsbody .keyword label,#hsbody .during label {
width:auto;
display:block;
clear:left;
}


#hsbody .advanced_search {
float:right;
}

#hsbody #search_form .button {
float:right;
}

#hsbody #news-filter p.previous {
padding:5px 0 5px 0; 
#padding:0 0 1px 0;
}

/* regaulatory item */

#hsbody #newsitem pre {
font-size:1.2em;
}

/*Email Alerts*/

#hsbody #theFormDetails fieldset p{
	float:left;
	clear:both;
	width:100%;
	margin:5px 0 20px 0;
	padding:0;
}
#hsbody #theFormDetails span.email_label{
	padding-left:10px;
	float:left;
	line-height:16px;
	#line-height:24px;
}

#hsbody #loginForm label.hidden{
	line-height:20px;
}

/* 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;
    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('http://online.hemscottir.com/common/link-logo.png') no-repeat 0 0;
  padding:0;    
  line-height:2em;
  cursor:pointer;
}

.disclaimer a.hslogo:hover {
 background-position:0 -15px;
}



#hsbody .disclaimer .hslogo * {
  display:none;
}

#hsbody #company-summary table.snapshot tbody th{

}
#hsbody #company-summary table.snapshot tbody td{
width:40%;
}

#hsbody #company-summary table.prices tbody th {
width:30%;
}
#hsbody #company-summary table.prices tbody td {
width:33%;
}

#hsbody #download input {
    float:left;
}

#hsbody #download label {
display:none;
}


