/* 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. 
== */

body
{
  margin-top: 0;
}


#hsbody {
	width: 370px;
	margin-left: 5px;
	margin-top: 0;
	padding-top: 0;
	

}

#hsbody h1 {
}

#hsbody img.headerimg {
	margin: -5px -5px 5px 0;
}

#hsbody h2 {	
}

#hsbody h3 {
}

#hsbody h4 {
}
	
/*#############  Data Table Elements */
#hsbody table {
	width: 370px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

/* Firefox hack: this removes space between caption and table */
:root #hsbody table {
	margin-top: 0;
}

#hsbody caption {
	caption-side: top;	
	padding: 3px 5px;	
	margin-top: 0;
	font-size: 11px;
}

#hsbody th {
	vertical-align: bottom;
	padding: 4px;
}

#hsbody td {
	padding: 3px;
}

#hsbody abbr, #hsbody acronym {
}
	
/*#############  Form Elements */
#hsbody form {

}

#hsbody fieldset {
	padding: 0 10px 10px 10px; /* leave top(?) as is to work with IE fixes */
	margin: 0 0 20px 0;
	position: relative;  /* see http://www.webmasterworld.com/forum83/2379.htm */	
	padding-bottom: 0.5em; /* see http://www.webmasterworld.com/forum83/2379.htm */
}

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 */
	padding: 3px 5px;
	font-size: 11px;
	margin: 0;
}

#hsbody select, #hsbody input {
	margin: 1px 0px;
}

#hsbody input[type="checkbox"], #hsbody input[type="radio"] {
	margin: 2px 5px;
	vertical-align: middle;
}

#hsbody .button, #hsbody a:link.button, #hsbody a:visited.button {
	padding: 0 3px;
	margin: 0;
}

/* ---------------------------- 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;
}

/*============================== TAILORED TAGS ===*/
/*#############  email alerts tables */
#hsbody table.alerts {
	width: 600px;
}

#hsbody table.alerts td {
	padding: 2px 5px;
}
	
/*#############  Disclaimer div */
div.disclaim div {
	margin: 10px 10px 30px 10px;
}

div.disclaim a:link, div.disclaim a:visited {
}

/*#############  IR HOME page */
#hsbody h2.irhome {	
	padding: 3px 5px;
	margin: 0;	
}

#hsbody #welcome {

	width: 100%;
}

#hsbody #welcome p strong{
}

#hsbody #shareprice {

	float:left;
        width: 100%;
	margin-bottom: 1.4em;
}

#hsbody #shareprice p span.shareprice {
}

#hsbody #shareprice p strong {
}

#hsbody #shareprice img.graph {
}

#hsbody #announcements {

	float:left;
        width: 100%;
	margin-bottom: 1.4em;	

}

#hsbody #announcements ul {
	padding: 0;
	margin: 6px 5px 0px 23px;
}

#hsbody #announcements li {
	padding-bottom: 12px;
}

#hsbody #links {

    float:left;
	width: 100%;
	margin-bottom: 1.4em;		
}

#hsbody #links p {
	margin: 2px 5px;
}

/*#############  RNS NEWS ITEM page */
#hsbody #banner {
	padding: 0;
	margin: -7px 0 0 0;
}

#hsbody #banner img{
	margin: 10px 0 10px 20px;
}

#hsbody #banner div {
	padding: 0 20px;	
}

#hsbody #banner a:link, #banner a:visited {
}

#hsbody h1.newsitem {
	padding: 3px 0 3px 20px;
	margin: 0;
}

#hsbody div.page {/* leave formatting as is */
	position: relative;
	padding: 0 3px;
}

#hsbody div.page h2{
	border: 0;
}

#hsbody div.page pre {
}

#hsbody div.disclaimnews {
	padding: 2px 3px 5px 3px;
	margin-bottom: 15px;
}

#hsbody #contactdetails p{
        margin:5px;
}

/*#############  Extra - non standard styling */
#hsbody tbody th {
	width: 130px
}

#hsbody #hskeydates th {
    width: 50%;
}