/* 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 {
	width: 450px;
	padding: 5px;
	margin: 0;
}

#hsbody h1 {
}

#hsbody img.headerimg {
	margin: -5px -5px 5px 0;
}

#hsbody h2 {	
}

#hsbody h3 {
}

#hsbody h4 {
}
	
/*#############  Data Table Elements */
#hsbody table {
	width: 450px;
	margin-bottom: 10px;
}

/* 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: 10px;
}

#hsbody th {
	vertical-align: bottom;
	padding: 4px;
}

#hsbody tbody th {
	width: 130px
}

#hsbody td {
	padding: 3px;
}

#hsbody abbr, #hsbody acronym {
}
	
/*#############  Form Elements */
#hsbody form {
  width:450px;
}

#hsbody fieldset {
        width:450px;
	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;width:430px;} /* 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;
	margin: 0;
}

#hsbody select, #hsbody input {
	padding: 0px;
	margin: 1px 5px;
}

#hsbody select:hover, #hsbody input:hover{
}

#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: 100%;
}

#hsbody table.alerts td {
	padding: 2px 5px;
	background-color: #fff;
}

.nextprev{
	margin: 10px 0px;
	width: 450px;
}	

/*#############  Disclaimer div */
div.disclaim{
	width: 450px;
}

div.disclaim div {
	margin: 10px 0px 30px 0px;
}

div.disclaim a:link, div.disclaim a:visited {
}

/*#############  IR HOME page */
#hsbody h2.irhome {	
	padding: 3px 5px;
	margin: 0;	
}

#hsbody #welcome {
	float: left;
	width: 270px;
}

#hsbody #welcome p strong{
}

#hsbody #shareprice {
	float: right;
	width: 260px;
	margin-bottom: 5px;
}

#hsbody #shareprice p span.shareprice {
}

#hsbody #shareprice p strong {
}

#hsbody #shareprice img.graph {
}

#hsbody #announcements {
	float: right;
	width: 260px;
	margin-bottom: 5px;	
}

#hsbody #announcements ul {
	padding: 0;
	margin: 3px 5px 0 25px;
}

#hsbody #announcements li {
	padding-bottom: 4px;
}

#hsbody #links {
	float: right;
	width: 260px;
	margin-bottom: 5px;		
}

#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;
}
