/* 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 */
  font-family: Arial, Helvetica, sans-serif;
}

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

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

/* 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: 0px; padding:0px; }

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

#ir_container {font-size: 1em; width: 750px; margin: 0 auto; clear:both;}
#ir_header { background-image:url(/images/header.jpg); background-repeat:no-repeat; width:100%; height:80px; position:relative; }
#ir_menu { float:left; width:197px; padding-bottom:230px; padding-top:46px; margin-right:10px; text-align:left; background:url(/images/himg_investor-relations.jpg) no-repeat right bottom;}
#ir_content {float:right; width:500px; padding:55px 0px 128px 0px; position:relative; }
#ir_footer {font-size:0.88em; background-image:url(/images/bottomline.gif); background-repeat:repeat-x; width: 100%; height:33px; padding-top:24px; clear:both;}


#ir_containerPrint {font-size: 1em; width: 500px; margin: 0 auto; clear:both;}
#ir_contentPrint {width:500px;}
#ir_footerPrint {font-size:0.88em; background-image:url(/images/bottomline.gif); background-repeat:repeat-x; width: 500px; min-height:39px; padding-top:18px; clear:both;}

h1 {font-size: 2.78em; font-weight:normal; color: #5592ea; }
h2 {font-size: 1.50em; font-weight: normal; color: #5592ea;}
h3 {font-size: 1.09em; color: #032258; font-weight: bold;}
h4 {font-size: 1em; font-weight: bold; margin: 0px; padding: 0px;}
h5 {font-size: 1.68em; font-weight:normal; color: #5592ea;}
h6 {font-size: 1.78em; font-weight:normal; color: #5592ea; margin:0; padding:20px 0 30px;}

a:link {color: #0066ff; text-decoration: none;}
a:visited {color: #0066ff; text-decoration: none;}
a:hover {color: #339900; text-decoration: none;}

.ir_textMainHighlight {color: #032258; font-weight: bold;}
.ir_textSubHighlight {color: #333;}
.ir_textFootnote {font-size:0.9em;}
.ir_textFootnote ol {font-size:1em;}
.ir_textDivider {background: url(/images/img_textDivider.gif) repeat-x; height:21px;}

.ir_textFooter {text-align:center; color:#333;}
.ir_textFooter a:link {color:#0066ff; text-decoration: none;}
.ir_textFooter a:visited {color:#0066ff; text-decoration: none;}
.ir_textFooter a:hover {color:#0066ff; text-decoration: underline;}

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

.ir_menuIR {padding-left:10px; text-align:left;}
.ir_menuIR a:link {background:url(/images/menuicon.gif) left no-repeat; padding-left: 10px; color:#5592EA; text-decoration: none;}
.ir_menuIR a:visited {background:url(/images/menuicon.gif) left no-repeat; padding-left: 10px; color:#5592EA; text-decoration: none;}
.ir_menuIR a:hover {background:url(/images/menuicon_blank.gif) left no-repeat; color:#000000; text-decoration: none; background:#F7F7F7;}
.ir_menuIRHeader {font-weight:normal; color:#5592EA; font-size:1.17em; padding-top:10px; }
.ir_menuIRHeaderSelected {font-weight:bold; color:#666666; padding-top:10px; }
.ir_menuIRSelected {background:url(/images/menuicon.gif) left no-repeat; padding-left: 10px; font-weight:bold; color:#5592EA;}
.ir_menuDivider {width:100%; height:0px;}

.ir_menuCurrent {color:#666666; font-style:italic;}
.ir_menuBorder {border: 1px solid #CCCCCC; padding-bottom:35px; padding-top:5px; padding-left:10px;}


.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_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: #ffffff; color: #666; font-weight: bold; text-align: center;}
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: #ffffff; color: #666;}
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_arContainer {width:100%; padding:0; margin:0;}
.ir_arLeft {width:50%; float:left; margin:0;}
.ir_arRight {width:50%; float:right; padding-top:12%;}
#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_news {width:100%; padding:0px; margin:0px; clear:both; font-size:1em;}
.ir_news li {border-bottom: 1px dotted #666; padding: 10px 0; clear:both;}
.ir_newsDate {width:20%; float:left; list-style-type:none; background:url(/images/news.png) no-repeat left 3px; padding-left:15px;}
.ir_newsTitle {width:76%; float:right; list-style-type:none;}
.ir_newsTitle2 {width:100%;float:left;  list-style-type:none;}

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

.ir_boxHighlight {width:98%; background:#e9f1fb ; border:1px dotted #6699d5; padding:5px;}

.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:#FFFFFF; width:300px; border:1px dotted #656565; padding:5px;}

img.ir_spacerRight {margin-right:20px;}
img.ir_spacerLeft {margin-left:20px;}

input.ir_investmentCalculator { border:0px; background: transparent;}

/* Define the rest of the classes here */
.bullet li { background:url(arrow2.gif) left no-repeat;}
#ir_financial { width:100%; border:1px solid #000000;}
.language {float:right; padding-top:20px; padding-right:10px; clear:both; }

h5#ir_gettingArnd {width:200px; height:57px; background:url(/images/getting_around.gif) no-repeat left center; text-indent:1000em;}

/* for Corporate Website Newsroom only */
#ir_middle {width:100%; clear:both; padding-top:45px;}
#ir_ColLeft {width:288px; float:left; padding-right:27px;}
#ir_ColRight {width:425px; float:right; margin-right:10px; background:url(/images/himg_investor-relations.jpg) no-repeat;}
#ir_ColRightMenu {width:170px; height:155px; padding:15px; float:right; background:url(/images/subnavbox_bg.gif) no-repeat; text-align:right; font-size:1em;}
#ir_hdrFinancial {width:400px; height:180px; background:url(/images/sub_financial-diagrams.gif);}
#ir_finacialDiagram1 {}

#ir_newsyearBullet ul {margin:0; padding:0; list-style:none; font-size:1em;}
#ir_newsyearBullet ul li {margin:0; list-style:none; padding-left:20px; background:url(/images/arrow.gif)  no-repeat; }
#ir_newsyearBullet ul li ul {width:100%; padding:0px; margin:0px; clear:both; font-size:1em; }
#ir_newsyearBullet ul li ul li { list-style-type:none; background:url(/images/news.png) no-repeat; padding-left:15px; }

img.ir_border {border:1px solid #cccccc;}

.ir_arContainerHm {width:70%; padding:0; margin:0; float:left;}
.ir_arLeftHm {width:40%; float:left; margin:0;}
.ir_arRightHm {width:60%; float:right; padding-top:17%;}

.ir_emailContainerHm {width:30%; padding:0; margin:0; float:left;}
.ir_emailLeftHm {width:40%; float:left; margin:0;}
.ir_emailRightHm {width:60%; float:right; padding-top:17%;}

img {border: 0;}

.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;}

.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;}


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;}



.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%;}


a.ir_addToCalendar { background: url(/images/btn_calendar.gif) no-repeat left top; display: block; text-indent: -1000em; width: 20px; height: 20px; margin: 0 auto; outline: none; }
a.ir_addToCalendar:hover { background-position: left bottom; }


#ir_statement p { margin:12px 0; }

#ir_search { float: right; text-align: right; position: absolute; right: 10px; top: 50px;  }
#ir_search input.one { width: 135px; border: 1px solid #DADADA; float: left; font-size: 11px; margin: 0; color: #000000; height: 12px; padding: 4px 0 4px 10px; font-family: arial;  }
.two { padding-left: 5px; }
