@charset "utf-8";
/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Azrul
	Copyright 2012 (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;
}
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! */
:focus {
	outline:0;
} 
/* 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;
}
/* remove active, focus outline in firefox */
a:active, a:focus {
      outline:0;
}
h2 {
	line-height:1;
	font-size:18px;
	margin:0 0 10px 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 ==== */

body {
	background:#c7cacf;
	line-height:17px;
	color:#444;
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif, "Bell Gothic Std Light";
	text-align:left;
}
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:#32343b;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
}
p {
	padding:0;
	color:#333;
	margin:0;
	line-height:1.3;
	text-align:justify;
}
a:link, a:active, a:visited, a:hover {
	margin:0;padding:0;
	color:#215cad;
	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:185px;
	background:url(../images/header-bg.gif) 0 0 repeat-x #42a1e2;
}
#content {
	margin:0;padding:0;
	background:url(../images/content-bg.gif) 0 0 repeat-x;
	height:auto;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}
#footer {
	margin:0;padding:0;
	background:url(../images/footer-bg.gif) 0 0 repeat-x #212227;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}

/* ================================
   ========== 1. Header ===========
   ================================ */
.topBarContent {
	margin:auto;padding:0;
	position:relative;
	width:1000px;
	height:auto;
}
.topBar {
	float:right;
	clear:right;
	margin:0;padding:0;
	position:relative;
	width:auto;
	height:35px;
	text-transform:uppercase;
	color:#c3c2c2;
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:11px;	
}
.topBar li {
	margin:0;padding:0;
	display:inline-block;
	float:left;
	height:35px;
	list-style-type:none;
}
.topBar li a {
	line-height:35px;
	padding:10px 10px;
	color:#c3c2c2;
}
.topBar li a:hover {
	color:#fff;
	text-decoration:none;
}
.headerContent {
	margin:auto;padding:0;
	position:relative;
	background:url(../images/header-content-bg.jpg) 0 0 no-repeat;
	width:1000px;
	height:150px;
	clear:both;
}
.headerContent .logo {
	margin:35px 0 0 0;padding:0;
	float:left;
	clear:left;
}
#mainNav {
	clear:right;
	float:right;
	margin:68px 0 0 0;padding:0;
	position:relative;
	width:auto;
	height:25px;
	text-transform:capitalize;
	color:#c3c2c2;
	font-size:12px;	
}
#mainNav li {
	margin:0 5px;padding:0;
	display:inline-block;
	float:left;
	text-align:center;
	height:25px;
	list-style-type:none;
}
#mainNav li a {
	line-height:25px;
	padding:0px 10px;
	color:#f0f0f0;
	text-shadow:0px 1px #226383;
}
#mainNav li a:hover {
	color:#fff;
	text-decoration:none;
}
.mainNavIR {
	background:url(../images/mainNav-IR-bg.png) 0 0 no-repeat;
	width:123px;
}
.mainNavE {
	background:url(../images/mainNav-E-bg.png) 0 0 no-repeat;
	width:77px;
}
.mainNavPS {
	background:url(../images/mainNav-PS-bg.png) 0 0 no-repeat;
	width:136px;
}
.mainNavCN {
	background:url(../images/mainNav-CN-bg.png) 0 0 no-repeat;
	width:116px;
}
.mainNavCI {
	background:url(../images/mainNav-CI-bg.png) 0 0 no-repeat;
	width:145px;
}
.mainNavAU {
	background:url(../images/mainNav-AU-bg.png) 0 0 no-repeat;
	width:77px;
}

/* ================================
   ========= 2. Slideshow =========
   ================================ */
