8a9,18 > #squidLogo { > float: left; > margin: -10px 0 0 0; > } > > #squidLogo[id] { > float: left; > margin: 0; > } > 19c29 < padding: 10px 0 10px 10px; --- > padding: 13px 0 10px 10px; 24a35 > font-size: 85% !important; 26a38 > color: white; 31c43 < color: #003562; --- > color: #fff; 33c45,46 < text-decoration: underline; --- > border-bottom: 1px dotted #eee; > border-top: 1px dotted #ccc; 61,63c74,83 < margin-left: 500px; < color: #666; < font-size: 10px; --- > padding: 5px 8px; > border: 0px solid #ccc; > background: #000 url('../../images/layout/bg_userBox.gif') repeat-x; > color: #666; > float: right; > font-size: 11px; > font-size: 13px; > margin-bottom: 11px; > width: 500px; > z-index: 250; 67,69c87 < padding: 5px 8px; < border: 2px solid #ccc; < background: #f8f8f8; --- > padding: 0 5px; 72,75c90,93 < #userbox ul { < margin: 0; < padding: 0; < list-style: none; --- > #userbox p{ > float: right; > margin: 0; > padding: 5px; 78,80c96,101 < #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,89c104,108 < #userbox .PopupMenuWidgetDiv { < position: absolute; < border: 1px solid #666; < background: white; < padding: 5px 10px; < width: 140px; < color: #333; --- > #account_more_menu li{ > float: left; > list-style: none; > margin:0pt 6pt 0pt 2px; > padding: 0; 92,94c111,114 < #userbox .PopupMenuWidgetDiv p { < margin: 0; < font-weight: bolder; --- > #account_more_menu li a{ > border: none; > display: block; > padding: 0px 10px 0px 6px 97,99c117,130 < #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,105c133,221 < #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; > } > > * html>body #account_more_menu li li:hover ul,#account_more_menu li li.sfhover ul{ > left: 110px; 112c228 < margin: 5px auto 0 auto; --- > margin: 3px auto 0 auto; 129c245 < background: url('../../images/layout/tab_right.gif') no-repeat top right; --- > background: black; 135,136c251,253 < padding: 0 10px; < background: url('../../images/layout/tab_left.gif') no-repeat top left; --- > padding: 4px 10px 0 10px; > margin-bottom: 3px; > background: black; 138,139c255,256 < color: #333; < font-size: 10px; --- > color: #6aa94e; > font-size: 13px; 142a260,261 > font-weight: normal; > text-transform: lowercase; 145a265 > font-weight: normal; 147,148c267,268 < color: #333; < text-decoration: underline; --- > color: #fff; > text-decoration: none; 157c277 < padding: 0 10px; --- > padding: 4px 10px 0 10px; 159a280 > font-weight: bolder; 164a286 > font-weight: bolder; 171c293 < background: #444; --- > background: #99cc66 url('../../images/layout/gb_crumbLine.gif') repeat-x; 178a301 > margin-top: 0px; 198,200c321,322 < color: white; < font-size: 10px; < font-weight: bolder; --- > color: #3c622c; > font-size: 11px; 204c326 < font-weight: normal; --- > font-weight: bolder; 210,211c332 < color: white; < font-weight: bolder; --- > color: #3c622c; 216c337,338 < text-decoration: underline; --- > color: #f4f19f; > text-decoration: none; 226c348 < border: 1px solid #222; --- > border: 1px solid #6aa94e; 228c350 < padding: 1px; --- > padding: 1px 1px 1px 4px; 230c352,353 < background: #e8e8e8; --- > background: #99cc66; > color: #3c622c; 234c357 < background: #f8f8f8; --- > background: #f4f19f; 238,239c361,362 < margin: 0 0 0 2px; < border: 0; --- > margin: 0 0 0 3px; > border: 1px solid #3c622c; 243,244c366,367 < background: #444; < height: 18px; --- > background: #3c622c; > height: 16px; 251c374,375 < background: url('../../images/layout/content-back.gif') repeat-x; --- > background: #7ccc5c url('../../images/layout/bg_page.png') repeat-x; > padding-top: 25px; 256c380 < padding: 10px; --- > padding: 0px 0 0 0; 258a383,384 > border: 1px solid #6aa94e; > border-width: 0 1px 1px 1px; 262,264c388,394 < margin-bottom: 0; < color: #BA0101; < font-weight: normal; --- > font-size: 20px; > padding: 10px 0 10px 10px; > margin: 0; > color: #333; > font-weight: normal; > border-top: 1px solid #6aa94e; > background: #eee url('../../images/layout/pg_pageTitle.png') repeat-x ; 268,269c398,399 < padding: 5px 10px; < border: 1px solid #ccc; --- > padding: 5px 10px 10px 10px; > border: 1px solid #999; 284c414,415 < padding: 0 10px; --- > margin-top: 45px; > padding: 0 0 0 20px; 289c420 < margin-top: 0; --- > margin: 10px 0 2px 0; 296c427 < line-height: 120%; --- > line-height: 170%; 298a430,434 > #sidebar ul { > list-style-image: disc; > margin-left: 5px; > } > 306c442 < margin-bottom: 10px; --- > margin: 5px 0px 20px 0px; 325,326c461,462 < color: #444; < text-decoration: underline; --- > color: #637277; > text-decoration: none; 342c478 < color: #999; --- > color: #3c622c; 346c482 < --- > 352a489 > display: none; 377,378c514,516 < padding: 5px 10px; < border: 1px solid #ccc; --- > padding: 10px ; > font-size: 120%; 0 > border: 1px solid ; 379a518,519 > color: white; > font-weight: bold; 381c521 < text-align: left; --- > text-align: center; 390,391c530,533 < background: #90DC90; < border-color: green; --- > background: #bffd81; > border-color: #6aae4f; > color: #3C622C; > 451a594,596 > font-size: 9px; > color: #666; > text-transform: uppercase;