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

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

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

/* 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; color: #666; }

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

img {border: 0;}

th {font-weight: normal;}

#ir_container {font-size: 1em; width: 100%; margin: 0 auto; clear: both;}
#ir_headerLogo {margin: 26px 0 0 0; float: left;  }
#ir_headerLogo a { background: url(/images/eunetworks_Logo.jpg); display: block; width: 225px; height: 100px; text-indent: -1000em; }

.topHomeMenu {margin: 0; float: right;  }
.topHomeMenu a { background: url(/images/topMenu_Home.gif); display: block; width: 117px; height: 25px; text-indent: -1000em; }

#ir_header { width: 943px; margin: 0 auto; height: 161px; }
#ir_sidebar {float: left; width: 223px; padding-left: 12px;  }

#content {width: 943px; margin: 0 auto; position: relative;  }
#ir_content {float: left; width: 708px; margin-top: 13px; padding:8px 0 0;font-size:12px;line-height:1.6em; }

#ir_footerBG {width:943px; height:35px; background:url(/images/footerBG.gif) no-repeat; clear: both; position: relative; }
#footer_container {width: 943px; margin: 0 auto;  }
div#footer {font-family:Helvetica, Arial, sans-serif;font-weight:normal;color:#666; margin-top:30px; clear: both; }
div#footer div.footer_l {background:url(/images/footer_l.gif) no-repeat left;height:35px;float:left;}
div#footer div.footer_r {background:url(/images/footer_r.gif) no-repeat right;height:35px;float:right;}
div#footer div.footer_c {background-color:#5b5b5b;height:35px;width:100%;}
div#footer ul {padding:0px;margin:0px 15px 0px 1px;width:927px;}
div#footer li {list-style-type:none;display:inline;color:#fff;line-height:35px;}
div#footer ul li {padding:0px;margin:0px;float:left;}
div#footer ul li a {color:#fff;padding:0px 13px 0px 11px;}
/*div#footer ul li.active a {color:#fff;padding:0px 13px 0px 11px;text-decoration:underline}*/
div#footer ul li.copyright {text-align:right;float:right;}
div#footer p {padding:8px 0px 0 12px;margin:0px;}


#ir_footer { line-height: 18px; float: left; font-size: 11px; color: #666; clear: both; margin-top: 40px; }
#ir_footer a:link {color: #0878B8; text-decoration: none;}
#ir_footer a:visited {color: #0878B8; text-decoration: none;}
#ir_footer a:hover {color: #0878B8; text-decoration: underline;}

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