#slideshow {
	width:100%;
	height:345px;
	margin:0;padding:0;
	position:relative;
	background:url(../images/slideshow-id-bg.gif) 0 0 repeat-x #33353c;
	border-bottom:1px solid #3f4147;
}
.slideshowContent {
	width:1000px;
	margin:auto;padding:20px 0;
	position:relative;
}
/* jQuery nivo slideshow
 *
 * jQuery Nivo Slider v3.1
 * http://nivo.dev7studios.com
 */
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:0;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	text-align:center;
	padding:0;
	margin:-30px auto 0 auto;
	/*right:500px;*/
	left:40%;
	z-index:999;
	position:absolute;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin:0 2px;
	z-index:9999;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity:0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a { opacity: 1;}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* ==== Close Slideshow ==== */

/* ================================
   ========== 2. Content ==========
   ================================ */
.contentWrapper {
	margin:auto;padding:20px 0;
	height:auto;
	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
	width:1000px;
}
.bodyContent {
	margin:0;padding:0;
	width:730px;
	height:auto;
	clear:right;
	float:right;
}
.bodyContentBG {
	margin:0;padding:10px 10px 20px 10px;
	width:725px;
	height:auto;
	clear:right;
	float:right;
	background:#fff;
	border:1px solid #cecece;
}

/* page title **/
.pageTitle {
	margin:0 0 30px 0;padding:0;
	font-size:21px;
	line-height:23px;
	color:#32343b;
	text-shadow:0 1px #d7d9dc;
	text-transform:capitalize;
	width:70%;
	clear:left;
	float:left;
}
.dropdownTopRight {
	margin: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:
}
/** IR Navigation **/
#IRnav {
	margin:0;padding:0;
	width:250px;
	height:auto;
	clear:left;
	float:left;
}
.IRnavMenu {
	margin:0;padding:0;
	width:248px;
	height:auto;
	text-transform:capitalize;
	border:1px solid #2c2e35;
}
.IRnavMenu li{
	margin:0;padding:0;
	display:inline-block;
	list-style-type:none;
	height:auto;
}
.IRnavMenu li a{
	margin:0;padding:0 5px 0 40px;
	display:block;
	width:203px;
	line-height:30px;
	color:#ddd;
	text-shadow:0px 1px #111;
	background:url(../images/IRnav-title.gif) 0 0 no-repeat #2c2e35;
	font-size:13px;
	border-top:1px solid #b3b3b3;
}
.IRnavMenu li a:hover{
	color:#44a1e3;
	text-decoration:none;
}
.IRnavMenu li .current{
	color:#44a1e3;
	font-weight:bold;
	text-decoration:none;
}
.IRnavMenu li .borderNone {
	border:none;	
}
.IRnavMenu2 {
	margin:0;padding:5px 0;
	width:248px;
	height:auto;
	text-transform:capitalize;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat #fff;
}
.IRnavMenu2 li{
	margin:0;padding:0;
	display:inline-block;
	list-style-type:none;
}
.IRnavMenu2 li a{
	margin:0;padding:0 5px 0 40px;
	display:block;
	width:203px;
	line-height:21px;
	font-size:12px;
	color:#555;
	text-shadow:none;
	background:url(../images/IRnavChild-title.gif) 25px 6px no-repeat;
	border:none;
}
.IRnavMenu2 li a:hover{
	color:#215cad;
	text-decoration:none;
}
.IRnavMenu2 li .current{
	color:#215cad;
	font-weight:bold;
	text-decoration:none;
}
/* === close IR Navigation === */

/** Quote Box **/
.quoteBox {
	margin:0;padding:15px;
	width:290px;
	height:153px;
	clear:right;
	float:right;
	background:url(../images/quote-bg.png) 0 0 no-repeat;
	color:#fff;
	text-shadow:0 1px #4177b2;
}
.quoteHeader {
	clear:left;
	float:left;
	width:132px;
	font-weight:bold;
	font-size:14px;
	height:35px;
}
.quoteDone {
	float:right;
	width:125px;
	font-weight:bold;
	font-size:25px;
	line-height:25px;
	text-align:right;
	height:35px;
	padding:0;
}
.quoteTable {
	margin:0;padding:0;
	text-align:center;
	border-collapse:separate;
	border-spacing:none;
	line-height:20px;
}
.quoteTableHeading {
	background:#2b7cda;
	color:#fff;	
}
.quoteTablePadding td {
	padding:0 0 5px 0;	
}
.quoteGreen {
	color:#68f074;	
}
.quoteRed {
	color:#f43c43;	
}
.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:10px 0 0 0;padding:0;
	color:#f1f1f1;
	font-size:10px;
	font-weight:normal;
	text-align:right;
	float:right;
	line-height:12px;
	text-shadow:none;
}
.quoteCredit a {
	color:#fff;
}
/* === Close Quote Box === */

