/* 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: 1em; /* comment out if integrating */  
    color: #333333;
    margin: 7px 10px 10px 10px;
    padding: 0px 0 10px 0;
}
#hsbody h1 {
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #ADBED6;
}
#hsbody h2 {
    font-size: 1.3em;
    color: #305A84;
}
#hsbody h3 {
    font-size: 1.2em;
    color: #194775;
}
#hsbody h4 {
    font-size: 1.1em;
    color: #194775;
}

#hsbody p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

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


#hsbody p a:hover {
   color: #ADD7F7;
}
    
/*------------------------------ Data Table Elements */
#hsbody table {
    background-color: #ADD7F7;
    border: 1px  solid #ADD7F7;
    font-size: 0.7em;
    margin-top: 5px;
    margin-bottom: 10px;
}
/* Firefox hack: this removes space between caption and table */
:root #hsbody table {
    margin-top: 0;
}
#hsbody caption {
    background-color: #ADD7F7;
    caption-side: top;
    text-align: left;
    font-size: 1.1em;
    font-weight: bold;  
    color: #ffffff;
    padding: 3px 5px;
    margin-top: 10px;
}
#hsbody th {
    background-color: #F6F6F6;
    text-align: left;
    letter-spacing: 0.03em;
    color: #666666;
    font-weight: bold;
    padding: 4px;
}

#hsbody th.right {
    text-align: right;
}


#hsbody th.center {
    text-align: center;
}

#hsbody td {
    background-color: #FFFFFF;
    font-size: 1em;
    padding: 4px;  
}
#hsbody td.headercell {
    background-color: #fff;
    color:#000;
    font-size: 1em;
    padding: 3px;   
}
#hsbody abbr, #hsbody acronym {
    cursor: help;
}

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

#hsbody td a:hover {
  color: #ADD7F7;    
}
    
/* ----------------------------------- Form Elements */
#hsbody form {
    margin-bottom: 10px;
}

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


#hsbody fieldset a:hover {
    color: #ADD7F7;
}

#hsbody fieldset {
    text-align: left;
    border: 1px solid #ADD7F7;
    padding: 0.7em 0.7em 0.7em 0.7em;
    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;
    font-size: 0.7em;
}

#hsbody .fieldset_txt {
    /*font-size: 0.9em;*/
}

#hsbody fieldset.priceVolumeChart {
     height: 80px; 
     width: 250px;
     display:block;
}

#hsbody fieldset legend {
    position: relative; /* this line and the following one = fix for IE fieldsets */
    top: -1em; /* see http://www.webmasterworld.com/forum83/2379.htm */    
    background-color: #ADD7F7;
    text-align: left;
    width: 100px;
    color: #fff;
    border: 1px solid #ADD7F7;
    padding: 2px 5px;
    font-size: 0.95em;
    font-weight: bold;
}

#hsbody fieldset label {
    /*font-size: 0.8em;*/
    display:block;
}

#hsbody fieldset.priceVolumeChart label {
   padding-top: 0.45em;
}

/*html>#hsbody fieldset {padding-top: 0.5em}*/ /* see http://www.webmasterworld.com/forum83/2379.htm */
/*#hsbody fieldset:hover {
    background-color: #FCFFF7;*/
}

    
/*----------- allows all calculator forms to align in 2 columns -- layout only */
#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;
}/*--------------------------------------------------------------*/
    
#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 */
    /*padding: 2px 3px;*/
    margin: 0 3px 2px 3px;
    background-color: #f6f6f6;
}

#hsbody select.dropdown {
    background-color: #ffffff;
}

#hsbody input[type="checkbox"], #hsbody input[type="radio"] {
    border: 0;
    margin: 5px;
    vertical-align: middle;
    padding: 0;
    background-color: #ffffff;
    color: #ffffff;
}
#hsbody .button, #hsbody a:link.button, #hsbody a:visited.button {
    background-color: #ffffff;
    color: #0F3B5D;
    font-weight: normal;
    margin: 5px 0;
    padding: 1px;
    cursor: pointer; /* web standard */
    cursor: hand; /* IE/Opera */
    border-top: 1px solid #add7f7;
    border-left: 1px solid #add7f7;
    border-bottom: 2px solid #5E819C;
    border-right: 2px solid #5E819C;
}

#hsbody .button:hover, #hsbody a:link.button:hover, #hsbody a:visited.button:hover {
    border-top: 2px solid #5E819C;
    border-left: 2px solid #5E819C;
    border-right: 1px solid #add7f7;
    border-bottom: 1px solid #add7f7;
}

    
/* ---------------------------- 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;
}
    
/* --------------------- Email Alerts Input Elements */
#hsbody #register label {
    clear: both;
    float: left;
    width: 300px;
    margin: 0 3px 2px 3px;
}
#hsbody #alerts label {
    display: block;
    width: 250px;
}
#hsbody #alerts input, #alerts label, #alerts span {
    float: left;
}
#hsbody #alerts input{
    clear: left;
}
    
