Added styles for sponsoring pane, ...

pull/1/head
root 17 years ago
parent 0871ec4cf5
commit 30838db1ec

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

Loading…
Cancel
Save