/** Table general **/
.tableGeneral {
	margin:0;padding:0;
	border:1px solid #acacac;
	text-align:left;
	width:100%;
	height:auto;
}
.tableGeneral th{
	margin:0;padding:7px 10px;
	background:#212227;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.tableGeneral td{
	margin:0;padding:5px 10px;
	background:#fff;
}
.tableBorderLeft {
	border-left:1px solid #fff;	
}

/** Table Quarterly report **/
.tableQuarterR {
	margin:0;padding:0;
	border:1px solid #acacac;
	text-align:left;
	width:100%;
	height:auto;
}
.tableQuarterR th{
	margin:0;padding:7px 10px;
	background:#212227;
	color:#fff;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	/*border-left:1px solid #fff;*/
}
.tableQuarterR td{
	margin:0;padding:20px 10px;
	background:#fff;
}
.tableQuarterR-Label {
	font-weight:bold;	
}
.noBorder {
	border:none;	
}

/** div Quarter Report **/
.quarterReport {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
}
.quarterReportRow {
	margin:0;padding:0;
	/*clear:left;*/
	float:left;
}
.quarterReportLabelHeader {
	margin:0;padding:20px 0;
	float:left;
	width:225px;
	/*height:20px;*/
}
.quarterReportQ1Header {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:94px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#212227;
	color:#fff;
	border-left:1px solid #2c2e35;
	border-top:1px solid #2c2e35;
}
.quarterReportQ2Header {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#212227;
	color:#fff;
	border-top:1px solid #2c2e35;
}
.quarterReportQ3Header {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#212227;
	color:#fff;
	border-top:1px solid #2c2e35;
}
.quarterReportQ4Header {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:94px;
	/*height:20px;*/
	font-size:14px;
	font-weight:normal;
	background:#212227;
	color:#fff;
	border-top:1px solid #2c2e35;
	border-right:1px solid #2c2e35;
}
.quarterReportLabel {
	margin:0;padding:30px 10px 27px 15px;
	float:left;
	width:200px;
	/*height:20px;*/
	font-weight:bold;
	font-size:14px;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat #f1f1f1;
	color:#444;
}
.quarterReportQ1 {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:30px;*/
	background:#fff;
	/*border-left:1px solid #acacac;*/
}
.quarterReportQ2 {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:30px;*/
	background:#fff;
}
.quarterReportQ3 {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:30px;*/
	background:#fff;
}
.quarterReportQ4 {
	margin:0;padding:20px 10px 20px 15px;
	float:left;
	width:95px;
	/*height:30px;*/
	background:#fff;
	/*border-right:1px solid #acacac;*/
}

/* === close div Quarter 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%;
}
.annualReportColumn {
	margin:0 2% 0 2%;padding:0 15px;
	width:155px;
	float:left;
	display:inline-block;
}
.annualReportDL {
	margin:0;padding:50px 0 0 0;
	width:50%;
	height:20px;
	background:url(../images/Download.png) center 10px no-repeat;
	float:left;
	vertical-align:bottom;
}
.annualReportView {
	margin:0;padding:50px 0 0 0;
	width:50%;
	height:20px;
	background:url(../images/ViewOnline.png) center 10px no-repeat;
	float:left;
	vertical-align:bottom;
}

.annualReportView_interactive{
	margin:0;padding:50px 0 0 0;
	width:50%;
	height:20px;
	background:url(../images/Interactive-icon.png) center 10px no-repeat;
	float:left;
	vertical-align:bottom;
}

.req-form{
	width:100%;
	height:20px;
	background:url(../images/Download-small-icon.png)  no-repeat;
	float:left;
	vertical-align:bottom;
	margin-top:10px;
	margin-left:12px;
}
.req-form a{
	display:inline-block;
	padding-left:30px;
	width:100%;
	text-align:left;
	
}


/* === close div Annual Report === */

