@charset "utf-8";
/* ==== ==== ==== ==== ==== ==== ==== ==== ====
	Pei Yan
	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;
}
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;
}
/* Selection style */
::selection {
background:#4b8fff;
color:#ffffff;
}
::-moz-selection{
background:#4b8fff;
color:#ffffff;
}
::-webkit-selection {
background:#4b8fff;
color:#ffffff;
}
/*******
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-color: #FFFFFF;
}
body {
	line-height: 18px;
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
ol li {
	list-style-type:decimal;
	margin:0 0 0 25px;
}
ul li {
	/*list-style-type:disc;*/
	list-style:none;
	margin:0 0 0 25px;
}
/* second level li */
ul li > ul {
	margin:5px 0;	
}
ul li > ul li {
	list-style-type: circle;
	list-style:none;
	margin:0 0 0 25px;
}
strike {
	color:#000;
	text-decoration:line-through;
}
p {
	margin:0 0 10px 0;padding:0;
	color:#444444;
	line-height:18px;
	text-align:justify;
}
a:link, a:active, a:visited, a:hover {
	margin:0;padding:0;
	color:#0080bb;
	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-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#content {
	margin: 0;
	padding: 0;
	height: auto;
}
#bodyContent {
	margin:0;padding:0;
	height:auto;
}
#contentInner {
	margin:0;padding:0;
	height:auto;
}
#footer {
	margin: auto;
	padding: 0;
	position: relative;
	width: 100%; /* to make sure the min display on page is 1140px. smaller than this will have scrolbar. extra padding 15px left & right good view in phone/tablet */
	/*border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	border-right-color: #e7e7e7;
	border-bottom-color: #e7e7e7;
	border-left-color: #e7e7e7;	/*overflow: hidden;*/		/** clearing floats **/
	/*width: 100%;*/			/** clearing floats **/
}
/* ================================
   ========== 1. Header ===========
   ================================ */
.headerContent {
	width: 917px;
	height: 90px;
	margin: auto auto 10px auto;
	padding: 0;
	clear: both;
}
.headerTop {
	width: 638px;
	height: 57px;
	float : left;
}
.headerMenu {
	margin:0;padding:0;
	width: 638px;
 	height:33px;
	float: left;
}
.logo {
	width:279px;
	height:90px;
	margin:0;
	padding:0;
	float : left;
}
.topNv {
	width:145px;
	height: auto;
	padding :0;
	float: right;
	margin : 30px 20px 10px 0;
}
.con12 {
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
}
.con12 A {	
color: #333333; 
font-weight: bold; 
text-decoration: none;
}
.con12 A:hover {	
color: #e51f28; 
text-decoration: none
}
/*Main Menu */
#navigation {
	margin: 0;
	padding: 0;
	float: left;
	width: 920px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../images/menu-background.gif);
	background-repeat: repeat-x;
	text-align: center;
}
#navigation #nav {
	height:31px;
}
#navigation #nav > ul {
	height: 31px;
	position: relative;
	margin-left: 7px;
}
#navigation ul { margin: 0;float:left; }
#navigation a {
	text-transform:uppercase;
	color:#727272;
}
#navigation a:hover {
	text-decoration: none;
	color: #1f559b;
}
#navigation #nav > ul > li {
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0;
	width: 150px;
	background-image: url(../images/menu-grey.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#navigation #nav > ul > li > a {
	display: block;
	height: 31px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
/* ================================
   ==========   banner   ==========
   ================================ */
.banner{
	width: 917px;
	height: 141px;
}
/* ================================
   =======   breadcrumbs   ========
   ================================ */
#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
	font-size:11px;
}
a.pathway:link, a.pathway:visited {
	font-size:11px;
}

a.pathway:hover {
	font-size:11px;

}
/* ================================
   ========== 3. Content ==========
   ================================ */
