﻿@charset "utf-8";
/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Azrul
	Copyright 2013 (c)
	written for - www.insage.com.my
	info[at]insage.com.my
===== ==== ==== ==== ==== ==== ==== ==== ==== */

/* ================================
   === 0. Reset and default css ===
   ================================ */

/* Reset CSS
===================== */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	/*border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;*/
} 
body {
	line-height:1;
	cursor:auto;
}
.btn-primary
{
	background-color: #876601;
	padding:04px 08px;
	color:#fff;
	outline:none;
	 border:none;
}
.btn-primary:hover
{
	background-color:#876601;
}
.form-control.hasDatepicker
{
	color:#282828 !important;
	border: 1px solid #838383;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	    background-color: #876601 !important;
		 color:#fff !important
}
.ui-datepicker th:first-child {
    color: #ff0000;
}
.ui-datepicker td:first-child a {
    color: #ff0000;
}
.ui-datepicker th {
    color: #2b3991;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* remember to define focus styles! remove active, focus outline in firefox */
:focus, a:active, a:focus {
	outline:0;
}
/* remove focus outline in IE7*/
a:active, a:focus, *:focus {
    noFocusLine: expression(this.onFocus=this.blur());
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	/*border-collapse:collapse;*/
	border-spacing:0;
}
/*******
if want to use non web safe font, enable this code
but its got some browser compatibility issue
@font-face {
 font-family: PremierShip;
 src: url(/newFont.ttf) format("truetype");
}
Then at body tag - font family, define this new font
********/
/* ==== Close Reset CSS ==== */
html {
	/*background:#050505;*/
}
body {
	line-height:18px;
	color:#444;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif, "Bell Gothic Std Light";
	text-align:left;
	background:none;
}
ol li {
	list-style-type:decimal;
	margin:0 0 0 25px;
}
ul li {
	list-style-type:disc;
	margin:0 0 0 25px;
}
strike {
	color:#000;
	text-decoration:line-through;
}
h1 {
	margin:0 0 15px 0;padding:0;
	font-size:21px;
	line-height:23px;
	color:#b98b01;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
}
h2 {
	margin:0 0 15px 0;padding:0;
	font-size:18px;
	line-height:30px;
	color:#b98b01;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
    background:url('../images/h2-btm-border.gif') 0 bottom repeat-x;
    height:35px;
}
h3 {
	margin:0 0 10px 0;padding:0;
	font-size:15px;
	line-height:normal;
	color:#b98b01;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
    height:auto;
}
p {
	padding:0;
	color:#444;
	margin:0;
	/*line-height:1.3;*/
	line-height:18px;
	text-align:justify;
}
a:link, a:active, a:visited, a:hover {
	margin:0;padding:0;
	color:#876601;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
input {
	cursor:auto;
}
#wrapper {
	margin:0;padding:0;
	width:100%;
	height:100%;
}
#header {
	margin:0;padding:0;
	width:100%;
	height:auto;
	background:url('../images/GOB-bg-header.png') center 0px repeat-x;
}
#content {
	margin:0;padding:0;
	height:auto;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}
#contentFront {
	margin:0;padding:0;
	height:auto;
	background:url('../images/front-slideshow-bg-shadow.png') center top no-repeat;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}
#contentInner {
	margin:0;padding:0;
	height:auto;
	background:url('../images/inner-slideshow-bg-shadow.png') center top no-repeat;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}
#footer {
	margin:auto;padding:0;
	position:relative;
	background:none;
	width:1024px; /* to make sure the min display on page is 1024px. smaller than this will have scrolbar */
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}




.clear {
	margin:0;padding:0;
	clear:both;
	height:0;
    font-size:0;
    line-height:0;
	display:block;
	height:0;
	clear:both; 
	visibility:hidden;
}
.left {
	float:left;	
}
.right {
	float:right;
}
.bold {
	font-weight:bold;	
}
.shadow {
	text-shadow:0 1px #d7d9dc;	
}
.arrow {
	font-size:15px;
	margin:10px 0 0 0;
}
.button {
	font-size:11px;
	margin:0;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}