/** div Circulars **/
.circulars {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
}
.circularsCover {
	background:url(../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:35px 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:35px 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(../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:50px 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:50px 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 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:50%;
	height:auto;
	float:left;
	clear:both;
}
.analystReportsRight {
	margin:0 0 40px 0;padding:0;
	width:50%;
	height:auto;
	float:right;
}
.analystReportsCenter {
	margin:auto;padding:0;
	width:72%;
	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 === */

/** 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:150px;
	height:auto;
	float:left;
	clear:left;
	font-weight:bold;
}
.generalDesc {
	margin:0;padding:0 10px 0 5px;
	width:528px;
	height:auto;
	float:left;
}
/* === 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:#212227;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #acacac;
	width:130px;
	height:auto;
	float:left;	
}
.mediaNewsHeader2 {
	margin:0;padding:8px 5px 7px 10px;
	background:#212227;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #acacac;
	width:130px;
	height:auto;
	float:left;
}
.mediaNewsHeader3 {
	margin:0;padding:8px 5px 7px 10px;
	background:#212227;
	color:#fff;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	width:400px;
	height:auto;
	float:left;
}
.mediaNewsColumn1 {
	margin:0;padding:0 5px 0 10px;
	width:130px;
	height:auto;
	clear:both;
	float:left;
}
.mediaNewsColumn2 {
	margin:0;padding:0 5px 0 11px;
	width:129px;
	height:auto;
	float:left;
}
.mediaNewsColumn3 {
	margin:0;padding:0 5px 0 11px;
	width:398px;
	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 Financial Info **/
.financialInfo {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;	
}


/** Table financial **/
.tableFinancial {
	margin:0;padding:0;
	text-align:left;
	width:100%;
	height:auto;
	border-collapse:collapse;
}
.tableFinancial th{
	margin:0;padding:9px 10px;
	background:#45a1e4;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #fff;
	text-align:right;
}
.tableFinancial td{
	margin:0;padding:8px 10px 7px 10px;
	border-bottom:1px dotted #cecece;
	text-align:right;
	border-collapse:collapse;
}
.tableFinancial tr:nth-child(odd) { 
	background-color:#fafafa; 
}
.tableFinancial tr:nth-child(even) { 
	background-color:#fff; 
}

.tableFinancialSegmental {
	margin:0;padding:0;
	text-align:left;
	width:100%;
	height:auto;
}
.tableFinancialSegmental th{
	margin:0;padding:9px 8px;
}
.tableFinancialSegmental td{
	margin:0;padding:8px 5px 7px 5px;
}

/* === close div Financial Info === */

/** 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:255px;
	clear:both;
	float:left;
	height:auto;
	text-align:left;
}
.directorsProfileRight {
	margin:0;padding:0 0 0 20px;
	width:430px;
	clear:right;
	float:right;
	height:auto;
}
.directorsProfileLabel {
	margin:0 0 20px 0;padding:20px 10px 20px 10px;
	width:233px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat;
	border:1px solid #666;
	border-top:2px solid #666;
}
.directorsProfileLabel:hover {
	color:#215cad;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat;
	border:1px solid #215cad;
	border-top:2px solid #215cad;
}
.directorsProfileLabelRight {
	margin:0 0 20px 0;padding:20px 5px 20px 20px;
	width:403px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat;
	border:1px solid #215cad;
	border-top:2px solid #215cad;
	color:#215cad;
}
.directorsProfileRightDesc {
	margin:0;padding:0 2px;
	width:430px;
	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:#215cad;
	text-decoration:none;
}
.directorsProfileLabel-Active {
	margin:0 0 20px 0;padding:20px 10px 20px 10px;
	width:233px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#215cad;
	background:url(../images/IRnavMenu2-bg.gif) 0 0 repeat;
	border:1px solid #215cad;
	border-top:2px solid #215cad;
}
.directorsProfileLabel-Active a:hover {
	text-decoration:none;
}
.directorPicture {
	float:left;
	clear:left;
	margin:0 20px 20px 0;
	padding:0;
}
/* === close div Directors Profile === */

/** Component Box **/
.componentBox {
	margin:20px 0 0 0;padding:0;
	width:355px;
	height:auto;
	border:1px solid #acacac;	
	background:#fff;
}
.componentBoxHeader {
	margin:0;padding:7px 10px;
	background:#212227;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	display:block;
}
.newsAlertHeader {
	background:url(../images/newsAlertHeader-bg.gif) 0 0 repeat-x #3392ed;	
}
.componentBoxBody {
	margin:0;padding:15px;
}
.componentBoxBodyNewsAlert {
	margin:0;padding:15px;
	background:url(../images/newsAlert-bg.gif) 0 0 no-repeat;
}
.componentBoxAR {
	margin:20px 0 20px 15px;padding:0;
	width:150px;
	height:200px;
	float:left;
}
.componentBoxQR {
	margin:20px 0 20px 15px;padding:0;
	width:150px;
	height:200px;
	background:url(../images/qr-index.jpg) 0 0 no-repeat;
	float:left;
}
.componentBox-Vlink {
	margin:60px 0 10px 0;padding:16px 0 0 60px;
	width:90px;
	height:32px;
	background:url(../images/ViewOnline.png) 20px 8px no-repeat;
	float:right;
}
.componentBox-Dlink {
	margin:0;padding:16px 0 0 60px;
	width:90px;
	height:32px;
	background:url(../images/Download.png) 20px 8px no-repeat;
	float:right;
}
/* ==== Close Content ==== */

.footerContent {
	margin:auto;padding:35px 0;
	height:auto;
	/*position:relative;*/
	/*overflow:hidden;*/	/** clearing floats **/
	/*width:100%;*/			/** clearing floats **/
	width:1000px;
	clear:both;
}
.footerNews {
	margin:0 50px 0 0;padding:0;
	width:320px;
	height:280px;
	clear:both;
	float:left;
	text-shadow:0 1px #111;
	color:#8b8b8b;
}
.latestNewsBox {
	margin-top:15px;	
}
.latestNewsBox td {
	padding:0 0 6px 0;	
}
.footerNews a {
	color:#8b8b8b;
	text-decoration:none;
	line-height:16px;
	display:block;
	text-align:justify;
}
.footerNews a:hover {
	color:#fff;
	text-decoration:none;	
}
.footerNews h2, .footerSitemap h2 {
	margin:0;padding:0;
	height:38px;
	line-height:38px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	text-shadow:0 1px #111;
	text-transform:capitalize;
	background:url(../images/dark-border.gif) 0 bottom repeat-x;
}
.footerSitemap {
	margin:0;padding:0;
	width:260px;
	height:auto;
	float:left;
	color:#8b8b8b;
	text-shadow:0 1px #111;
}
.footerSitemap ul {
	margin:15px 0 0 0;padding:0;
}
.footerSitemap ul li{
	margin:0;padding:4px 0;
	line-height:12px;
	text-transform:capitalize;
	list-style-type:none;
}
.footerSitemap ul li a{
	/*margin:0;padding:0 0 0 15px;*/
	margin:0;padding:0;
	display:block;
	color:#8b8b8b;	
}
.footerSitemap ul li a:hover{
	color:#fff;
	/*border-left:3px solid #ed1c24;
	margin:0;padding:0 0 0 12px;*/
	margin:0;padding:0;
	text-decoration:none;
}
.footerSitemap ul li .current {
	color:#fff;
	/*border-left:3px solid #ed1c24;
	margin:0;padding:0 0 0 12px;*/
	margin:0;padding:0;
	text-decoration:none;
}
.footerContact {
	margin:0;padding:55px 20px 0 44px;
	float:right;
	clear:right;
	background:url(../images/footer-contact-box.gif) 0 0 no-repeat;
	width:256px;
	height:220px;
	color:#d9d9d9;
	line-height:22px;
}
.footerCredit {
	clear:both;
	margin:25px 0 0 0;padding:25px 0 0 0;
	width:100%;
	height:auto;
	background:url(../images/dark-border.gif) 0 top repeat-x;
	color:#8b8b8b;
}
.footerCredit p {
	color:#8b8b8b;
	text-shadow:0 1px #111;
}


/** Misc **/
.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;
}
.noBackground td {
	background:#000;
}
.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 #215cad;
}
.textarea:focus, textarea:focus {
	border:1px solid #215cad;
}
.textbox:focus, textbox:focus {
	border:1px solid #215cad;
}
/* Selection style */
/*
::selection {
background:#a4b344;
color:#ffffff;
}
::-moz-selection{
background:#a4b344;
color:#ffffff;
}
::-webkit-selection {
background:#a4b344;
color:#ffffff;
}
*/

/** financial tab link, year,quarter etc **/
.span_finance_off {
	padding:0 10px;
	text-decoration:none;
	font-weight:normal;
	color:#452325;
	line-height:18px;
}
.span_finance_on {
	padding:0 10px;
	text-decoration:underline;
	font-weight:bold;
	color:#0098d1;
	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;
}


/* marquee */
.html-marquee {
	height:210px;
	width:320px; 
	line-height:1.3; 
	background-color:ffffff;
	font-family:Arial;
	font-size:15pt;
	color:#8b8b8b;
	font-style:italic;
	font-weight:normal;
	border:none;
	text-align:center;
}
.titleColor {
	color:#F09;
	font-weight:bold;
}

.html_background{
	background-color: #FFFFFF;
}

/*AGM EGM*/

.governanceItemsDL{
    margin: 10px 10px 0 0;
    padding: 0 10px 0 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:-25px;
		width:50%;*/
	}
	
	
	

	/********Analyst reports*********/
.analystContainer .clsTableBgTitle th
{
	
    margin: 0;
    padding: 8px 5px 7px 10px;
    background: #8a8ea5;
    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{
	text-align:left;
	width:200px;
	
}

.analystContainer .clsTableBgTitle td:first-child{
	text-align:left;
	width:200px;
}

.analystContainer .clsTableBgTitle td{
	text-align:center;
	
}
.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;
	margin-bottom:12px;
}

.pt20 {
    padding-top: 20px;
}
.btn-primary
{
	background-color: #180a61;
	padding:04px 08px;
	color:#fff;
	outline:none;
	 border:none;
}
.btn-primary:hover
{
	background-color:#180a61;
}

/* 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;
}

.form-control.hasDatepicker
{
	color:#282828 !important;
	border: 1px solid #838383;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
	    background-color: #180a61 !important;
		 color:#fff !important
}
.ui-datepicker th:first-child {
    color: #ff0000;
}
.ui-datepicker td:first-child a {
    color: #ff0000;
}
.ui-datepicker th {
    color: #2b3991;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    min-width: 0px;
    border: 0px solid #eee;
}
.selectpicker {
    padding: 5px 8px;
    margin-bottom: 12px;
    color: #282828;
    font-weight: 600;
}
.qtrReport-col-box {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.qtr-year {
    font-size: 130%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}
.qtr-icon {
    display: inline-block;
    text-align: center;
    padding: 5px 0px;
}

/************* 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;
}




/* 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: #1e215a;
  border-color: #1e215a;
}
.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;
}