/* Define the default first */

/******* em Text Delaration Start *******/

/* Setup Font Family and Size Correctly First. Default(Medium) Font Size is 16px on all browsers */
body *
{
  font-size: 101%; /* for IE bug */
	line-height: 140%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Reduce the font size to 68.8% or 11px size
100% = 16
11/16 x 100
*/
body{ font-size: 68.8%; }

/* IE can’t read this */
html>body { font-size: 68.8%;}

/* Ensure forms and tables inherit the correct size */
table, input, select, th, td, textarea { font-size: 1em; }

/* Ensure nested elements inherit the correct size */
ol, ul, li li, li p, td p, blockquote p, div div { font-size: 1em; }

table table td { font-size: 0.95em; }

/* child pixels / parent pixels = child ems
Example(19px for h1) : 19 (child pixels) / 11 (parent pixels) = 1.73
*/

/******* em Text Delaration End *******/

body {margin: 0; padding: 0; background: #fff; color: #444;}

form, input * {margin: 0; padding:0;}

img {border: 0;}

th {font-weight: normal;}

#ir_container {font-size: 1em; width: 990px; margin: 0 auto; background: url(bg_container.gif) repeat-y left top; position: relative; }
#ir_header {background: url(bg_header.gif); height: 128px;}
#ir_sidebar { width: 210px; position: absolute; top: 0; right: 35px; border: solid #fff; border-width: 0 1px; background: url(bg_sidebar.gif) repeat-y left top; padding-bottom:25px;}
#ir_content { padding: 20px 270px 20px 40px; }
#ir_content > :first-child { margin-top: 0; }
#ir_footer { clear: both; background: #fff url(bg_footer.gif) repeat-x left top; padding: 10px 40px; width: 910px; }
#ir_footer p { margin: 0; font-size: 0.9em; }
#ir_footer a { color: #000; }

#ir_containerPrint {font-size: 1em; width: 477px; margin: 0 auto; clear: both;}
#ir_contentPrint {width: 477px;}
#ir_footerPrint {font-size: 0.82em; width: 477px; padding: 10px 0; clear: both; border-top: 1px solid #ccc;}

h1 {font-size: 1.8em; font-weight: bold; text-transform: uppercase; margin-top: 0;}
h2 {font-size: 1.18em; font-weight: bold; color: #004a88; margin: 1em 0;}
h2.ir_textMainHighlight {font-size: 1em; color: #032258; margin: 0 0;}
h3 {font-size: 1.4em; color: #444; font-weight: bold; margin: 1em 0;}
h4 {font-size: 1em; font-weight: bold;}
h5 {font-size: 0.9em; }
h6 {}

a:link {color: #418b4f; text-decoration: none;}
a:visited {color: #418b4f; text-decoration: none;}
a:hover {color: #418b4f; text-decoration: underline;}

.ir_linkPDF {background: url(/images/icon_pdf.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkHTML {background: url(/images/icon_html.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkAudio {background: url(/images/icon_audio.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkVideo {background: url(/images/icon_video.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkZip {background: url(/images/icon_zip.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkArchive {background: url(/images/icon_archive.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}
.ir_linkView {background: url(/images/icon_view.gif) no-repeat left top; padding-left: 20px; line-height: 18px;}

img.ir_left {float: left; margin: 0 10px 10px 0;}
img.ir_right {float: right; margin: 0 0 10px 10px;}
img.ir_middle {vertical-align: middle;}

p.ir_left { float: left; margin: 8px 15px 10px 8px; background: #eee; position: relative; }
p.ir_left img { position: relative; top: -8px; left: -8px; display: block; }
p.ir_left span { display: block; padding: 0 8px 8px 8px;}

p.ir_right { float: right; margin: 8px 8px 10px 15px; background: #eee; position: relative; }
p.ir_right img { position: relative; top: -8px; left: -8px; display: block; }
p.ir_right span { display: block; padding: 0 8px 8px 8px;}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}

.bullet li {margin-bottom:10px;}

.ir_textMainHighlight {color: #032258; font-weight: bold;}
.ir_textSubHighlight {color: #666666;}
.ir_textFootnote {font-size: 0.9em;}
.ir_textFootnote ol {font-size: 1em;}
.ir_textDivider {border-bottom: 1px dotted #666; margin: 1.4em 0; clear:both;}

.ir_textFooter {text-align: center;}
.ir_textFooter a:link {text-decoration: none;}
.ir_textFooter a:visited {text-decoration: none;}
.ir_textFooter a:hover {text-decoration: underline;}

.ir_textError {color: #ff0000; font-weight: bold; text-transform: uppercase;}

#ir_search { padding: 95px 10px 0 0; height: 32px; background: #e9e9e9; }
#ir_search input { float: left; }
#ir_search .textField { border: 1px solid #666; font: normal 0.9em/1em Verdana, Geneva, sans-serif; color: #333; padding: 3px; margin: 0 0 0 15px; width: 140px; background: #e9e9e9; }
#ir_search .button { background: url(icon_go.gif) no-repeat; width: 26px; height: 18px; border: none; text-indent: -1000em; margin: 1px 0 0 5px; }

#ir_switcher {color:#fff; text-align:right; padding: 15px 20px 0 0; clear: both;}
#ir_switcher a {color:#fff;}

#ir_menu { list-style: none; margin: 0; padding: 0; border-top: 1px solid #fff; }
#ir_menu li { border-bottom: 1px solid #fff; }
#ir_menu a { display: block; color: #fff; line-height: 22px; background: url(bg_menu.gif); border: 1px solid #f7b30b; padding-left: 30px; font-family: "Gill Sans", Georgia, "Times New Roman", Times, serif; font-size: 1.1em; }
#ir_menu a:hover { text-decoration: none; color: #000; background: url(bg_menuSelected.gif); }
#ir_menu li.selected > a { color: #000; background: url(bg_menuSelected.gif); }

#ir_menu ul { list-style: none; margin: 0; padding: 10px 0; background: #cecece; }
#ir_menu ul li { border: none; border-bottom: 1px solid #cecece; }
#ir_menu ul li a { background: url(icon_menuArrow.gif) no-repeat 18px 7px; border: none; font: normal 0.9em/1.6em Verdana, Geneva, sans-serif; color: #204660; } 
#ir_menu ul li a:hover { background: url(icon_menuArrowSelected.gif) no-repeat 18px 7px; } 

.ir_tableBorder {border: 1px solid #CCCCCC;}
table.ir_hover tr:hover td {background: #c3b777;}
table.ir_hover tr.row1:hover td, table.ir_hover tr.row1:hover th {background: #c3b777;}
table.ir_hover tr.row2:hover td, table.ir_hover tr.row2:hover th {background: #c3b777;}
table.ir_hover tr.rowHighlight:hover td {background: #c3b777;}
table.ir_hover tr.rowTSHighlight:hover td {background: #c3b777;}
table.ir_table tr.ir_tableTopRow td, table.ir_table tr.ir_tableTopRow th {background: #006dc9; color: #fff; font-weight: bold;}
table.ir_table tr.row1 td, table.ir_table tr.row1 th {background: #e7e7e7;}
table.ir_table tr.row2 td, table.ir_table tr.row2 th {background: #f4f4f4;}
table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #414141; color: #fff;}
table.ir_table tr.rowTSHighlight td {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr th.cellHeader {background: #414141; color: #fff;}
table.ir_table tr td.cellHighlight {background: #414141; color: #fff;}
table.ir_table tr td.cellTSHighlight {background: #ccd0e1; border-bottom: 1px solid #aaa;}
table.ir_table tr td.cellTotal {border-top: 1px solid #414141; border-bottom: 1px solid #414141;}
table.ir_table tr td.cellSubTotal {border-top: 1px solid #414141;}
table.ir_table tr td.cellRed {background: #ebddd8;}
table.ir_table tr td.cellGreen {background: #d8ebdc;}

.ir_tsLegendCellHighlight {float: left; width: 20px; height: 7px; font-size: 0; background: #ccd0e1; border-bottom: 1px solid #aaa; margin: 3px 3px 0 0;}
.ir_tsLegendCellRed {float: left; width: 20px; height: 8px; font-size: 0; background: #ebddd8; margin: 3px 3px 0 0;}
.ir_tsLegendCellGreen {float: left; width: 20px; height: 8px; font-size: 0; background: #d8ebdc; margin: 3px 3px 0 0;}

/* Classes for different layouts. Please use the correct classes. Those that are not in use, please delete. */
.ir_arContainer {width: 100%; padding: 0; margin: 0;}
.ir_arLeft {width: 35%; float: left; margin: 0;}
.ir_arRight {width: 65%; float: right;} /* Add padding-top in % if you want to valign the content to middle or bottom */
#ir_arSections ul {list-style: none; margin: 0; padding: 0;}
#ir_arSections ul li {background: url(/images/bullet_ar.gif) no-repeat left top; padding: 2px 0 3px 15px; margin-left: 10px;}
#ir_arSections ul.border li {border-bottom: 1px dotted #004a88;}
#ir_arArchive ul {margin: 0; list-style: none; padding: 0;}
#ir_arArchive ul li {margin:0 15px 15px 0; float: left; text-align: center;}

.ir_directorContainer a {float: left; margin: 1em 0; width: 87px; height: 22px; background: url(/images/btn_closeview.gif) no-repeat left top; text-indent: -1000em; outline: none;} /* view - close profile */
.ir_directorContainer.hide a {background-position: left bottom;}
.ir_directorContainer .ir_directorDescription {display: block; margin-top: 50px;}
.ir_directorContainer.hide .ir_directorDescription {display: none;}

.ir_webcastContainer {width: 100%; padding: 0; margin: 0; margin-bottom: 1em;}
.ir_webcastLeft {width: 40%; float: left; margin: 0;}
.ir_webcastRight {width: 60%; float: right; margin: 0; padding-top: 8%;}

.ir_slidesContainer {width: 100%; padding: 0; margin-bottom: 1em;}
.ir_slidesLeft {width: 40%; float: left; margin: 0;}
.ir_slidesRight {width: 60%; float: right; margin: 0; padding-top: 8%;}

/* End Of Classes for different layouts. */

.ir_news {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_news li {border-bottom: 1px dotted #666;}
.ir_newsDate {width: 25%; float: left; margin: 1em 0;}
.ir_newsTitle {width: 74%; float: right; margin: 1em 0;}

.ir_qa {width: 100%; padding: 0; margin: 0; list-style: none;}
.ir_qaDate {width: 25%; float: left; margin: 0;}
.ir_qaTitle {width: 74%; float: right; margin: 0;}

.ir_boxHighlight {width: 97%; background: #e4e4e4; border: 1px dotted #333; padding: 1%;}

.ir_boxCaptcha {width: 98%; background: #fff; padding: 1%;}

.ir_search a {font-size: 1.09em; color: #023f8b; font-weight: bold; text-decoration: underline;}
.ir_search a:hover {color: #0072ff;}
.ir_search .url {color: #008000;}
.ir_searchHighlight1 {font-weight: bold; background: #ff6;}
.ir_searchHighlight2 {font-weight: bold; background: #a0ffff;}
.ir_searchHighlight3 {font-weight: bold; background: #9f9;}
.ir_searchHighlight4 {font-weight: bold; background: #f99;}

.ir_insiderPopUp {position: absolute; z-index: 200; visibility: hidden; left: 100px;}
.ir_insiderPopUpContent {background: #fff; width: 300px; border: 1px dotted #656565; padding: 5px;}

input.ir_investmentCalculator {border: 0; background: transparent;}
input.ir_checkBox {vertical-align: middle;}
input.ir_textBoxMA {width: 20px; margin-right: 2px;}
input.ir_left {float: left; margin: 0 10px 10px 0;}



/* Define the rest of the classes here */

p.more { text-align: right; padding-right: 15px; background: url(icon_moreArrow.gif) no-repeat right 70%; }

/**** ir_header ****/
#ir_siteTitle { width: 179px; height: 53px; background: url(multichem.gif) no-repeat right bottom; text-indent: -1000em; padding: 45px 0 0 45px; }
#ir_siteTitle a { width: 179px; height: 53px; display: block; outline: none; }

/**** ir_banner ****/
#ir_banner { text-indent: -1000em; background: url(bg_banner.gif) repeat-x; height: 175px; position: relative; }
#ir_banner #ir_pageTitle { width: 704px; margin: 0; position: absolute; top: 0; left: 40px; }

#home #ir_banner { height: 293px; text-indent: 0; }
#home #ir_banner object { position: absolute; top: 0; left: 40px; }

/**** ir_latestNews ****/
#ir_latestNews { width: 239px; margin: 7px 0 10px 40px; background: #c0eec9 url(bg_latestNewsUpper.gif) no-repeat; }
#ir_latestNews ul { margin: 0; padding: 0; list-style: none; }
#ir_latestNews h3 { margin: 0; border-bottom: 1px solid #7fc28b; padding: 15px 0 2px; margin: 0 17px; }
#ir_latestNews p  { margin: 0; }
#ir_latestNews li { padding: 15px 17px 0; }
#ir_latestNews .more { padding: 8px 17px; background: url(bg_latestNewsLower.gif) no-repeat left bottom; }
#ir_latestNews .more a { background: url(icon_moreArrow.gif) no-repeat right 70%; padding-right: 15px; }

/**** ir_sidebar ****/
#ir_sidebar #ir_annualReport { padding: 23px 0 0 15px; position: relative; }
#ir_sidebar #ir_annualReport h3 { margin: 0; }
#ir_sidebar #ir_annualReport a { width: 90px; outline: none; display: block; }
#ir_sidebar #ir_annualReport div { position: absolute; top: 110px; right: 8px; width: 102px; }
#ir_sidebar #ir_annualReport div h4 { margin-bottom: 0; }
#ir_sidebar #ir_annualReport div a { font-size: 0.9em; color: #000; width: auto; }

#ir_emailLogin { display: block; background: url(icon_emailLogin.gif) no-repeat left center; font: bold 1.3em/25px "Gill Sans", Georgia, "Times New Roman", Times, serif; padding-left: 35px; color: #000; margin: 30px 0 0 15px; }

/**** pages ****/
#home #ir_content { float: right; padding-left: 0; padding-top: 7px; width: 425px; float: right; }
#home #ir_content h3 { margin-top: 0; padding: 15px 0 2px; border-bottom: 1px solid #7fc28b; }


/**** validation ****/
#ir_validBar { width: 128px; height: 15px; margin: 1em auto; }
#ir_validBar a { height: 15px; float: left; text-indent: -1000em; }
#ir_validXHTML { background: url(http://ir.listedcompany.com/images/icon_validXHTML.gif); width: 59px; }
#ir_validCSS { background: url(http://ir.listedcompany.com/images/icon_validCSS.gif); width: 59px; margin-left: 10px; }


/**** AR iFrame ****/
iframe {background:transparent;} 

/**** sitemap ****/
#ir_sitemap {list-style: none; margin: 0; padding: 0;}
#ir_sitemap li {list-style: none; font-weight:bold;}
#ir_sitemap li li {font-weight:normal;}
#ir_sitemap a {line-height: 22px; background: url(icon_sitemapArrow.gif) no-repeat 13px 4px; padding-left: 30px; }
#ir_sitemap a:hover { text-decoration: none; color:#204660; background: url(icon_sitemapArrowSelected.gif) no-repeat 18px 4px;}

#ourCommitment { margin-left: 205px; }