/*============================== TAILORED TAGS ===*/
/*--------------------------------------- Alert divs */
#hsbody div.hlight {
    background-color: #F7F8F1;
    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: #f6f6f6;
    color: #666666;
    padding: 3px;
    margin: 2px 0;
}
    
/*----------------------------------- Disclaimer div */
#hsbody div.disclaim {
    clear: both;
    background-color: #FFFFFF;
    color: #666666;
    font-size: 0.7em;
    margin: 10px 0px 10px 0px;
}
#hsbody div.disclaim a:link, #hsbody div.disclaim a:visited {
    color: #999999;
    text-decoration: none;
}
#hsbody div.disclaim a:hover {
    color: #ADD7F7;
}

/* ----------------------------------- 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: #ffffff;
    color: #333333;
    padding: 0;
    margin-top: 10px;
    /*border-bottom: 2px solid #ADD7F7;*/
}

#hsbody #banner img {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
}

#hsbody #banner h1 {
    font-size: 1em;
    margin: 5px 0 10px 0;
}
#hsbody #banner div {
    font-size: 0.7em;
    padding: 0 20px;
}
#hsbody #banner a:link, #banner a:visited {
    font-size: 1em;
    text-decoration: none;
    color: #666666;
}

#hsbody #banner a:hover {
    color: #ADD7F7;
}

#hsbody pre {
}
#hsbody div.page {/* leave formatting as is */
    position: relative;
    margin-left: 10px;
}
#hsbody div.page h2{
    font-size: 0.9em;
    background: #FFFFFF;
    color: #000000;
    border: 0;
}
#hsbody div.disclaimnews {
    font-size: 0.7em;
    padding: 5px 10px;
}
    
/*---------------------- 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: 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*/
}

/*---------------------- SEARCH BUTTON SPECIFIC (NON HSBODY) */

#search, #search input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

#search {
  position:relative;
  right:5px;
}

#search_button {
    width: 45px;
    height: 18px;
    padding: 0;
    background-color: #F0F5F7;
    color: #333333;
    border: 1px solid #666666;
}

#search_box {
    width: 130px;
    height: 18px;
}

/*---------------------- GRAPH TOOLS TEXT (SIDE BAR - NOT FIELDSETS) */

#hsbody #graphtools {
    border: 1px solid #ADD7F7;
    background-color: #f6f6f6;
    width: 8em;
    padding: 0.5em;
}

#hsbody #graphtools a, #hsbody #graphtools a:visited{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
    text-decoration: none;    
}

#hsbody #graphtools a:hover{
    color: #ADD7F7;
}

#graphtools {
    border: 1px solid #ADD7F7;
    background-color: #f6f6f6;
    width: 8em;
    padding: 0.5em;
}

#hsbody #graphtools a:hover{
    color: #ADD7F7;
}

/*---------------------- ADOBE ACROBAT DOWNLOAD LINK */

#adobe_link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}


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

#adobe_link a:hover {
    color: #ADD7F7;
}

/*---------------------- SITE MAP */

#hsbody #site_map ul li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}

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


#hsbody #site_map ul li a:hover {
   color: #ADD7F7;
}

#hsbody #site_map h3 {
    font-family: Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    color: #ADBED6;
}

#hsbody #site_map h3 a, #hsbody #site_map h3 a:visited {
    text-decoration: none;
    color: #ADBED6;
}

#hsbody #site_map h3 a:hover {
    text-decoration: none;
    color: #ADD7F7;
}

/********** layout, structure and aesthetics *************/

table.aesthetic thead tr td {
  background-color: #ADD7F7;
  color: #FFFFFF;
  padding: 0.3em 0em 0.3em 0.5em;
  text-transform: uppercase;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  letter-spacing: 0.025em;
  font-size: 1.05em;
  font-weight: 700;
}

table.aesthetic tfoot tr td {
  background-color: #FFFFFF;
}

table.aesthetic thead.subheading tr td {
  letter-spacing: 0.03em;
  font-size: 0.8em;
  font-weight: 600
}

table.aesthetic tr td {
  background-color: #D6D7D6;
  font-family: Verdana, Geneva, Sans Serif;
  color:#666666;
  font-size: 11px;
}