.dropdownlist, dropdownlist {
	margin:0;padding:2px 3px;
	font-size:12px;
	color:#333;
	width:auto;
	border:1px solid #838383;
}
.textbox, textbox {
	font-size:12px;
	margin:0;
	border:1px solid #838383;
	width:auto;
	height:auto;
	padding:5px;
	color:#333;
	cursor:text;
}
.textarea, textarea {
	padding:2px;
	color:#333;
	font-size:11px;
	border:1px solid #838383;
	cursor:text;
}
.dropdownlist:focus, dropdownlist:focus {
	border:1px solid #876601;
}
.textarea:focus, textarea:focus {
	border:1px solid #876601;
}
.textbox:focus, textbox:focus {
	border:1px solid #876601;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0 0 5px #666666;
	-webkit-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
/* Selection style */
/*
::selection {
background:#a4b344;
color:#ffffff;
}
::-moz-selection{
background:#a4b344;
color:#ffffff;
}
::-webkit-selection {
background:#a4b344;
color:#ffffff;
}
*/

/* ================================
   ============ 6. IR =============
   ================================ */
   
   
  
   

.irContent {
	margin:0;padding:0;
	width:960px;
	height:auto;
	border-top:2px solid #ba8d03;
	background:url('../images/irContent-bg.jpg') 0 0 repeat-y #fff;
}


.irContentDir{
	margin:0;padding:0;
	width:960px;
	height:auto;
	border-top:2px solid #ba8d03;
	background:#fff !important;
} 


h1.pageTitle{
	margin:0 0 15px 0;padding:0;
	font-size:18px;
	line-height:30px;
	color:#b98b01;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
	border-bottom:1px solid #b98b01;
    height:35px;
}
.leftbarMenu {
    margin:0;padding:0 0 100px 0;
    width:180px;
    height:auto;
    float:left;
    clear:both;
}
.IRMenu {
    margin:0;padding:0;
    width:180px;
    height:auto;
	/*float:left;*/ /*tham side got resize issue*/
    clear:left;
}
.IRMenu li {
    margin:0;padding:0;
    list-style:none;
    display:block;
	line-height:35px;
	border-bottom:1px solid #2f2f2f;
	background:url('../images/irMenu-bg.gif') 0 0 repeat-x #1c1c1c;
}
.IRMenu li:hover {
    background:url('../images/irMenu-bg-hover.gif') 0 0 repeat-x #1c1c1c;
}
.IRMenu li a {
    margin:0;padding:0 5px 0 25px;
	line-height:35px;
    list-style:none;
    color:#b4b4b4;
    text-transform:capitalize;
    display:block;
	background:url('../images/IRMenu-arrow.gif') 10px 13px no-repeat;
}
.IRMenu li a:hover {
    color:#e5af0b;
    text-transform:capitalize;
    text-decoration:none;
}
.IRMenu li span {
    margin:0;padding:0 5px 0 25px;
    list-style:none;
    color:#b4b4b4;
    text-transform:capitalize;
    display:block;
	cursor:pointer;
	background:url('../images/IRMenu-arrow.gif') 10px 13px no-repeat;
}
.IRMenu li span:hover {
    color:#e5af0b;
    text-transform:capitalize;
    text-decoration:none;
}
.IRMenu li.current {
    background:url('../images/irMenu-bg-current.gif') 0 0 repeat-x #ba8d03;
}
.IRMenu li.current a {
    color:#fff;
    font-weight:normal;
    background:url('../images/IRMenu-arrow-current.gif') 10px 13px no-repeat;
	text-shadow:0 1px #666;
}  
.IRMenu li.current span {
    color:#fff;
    font-weight:normal;
    background:url('../images/IRMenu-arrow-current.gif') 10px 13px no-repeat;
	text-shadow:0 1px #666;
}  
.IRMenu2 {
	margin:0;padding:0;
	border-bottom:1px solid #2f2f2f;
	background:url('../images/IRMenu2-bg.gif') 0 0 repeat #323232;
}
.IRMenu2 li{
	margin:0;padding:0;
	display:block;
	list-style-type:none;
	border:none;
	color:#002F66;
	background:none;
	line-height:15px !important;
}
.IRMenu2 li:hover{
	background:none;
}
.IRMenu2 li a {
	margin:0;padding:8px 5px 8px 30px;
	display:block;
	line-height:15px;
	font-size:12px;
	color:#d4d4d4 !important;
	text-shadow:0 1px #333;
	background:url('../images/leftbarMenu2-icon.gif') 15px 13px no-repeat !important;
}
.IRMenu2 li.current a:hover {
	color:#fff;	
}
.IRMenu2 li a:hover, .IRMenu2 li.current a:hover {
	color:#fff !important;
}
.IRMenu2 li a.current {
	color:#e5af0b !important;
	text-decoration:none;
}
.IRMenu2 li.current a.current {
	color:#e5af0b !important;
	text-decoration:none;
}
/*** second level link color fix iE7 ***/
.IRMenu li.current a ul.IRMenu2 li a {
	color:#d4d4d4 !important;
	text-decoration:none;
	background:url('../images/leftbarMenu2-icon.gif') 15px 13px no-repeat !important;
}

.mainContent {
    margin:0;padding:20px 10px;
    width:760px;
    height:auto;
  /*  float:right;*/
   float:left;
}
.frontLeft {
	/*width:490px;*/
	width:468px;
	float:left;
	clear:both;
}
.frontRight {
	width:260px;
	float:right;
	clear:right;
}
h3.intro {
    margin:0 0 10px 0;padding:0 0 5px 0;
    color:#b98b01;
    font-size:14px;
    border-bottom:1px solid #b98b01;
	text-shadow:none;
}
h3.IR-front {
    margin:20px 0 10px 0;padding:0 0 0 10px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
	background:#edf4f9;
    line-height:28px;
    background:url('../images/h3-title-bg.gif') 0 0 no-repeat;
	text-shadow:none;
}
.btnMoreLeft {
	margin:0;padding:0;
	display:block;
	line-height:23px;
	float:left;
	background:url('../images/btn-more-left.gif') 0 0 no-repeat;	
}
.btnMoreRight {
	margin:0;padding:0x;
	height:23px;
	width:10px;
	float:left;
	background:url('../images/btn-more-right.gif') right 0 no-repeat;	
}
.btnMoreLeft a{
	color:#fff;
	line-height:23px;
	display:block;
	height:23px;
	padding:0 10px;
	background:url('../images/btn-more-right.gif') right 0 no-repeat;
}
.dropdownTopRight {
	margin:0 0 10px 0;padding:0;
	font-size:12px;
	width:25%;
	height:auto;
	text-align:right;
	clear:right;
	float:right;
}
.dropdownTopRight-text {
	margin:0 10px 0 0;padding:0;
}
/** Table general **/
.tableGeneral {
	margin:0;padding:0;
	/*border:1px solid #acacac;*/
	text-align:left;
	width:100%;
	height:auto;
}
.tableGeneral th{
	margin:0;padding:9px 10px;
	background:url(../images/component-headerBG.gif) 0 0 repeat-x;
	color:#444;
	font-size:15px;
	font-weight:bold;
}
.tableGeneral td{
	margin:0;padding:5px 10px;
	/*background:#fff;*/
}
/** Quote Box **/
.quoteBox {
	margin:0 0 20px 0;padding:10px 5px 0 5px;
	width:250px;
	height:170px;
	color:#fff;
	background:url(../images/stock-quote-bg.gif) 0 0 no-repeat;
}
.quoteHeader {
	clear:left;
	float:left;
	width:160px;
	font-weight:bold;
	font-size:24px;
	height:35px;
	color:#fff;
    line-height:28px;
}
.quoteDone {
	float:right;
	width:80px;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
	text-align:right;
	height:35px;
	padding:0;
}
.quoteTable {
	clear:both;
	margin:3px 0 0 0;padding:0;
	text-align:center;
	border-collapse:separate;
    border-spacing:0;
	line-height:17px;
	border:none;
}
.quoteTableHeading {
	background:#e9b517;
	color:#151515;
}
.quoteTable td{
	padding:1px 0;
	margin:0;	
}
.quoteTablePadding td {
	padding:0 0 5px 0;
	margin:0;
}
.quoteGreen {
	color:#128e12;	
}
.quoteRed {
	color:#e70000;	
}
.quoteArrowUp {
	background:url(../images/Arrow-up.png) 0 2px no-repeat;
	width:9px;
	height:9px;
	margin:0;padding:0 14px 0 0;
}
.quoteArrowDown {
	background:url(../images/Arrow-down.png) 0 2px no-repeat;
	width:9px;
	height:9px;
	margin:0;padding:0 14px 0 0;
}
.quoteCredit {
	margin:6px 0 0 0;padding:0;
	color:#fff;
	font-size:9px;
	font-weight:normal;
	text-align:right;
	float:right;
	line-height:11px;
	text-shadow:none;
}
.quoteCredit a{
	color:#fff;
}
.reportBanner {
	width: 260px;
	height: 150px;
	background-image: url(../images/annual-reportBG.gif);
	background-repeat: no-repeat;
}
.reportBanner-report {
    width:113px;
    height:142px;
	margin: 3px 0 0 20px;
	float:left;
}
.reportBanner-text {
	width: 110px;
	margin : 16px 7px 0 10px;
	float: right;
	font-size: 25px;
	font-weight: bold;
	color: #2f2f2f;
	text-align: left;
	line-height: 28px;
}
.reportView {
	width: 110px;
	font-size: 14px;
	color: #876601;	
	text-align: left;
	margin: 10px 7px 0 10px;
	float: right;
}
/** Component Box **/
.componentBox {
	margin:20px 0 0 0;padding:0;
	width:260px;
	height:auto;
}
.componentBoxHeader {
	margin:0 0 10px 0;padding:0 10px;
	background:url('../images/ir-contact-header-bg.gif') 0 0 no-repeat;
	color:#fff;
	font-size:13px;
    line-height:30px;
	font-weight:bold;
	display:block;
}
/** div Corporate info General **/
.general {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
	line-height:16px;
}
.generalRowOdd {
	margin:0;padding:8px 0 8px 0;
	width:100%;
	height:auto;
	clear:both;
	background:#f1f1f1;
}
.generalRowEven {
	margin:0;padding:8px 0 7px 0;
	width:100%;
	height:auto;
	clear:both;
	background:#fefefe;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.generalLabel {
	margin:0;padding:0 5px 0 10px;
	width:20%;
	height:auto;
	float:left;
	clear:left;
	font-weight:bold;
}
.generalDesc {
	margin:0;padding:0 10px 0 5px;
	width:75%;
	height:auto;
	float:left;
	text-align:justify;
}
/* === close div Corporate info General === */
/** div Media News **/
.mediaNews {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	line-height:16px;
	text-align:justify;
}
.mediaNewsHeader1 {
	margin:0;padding:8px 5px 7px 10px;
	background:#876601;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #fff;
	/*width:17%;*/
	width:110px;
	height:auto;
	float:left;	
}
.mediaNewsHeader2 {
	margin:0;padding:8px 5px 7px 10px;
	background:#876601;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #fff;
	/*width:17%;*/
	width:180px;
	height:auto;
	float:left;
}
.mediaNewsHeader3 {
	margin:0;padding:8px 5px 7px 10px;
	background:#876601;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	/*width:61%;*/
	width:583px;
	height:auto;
	float:left;
}
.mediaNewsColumn1 {
	margin:0;padding:0 5px 0 10px;
	width:110px;
	height:auto;
	clear:both;
	float:left;
}
.mediaNewsColumn2 {
	margin:0;padding:0 5px 0 10px;
	width:181px;
	height:auto;
	float:left;
}
.mediaNewsColumn3 {
	margin:0;padding:0 5px 0 10px;
	width:583px;
	height:auto;
	float:left;
}
.mediaNewsRow {
	margin:0;padding:0;
	clear:both;
}
.mediaNewsRowOdd {
	margin:0;padding:8px 0 7px 0;
	width:100%;
	height:auto;
	clear:both;
	background:#fefefe;
}
.mediaNewsRowEven {
	margin:0;padding:8px 0 8px 0;
	width:100%;
	height:auto;
	clear:both;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}
/* === close div Media News === */

/** div Directors Profile **/
.directorsProfile {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	line-height:17px;
	text-align:justify;
}
.directorsProfileLeft {
	margin:0;padding:0;
	width:277px;
	clear:both;
	float:left;
	height:auto;
    text-align:left;
}
.directorsProfileRight {
	margin:0;padding:0 0 0 15px;
	width:455px;
	clear:right;
	float:right;
	height:auto;
}
.directorsProfileLabel {
	margin:0 0 20px 0;padding:15px 10px;
	/*width:423px;*/
	width:252px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	background:url(../images/scanline-bg.gif) 0 0 repeat;
	border:1px solid #666;
	border-top:2px solid #666;
}
.directorsProfileLabel:hover {
	color:#876601;
	background:url(../images/scanline-bg.gif) 0 0 repeat;
	border:1px solid #876601;
	border-top:2px solid #876601;
	text-decoration:none;
}
.directorsProfileLabelRight {
	margin:0 0 20px 0;padding:15px 20px;
	width:413px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	background:url(../images/scanline-bg.gif) 0 0 repeat;
	border:1px solid #876601;
	border-top:2px solid #876601;
	color:#b98b01;
    text-align:left;
}
.directorsProfileRightDesc {
	margin:0;padding:0 2px;
	width:451px;
	clear:both;
	float:left;	
}
.directorsProfileDesignated {
	font-size:11px;
	font-weight:normal;
}
.directorsProfile p {
	line-height:17px;
}
.directorsProfileLabel a {
	color:#444;	
}
.directorsProfileLabel a:hover {
	text-decoration:none;
}
.directorsProfileLabel:hover a {
	color:#876601;
	text-decoration:none;
}
.directorsProfileLabel-Active {
	margin:0 0 20px 0;padding:15px 10px;
	/*width:423px;*/
	width:252px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#b98b01;
	background:url(../images/scanline-bg.gif) 0 0 repeat;
	border:1px solid #876601;
	border-top:2px solid #876601;
}
.directorsProfileLabel-Active a:hover {
	text-decoration:none;
}
.directorsProfileLabel-Active:hover {
	text-decoration:none;
	color:#876601;
}
/* === close div Directors Profile === */
/** div Circulars **/
.circulars {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
}
.circularsCover {
	background:url(http://gob.irplc.com/investor-relations/images/circulars.jpg) 0 0 no-repeat;
	width:230px;
	height:300px;
}
.circularsItems {
	margin:0 0 40px 0;padding:0;
	width:100%;
}
.circularsItemsDate {
	font-weight:bold;
}
.circularsItemsDL {
	margin:15px 10px 0 0;padding:40px 0 0 0;
	width:75px;
	height:20px;
	background:url(../images/Download.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
.circularsItemsView {
	margin:15px 0 0 0;padding:40px 0 0 0;
	width:75px;
	height:20px;
	background:url(../images/ViewOnline.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
/* === close div Circulars Report === */

/** div Prospectus **/
.prospectus {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
}
.prospectusCover {
	background:url(http://gob.irplc.com/investor-relations/images/prospectus.jpg) 0 0 no-repeat;
	width:230px;
	height:300px;
}
.prospectusItems {
	margin:0 0 40px 0;padding:0;
	width:100%;
}
.prospectusItemsDate {
	font-weight:bold;
}
.prospectusItemsDL {
	margin:15px 10px 0 0;padding:40px 0 0 0;
	width:75px;
	height:20px;
	background:url(../images/Download.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
.prospectusItemsView {
	margin:15px 0 0 0;padding:40px 0 0 0;
	width:75px;
	height:20px;
	background:url(../images/ViewOnline.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
/* === close div Prospectus Report === */
/** div Annual Report **/
.annualReport {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
}
.annualReportRow {
	margin:0 auto;padding:0 0 40px 0;
	/*clear:both;
	float:left;*/
	text-align:center;
	/*width:90%;*/
	width:100%;
}
.annualReportColumn {
	margin:0 2% 0 2%;padding:0 15px;
	/*width:160px;*/
	width:200px;
	float:left;
	display:inline-block;
}
.annualReportDL {
	margin:15px 0 15px 15px;padding:40px 0 0 0;
	width:43%;
	height:20px;
	background:url(../images/Download.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
}
.annualReportView {
	margin:15px 15px 15px 0;padding:40px 0 0 0;
	width:39%;
	height:20px;
	background:url(../images/ViewOnline.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
}
/* === close div Annual Report === */
/** div Quarter Report **/
.quarterReport {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
}
.quarterReportRow {
	margin:0;padding:0;
	float:left;
	/*clear:both;*/ /* IE 7 Got issue wth this clear */
}
.quarterReportLabelHeader {
	margin:0;padding:20px 0;
	float:left;
	width:205px;
	/*height:20px;*/
}
.quarterReportQ1Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#876601;
	color:#fff;
	border-left:1px solid #876601;
	border-top:1px solid #876601;
}
.quarterReportQ2Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#876601;
	color:#fff;
	border-top:1px solid #876601;
}
.quarterReportQ3Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#876601;
	color:#fff;
	border-top:1px solid #876601;
}
.quarterReportQ4Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#876601;
	color:#fff;
	border-top:1px solid #876601;
	border-right:1px solid #876601;
}
.quarterReportLabel {
	margin:0;padding:30px 10px 27px 15px;
	float:left;
	width:205px;
	/*height:20px;*/
	font-weight:bold;
	font-size:14px;
	background:url(../images/scanline-bg.gif) 0 0 repeat #f1f1f1;
	color:#444;
}
.quarterReportQ1 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	background:none;
}
.quarterReportQ2 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	background:none;
}
.quarterReportQ3 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	background:none;
}
.quarterReportQ4 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:115px;
	background:none;
}
/* === close div Quarter Report === */
/** div Analyst Reports **/
.analystReports {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
}
.analystReportsLeft {
	margin:0 0 40px 0;padding:0;
	width:49%;
	height:auto;
	float:left;
	clear:both;
}
.analystReportsRight {
	margin:0 0 40px 0;padding:0;
	width:49%;
	height:auto;
	float:right;
}
.analystReportsCenter {
	margin:auto;padding:0;
	width:70%;
	height:auto;
}
.analystReportsLabel {
	margin:0;padding:10px 5px 5px 5px;
	width:250px;
	height:85px;
	float:left;
	text-align:center;
	background:url(../images/analystReports-bg.gif) 0 0 no-repeat;
}
.analystReportsLink {
	margin:0;padding:10px 50px;
	width:160px;
	height:auto;
	float:left;
	clear:left;
	text-align:center;
}
.alystReportsDate {
	font-weight:bold;	
}
.analystReportsDL {
	margin:0;padding:0px 0 0 0;
	width:50%;
	height:30px;
	background:url(../images/Download.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
.analystReportsView {
	margin:0 0 0 0;padding:0px 0 0 0;
	width:50%;
	height:30px;
	background:url(../images/ViewOnline.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
/* === close div Analyst Reports === */

/* financial info iframe */
.financial-info {
	margin:0;padding:0;
	width:750px;
	height:auto;
	background:none;
}
/** Table financial **/

.tableFinancial {
	margin:0;padding:0;
	text-align:left;
	width:100%;
	height:auto;
	text-align:right;
}
.tableFinancial th{
	margin:0;padding:9px 10px;
	background:#ff8d65;
	background:#f06a01;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #fff;
}
.tableFinancial td{
	margin:0;
	padding:8px 10px 7px 10px;
	border-bottom:1px dotted #cecece;
	font-weight:normal;
}
.tableFinancial tr:nth-child(odd) {
	background-color:#fafafa; 
}
.tableFinancial tr:nth-child(even) {
	background-color:#fff; 
}
object {
	background:none;	
}
/** financial tab link, year,quarter etc **/
.span_finance_off {
	padding:0 10px;
	text-decoration:none;
	font-weight:normal;
	color:#444;
	line-height:18px;
}
.span_finance_on {
	padding:0 10px;
	text-decoration:underline;
	font-weight:bold;
	color:#876601;
	line-height:18px;
}
.span_finance_on:hover, .span_finance_off:hover {
	padding:0 10px;
}
/** General > Industry Classification table **/
.id_clsf {
	margin:0;padding:0;
	border:1px solid #666;
}
.id_clsf th{
	margin:0;padding:3px;
	background:#666;
	color:#fff;
}
.id_clsf td{
	margin:0;padding:4px 3px;
	background:#fff;
	color:#444;
}

/*AGM & EGM*/

.governanceItemsDL
{
	margin: 10px 10px 0 0;
	padding: 0px 10px 0px 40px;
	height: 30px;
	line-height: 30px;
	background: url(http://www.insage.com.my/IR/cmn/images/Download_Mini.png) left 0 no-repeat;
}

.governanceCover
{
	width: 40%;
}

.governanceItems
{
	margin-left: 20px;
	/*margin-top: -20px;
    width:50%;*/
}


/******** Interactive Stock Charts ***********/

.interactiveChartIcon .nav > li > a{
	padding:0px;		
}
.interactiveChartIcon{
	margin:0px;
	padding:0px;
	border:0px;
	margin-bottom:18px;
}
.interactiveChartIcon .nav-tabs {
  border-bottom: 0px solid #ddd;
  margin-right:20px;
  border-radius:0;	
}
.interactiveChartIcon .nav-tabs > li {
  transition: all .2s ease-in-out;
  margin-left:0;
 
}
.interactiveChartIcon .nav-tabs > li > a {
  margin:0 1px;
  background:#dedede;
  padding:12px 6px !important;
  border-radius:0;
   border:none;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a
{
	margin:0px !important;
}
.interactiveChartIcon .nav-tabs > li > a:hover{
  color: #ffffff;
  cursor:pointer;
  background-color: #b98b01;
  transform: scale(1.2);
  margin:0 6px;
   border-radius:0;
   transition: all .2s ease-in-out;
}
.interactiveChartIcon .nav-tabs > li.active > a,
.interactiveChartIcon .nav-tabs > li.active > a:hover,
.interactiveChartIcon .nav-tabs > li.active > a:focus {
  color: #ffffff;
  cursor: default;
  background-color: #b98b01;
  transform: scale(1.18);
  margin:0 6px;
  border-radius:0;
  border:none;
}
.iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart.png) no-repeat center center;
	padding:14px;
}
.iconLine:hover{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconLine{
	background:url(../../cmn/images/interactive-stock-chart/line-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart.png) no-repeat center center;
	padding:14px;
}
.iconCandleStick:hover{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconCandleStick{
	background:url(../../cmn/images/interactive-stock-chart/candle-chart-hover.png) no-repeat center center;
	padding:14px;
}
.iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart.png) no-repeat center center;
	padding:14px;
}
.iconOHLC:hover{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
li.active .iconOHLC{
	background:url(../../cmn/images/interactive-stock-chart/ohlc-chart-hover.png) no-repeat center center;
	padding:14px;
}
.interactiveChartIcon .durationChart .nav-tabs{
	border:1px solid #ccc;
	margin:0px;	
}


.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a {
	background:none;
	font-weight:normal;	
	color:#666;
	cursor:pointer;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li > a:hover {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}
.interactiveChartIcon .durationChart > li > a, .interactiveChartIcon .durationChart .nav > li.active > a {
	background:none;
	font-weight:normal;	
	transform: scale(1);
	padding:8px 3px;
}
.interactiveChartIcon .durationChart .nav-tabs > li > a span, .interactiveChartIcon .durationChart .nav > li > a span {
	margin:0px; padding:0px;
}
.interactiveChartIcon .durationChart .nav-tabs > li.active > a,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:hover,
.interactiveChartIcon .durationChart .nav-tabs > li.active > a:focus {
	color: #b98b01;
	background:none;
	transform: scale(1);
	text-transform:uppercase;
	font-weight:bold;
}
.interactiveChartIcon .durationChart .nav-tabs > li .durationLabel {background:#b98b01; color:#fff; 
    margin-right:0px;margin-bottom:0px; cursor:default;padding:12px; display:block;}

.tab-content .highcharts-title img
{
	vertical-align:middle;
}
.right-cntrls{	
	background-color:#006699;
    float: left;
    width: 100%;	
	margin-bottom:15px;
	border-radius:30px;
}
.right-cntrls ul.right-tabs {
    margin: 0px;
    padding: 0px;      
}
ul.right-tabs input {
    margin: -1px 0px 0px 04px;
    vertical-align: middle;
}
.right-cntrls .right-tabs li {
    list-style: none !important;
    display: inline !important;
   /* margin-right: 15px !important;*/
    font-weight:600;   
	width:20%;
	 padding: 15px 0;
	float:left;
	text-align:center;
	border-right:1px solid #fff;
	color:#fff;
}
.right-cntrls .right-tabs li:last-child{
	border-right:none;
}

/******* END Interactive Stock Charts *******/




	/********Analyst reports*********/
.analystContainer .clsTableBgTitle th
{
	
    margin: 0;
    padding: 8px 5px 7px 10px;
    background: #b98b01;
    color: #fff;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    /* width: 17%; */
    width: 85px;
    height: auto;
	text-align:center;
}
.analystContainer .clsTableBgTitle th:first-child{
	width:200px;
	text-align:left;
}

.analystContainer .clsTableBgTitle th:last-child
{
	border-right:0px;
}
.dropdownTopRight .dropdownTopRight-text
{
	margin:0 2px 0 0;
}
.analystContainer .tableRow2First
{
	border:0px !important;	
	text-align:left;
	padding: 8px 5px 7px 14px;
	    
}

.analystContainer table tr:nth-child(odd) td
{
	    background: #fefefe;
}
.analystContainer table tr td:nth-child(2)
{
	text-align:center;
}

.analystContainer table tr:nth-child(even) td
{
	    background: #f1f1f1;
}

.dropDownArrow
{
	margin: 0;
    padding: 2px 3px;
    font-size: 14px;
    color: #333;
    width: auto;
    border: 1px solid #838383;
}

/* Pagination */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #b98b01;
  border-color: #b98b01;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* Date picker*/

.ui-datepicker {
	width:18em !important;
	padding:0;
	display:none;
}
.ui-datepicker .ui-datepicker-prev
{
left:5px;
background: url(../img/glyphicons-217-circle-arrow-left.png) no-repeat left center;
height:40px;
width:35px;
}

.ui-datepicker .ui-datepicker-prev:hover
{
background: url(../img/glyphicons-217-circle-arrow-left-hover.png) no-repeat left center;
height:40px;
width:35px;
left:5px;
}


.ui-datepicker .ui-datepicker-next {
background: url(../img/glyphicons-218-circle-arrow-right.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
}

.ui-datepicker .ui-datepicker-next:hover
{
background: url(../img/glyphicons-218-circle-arrow-right-hover.png) no-repeat right center;
height:40px;
width:35px;
right:5px;
	}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{

	min-width:0px;
	border: 0px solid #eee;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background:#fff;
	color:#333;
	border-radius:0px;
	border:none;
	color:#666666;
	font-size: 14px;
	font-weight:normal;
}

.ui-datepicker-title select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
	padding:5px;	
}

.icon-circle-arrow-left:before, .icon-circle-arrow-left:after{
	content:""!important;
}

.icon-circle-arrow-right:before, .icon-circle-arrow-right:after{
	content:""!important;
}

/** added by kc - 201609051533PM **/
/** padding & margin classes **/
.p5{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }

.pt5{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }

.pb5{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }

.pl5{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl40{ padding-left:40px; }

.pr5{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }

.m5{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }

.mt5{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }

.ml20{ margin-left:20px; }

.mr10{ margin-right:10px; }
.mr20{ margin-right:20px; }



/************* Bursa News *************/

.annoucementContainer{
		
}

.announcementSelection{
	margin:15px 0;
	padding:15px 0;
	background:#ffffff;
}

.announcementDate{
	font-weight:600;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	
}

.announcementTime{
	font-size:600;
	font-weight:600;
   padding: 2px 0px;
}

.announcementTitle{
	padding:5px 0px;

}

.announcementByDate{
	padding-top:15px;
	/*line-height:16px;*/
}

.announcementByTime{

	padding-top:8px;	
}

.announcementByTime a{
	color:#000;
}

.announcementByTime a:hover{
	
}

.announcementSelection 
{
    background: #ffffff;
}
.selectpicker 
{
	padding:5px 8px;
	margin-bottom:12px;
	color: #282828;
	 font-weight:600;
}

/************** end Bursa News*****************/

/* corporate governance */
.corporate-governance-wrapper{
	
}

.corporate-governance{
	width:22%;
	margin-right:3%;
	float:left;
	min-height:75px;
	margin-bottom:50px;	
}

.last-corporate-governance{
	margin-right:0%;		
}

.corporate-governance-date{
	border-bottom:3px solid #876601;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:80%;
}

.corporate-governance-title{
	font-size:120%;	
}