/* 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: 0.7em; /* comment out if integrating */	
	color: #000;
	margin: 0;
	padding: 0;
	width:100%;
}
#hsbody h1 {
	font-size: 1.3em;
}
#hsbody h2 {
	font-size: 1.3em;
	color: #305a84;
}
#hsbody h3 {
	font-size: 1.2em;
	color: #194775;
}
#hsbody h4 {
	font-size: 1.1em;
	color: #194775;
}
	
/*############################################ Data Table Elements */
#hsbody table {
	background-color: #CCCCCC;
	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: #EEEEEE;
	caption-side: top;
	text-align: left;
	font-size: 1.1em;
	color: #000;
	padding: 3px 5px;
	margin-top: 10px;
}
#hsbody th {
	text-align: center;
	background-color: #F9F9F9;
	font-size: 1em;
	color: #000;
	font-weight: normal;
	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;
}
	
/*############################################ Form Elements */
#hsbody form {
	margin-bottom: 5px;
}
#hsbody fieldset {
	text-align: left;
	border: 1px solid #c1c1c1;
	padding: 0 5px 5px 5px;
	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: 10px;
}
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 */
	background: #EEEEEE;
	text-align: left;
	width: 200px;
	color: #000;
	border: 1px solid #c1c1c1;
	padding: 2px 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;
	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: #B9E948;
	color: #000;
	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: #fff;
	color: #333333;
	padding: 3px;
	margin: 2px 0;
}
	
/*############################################ Disclaimer div */
#hsbody div.disclaim {
	clear: both;
	background-color: #ff;
	color: #666;
	margin: 20px 0 10px 0;
}

/*############################################ IR HOME page */
#hsbody h2.irhome {
	background: #07396A;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	margin: 0;	
}
#hsbody #welcome {
	text-align: justify;
	font-size: 1.2em;
	line-height: 20px;
}
#hsbody #welcome p{
	margin: 5px 3px;
}
#hsbody #shareprice {
	background: #f7f8f1;
	float: left;
	text-align: center;
	width: 222px;
	height: 140px;
	border: 1px solid #b6c8da;
	border-top: 0;
	margin-right: 10px; position: relative
}
#hsbody #links img.graph {
	border: 1px solid #07396a;
}
#hsbody #announcements {
	background: #f7f8f1;
	float: left;
	width: 230px;
	height: 140px;
	border: 1px solid #b6c8da;
	border-top: 0;
	/*margin-right: 10px;	*/
	position: relative
}
#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: #f7f8f1;
	float: left;
	width: 222px;
	height: 140px;	
	border: 1px solid #b6c8da;
	border-top: 0;	
	margin-right: 10px;
	text-align: center;
	position: relative
}
#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: #fff;
	font-size: 1.3em;
	color: #669900;
	padding: 0;
	border: 1px solid #000;
	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: #000;
}
#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*/
}


a {
		color: rgb(8, 51, 102);
	}

