{zoom: 1.0} /* Fix for IE - see share price chart page, when this fix removed, changing the value of the from/to fields changes layout of fieldsets*/
/* Template */
/*############################################ GENERIC TAGS 
These styles will affect all the generic tags within the IR center. 
Since they are within the #hsbody id they will not be affected by 
conflicting styles implemented by client's developers and integration etc. == */

#hsbody {
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em; /* comment out if integrating */  
  color: #333;
  margin: 0;
  padding: 0;
  width: 597px;
}
#hsbody.thin {
  width: 585px;
}
#hsbody h1 {
  font-size: 17px;
  color: #333;  
}
#hsbody h2 {
  font-size: 1.3em;
  color: #ff0000;
}
#hsbody h3 {
  font-size: 11px;
  color: #ff0000;
}
#hsbody h4 {
  font-size: 1.1em;
  color: #194775;
}

#hsbody a, #hsbody a:visited {
  color: #999999;
  text-decoration: none;
}

#hsbody a:hover {
  color: #ff0000;
}

#hsbody hr {
  border: 0;
  height: 1px;
  background-color: #333333;
}
#hsbody a img {
  border: 0;
}
  
/*############################################ Data Table Elements */
#hsbody table {
  background-color: #CECFCE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

/* email alerts */
#hsbody table.alerts, #hsbody table.alerts td {
  background-color: transparent;
}

/* Firefox hack: this removes space between caption and table */
:root #hsbody table {
  margin-top: 0;
}
#hsbody table caption {
  background-image: url(http://miranda.hemscott.com/ir/fose/images/interface/caption_grad.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  caption-side: top;
  text-align: left;
  font-size: 11px;
  font-weight: bold;  
  color: #ffffff;
  padding: 3px 5px;
  margin-top: 10px;
  margin-left: 0px;
  border-top: 1px solid #FF9999;
  border-left: 1px solid #FF9999;
  border-bottom: 2px solid #920101;
  border-right: 2px solid #920101;
}
#hsbody th {
  text-align: center;
  background-color: #FFF7F7;
  font-size: 1em;
  color: #666666;
  font-weight: bold;
  padding: 4px;
  border-top: 0.15em solid #ffffff;
  border-left: 0.15em solid #ffffff;
  border-bottom: 0.15em solid #FDE1E1;
  border-right: 0.15em solid #FDE1E1;
}
#hsbody td {
  background-color: #fff;
  font-size: 1em;
  padding: 3px; 
}
#hsbody td.headercell {
  background-color: #F7F7EF;
  font-size: 1em;
  padding: 3px; 
}
#hsbody abbr, #hsbody acronym {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
  
/*############################################ Form Elements */
#hsbody form {
  margin-bottom: 10px;
}
#hsbody fieldset {
  text-align: left;
  border: 1px solid #c1c1c1;
  padding: 0 10px 0 10px;
  padding-bottom: 0.5em; /* this line and the following one = fix for IE fieldsets */
  position: relative; /* see http://www.webmasterworld.com/forum83/2379.htm */
  /*margin-bottom: 20px;*/
  /*background: #F7F7EF;*/
}

