/* Import the eQ-style blue version */ @import url(../default/blueq.css); #menu_level2 { background-color: #0B6012; } #menu_level2 .menu_level2_entry, #menu_level2 .menu_level2_entry_selected, #menu_level2 .menu_level2_entry_hover, #menu_level2 .menu_level2_entry_disabled { background-color: #0B6012; border-right: 1px solid #fff; } #menu_level2 .menu_level2_entry_disabled { color: #9FA1A1; } #menu_level2 .menu_level2_entry_selected, #menu_level2 .menu_level2_entry_hover { background-color: #88ac88; } #menu_level2 a:link, #menu_level2 a:visited, #menu_level2 a:hover { color: white; } /* MENU LEVEL 3 */ #menu_level3 { background-color: #88ac88; } #menu_level3 .menu_level3_entry, #menu_level3 .menu_level3_entry_selected, #menu_level3 .menu_level3_entry_hover, #menu_level3 .menu_level3_entry_disabled { background-color: #88ac88; border-right: 1px solid #fff; } #menu_level3 .menu_level3_entry_disabled { color: #9FA1A1; } #menu_level3 a:link, #menu_level3 a:visited, #menu_level3 a:hover { color: white; } #menu_level3 .menu_level3_entry_hover, #menu_level3 .menu_level3_entry_selected { background-color: #88ac88; } #menu_level1 { margin-top: 5px; margin-bottom: 10px; margin-right: 3px; text-align: right; } .menu_level1_entry, .menu_level1_entry_selected { display: inline; color: black; height: 100%; padding: 2px; font-size: 11px; } #menu_level1 a:link, #menu_level1 a:visited, #menu_level1 a:hover { background-color: inherit; color: #4492A8; font-size: 10px; text-decoration: underline; } #menu_level1 a:hover { color: #666666; } .menu_level1_entry_selected { font-weight: normal; } /* BEGIN eQ STYLE MENU ELEMENTS LEVEL 2 */ #menu_level2_topstripe { clear: both; width: 100%; height: 4px; border-top: solid 1px #A6D209; background-color: #A6D209; font-size: 1px; } #menu_level2_eq { clear: both; height: 23px; width: 100%; padding: 0px; cursor: pointer; border-top: solid 1px #fff; border-bottom: solid 1px #fff; background-image : url(/siteimages/15/menu_level_2_bg.png); font-weight: bold; color: #FFFFFF; } #menu_level2_eq .menu_level2_entry, #menu_level2_eq .menu_level2_entry_selected, #menu_level2_eq .menu_level2_entry_hover, #menu_level2_eq .menu_level2_entry_disabled { float: left; height: 18px; padding-left: 7px; padding-right: 3px; padding-top: 5px; background-image : url(/siteimages/15/menu_level_2_bg.png); background-repeat: repeat-x; } #menu_level2_eq .menu_level2_separator { float: left; height: 23px; width: 10px; background-image : url(/siteimages/15/menu_level_2_bg.png); background-repeat: repeat-x; } #menu_level2_eq .menu_level2_entry_disabled { font-size: 10px; color: #9FA1A1; font-weight: bold; } #menu_level2_eq a:link, #menu_level2_eq a:visited, #menu_level2_eq a:hover { font-size: 10px; color: white; text-decoration: none; font-weight: bold; } #menu_level2_eq a:hover, #menu_level2_eq div.menu_level2_entry_selected a { text-decoration: underline; } /* END OF eQ STYLE MENU ELEMENTS LEVEL 2 */ /* BEGIN eQ STYLE MENU ELEMENTS LEVEL 3 */ #menu_level3_topstripe { clear: both; width: 100%; height: 2px; background-color: #85A985; font-size: 1px; } #menu_level3_bottomstripe { clear: both; width: 100%; height: 2px; background-color: #85A985; font-size: 1px; } #menu_level3_eq { clear: left; padding: 0px; width: 993px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; height: 21px; cursor: pointer; background-image : url("/siteimages/15/menu_level_3_bg.png"); background-repeat: repeat-x; background-color: #A3A6AD; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #FFFFFF; text-decoration: none; padding-left: 5px; } #menu_level3_eq .menu_level3_entry, #menu_level3_eq .menu_level3_entry_selected, #menu_level3_eq .menu_level3_entry_hover, #menu_level3_eq .menu_level3_separator, #menu_level3_eq .menu_level3_entry_disabled { float: left; height: 17px; padding-left: 6px; padding-right: 6px; padding-top: 4px; } #menu_level3_eq .menu_level3_entry_disabled { color: #cecece; cursor: default; } #menu_level3_eq a:link, #menu_level3_eq a:visited, #menu_level3_eq a:hover { font-size: 10px; color: white; text-decoration: none; } #menu_level3_eq .menu_level3_entry a:hover, #menu_level3_eq .menu_level3_entry_selected { text-decoration: underline; } #menu_level3_eq a:hover { text-decoration: underline; } /* End Menu / navigation tags */ /* Tags for layout elements */ /* END OF eQ STYLE MENU ELEMENTS LEVEL 3 */ /* ============================== * Asp specific styles for drop down menus * ==============================*/ /* The surroundings of the opening DDMenu */ #menu_level2_eq .DDMenu, #menu_level2_eq .DDMenu ul { font-weight: normal; border: 1px solid #FFFFFF; /* The border of the whole DDMenu */ } #menu_level2_eq .DDMenu { top: 2.0em; /* How long is the gap between the opening DDmenu and main menu. */ } /* DDmenu row styles. */ #menu_level2_eq .DDMenu a, #menu_level2_eq .DDMenu ul a { width: 160px; /* For IE7 */ background-color: #595959; color: #FFFFFF !important; /* important for IE6 */ border-bottom: 1px solid #FFFFFF; border-right: none; padding: 5px 0 5px 5px; text-decoration: none; } /* The colors of the DDmenu rows when mouseover. */ #menu_level2_eq .DDMenu a:hover, #menu_level2_eq .DDMenu ul a:hover { background-color: #c77db3; color: #FFFFFF !important; /* important for IE6 */ } /* Styles of the 2nd level and 3rd level DDmenus */ #menu_level2_eq .DDMenu ul, #menu_level2_eq .DDMenu ul ul { left: 165px; /* How far away does the submenu open. */ } /* This is for IE6, otherwise ddMenu appears behind form select elements. */ * html #menu_level2_eq .DDMenu iframe { width:167px; /* This should be 2 pixels wider than the left above.*/ } /* Icon for showing that the menu has submenus */ #menu_level2_eq .DDMenu a.hasSubmenu { background-image: url(/siteimages/15/ddMenuMore.gif); } #menu_level2_eq .menu_level2_entry_selected .DDMenu a { text-decoration: none; } /* THESE ARE THE NEW -07 LAYOUT STYLES FOR TABLES AND ROWS */ TD.value_even, TD.value_odd { TEXT-ALIGN: right; FONT-WEIGHT: normal; BACKGROUND-COLOR: #FFFFFF; } TD.value_odd { BACKGROUND-COLOR: #FFFFFF; } TD.left_value { vertical-align: middle; text-align: left; BACKGROUND-COLOR: #FFFFFF; } TD.list_header_td, TD.list_header_td_left { COLOR: #000000; BACKGROUND-COLOR: #A9398A; TEXT-ALIGN: right; HEIGHT: 100%; vertical-align: top; /* border-top: 1px solid #ccc; border-left: 1px solid #ccc; */ padding: 2px; } TD.list_header_td_left, .top_border th { TEXT-ALIGN: left; /* border-top: 1px solid #ccc; border-left: 1px solid #ccc; */ } .top_border { background-color: #eee; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } .top_border td, .top_border, .top_border th { padding: 2px; font-size: 10px; } .top_border .views_list_header { padding: 0px; font-size: 10px; FONT-FAMILY: Arial; FONT-WEIGHT: bold; } .box_row_odd, .box_row_even { border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #fff; border-bottom: 1px solid #fff; } .views_list_header{ DISPLAY: block; FONT-SIZE: 13px; FONT-FAMILY: Arial; FONT-WEIGHT: bold; COLOR: #FFFFFF; MIN-HEIGHT: 100%; HEIGHT: 100%; VERTICAL-ALIGN: middle; MIN-WIDTH: 100%; WIDTH: 100%; BACKGROUND-COLOR: #A9398A; } /* END OF NEW -07 LAYOUT STYLES */ /* AFTER THIS THERE ARE THE PROPERTIES THAT AFFECT ASP SPECIFIC COLORS */ /* color of odd rows in all companies section */ TR.oddrow { BACKGROUND-COLOR: #E0E9E9; } /* coloured BACKGROUND of different headers, e.g. the table headers on companyviews pages */ .header { BACKGROUND-COLOR: #0B6012; COLOR: #FFFFFF; } /* company / sector / rankings page name style in company views */ .views_name { FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #A9398A; text-decoration: underline; } /* coloured text on company pages, showing company information */ TD.views_txt { FONT-SIZE: 11px; COLOR: #0B6012; } TD.sel_button { COLOR: white; BACKGROUND-COLOR: #666666; CURSOR: pointer; } /* normal link */ a:link { background-color: inherit; color: #018acf; } a.titleLink:link { background-color: transparent; color: #A9398A; } a.titleLink:visited { background-color: transparent; color: #A9398A; } a.consensus:link { background-color: #A9398A; } a:visited { background-color: inherit; color: #4492A8; } a:hover { background-color: inherit; color: #555; } .mainLinksTd1 { background-color : #535353; background-image : url("/siteimages/15/menu_level_2_bg"); height : 23px; background-repeat: repeat-x; font-weight: bold; color: #FFFFFF; padding-left: 4px; } .subMenuTable { background-image : url("/siteimages/15/menu_level_2_bg"); background-repeat: repeat-x; background-color: #535353; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color: #FFFFFF; height: 19px; text-decoration: none; } .subMenuTable td { padding : 0px 6px 0px 6px; color : #FFFFFF; vertical-align : middle; } .mcrColor, .xyColor { color: #0B6012; } #Search #searchButton { height:18px; margin-left:-3px; vertical-align:bottom; width:20px; } .tbListingUpArrow, .tbListingDownArrow { padding: 3px 5px 0px 5px; } .tbListingUpArrow, .tbListingDownArrow { padding: 0px 5px 3px 5px; } div#latest_pdf_reports { width: 95%; margin: auto; } #latest_pdf_reports h2 { font-size: 14px; padding-top: 10px; } #latest_forum_comments hr { width: 95% !important; } #latestPDFReportTypeSelection { float: right; padding-top: 10px; } a.quarter_table_link { color: white; } a:visited.quarter_table_link { color: white; } #dynamicCVInstructions { padding-left: 116px; min-width: 340px } a.consensus:link { background-color: #A9398A; }