.contentWrapper {
	padding: 0;
	position: relative;
	height: auto;
	width: 917px;
	float: left;
	margin: 0;
	background-color: #fff;
	background-image: url(../images/con-bg-shape.gif);
	background-repeat: no-repeat;
	background-position: 0px 125px;
}
.contentBody {
	margin:0;padding:0;
}
.contentBodyBorder {
	width:960px;
	border-top:2px solid #ba8d03;
}
.contentWidth {
	margin:0 auto;padding:0;
	width:917px;	
}
.headerWidth {
	margin:0 auto;padding:0;
	width:917px;
}
.contentTittle {
	margin: 35px 7px 35px 10px;
	padding: 0 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #3a6dd8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
.contentBottom {
	width:917px;
	height: 11px;
	background-image: url(../images/bot-content.gif);
	background-repeat: no-repeat;	
}

/* ================================
   ===      rightbar menu       ===
   ================================ */
.leftbarMenu {
    margin:0;padding:0;
    width:145px;
    height:auto;
	margin-top: 5px;
    float:left;
    clear:left;
}
.leftbarMenu li {
    margin:0;padding:0;
    list-style:none;
    display:block;
}
.leftbarMenu li a {
	margin: 0;
	padding: 8px 20px 8px 10px;
	list-style: none;
	text-transform: capitalize;
	display: block;
}
.leftbarMenu li a:hover {
    color:#f99911;
    text-transform:capitalize;
    text-decoration:none;
}
/* current active state */
.leftbarMenu li.current a, .leftbarMenu li.current a:hover {
    color:#f99911;
    font-weight:normal;
}
.mainContent {
	margin: 0 0 0 7px;
	padding: 0 7px 0 7px;
	width: 720px;
	height: auto;
	float: left;
	clear: left;
	background-color: #f2f2f2;
}

/* ================================
   ========== 4. Footer ===========
   ================================ */
.footerBottom {
	margin: 20px auto auto auto;
	width: 913px;
	height:31px;
	position: relative;
	color: #eee;
}
.footerBottomBody {
	color: #686767;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0;padding: 0;
	width: 913px;
	height:31px;
	line-height: 17px;
	background-image: url(../images/footer-nav.gif);
	background-repeat: no-repeat;
}
.footerBottomBody a{
	color:#3975d5;
}
.footerBottomBody a:hover{
	color:#e51f28;
    text-decoration:none;
}
/* ================================
   =========== 5. 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;	
}
.fontBigger {
	font-size:15px;	
}
.shadow {
	text-shadow:0 1px #d7d9dc;	
}
.arrow {
	font-size:15px;
	margin:10px 0 0 0;
}
.button {
	font-size:12px;
	margin:0;
	font-weight:bold;
	color:#333;
	cursor:pointer;
}
.dropdownlist, dropdownlist {
	margin:0;padding:2px 3px;
	font-size:12px;
	color:#444;
	width:auto;
	border:1px solid #838383;
}
.textbox, textbox {
	font-size:12px;
	margin:0;
	border:1px solid #cccccc;
	width:auto;
	height:auto;
	padding:5px;
	color:#444;
	cursor:text;
}
.textarea, textarea {
	padding:2px;
	color:#444;
	font-size:12px;
	border:1px solid #0080bb;
	cursor:text;
}
.dropdownlist:focus, dropdownlist:focus {
	border:1px solid #0080bb;
}
.textarea:focus, textarea:focus {
	border:1px solid #0080bb;
}
.textbox:focus, textbox:focus {
	border:1px solid #0080bb;
}
.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

/* ================================
   ============ 6. IR =============
   ================================ */
.ir-title {
	width: 145px;
	height: 43px;
	background-image: url(../images/IR-title.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 18px;
	padding: 7px 0 0 0;
	text-shadow: #4d4d4d 0 2px 3px;
}
.irContent {
	margin: 0;
	padding: 0 0 12px 0;
	width: 900px;
	height: auto;
	background-color: #d9d8d8;
}
.irRightMenu {
	width :145px;
	height: auto;
	float: right;
	margin: 0 7px 0 0;
}
.titleBox {
	width: 720px;
	height: 27px;
	background-image: url(../images/titleBg.gif);
	background-repeat: no-repeat;
}
h1.pageTitle {
	width: 97.9%;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;
	line-height: 27px;
	text-shadow: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	float: left;
	background-image: url(../images/titleBg.gif);
}
.leftbarMenu .IRMenu {
	margin: 0;
	padding: 0;
	width: 145px;
	height: auto;
	float: left;
	clear: left;
}
.leftbarMenu .IRMenu li {
    margin:0;padding:0;
    list-style:none;
    display:block;
}
.leftbarMenu .IRMenu li a, .leftbarMenu .IRMenu li span {
	margin: 0;
	list-style: none;
	color: #0080bb;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
	padding: 8px 0 8px 10px;
	background-image: url(../images/menu-line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftbarMenu .IRMenu li a:hover, .leftbarMenu .IRMenu li span:hover {
	color: #215d79;
	text-decoration: none;
	cursor:pointer;
}
/* current active state */
.leftbarMenu .IRMenu li.current a, .leftbarMenu .IRMenu li.current a:hover {
	color:#215d79;
}
.leftbarMenu .IRMenu li.current span, .leftbarMenu .IRMenu li.current span:hover {
	color:#215d79;
} 
.IRMenu2 {
	margin:0;padding:0;
}
.IRMenu2 li{
	margin:0;padding:0;
	display:block;
	list-style-type:none;
}
.leftbarMenu .IRMenu2 li a {
	margin: 0;
	display: block;
	font-size: 12px;
	background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
	padding: 8px 0 8px 19px;
}
.leftbarMenu .IRMenu2 li a:hover {
	color:#215d79;
	border-right:none;
	background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
.leftbarMenu .IRMenu2 li a.current, .leftbarMenu .IRMenu2 li a.current:hover {
	color:#215d79 !important;
	text-decoration:none;
	background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
/*** second level link color fix iE7 ***/
.leftbarMenu .IRMenu li.current .IRMenu2 li a {
	color:#0080bb !important;
	text-decoration:none;
	border-right:none;
	background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
.leftbarMenu .IRMenu li.current .IRMenu2 li a:hover {
	color:#215d79 !important;
	text-decoration:none;
	border-right:none;
    background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
.leftbarMenu .IRMenu li.current .IRMenu2 li a.current, .leftbarMenu .IRMenu li.current .IRMenu2 li a.current:hover {
	color:#215d79 !important;
	text-decoration:none;
	border-right:none;
	background-image: url(../images/component-left-orange-arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px 13px;
}
/*** second level link color fix iE7 ends ***/
/* ir home */
.frontLeft {
	width: 720px;
	float: left;
	clear: left;
	
}
.irBoxMain {
	margin:25px 0 0 0;padding:0;
	width:720px;
}
.irBoxMainBody {
	margin:0 0 0 0;
	width:720px;
	float:left;
}
.irBoxMain h1 {
	margin-bottom:5px;
}
.irBoxMainDoc {
	margin:20px 0 0 0;padding:0;
	width:490px;
}
.btnMoreRight {
	margin:0;padding:0x;
	height:23px;
	width:10px;
	float:left;
	background:url('../images/btn-more-right.gif') right 0 no-repeat;	
}
.btnMoreLeft a{
	width: 60px;
	font-size: 12px;
	line-height: 27px;
	display: block;
	height: 27px;
	text-align: center;
	float: right;
	color: #fff;
	background-image: url(../images/more-button.png);
	background-repeat: no-repeat;
	background-position: 50px 7px;
	padding: 0 20px 0 0;
}
.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, tableGeneralNewsAlert { /* tableGeneralNewsAlert for News Alert*/
	margin:0;padding:0;
	text-align:left;
	width:100%;
	height:auto;
	border:none;
	border-collapse:collapse;
}
.tableGeneral th, tableGeneralNewsAlert th{
	margin:0;padding:9px 10px;
	color:#666666;
	font-size:10px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
}
.tableGeneral td{
	margin: 0;
	padding: 0 0 5px 20px;
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
}
.tableGeneralNewsAlert td{
	margin:0;padding:5px 0;
}
/** Quote Box **/
.quoteBox {
	padding: 0;
	width: 720px;
	height: 120px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
.quoteHeader {
	width: 720px;
	height: 28px;
	margin: 0;
	color: #666666;
	line-height: 20px;
	float: left;
}
.quoteHeaderTitle {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0;
	word-spacing: 3px;
	color: #666666;
	/*text-shadow: #4d4d4d 0 1px 2px;*/
	float: right;
	width: 160px;
	font-style: italic;
	text-align: right;
}
.quoteDone {
	margin: 3px 0 3px 0;
	padding: 0;
	float: left;
	width: 200px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	word-spacing: 3px;
	color: #1ea100;
	line-height: 40px;
	text-align: center;
}
.quoteBody {
	height: 50px;
	margin:0;
}
.quoteTable {
	margin: 0;
	padding: 0;
	text-align: center;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	font-size: 12px;
	letter-spacing: 0;
	float: right;
	background-color: #cbd0d3;
}
.quoteTableHeading {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #777777;
	text-transform: capitalize;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f2f2f2;
}
.quoteTable td{
	padding:2px 0 2px 0;
	margin:0;	
}
.quoteTablePadding td {
	padding:0;
	margin:0;
}
.quoteGreen {
	color:#148c01;	
}
.quoteRed {
	color:#980109;	
}
.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 {
	width: 250px;
	height: 28px;
	padding: 0;
	color: #929292;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	float: right;
	margin: 2px 0 0 0;
}
.quoteCredit a{
	color:#929292;
}
.reportBanner {
	width: 720px;
	height: 125px;
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d9d8d8;
	border-bottom-color: #d9d8d8;	
}
.reportBannerReport {
	width: 203px;
	height: 108px;
	float:left;
}
.reportBannerTop {
	width: 95px;
	height: 25px;
	margin: 17px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0080bb;
	line-height: 12px;
	text-transform: capitalize;
	text-align:center;
	float:right;
}
.reportBannerContent img{
	max-width: 100%;
	height: 104px;
	float:left;
}
.reportBannerBottom{
	width: 98px;
	height: 45px;
	margin: 7px 0 0 0;
	float:right;
}
.reportBannerDownload {
	width: 98px;
	height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	text-transform: capitalize;
	float: left;
	background-color: #fab508;
	text-align: center;
}
.reportBannerDownload a{
	color: #fff;
	text-decoration: none;
}
.reportBannerView {
	width: 98px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 18px;
	text-transform: capitalize;
	float: right;
	background-color: #fab508;
	text-align: center;
}
.reportBannerView a{
	color: #fff;
	text-decoration: none;
}
.reportLine {
	width: 55px;
	height: 108px;
	background-image: url(../images/side-line.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
}
.quoteHeaderIrContact {
	width: 350px;
	height: auto;
	font-size: 28px;
	color: #fff;
	line-height: 20px;
	float: left;
}
.quoteHeaderIrTitle {
	margin: 0;
	padding: 0 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0;
	word-spacing: 3px;
	color: #fff;
	line-height: 27px;
	width: 330px;
	background-image: url(../images/smallTitleBg.gif);
	background-repeat: no-repeat;
	height: 27px;
}
.quoteBodyIrContact {
	margin: 0;
	padding: 10px 5px 10px 5px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quoteHeader .quoteDone .stock_number_price {
	color:#1ea100 !important;	
	padding-left: 4px;
}
/** 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;
}
.content-tittle{
	width:720px;
	margin-bottom:25px;
	float: left;
}
.content-top{
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	margin: 15px 0 0 0;
}
.content-bottom{
	margin-top: -5px;
	width: 720px;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	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;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	width: 113px;
	height: auto;
	float: left;
	background-color: #0080bb;
}
.mediaNewsHeader2 {
	margin: 0;
	padding: 8px 5px 7px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	width: 160px;
	height: auto;
	float: left;
	background-color: #0080bb;
}
.mediaNewsHeader3 {
	margin: 0;
	padding: 8px 5px 7px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 400px;
	height: auto;
	float: left;
	background-color: #0080bb;
}
.mediaNewsHeader4 {
	margin: 0;
	padding: 8px 5px 7px 10px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 575px;
	height: auto;
	float: left;
	background-color: #0080bb;
}
.mediaNewsColumn1 {
	margin:0;padding:0 5px 0 10px;
	width:113px;
	height:auto;
	clear:both;
	float:left;
}
.mediaNewsColumn2 {
	margin:0;padding:0 5px 0 10px;
	width:160px;
	height:auto;
	float:left;
}
.mediaNewsColumn3 {
	margin:0;padding:0 5px 0 10px;
	width:400px;
	height:auto;
	float:left;
}
.mediaNewsColumn4 {
	margin:0;padding:0 5px 0 10px;
	width:560px;
	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:#fafafa;
}
/* === close div Media News === */

/** presentation **/
.presentationTitleHeader {
	width:576px;	
}
.presentationTitle {
	width:576px;	
}
/* === close presentation === */
/** 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:200px;
	clear:both;
	float:left;
	height:auto;
    text-align:left;
}
.directorsProfileRight {
	margin:0;padding:0;
	width:500px;
	clear:right;
	float:right;
	height:auto;
}
.directorsProfileLabel {
	margin:0 0 10px 0;padding:5px 10px 10px 0;
	width:185px;
	height:auto;
	clear:both;
	float:left;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #d7d7d7;
}
.directorsProfileLabel:hover {}
.directorsProfileLabelRight {
	margin:0 0 20px 0;padding:15px 20px;
	width:460px;
	height:auto;
	clear:both;
	float:right;
	font-size:13px;
	font-weight:bold;
	background:url(../images/scanline-bg.gif) 0 0 repeat;
	border:1px solid #0080bb;
	border-top:2px solid #0080bb;
	color:#011C30;
    text-align:left;
}
.directorsProfileRightDesc {
	margin:0;padding:0 2px;
	width:500px;
	clear:both;
	float:right;
}
.directorsProfileDesignated {
	font-size:11px;
	font-weight:normal;
}
.directorsProfile p {
	line-height:17px;
}
.directorsProfileLabel a {
	color:#444;	
}
.directorsProfileLabel a:hover {
	text-decoration:none;
}
.directorsProfileLabel-Active {
	margin: 0 0 10px 0;
	padding: 5px 10px 10px 0;
	/*width:423px;*/
	width: 185px;
	height: auto;
	clear: both;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #0080bb;
	border-bottom: 1px solid #215d79;
}
.directorsProfileLabel-Active a:hover {
	color:#0080bb;	/* same color as directorsProfileLabel-Active */
	text-decoration:none;
}
.directorsProfileLabel-Active:hover {
	text-decoration:none;
}
/* === close div Directors Profile === */

/** div Circulars **/
.circulars {
	margin:0;padding:0;
	width:100%;
	height:auto;
	clear:both;
	text-align:justify;
}
.circularsCover {
	background:url(http://waseong.irplc.com/investor-relations/images/circular.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(../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;
	text-align:center;
	width:100%;
}
.annualReportColumn {
	margin:0 2% 0 2%;padding:0 15px;
	width:180px;
	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;
}
/*Interactive Annual Report*/
.annualReportView_interactive
{
	margin: 10px 0px 15px 0;
	padding:44px 0 0 0;
	width:42%;
	height:20px;
	background:url(../images/interactive-icon-AR.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:200px;
}
.quarterReportQ1Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:100px;
	font-size:14px;
	font-weight:normal;
	background:#0080bb;
	color:#fff;
	border-left:1px solid #0080bb;
	border-top:1px solid #0080bb;
}
.quarterReportQ2Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:100px;
	font-size:14px;
	font-weight:normal;
	background:#0080bb;
	color:#fff;
	border-top:1px solid #0080bb;
}
.quarterReportQ3Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:99px;
	font-size:14px;
	font-weight:normal;
	background:#0080bb;
	color:#fff;
	border-top:1px solid #0080bb;
}
.quarterReportQ4Header {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:99px;
	font-size:14px;
	font-weight:normal;
	background:#0080bb;
	color:#fff;
	border-top:1px solid #0080bb;
	border-right:1px solid #0080bb;
}
.quarterReportLabel {
	margin:0;padding:30px 10px 27px 15px;
	float:left;
	width:175px;
	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:100px;
	background:none;
}
.quarterReportQ2 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:100px;
	background:none;
}
.quarterReportQ3 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:99px;
	background:none;
}
.quarterReportQ4 {
	margin:0;padding:20px 10px 20px 20px;
	float:left;
	width:99px;
	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:40px 0 0 0;
	width:50%;
	height:20px;
	background:url(../images/Download.png) center 0 no-repeat;
	float:left;
	vertical-align:bottom;
	text-align:center;
}
.analystReportsView {
	margin:0 0 0 0;padding:40px 0 0 0;
	width:50%;
	height:20px;
	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:720px;
	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 8px;
	background:#215d79;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	border-right:1px solid #fff; 
}
.tableFinancial td{
	margin:0;
	padding:8px 7px 7px 7px;
	border-bottom:1px dotted #cecece;
	font-weight:normal;
}
.tableFinancial tr:nth-child(odd) {
	background-color:#f7f7f7; 
}
.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:#0558b6;
	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;
}

/** div IPO Centre **/
.ipo-table{
	margin:0;padding:0;
	text-align:left;
	width:100%;
	height:auto;
	text-align:right;
}
.ipo-table th{
	margin:0;
	padding:5px 10px 5px 5px;
	background:#017165;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-right:1px solid #fff;
	text-align:right;
}
.ipo-table td{
	margin:0;
	padding:5px 10px 5px 5px;
	border-bottom:1px solid #d5d5d5;
	font-weight:normal;
}
.ipo-table tr:nth-child(odd) {
	background-color:#f7f7f7; 
}
.ipo-table tr:nth-child(even) {
	background-color:#fff; 
}
.ipo-bigText{
	font-size:15px;
	font-weight:bold;
	color:#017165;
}
.ipo-smallText{
	font-size:13px;
	font-weight:bold;
	color:#017165;
}
.ipo-competitive-strenghts li{
	padding-top:5px;
	list-style:lower-roman;
}
.ipo-risk-factors li{
	padding-top:5px;
	margin-left: 30px;
	list-style:lower-roman;
}
.past-performance-review li{
	padding-top: 5px;
	list-style-type: disc;
}
/* === close div IPO Centre === */
/** div Key Management Team **/
.keyMTeam{
	padding:20px 0px 20px 0px;
	border-bottom:1px dotted #aaaaaa;
}
.keyMTeam-title{
	font-size: 18px;
	font-weight: bold;
	color: #017165;
	line-height: 28px;
}
/* === close div Key Management Team === */

/* ----- Latest News css ------------ */
/** added 20140107 **/
.irBoxMainBodyLeft {
	width: 260px;
	background-color: #eeeeee;
	vertical-align: top;
	text-align: left;
	float:left;
}

.irBoxMainBodyLeft td{
	padding: 0 0 5px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d8d8d8;
}



.homepageHeader{
	color: #0080bb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:10px;
}

.italic{
	font-size:11px; 
	border:none;
	padding:5px 0 0 0;
}

.viewAllBtn{
	background:#0080bb;
	color:#fff;
	padding:3px 10px;
	font-size:11px;
}

.img-responsive {
    max-width: 100%;
    display: block;
    height: auto;
}

/*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%;
    padding-bottom: 10px;
}

.governanceItems
{
	margin-left: 20px;
	/*margin-top: -15px;
        width:50%;*/
} 