/*--------------TABLES----------------------------------------------------------------*/
/*------------------------------------------------------------------------------------*/

table.general {
	margin: 10px 0 20px;
	border-top:1px #BFBAA7 solid;
	border-left:1px #BFBAA7 solid;
}

table.general th, table.general td {
	color:#000;
	padding:3px;
	border-bottom:1px #BFBAA7 solid; 
	border-right:1px #BFBAA7 solid; 
}

table.general th {font-weight:normal;}

table.general tr.toprow th {background-color:#ECEAE4;}

table.general td.tdborderbottom  {border-bottom:2px #BFBAA7 solid;}

table.general th.tdborderbottom  {border-bottom:2px #BFBAA7 solid;}

table.general .ind1 {padding-left:20px;}

table.general .ind2 {padding-left:30px;}


/*----for Press releases, Financial reports and Results and presentations pages-----------*/

table.loopedlists {
	margin: 0 0 20px;
	border-top:1px #BFBAA7 solid;
}

table.loopedlists th, table.loopedlists td {
	color:#000;
	padding:3px;
	border-bottom:1px #BFBAA7 solid;  
}

table.loopedlists th {font-weight:bold; background-color:#ECEAE4;}

table.loopedlists img.arrowicon {margin-top:6px;}



table.sharetable {margin:10px 0 20px;}

table.sharetable tr.toprow th {
	background-color:#ECEAE4; 
	font-weight:normal;
	border-top:1px #BFBAA7 solid;
}

table.sharetable th, table.sharetable td {
	padding:5px 3px;
	border-bottom:1px #BFBAA7 solid; 
}

table.sharetable th span {color:#BFBAA7;}


/*------small share price on home page--------------*/
table.smallshareprice {margin:3px; width:95%;}