html>#hsbody fieldset {padding-top: 0.5em} /* see http://www.webmasterworld.com/forum83/2379.htm */
#hsbody fieldset:hover {
  /*background-color: #FFFFFF;*/
}
#hsbody legend {
  position: relative; /* this line and the following one = fix for IE fieldsets */
  top: -1em; /* see http://www.webmasterworld.com/forum83/2379.htm */
  background: #ff0000;
  text-align: left;
  font-weight: bold;
  color: #fff;
  border: 1px solid #c1c1c1;
  padding: 2px 5px;
  border-top: 1px solid #FF0000;
  border-left: 1px solid #FF0000;
  border-bottom: 1px solid #920101;
  border-right: 1px solid #920101;
  background-image: url(http://miranda.hemscott.com/ir/fose/images/interface/legend_grad.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
#hsbody select, #hsbody input {
  font-family: Arial, Verdana, Helvetica, sans-serif; /* required as class affects buttons and hrefs to keep consistancy ... */
  font-size: 1em; /* ... as buttons have default font and size which is not inherited by previous styles */
  border: 1px solid #c1c1c1;
  margin: 0 3px 2px 3px;
}
/*#hsbody select:hover, #hsbody input:hover{
  border: 1px solid #eff3f7;
}*/
#hsbody input[type="checkbox"], #hsbody input[type="radio"] {
  border: 0;
  margin: 5px;
  vertical-align: middle;
}
#hsbody .button, #hsbody a:link.button, #hsbody a:visited.button {
  color: #fff;
  font-weight: bold;
  margin: 5px 0;
  padding: 2px 5px;
  cursor: pointer; /* web standard */
  cursor: hand; /* IE/Opera */
  border-top: 1px solid #FF9999;
  border-left: 1px solid #FF9999;
  border-bottom: 2px solid #920101;
  border-right: 2px solid #920101;
  background-image: url(http://miranda.hemscott.com/ir/fose/images/interface/caption_grad.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}
#hsbody .button:hover, #hsbody a:link.button:hover, #hsbody a:visited.button:hover {
  border-top: 2px solid #920101;
  border-left: 2px solid #920101;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}
#hsbody input[type="text"] {
  background-color: #f7f7f7;/*#FFF7EF;*/
}

/* ---------------------------- This doesn't work in IE
#hsbody input[type="button"], #hsbody input[type="reset"], #hsbody input[type="submit"] {
}*/
  
#hsbody .hidden {/* for hidden elements - labels for readers, etc */
  display: none;
  visibility: hidden;
}
/*############################################ DON'T USE!!! */
#hsbody #dividendcalc label, #hsbody #currentcalc label, #hsbody #lookupcalc label, #hsbody #movementcalc label {
  clear: both;
  float: left;
  width: 400px;
}
#hsbody #dividendcalc span, #hsbody #currentcalc span, #hsbody #lookupcalc span, #hsbody #movementcalc span {
  float: left; 
  text-align: right; 
  width: 200px; 
}
#hsbody #dividendcalc br, #hsbody #currentcalc br, #hsbody #lookupcalc br, #hsbody #movementcalc br {
  clear: left;
}/
/*############################################ DON'T USE!!!  *end*/




/*============================== TAILORED TAGS ===*/
/*--------------------------------------- Alert divs */
#hsbody div.hlight {
  background-color: red;
  color: green;
  padding: 5px;
  margin: 3px 0;
  border: 1px solid #d8e2eb;
}
#hsbody div.hlight strong {
  font-weight: bold;
}
#hsbody div.alert {
  text-align: center;
  background-color: #ffffff;
  color: #666666;
  padding: 3px;
  margin: 2px 0;
}
  
/*############################################ Disclaimer div */
#hsbody div.disclaim {
  clear: both;
  background-color: #ff;
  color: #666;
  margin: 20px 0 10px 0;
}
#hsbody div.disclaim a:link, #hsbody div.disclaim a:visited {
  color: #999999;
  text-decoration: none;
}

#hsbody div.disclaim a:hover {
  color: #ff0000;
}

/*############################################ IR HOME page */
#hsbody #irHome #ir_welcome {
  float:left;
  align: justify;
  width: 600px;
  display:inline;
  padding-right:30px;

}
#hsbody #irHome #share_price {
  margin-top: 0;
  width:170px;
  height:150px;
  float:right;
}
#hsbody #irHome #latest_results {
  width:285px;
  clear:both;
  float:left;
  height:150px;
}
#hsbody #irHome #quick_links {
  float:right;
  width:285px;
  height:150px;
}
/*#hsbody #irHome #share_price caption, #hsbody #irHome #latest_results caption {
  margin-right: 0.3em;*/
}
#hsbody #irHome #latest_results ul {
  margin-right: 0;
  margin-left: 3px;
  list-style-type: none;
  list-style-image: none;
}
#hsbody #irHome #latest_results ul li {
  list-style-type: none;
  list-style-image: none;
  margin-right: 0;
  line-height: 20px;
}

