4a5,33 > body a { > color:#000066; > text-decoration: none; > } > > a:visited > { > color: #006; > text-decoration: none; > } > a:link > { > color: #000066; > text-decoration: none; > } > > a:active > { > color: #000066; > } > a:hover > { > color: #000066; > background-color: #fffbab; > border-bottom-width: 1px; > border-bottom-style: dotted; > bordor-bottom-color: -moz-use-text-color; > } > 5a35,37 > width:900px; > margin: 0 auto; > padding-top:10px; 6a39,40 > background: #FFFFFF url('../../images/layout/header.jpg') top center no-repeat; > 10,12c44,48 < width: 780px; < margin: 0 auto; < padding-top: 10px; --- > top: 8px; > width: 870px; > margin-top: 15px; > margin-left: 12px; > margin-bottom:25px; 13a50,58 > background: #FFF; > filter:alpha(opacity=90); > -moz-opacity:.90; > opacity:.90; > } > > #headerWrapper { > /* background: #FFF; */ > 19c64 < padding: 10px 0 10px 10px; --- > padding: 10px 10px 10px 10px; 20a66 > background: #FFF; 24c70 < font-weight: normal; --- > font-weight: bold; 26a73 > color: #000063; 31,32d77 < color: #003562; < background: transparent; 45c90 < width: 760px; --- > width: 900px; 61,63c106,117 < margin-left: 500px; < color: #666; < font-size: 10px; --- > background-color: #d8d8d8; > background-image: url(../../images/layout/bg_userbox.png); > background-repeat: repeat-x; > border: 1px solid #c1c1c1; > color: #666; > float: right; > font-size: 11px; > font-size: 13px; > margin-bottom: 20px; > margin-right: 10px; > width: 297px; > z-index: 250; 67,69c121 < padding: 5px 8px; < border: 2px solid #ccc; < background: #f8f8f8; --- > padding: 0 5px; 72,75c124,127 < #userbox ul { < margin: 0; < padding: 0; < list-style: none; --- > #userbox p{ > float: right; > margin: 0; > padding: 5px; 78,80c130,135 < #userbox ul li { < display: inline; < margin-right: 10px; --- > /*-------------------- general userbox links---------------------*/ > #account_more_menu { > float: right; > list-style: none; > margin: 5px 0 0 0; > padding: 0; 83,89c138,143 < #userbox .PopupMenuWidgetDiv { < position: absolute; < border: 1px solid #666; < background: white; < padding: 5px 10px; < width: 140px; < color: #333; --- > #account_more_menu li{ > border: 1px solid #c1c1c1; > float: left; > list-style: none; > margin:0pt 6pt 0pt 2px; > padding: 0; 92,94c146,149 < #userbox .PopupMenuWidgetDiv p { < margin: 0; < font-weight: bolder; --- > #account_more_menu li a{ > border: none; > display: block; > padding: 0px 10px 0px 6px 97,99c152,165 < #userbox .PopupMenuWidgetDiv ul { < margin-left: 12px; < padding-left: 5px; --- > /*-------------------- submenus---------------------*/ > #account_more_menu ul { > background-color: #fff; > border: 1px solid #cccccc; > clear: left; > font-weight: normal; /* height: auto;*/ > left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */ > line-height: 120%; > list-style: none; > margin: 0; > padding: 0; > position: absolute; > width: 12em; > z-index: 1000 !important; 102,105c168,252 < #userbox .PopupMenuWidgetDiv ul li { < display: list-item; < font-weight: normal; < list-style: square; --- > #account_more_menu ul li { > background-image: none !important; > border: none; > float: none; > font-size: 12px; > list-style: none; > list-style-image: none !important; > margin: 0; > padding: 0; > } > > * html #account_more_menu ul li, * html #account_more_menu ul li a { > height: 1%; > } > > #account_more_menu h6 { > background-color: #f0f0f0; > border-bottom: 1px solid #8dbbce; > color: #333; > font-size: 12px; > font-weight: bold; > margin: 0; > padding: 3px 10px !important; > } > > /*-------------------- second level links ---------------------*/ > #account_more_menu ul li a { > background-image: none !important; > border: none; > border-bottom: 1px solid #d8d8d8; > font-size: 12px; > font-weight: normal; > height: auto; > line-height: 1.2em; > margin: 0; > padding: 3px 10px !important; > } > > #account_more_menu ul li a:hover { > background-color: #e9f2f7; > color: #0079AF; > text-decoration: none; > } > > #account_more_menu li:hover ul ul, #account_more_menu li:hover ul ul ul, #account_more_menu li.sfhover ul ul, #account_more_menu li.sfhover ul ul ul{ > left: -999em; > } > > #account_more_menu li:hover ul, #account_more_menu li li:hover ul, #account_more_menu li li li:hover ul, #account_more_menu li.sfhover ul, #account_more_menu li li.sfhover ul, #account_more_menu li li li.sfhover ul{ > left: auto; /* lists nested under hovered list items */ > } > > /*-------------------- 1st level hover---------------------*/ > #account_more_menu li:hover a, #account_more_menu li.sfhover a{ > background-color: #fff; /* position: relative; > z-index: 2500;*/ > color: #0079af; > } > > /*-------------------- second level on hover---------------------*/ > #account_more_menu li li:hover a, #account_more_menu li li.sfhover a{ > background-color: transparent; > color: #0079af; > } > > #account_more_menu li:hover li a:hover, #account_more_menu li.sfhover li a:hover{ > background-color: #eef6ff; > color: #0079af; > } > > /*-------------------- ie mac fixes ---------------------*/ > /* only IE mac will see this */ > * html>body #account_more_menu li a{ > } > > * html>body #account_more_menu li{ > text-align: center; > white-space: nowrap; > width: 60px; > } > > * html>body #account_more_menu li li{ > text-align: left; > white-space: nowrap; > width: 125px; 107a255,259 > * html>body #account_more_menu li li:hover ul,#account_more_menu li li.sfhover ul{ > left: 110px; > } > > 111c263,264 < width: 780px; --- > width: 900px; > 127c280 < margin: 0 1px; --- > margin: 0 2px; 129d281 < background: url('../../images/layout/tab_right.gif') no-repeat top right; 133c285,287 < border: 0; --- > border-top: 1px solid #000066; > border-left: 1px solid #000066; > border-right: 1px solid #000066; 135,136c289 < padding: 0 10px; < background: url('../../images/layout/tab_left.gif') no-repeat top left; --- > padding: 0px 8px; 138,141c291,294 < color: #333; < font-size: 10px; < font-weight: bolder; < line-height: 18px; --- > color: #000063; > font-size: 12px; > font-weight: normal; > line-height: 20px; 142a296 > background : #ffffff; 146,152c300,303 < border: 0; < color: #333; < text-decoration: underline; < } < < #tabs ul li.active { < background: url('../../images/layout/tab_active_right.gif') no-repeat top right; --- > border: 1px solid #000066; > color: #000066; > background : #D9E8FF; > text-decoration: none; 156,159c307,310 < /* padding: 0.1em 0.6em; */ < padding: 0 10px; < background: url('../../images/layout/tab_active_left.gif') no-repeat top left; < color: white; --- > border: 1px solid #000066; > background : #000066; > color : #FFF; > font-weight: bold; 171,172c322,323 < background: #444; < margin: 0 auto; --- > background: #000066; > margin: -1px auto; 180,181c331,332 < width: 760px; < line-height: 20px; --- > width: 880px; > line-height: 25px; 199,200c350,351 < font-size: 10px; < font-weight: bolder; --- > font-size: 11px; > font-weight: normal; 211c362 < font-weight: bolder; --- > font-weight: normal; 227c378 < font-size: 10px; --- > font-size: 10 px; 230c381 < background: #e8e8e8; --- > background: #fff; 234c385 < background: #f8f8f8; --- > background: #D9E8FF; 238c389 < margin: 0 0 0 2px; --- > margin: 5px 0 0 2px; 240,244c391,395 < padding: 0; < font-size: 10px; < color: #ccc; < background: #444; < height: 18px; --- > padding: 1; > font-size: 11px; > color: #000066; > background: #eee; > height: 14px; 251c402,405 < background: url('../../images/layout/content-back.gif') repeat-x; --- > background: #FFF; > border-left: 1px dashed #d9e8ff; > border-right: 1px dashed #d9e8ff; > padding-top: 10px; 256,257c410,411 < padding: 10px; < width: 760px; --- > padding: 0px; > width: 880px; 260a415,420 > #innerContentWrapper h1 { > margin: 0; > padding: 5px 0 5px 10px; > border: 0; > } > 263,264c423,432 < color: #BA0101; < font-weight: normal; --- > font-family: Verdana,"Lucida Grande",sans-serif; > font-style: normal; > font-variant: normal; > font-size-adjust: none; > font-stretch: normal; > margin-bottom: 15px; > font-size: 200%; > font-weight: bold; > color: #000066; > line-height: 1.2em; 269,270d436 < border: 1px solid #ccc; < border-width: 1px 0; 276c442 < width: 530px; --- > width: 600px; 277a444,449 > font-size:12px; > } > > #content .description{ > line-height: 130%; > font-size: 12px; 283c455,456 < margin-left: 535px; --- > margin-top: 40px; > margin-left: 635px; 285a459 > color : #000066; 287a462 > 290c465,470 < font-size: 12px; --- > padding: 2px 2px 2px 15px; > font-size: 12px; > color : #fff; > background-color: #000066; > font-weight:normal; > 292a473 > 298a480,485 > #sidebar .blockContent li { > padding-bottom:5px; > } > > > 306c493,496 < margin-bottom: 10px; --- > background: #D9E8FF; > margin-bottom: 20px; > height: 20px; > padding-left: 10px; 312a503 > vertical-align: middle; 318c509 < font-weight: bolder; --- > font-weight: normal; 326c517,518 < text-decoration: underline; --- > font-weight:bold; > text-decoration: none; 340c532 < width: 760px; --- > width: 880px; 445a638 > font-size: 9px; 472a666,701 > > .messageOptions { > font-size: 9px; > color:#000066; > text-align: right; > } > > .messageOptions a { > font-size: 9px; > color:#000066; > } > > .involvedCompanies { > font-size: 10px; > color:#999; > } > > .startedOnBy { > font-size: 10px; > color:#999; > } > > .involvedCompanies a { > font-size: 10px; > color:#999; > } > > .startedOnBy a { > font-size: 10px; > color:#999; > } > > div .block { > background: #eeeeee; > } >