/* 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: 11px; /* comment out if integrating */	
	color: #000066;
	margin: 0 10px 10px 10px;
	padding: 7px 0 10px 0;
}
#hsbody h1 {
	background-color: #cad4de;
	font-size: 1.3em;
	color: #07396a;	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	margin: 0 -10px;
	padding: 4px 20px;
}
#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 a {
       color: #000066;
}
#hsbody a:link, #hsbody a:visited{
       color: #000066;
       text-decoration:underline;
}
#hsbody a:hover {
       color: #000066;
       text-decoration:none;
}
	
	
/*############################################ Data Table Elements */
#hsbody table {
	background-color: #d8e2eb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* 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 caption {
	background-color: #305a84;
	caption-side: top;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;	
	color: #FFF;
	padding: 3px 5px;
	margin-top: 10px;
}
#hsbody th {
	text-align: center;
	background-color: #eceeec;
	font-size: 1em;
	color: #003366;
	font-weight: bold;
	padding: 4px;
}
#hsbody td {
	background-color: #fff;
	font-size: 1em;
	padding: 3px;	
}
#hsbody td.headercell {
	background-color: #f7f8f1;
	font-size: 1em;
	padding: 3px;	
}
#hsbody abbr, #hsbody acronym {
	cursor: help;
}
/*############################################ Rounded Rectangle */

.t {
background: #EDF6FD  url(http://miranda.hemscott.com/ir/pson/images/interface/dot.gif) 0 0 repeat-x; 
width: 420px;
}
.b {background: url(http://miranda.hemscott.com/ir/pson/images/interface/dot.gif) 0 100% repeat-x}
.l {background: url(http://miranda.hemscott.com/ir/pson/images/interface/dot.gif) 0 0 repeat-y}
.r {background: url(http://miranda.hemscott.com/ir/pson/images/interface/dot.gif) 100% 0 repeat-y}

#roundCorner_bottomLeft{
background: url(http://miranda.hemscott.com/ir/pson/images/interface/roundCorner_bottomLeft.gif)  0 100% no-repeat;
width: 420px;
}

#roundCorner_bottomRight{
background: url(http://miranda.hemscott.com/ir/pson/images/interface/roundCorner_bottomRight.gif) 100% 100% no-repeat;
width: 420px;
}

#roundCorner_topLeft{
background: url(http://miranda.hemscott.com/ir/pson/images/interface/roundCorner_topLeft.gif) 0 0 no-repeat;
}

#roundCorner_topRight{
background: url(http://miranda.hemscott.com/ir/pson/images/interface/roundCorner_topRight.gif) 100% 0 no-repeat;
}


/*############################################ Form Elements */
#hsbody form {
	margin-bottom: 10px;
}
#hsbody fieldset {
	text-align: left;
	border:0;
	padding: 0 10px 10px 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;
}
html>#hsbody fieldset {padding-top: 0.5em} /* see http://www.webmasterworld.com/forum83/2379.htm */

#hsbody legend {
	/* position: relative; /* this line and the following one = fix for IE fieldsets */
	/* top: -1em; /* see http://www.webmasterworld.com/forum83/2379.htm */
	text-align: left;
	color:  #000066;
	border:0;
	font-weight:bold;
	margin-left: -7px;
	margin-top: 5px;

}
#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;
}

#hsbody option{
margin:0;
padding:0;
}
#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 {
	background-color: #D0E4FC;
	border: 1px solid #649AC9;
	color:  #000066;
	font-weight: normal;
	margin: 5px 0;
	margin-left: 65%;
	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: green;
	color: #fff;
	padding: 3px;
	margin: 2px 0;
}
	
/*############################################ Disclaimer div */
#hsbody div.disclaim {
	clear: both;
	background-color: #ff;
	color: #000066;
	margin: 20px 0 10px 0;
	width: 420px;
}
#hsbody div.disclaim a:link, #hsbody div.disclaim a:visited {
	color: #000066;
	font-weight: bold;
	text-decoration:none;
}

/*############################################ 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*/
}