table.aesthetic thead tr td.left_top_radius {
  background-image: url(/ir/alm/images/left_top_corner.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

table.aesthetic thead tr td.right_top_radius {
  background-image: url(/ir/alm/images/right_top_corner.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

table tr td.left_nav_bg {
  background-image: url(/ir/alm/images/left_bottom_corner.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: #D6D7D6;
}

table tr td.right_nav_bg {
  background-image: url(/ir/alm/images/right_bottom_corner.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #D6D7D6;
}

table.aesthetic tr td.main_content_bg {
  background-color: #FFFFFF;
  font-size: 0.9em;
}

#footer_bg {
  background-color: #FFFFFF;
  font-family: Verdana, Geneva, Sans Serif;
  font-size: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #cccccc;
  
}

#home_footer_bg {
  background-color: #FFFFFF;
  width: 424px;
  font-family: Verdana, Geneva, Sans Serif;
  font-size: 10px;
  text-align: center;
  color: #cccccc;
}

#footer_bg a, #footer_bg a:visited, #home_footer_bg a, #home_footer_bg a:visited {
  color:#cccccc;
  text-decoration: none;
}

#footer_bg a:hover, #home_footer_bg a:hover {
  color: #ADD7F7;
}

/************* navigation bar **************/

#menuList, #menuList li  {
  list-style: none;
  margin: 0;
  padding: 0;
}

a.menuTab, a.menuTabOpen {
  display:block;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.menu, .menuOpen {
  list-style: none;  
  margin: 0em 0em, 0em 0em;
  padding-left: 0.7em;
}

.menu {
  display: none;
}

#menuList li a {
  color: #737573;
  height: 1.8em;
  padding: 0.3em 0em 0em 0em;
  display:box;
  width: 100%;
}

#menuList li a:hover {
  background-color: #B5B2B5;
}

#menuList li ul li, #menuList li ul li a {
  text-decoration: none;
  color: #FFFFFF;
  height: 20px;
}

#menuList li ul li a:hover {
  background-color: #D6D7D6;
  color: #8D8C8C;
}

/******* side bar elements excl. nav **********/

#thumb_graph {
  border: 4px solid #FFFFFF;
  margin: 0.4em 0em 0.2em 0em;
}

#thumb_graph_div {
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
  width: 155px;
  padding: 0.3em 0em 0.4em 0em;
  border-bottom: 1px solid #999999;
}

#latest_results_img {
  margin: 0.5em;
}

#latest_results_img a {
  color: #FFFFFF;
  text-decoration: none;
}

#latest_results_img a:hover {
  color: #8D8C8C;
}

#latest_results_txt {
  margin: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
}

#latest_results_txt a {
  color: #FFFFFF;
  text-decoration: none;
}

#latest_results_txt a:hover {
  color: #8D8C8C;
}

a.quick_links {
  color: #FFFFFF;
  text-decoration: none;
  margin: 5px 0 0 5px;
  /*padding: 0.7em 0 0.7em 0.5em;*/
  /*margin-left: 0.27em;*/
  border-bottom: 0.1em solid #999999;
  width: 94%;
  height: 20px;
  display:block;
}

.quick_links:hover {
  color: #8D8C8C;
}

#share_price {
  font-size: 1.7em;
  padding: 0em 0em 0em 0.5em;
  line-height: 1.3em;
  font-weight: 600;
}

#price_change {
  font-weight: bold;
  padding: 0em 0em 0.5em 0.6em;
}

#price_time_date {
  font-weight: bold;
  padding: 0em 0em 0.5em 0.6em;
}

/********** main content area **************/

table.main_layout tr td {
  background-color: #FFFFFF;
}

table.main_content {
 background-color: #ADD7F7;
 border: 1px  solid #ADD7F7;
}

table.main_content tr th {
 text-align: left;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
 letter-spacing: 0.03em;
 color: #FFFFFF;
 font-size: 0.8em;
 font-weight: bold; 
}

table.main_content tr td {
 padding: 0.8em 1.2em 0.8em 1.2em;
 background-color: #FFFFFF;
}

table.main_content tr td a {
 color: #666666;
 text-decoration: none;
}

table.main_content tr td a:hover {
 color: #ADD7F7;
}

h3.hemscott {
  font-family: Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #ADBED6;
  letter-spacing: 0.03em;
  padding-top: 0.4em;
  padding-left: 0.2em;
}

#main_bg {
  background-color: #FFFFFF;
}

/************* ir_home specfic **************/

#welcome_text {
  text-align: justify;
  /*padding: 0.6em 1em 0.6em 1em;
  border-bottom: 0.1em solid #D6D7D6;
  border-top: 0.1em solid #D6D7D6;
  margin: 0em 0.4em 0em 0.4em;*/
  font-size: 0.7em;
}

/************ breadcrumb trail *************/

#breadcrumb_bg {
  background-color: #FFFFFF;
  padding: 0.3em;
  font-family: Verdana, Geneva, Sans Serif;
  font-size: 11px;
}

#breadcrumb_bg a, #breadcrumb_bg a:visited  {
  text-decoration: none;
  color: #8D8C8C;
}

#breadcrumb_bg a:hover {
  color: #ADD7F7;
}


/*---------------------- PRINT STYLES */

#left_nav, #right_nav, #thumb_chart, #live_price, #header_logo, #top_nav, #footer_bg, #home_footer_bg {
display:none;
}

#main_content {
position: relative;
left: -50px;
width: 620px;
}
