diff --git a/www/styles/default.css b/www/styles/default.css index ab62196..1a9d4aa 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -18,12 +18,12 @@ body{ /******* hyperlink and anchor tag styles *******/ -a:link, a:visited{ +a:link, a:visited { color: #005FA9; text-decoration: none; } -a:hover{ +a:hover { text-decoration: underline; } @@ -100,6 +100,7 @@ border-left: 1px dotted #000; right: 2%; width: 96%; background-color: #ffffff; + } #tl { @@ -168,7 +169,7 @@ border-left: 1px dotted #000; color: #ffffff; } -#utility a:hover{ +#utility a:hover { text-decoration: underline; } @@ -178,6 +179,7 @@ border-left: 1px dotted #000; padding: 0px 0px 14px 10px; margin: 0px; border-bottom:1px solid #ccd2d2; + z-index: 2; } #pageName h2{ @@ -186,6 +188,14 @@ border-left: 1px dotted #000; margin:0px; padding: 0px; } +/* +#pageLogo { + position: absolute; + top: 8px; + left: 10px; + z-index: 5; +} +*/ /************* globalNav styles ****************/ @@ -229,7 +239,7 @@ background-image: url("siteimages/glbnav_background.gif"); } -a.glink, a.glink:visited{ +a.glink, a.glink:visited { font-size: small; color: #000000; font-weight: bold; @@ -238,7 +248,7 @@ a.glink, a.glink:visited{ border-right: 1px solid #8FB8BC; } -a.glink:hover{ +a.glink:hover { background-image: url("siteimages/glblnav_selected.gif"); text-decoration: none; } @@ -264,7 +274,7 @@ a.glink:hover{ color: #ffffff; } -.subglobalNav a:hover{ +.subglobalNav a:hover { color: #cccccc; } @@ -316,14 +326,14 @@ a.glink:hover{ #googlead{ position: absolute; top: 5px; - right: 5px; - z-index: 101; + right: 0px; + z-index: -10; } #search input{ font-size: 70%; margin: 0px 0px 0px 10px; - } +} #search a:link, #search a:visited { font-size: 80%; @@ -331,7 +341,7 @@ a.glink:hover{ } -#search a:hover{ +#search a:hover { margin: 0px; } @@ -348,7 +358,7 @@ a.glink:hover{ color: #AAAAAA; } -#breadCrumb a:hover{ +#breadCrumb a:hover { color: #005FA9; text-decoration: underline; } @@ -362,7 +372,8 @@ a.glink:hover{ min-height: 200px; height: 200px; } -html>body .feature {height: auto;} + +.feature {height: auto;} .feature h3{ font: bold 175% Arial,sans-serif; @@ -400,7 +411,7 @@ html>body .feature {height: auto;} padding-bottom: 5px; } -.story a.capsule:hover{ +.story a.capsule:hover { text-decoration: underline; } @@ -442,7 +453,7 @@ td.storyLeft{ color: #21536A; } -#sectionLinks a:hover{ +#sectionLinks a:hover { border-top: 1px solid #cccccc; background-color: #DDEEFF; background-image: none; @@ -596,3 +607,22 @@ td.greytxt { float:right; font-size:10px; } + +/************** sponsorInfo styles ****************/ + +div.sponsorinfo { + clear: both; + border-top: 1px solid #cccccc; + font-size: small; + color: #000000; + padding: 10px 10px 10px 10px; +} + +img.sponsorlogo { + margin-left: 10px; + margin-right: 10px; + border: 0px none; + vertical-align: middle; +} + +