/* CSS Document */


html, body {font: 1.25em Verdana, Arial, Helvetica, sans-serif}

#hsbody {
    width: 553px;
}

table {
    margin: 0;
    padding: 0;
    background: #FFF;
    border-collapse: collapse;
    vertical-align: middle;
}

table th {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em ;
}

table td {
    color: #000000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.8em;
}

a:link {color: #319ACE}

a:visited {color: #3399CC}

a:link.nohover , a:visited {color: #319ACE}

.footer {font-size: 0.8em}

.submit {
    border: 1px solid #002;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 4px}

.title {
    color: #3B394E;
    font-weight: bold;
    font-size: 10pt}

img {border: 0}

.help a:link, .help a:visited {text-decoration: none; font-size: 0.75em}
.help a:hover {color: #000}


#hsbody 
{
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}

#hsbody *
{
    font-size: 11px;
}

#hsbody h1, #hsbody h2, #hsbody h3, #hsbody h3 { color: #C06; }

#hsbody h1 { 

 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 color: #C80060;
 font-size: 20px;
 font-weight: normal;
 margin-top: 0;
 padding-top: 0;

}

#hsbody h2 { font-size: 16px; }

#hsbody h3 { font-size: 12px; }

    
/*############################################ Data Table Elements */
#hsbody table { font-size: 10px; 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 
{
    caption-side: top;
  text-align:left;
  font-weight:bold;
  padding-top:20px;
  padding-bottom:10px;
}

#hsbody th 
{
    color: #C06;
  font-weight:normal;
}

#hsbody td 
{
    text-align:center;
}

#hsbody thead th 
{
    color: #000;
}

#hsbody tbody th 
{
    color: #C06;
  text-align:left;
}

#hsbody tbody td
{
  text-align:right;
}

#hsbody table.financialdata
{
  border: 1px solid #39c; 
  padding:10px;
}

#hsbody table.financialdata thead
{
    text-align:right;
    background-color:#39c;
}

#hsbody table.financialdata thead th
{
    color:#fff;
    padding: 5px;
}

#hsbody table.financialdata tbody th,#hsbody table.financialdata tbody td
{
    padding: 5px;
    /* border-bottom:1px solid #39c; */
}

#hsbody table.companydata 
{ 
    border: 1px solid #39c; 
    padding:10px;  
}

#hsbody table.companydata thead
{
    background-color:#39c;  
}

#hsbody table.companydata thead th
{
    color:#fff; 
    padding: 5px; 
}

#hsbody table.companydata tbody th, #hsbody table.companydata tbody td
{
    padding: 5px; 
}

#hsbody table.companydata tbody td
{

}

#hsbody table.companydata th, #hsbody table.companydata td
{
    text-align:left;
}

#hsbody table.sharedata
{
    border: 1px solid #39c; 
    padding:10px;      
}

#hsbody table.sharedata thead
{
    background-color:#39c;  
}

#hsbody table.sharedata thead th
{
    color:#fff; 
    padding: 5px; 
}

#hsbody table.sharedata tbody th, #hsbody table.sharedata tbody td
{
    padding: 5px;    
}

#hsbody table.sharedata th, #hsbody table.sharedata td
{
    text-align:center;
}

#hsbody table.sharedata tbody th
{
    text-align:left;
}

#hsbody abbr, #hsbody acronym {
    cursor: help;
}
    

/*############################################ Form Elements */

#hsbody form {
    margin-bottom: 10px;
}

#hsbody fieldset {
    text-align: left;
    border: none;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
}

#hsbody legend 
{
    text-align: left;
    color: #C06;
  font-size:12px;
  padding:0;
  margin:0;
}

#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;
    padding: 2px 3px;
    margin: 0 3px 2px 3px;
}

#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 {
    background-color: #C06;
    color: #fff;
    font-weight: normal;
    margin: 5px 0;
    padding: 1px;
    cursor: pointer; /* web standard */
    cursor: hand; /* IE/Opera */
}
/* ---------------------------- 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: #c06;
    color: #fff;
    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: #083366;
    font-weight: normal;
    text-decoration: underline;
}

/*############################################ IR HOME page */
#hsbody h2.irhome {
    background: #07396A url(http://miranda.hemscott.com/ir/tsg/images/interface/home_h2.gif) repeat-x top left;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #fff;
    padding: 1px 0 25px 0;
    border-top: 1px solid #000;
    border-bottom: 0;
    margin: 0;  
}
#hsbody #welcome {
    text-align: justify;
    font-size: 1.2em;
    line-height: 20px;
}
#hsbody #welcome p{
    margin: 5px 3px;
}
#hsbody #shareprice {
    background: #eff3f6 url(http://miranda.hemscott.com/ir/tsg/images/interface/home_div.gif) no-repeat bottom right;
    float: left;
    text-align: center;
    width: 250px;
    height: 220px;
    border: 1px solid #b6c8da;
    border-top: 0;
    margin-right: 15px;
}
#hsbody #shareprice img.graph {
    border: 3px solid #07396a;
}
#hsbody #announcements {
    background: #eff3f6 url(http://miranda.hemscott.com/ir/tsg/images/interface/home_div.gif) no-repeat bottom right;
    float: left;
    width: 260px;
    height: 220px;
    border: 1px solid #b6c8da;
    border-top: 0;
    margin-right: 15px; 
}
#hsbody #announcements ul {
    list-style-image: url(http://miranda.hemscott.com/ir/tsg/images/interface/icon_li.gif);
    padding: 0;
    margin: 0 5px 0 25px;
}
#hsbody #announcements li {
    padding-bottom: 4px;
}
#hsbody #links {
    background: #eff3f6 url(http://miranda.hemscott.com/ir/tsg/images/interface/home_div.gif) no-repeat bottom right;
    float: left;
    width: 250px;
    height: 220px;  
    border: 1px solid #b6c8da;
    border-top: 0;  
}
#hsbody #links p {
    margin: 2px 5px;
}
#hsbody #links p.note {
    font-size: 0.8em;
    padding: 5px 10px;
    border-top: 1px dashed #b6c8da;
}
/*############################################ RNS NEWS ITEM page */
#hsbody #banner {
    background-color: #f7f8f1;
    font-size: 1.3em;
    color: #333;
    padding: 0;
    margin: -7px 0 0 0;
}
#hsbody #banner img{
    margin: 10px 0 10px 20px;
}
#hsbody #banner div {
    font-size: 0.7em;
    padding: 0 20px;    
}
#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 3px;
}
#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 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*/
}
#hsbody #directorsbio p {
    margin: 0 0 0 0; /*left - 131px*/
}