h1 {font-family:helvetica, Arial, sans-serif;font-size:24px;font-weight:bold;color:#333;padding:0px;margin:0px;line-height:20pt; padding-bottom: 10px; }
h2 {font-size: 18px; font-weight: normal; color: #8CC63F; margin: 1em 0;}
h2.ir_textMainHighlight {font-size: 1em; color: #032258; margin: 0 0;}
h3 {font-size: 14px; font-weight: normal; color: #8CC63F; margin: 1em 0; }
h4 {font-size: 1em; font-weight: bold;}
h5 {}
h6 {}
.secondHeader {font-size: 20px; font-weight: normal; color: #8CC63F; margin: 1em 0;}
.subGreen {color: #8CC63F; font-size: 12px; }
.headerGreen {color: #8CC63F; font-size: 18px; }
.overview_font { line-height: 18px; }

a:link {color: #0878b8 ; text-decoration: none;}
a:visited {color: #0878b8 ; text-decoration: none;}
a:hover {color: #0878b8 ; 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;}
img.ir_border { border: 1px solid #ccc; }
img.ir_borderFinancials { border: 1px solid #8CC63F; }

.ir_textRed {color: #ff0000;}
.ir_textGreen {color: #448800;}
.ir_textQuestions {color: #00f;}

.ir_textMainHighlight {color: #8CC63F; 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: 1em 0;}

.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 { float: left; text-align: right; margin: 10px 0 0 0;  }
#ir_search input.one { width: 130px; 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; }

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

#ir_menu {list-style: none; padding:5px 0 0; margin: 0; } /* general menu style */
#ir_menu ul {list-style: none; margin-left:-15px; padding:0;} /* reset bullet for sub menu */
#ir_menu li {padding:10px 0 0 0; color: #000; font-weight: normal;} /* apply to all li elements - mainly for group header */
#ir_menu li a {color: #000; font-weight: normal; }
#ir_menu li a:hover {padding:0 18px 10px; background: url(/images/btn_big_orange.gif) left top no-repeat;}
#ir_menu ul li {color: #000; font-weight: normal;} /* reset li elements to control sub menu */
#ir_menu ul li a {padding:0 0 10px 15px; color: #000; font-weight: normal;}
#ir_menu ul li a:hover {padding:0 0 10px 15px; background: url(/images/btn_orange.gif) left 5px no-repeat;}
#ir_menu ul li ul {padding:0 0 0 15px; color: #000; font-weight: normal;} /* reset li elements to control sub menu */
#ir_menu ul li ul a {padding:0 0 10px 10px; color: #000; font-weight: normal;} 
#ir_menu ul li ul a:hover {color: #000; font-weight: normal; background: url(/images/btn_orange.gif) left 5px no-repeat;} 

#ir_menu a {color: #000; text-decoration: none;} /* apply to all <a> elements - mainly for group header */
#ir_menu ul a {color: #000;} /* reset <a> elements to control sub menu */
#ir_menu .selected {padding:10px 0 0 18px; color: #000; background: url(/images/btn_big_orange.gif) left 10px no-repeat;} /* for selected main menu */
#ir_menu .selected a {color: #000;} /* for selected main menu with hyperlink */
#ir_menu .selected ul a {color: #000;} /* reset for unselected sub menu in a selected group */
#ir_menu .selected .selected {padding-left:15px; color: #000; text-decoration: none; background: url(/images/btn_orange.gif) left 15px no-repeat;} /* for selected sub menu */
#ir_menu .selected .selected a {padding-left:15px; color: #000; text-decoration: none;} /* for selected sub menu with hyperlink */

.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: #8CC63F; 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 .row3 td {border-bottom: 1px solid #8cc63f; line-height:1px;}
table.ir_table .row4 td {border-bottom: 1px solid #8cc63f; }
.ir_tableBorderNews {border: 1px solid #8cc63f;}

table.ir_table tr.rowHeader th {background: #414141; color: #fff;}
table.ir_table tr.rowHighlight td, table.ir_table tr.rowHighlight th {background: #aed778; color: #fff; font-weight: bold;}
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;}

.si_top_financial {border-bottom: 1px solid #8cc63f; }
.ir_rowNews {border-bottom: 1px solid #8cc63f; }

.ir_tableBorderCalculator {border: 1px solid #CCCCCC; padding: 20px 20px; }

.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: 98%; padding: 0; margin: 0; float:left;  }
.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_arrow.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; float:left; width: 680px;  }

#ir_arArchive ul li {margin:0 45px 15px 0; float: left; text-align: left;}
.ir_ar { font-size: 18px; font-weight: normal; color: #8CC63F; margin: 1em 0;  margin: 0; padding: 0; }


.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: 35%; float: left; margin: 0;}
.ir_slidesRight {width: 64%; 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_newsHomeTittle {background:transparent url(/images/ir_homeNews.gif) no-repeat scroll 0 0; font-size:1.27em; font-weight:bold; line-height:26px; padding-left:8px; width:139px; color:#fff;}
.ir_news td { padding: 8px; }



.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; text-align: right; color: #8CC63F; }
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 */


/* Top Menu Home */
#language {float:right; height:26px;}
#language ul{padding:0px; margin:0px;}
#language ul li {padding:0px ;margin:0px; display:inline;}
#language ul li a {color:#fff;background:url(/images/grey_box.gif) no-repeat center;width:117px;height:26px;float:left;margin-left:2px;text-align:center;line-height:22px;}
#language ul li a:hover {text-decoration:underline;}
#language ul li img {border:1px solid #fff;margin:4px 0px 0px 10px;float:left;}

/* Header Menu */
#menu{ width:945px; margin:0px auto; height:26px; background:url(/images/menu_bg.gif) no-repeat; clear: both; }
#menu ul{ border: 0; margin: 0; padding: 0; list-style-type: none; text-align: center; clear: left; height:26px; }
#menu ul li{ display: block; float: left; text-align: center; padding: 0; margin: 0; height:26px; line-height:26px; }
#menu ul li a span{  font-size:13px; font-weight:bold; color:#fff; font-family:Helvetica, Arial, sans-serif; }
#menu ul li a { width:118px; height:26px; margin:0px; padding:0px; display: block; }
#menu ul li a:hover {color:#fff; text-decoration:none;}

/* -- Hovers Menu -- */
#menu ul li a.orange:hover, #menu ul li.active a.orange { background:url(/images/menu_bg.gif) 0px -26px no-repeat; }
#menu ul li a.purple:hover, #menu ul li.active a.purple {	background:url(/images/menu_bg.gif) -118px -26px no-repeat; }
#menu ul li a.pink:hover, #menu ul li.active a.pink {	background:url(/images/menu_bg.gif) -236px -26px no-repeat; }			
#menu ul li a.dark_blue:hover, #menu ul li.active a.dark_blue {	background:url(/images/menu_bg.gif) -354px -26px no-repeat; }
#menu ul li a.light_blue:hover, #menu ul li.active a.light_blue {	background:url(/images/menu_bg.gif) -472px -26px no-repeat; }
#menu ul li a.dark_green:hover, #menu ul li.active a.dark_green {	background:url(/images/menu_bg.gif) -590px -26px no-repeat; }
#menu ul li a.light_green:hover, #menu ul li.active a.light_green {	background:url(/images/menu_bg.gif) -708px -26px no-repeat; }
#menu ul li a.yellow:hover, #menu ul li.active a.yellow { background:url(/images/menu_bg.gif) -826px -26px no-repeat; }

/* -- Hovers Bottom Line -- */
div#wrapper {width:943px;margin:14px auto 0px;}

div#border_menu {height:10px;overflow:hidden;}
div.orange_border {background-color:#f8981d;}
div.purple_border {background-color:#77278b;}
div.pink_border {background-color:#ec0092;}
div.dark_blue_border {background-color:#0055a4;}
div.light_blue_border {background-color:#0093d1;}
div.dark_green_border {background-color:#439639;}
div.light_green_border {background-color:#8cc63f;}
div.yellow_border {background-color:#ffd200;}
div.black_border {background-color:#000;}

div#page_left {padding-left:12px;width:223px;float:left;}
div#menu_left {margin-bottom:30px;}
div#menu_left ul{padding:0px;margin:0px;font-size:13px;color:#000;font-family:Helvetica, Arial, sans-serif;}
div#menu_left li {list-style-type:none;}
div#menu_left ul li {padding:0px 0px 7px 0px;margin:0px;}
div#menu_left ul li a {color:#000;}
div#menu_left ul li.active a {padding:0px 0px 0px 18px;}
div#menu_left ul li a:hover {padding:0px 0px 0px 18px;text-decoration:none;}

div#menu_left ul#ml_light_green li.active a {background:url(/images/btn_big_light_green.gif) no-repeat left;}
div#menu_left ul#ml_light_green li a:hover {background:url(/images/btn_big_light_green.gif) no-repeat left;}
div#menu_left ul#ml_light_green li ul#sn_light_green li a {background:transparent;padding:0px 0px 0px 15px;}
div#menu_left ul#ml_light_green li ul#sn_light_green li.active a {background:url(/images/btn_light_green.gif) no-repeat left;}
div#menu_left ul#ml_light_green li ul#sn_light_green li a:hover {background:url(/images/btn_light_green.gif) no-repeat left;}

div#menu_left ul#ml_orange li.active a {background:url(../gfx/btn_big_orange.gif) no-repeat left;}
div#menu_left ul#ml_orange li a:hover {background:url(../gfx/btn_big_orange.gif) no-repeat left;}
div#menu_left ul#ml_orange li ul#sn_orange li a {background:transparent;padding:0px 0px 0px 15px;}
div#menu_left ul#ml_orange li ul#sn_orange li.active a {background:url(../gfx/btn_orange.gif) no-repeat left;}
div#menu_left ul#ml_orange li ul#sn_orange li a:hover {background:url(../gfx/btn_orange.gif) no-repeat left;}

div#menu_left ul.sub_nav {margin:7px 0px -7px 3px;}
div#menu_left ul.sub_nav li a {background:none;padding:0px 0px 0px 15px;}
div#menu_left ul.sub_nav li.active a {/*background:url(/images/btn_orange.gif) no-repeat left;*/padding:0px 0px 0px 15px;}
div#menu_left ul.sub_nav li a:hover {/*background:url(/images/btn_orange.gif) no-repeat left;*/padding:0px 0px 0px 15px;}

/* -- Side Menu Bottom -- */
ul#ir_download {border-top:1px solid #000;width:170px;margin:38px 0px 0px 0px;padding:0px;font-family:Helvetica, Arial, sans-serif;font-weight:bold;}
ul#ir_download li {list-style-type:none;border-bottom:1px solid #000;float:left;width:170px;padding:8px 0px;}
ul#ir_download li a.download {/*background:url(../gfx/pdf.gif) no-repeat right;padding:0px 15px 0px 0px;*/color:#000;}
ul#ir_download li a.download img {margin-left:4px;}
ul#ir_download li a.online {background:url(/images/arrow.gif) no-repeat right;padding:0px 10px 1px 0px;font-size:16px;}


div.print {border:1px solid #000;height:21px;line-height:21px;font-family:Helvetica, Arial, sans-serif;margin-top:30px;float:left;padding-right:5px;text-transform:uppercase; font-size: 11px; }
div.print a {background:url(/images/arrow.gif) no-repeat right;padding:1px 12px 0px 0px;font-weight:bold;}
.print a:link {color: #0878B8; text-decoration: none;}
.print a:visited {color: #0878B8; text-decoration: none;}
.print a:hover {color: #0878B8; text-decoration: underline;}

.email {border:1px solid #000;height:21px;line-height:21px;font-family:Helvetica, Arial, sans-serif;margin-top:30px;float:left;padding-right:5px;text-transform:uppercase; margin-left: 12px; font-size: 11px;}
.email a {background:url(/images/arrow.gif) no-repeat right;padding:1px 12px 0px 0px;font-weight:bold;}
.email a:link {color: #0878B8; text-decoration: none;}
.email a:visited {color: #0878B8; text-decoration: none;}
.email a:hover {color: #0878B8; text-decoration: underline;}

.mtl30 {margin:33px 0px 0px 20px;}

div.back_top {font-family:Helvetica, Arial, sans-serif;font-weight:bold;text-transform:uppercase;float:right; font-size: 11px;}
div.back_top a {background:url(/images/arrow_t.gif) no-repeat right;padding:0px 12px 0px 0px;}
.back_top a:link {color: #0878B8; text-decoration: none;}
.back_top a:visited {color: #0878B8; text-decoration: none;}
.back_top a:hover {color: #0878B8; text-decoration: underline;}



.fr {float:right;}
.fl {float:left;}
div.clear {clear:both;line-height:0px;padding:0px;margin:0px;}
a img {border:0px;}
a {color:#0878b8;text-decoration:none;}
a:hover {color:#0878b8;text-decoration:underline;}


.ir_arrowHome { background:url(/images/arrow.gif) no-repeat scroll left center; line-height:18px; padding-left:20px; }


.ir_arrowHomeDown { background:url(/images/arrow_bottom.gif) no-repeat scroll right center; line-height:18px; padding-right:20px; }
.ir_lineGreen{ background:url(/images/line_green.gif) no-repeat; width: 700px; height: 1px; padding-top: 20px;  }

.ir_RSS { position:absolute; right:30px; top:25px; }

#ir_iconPrint { clear: both; }



