/* Created By Lisa Merriman for Unlimited Webdesign */
/* NOTES: Netscape 4 bug: can't apply table padding using css. Must use html for that. */

.caption_above_table {
	text-align: center;
	margin: 1em 0 0.5em 0;
	font-size: 8pt;
	line-height: 1;
}

/******** ATTENTION BOX **********************/

.attention_box {
	width: 150px;
	padding: 5px 0px;
	margin-left: 0px;
	margin-bottom: 1.5em;
	border: 1px solid #CBA62A;
	background-color: #FAF3CF;
	font-size: 8pt;
	text-align: center;
}

/********* ILLUSTRATIONS ***************************/
.illustration, .illustration_left, .illustration_right, TABLE.table_gallery {
	position: relative;
	font-size: 8pt;
	text-align: center;
	line-height: 1.2;
}

.illustration A, .illustration_left A, .illustration_right A {
	text-decoration: none;
}

.illustration A:hover, .illustration_left A:hover, .illustration_right A:hover {
	text-decoration: underline;
}

.illustration {
	margin-bottom: 1em;
	font-weight: normal;
}

.illustration_right {
	float: right;
	margin: 5px 0px 1.5em 2em;
	clear: left;
}

.illustration_left {
	float: left;
	margin: 5px 2em 1em 0px;
}

.illustration IMG, .illustration_left IMG, .illustration_right IMG, .table_gallery IMG  {
	margin-bottom: 0.5em;
	border: 1px solid black; /* was ochre #CC9900; */
}

TABLE.table_gallery {
	position: relative;
	width: 70%;
	border-collapse: collapse;
	margin: 1em 0;
	margin-left: auto;
	margin-right: auto;
}

TABLE.table_gallery TD {
	padding: 10px 15px;
}


/*************** NICE TABLES ********************/

.table_investorcentre, .table_data {
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.table_data {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.table_investorcentre TD, .table_data TD {
	padding: 4px 9px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #f1e19e;
	vertical-align: top;
}

.table_investorcentre TD {
	border-style: none none solid none;
}

.table_data TD {
	border: 1px solid #c0c0c0;
	text-align: center;
	font-size: 8pt;
}

.table_investorcentre TH {
	padding: 10px 5px 2px 8px;
	font-style: bold;
	color: #548db4;
	font-size: 11pt;
	border-bottom: 1px solid #f1e19e;
	text-align: left;
}

.table_data TH {
	padding: 0.4em 0.2em;
	background-color: #dedede;
	font-style: bold;
	color: black;
	border: 1px solid #c0c0c0;
	font-size: 100%;
	text-align: center;
}

.table_investorcentre A {  
	text-decoration: none;
}

.table_investorcentre A:hover {  
	color: #990000;
	text-decoration: none;
}

TD.sizecell {  text-align: right; padding-left: 3em; }
TD.titlecell {  }
TD.datecell {  padding-left: 1px; }

/*  *  *  *  *  *  *  *  *  *  *  *  * */
/* Small font, especially for use within tables. 
   Apply to <table> or to individual text bits. */
.smallfont {
	font-size: 8pt;
}