/*############################################ RNS NEWS ITEM page */
#hsbody #banner {
  background-color: #ffffff;
  font-size: 1.3em;
  color: #333;
  padding: 0;
  margin: -7px 0 0 0;
}
#hsbody #seperator {
  background-color: #ff0000;
}
#hsbody #seperator2 {
  background-color: #000000;
}
#hsbody #banner img{
  margin: 1em 0 1em 1em;
}
#hsbody #banner div {
  font-size: 0.7em;
  padding: 0 10px;  
}
#hsbody #banner a:link, #banner a:visited {
  font-size: 1em;
  color: #333;
  text-decoration: underline;
}
#hsbody h1.newsitem {
  font-size: 1.3em;
  margin: 0;
}
#hsbody div.page {/* leave formatting as is */
  position: relative;
  padding: 0 5px;
}
#hsbody div.page h2{
  font-size: 1.2em;
  background: #fff;
  color: #000;
  border: 0;
}
#hsbody div.page pre {
  font-size: 1.2em;
}
#hsbody div.disclaimnews {
  font-size: 1em;
  padding: 2px 3px 5px 3px;
}
  
/*############################################ DIRECTOR'S BIOGRAPHIES page */

#hsbody #directors h3 {
  font-size: 1.1em;
  color: #ff0000;
  margin-bottom: 7px;
}
#hsbody #directors p {
 
 overflow:visible;
  padding: 0px 0px;
  width: 100%;
  margin:0;
  
}

#hsbody .directordiv{
width:600px;
border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  padding:10px 0;
 
  }

/*############################################ SHARE PRICE CHART */ 

#hsbody fieldset.chartingTool {
  width: 250px;
  height: 70px;
  display: block;
}

#hsbody #chartForm {
  padding-top: 10px;
}
#hsbody #period_label {
  margin-top: 3px;
}
#hsbody #ver_label, #hsbody #hor_label, #hsbody #sector_label, #hsbody #index_label, #hsbody #to_label, #hsbody #from_label{
  margin-bottom: 4px;
}
#hsbody #chart_tools {
  margin-top: -3px;
}
#hsbody #graphDiv {
  margin-bottom: 10px;
}

/*############################################ EMAIL ALERTS */

#hsbody #emaillogin {
  margin-top: -15px;
}

 div.disclaimnews {
  font-size: 1em;
  padding: 2px 3px 5px 3px;
}
  
/*############################################ DIRECTOR'S BIOGRAPHIES page */
#hsbody h2.directorsbio {
  clear: left;
  margin: 0 0 10px 0 ; /* left - 131px*/
  border-bottom: 1px solid #194775;
}
#hsbody #directorsbio {
  clear: left;
  margin: 10px 0;
}
#hsbody #directorsbio img{ /* image w:81px height: 111px */
  float: left;
  margin: 0 15px 15px 15px;
}
#hsbody #directorsbio h3 {
  margin: 0; /*left - 131px*/
}
#hsbody #directorsbio h4 {
  font-weight: normal;
  text-decoration: underline;
  margin: 0 0 5px 0; /*left - 131px*/
}

   #marquee {
        position:relative;
        width: 780px;
        left: 0px;
        height: 20px;
        top:5px;
        color: #000;
        text-align:left;
        vertical-align:center;
        line-height:20px;
        padding-left:10px;
        overflow:hidden;
        background: #F7F5F2;
      }
 
      .mscroll {
        font-family:verdana;
        font-size:12px;
        font-weight: normal;
        padding: 0px;
        color: #0B1A6B;
        width:auto;
        position:absolute;
        height:20px;
        text-align:left;
        vertical-align:center;
        line-height:20px;
        white-space:nowrap;
        top:0;
      }
      
    #hsbody table.financial_data thead th {text-align:right;} 
    #hsbody table.financial_data tbody th {text-align:left;}  
    #hsbody table.financial_data tbody td {text-align:right;}     
    
    .directorimg{
    float:left;
    margin:0 10px 0px; 0;
    clear:left;
    
}     
