|
@@ -286,13 +286,10 @@ a.invisible:visited {
|
|
|
}
|
|
|
|
|
|
#header3 a {
|
|
|
- color: rgb(39,84,175);
|
|
|
+ color: #2754AF;
|
|
|
display: block;
|
|
|
font-weight: bold;
|
|
|
- padding-bottom: 2px;
|
|
|
- padding-left: 3px;
|
|
|
- padding-right: 3px;
|
|
|
- padding-top: 3px;
|
|
|
+ padding: 3px 3px 2px 3px;
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
@@ -308,8 +305,8 @@ a.invisible:visited {
|
|
|
}
|
|
|
|
|
|
#header3 li {
|
|
|
- border-right: solid 1px rgb(115,162,182);
|
|
|
- color: rgb(115,162,182);
|
|
|
+ border-right: solid 1px #73A2B6;
|
|
|
+ color: #73A2B6;
|
|
|
display: block;
|
|
|
float: left;
|
|
|
list-style: none;
|
|
@@ -319,10 +316,7 @@ a.invisible:visited {
|
|
|
|
|
|
#header3 li:hover {
|
|
|
margin: 0px;
|
|
|
- padding-bottom: 0px;
|
|
|
- padding-left: 0px;
|
|
|
- padding-right: 0px;
|
|
|
- padding-top: 0px;
|
|
|
+ padding: 0px;
|
|
|
}
|
|
|
|
|
|
#header3 #current {
|
|
@@ -332,51 +326,46 @@ a.invisible:visited {
|
|
|
|
|
|
#header3 #current a {
|
|
|
border-bottom: 0px solid #4171b5;
|
|
|
- color: rgb(39,84,175)
|
|
|
+ color: #2754AF;
|
|
|
}
|
|
|
|
|
|
- #header3 #current a:hover {
|
|
|
- color: #333;
|
|
|
- }
|
|
|
+#header3 #current a:hover {
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
|
|
|
#header3 .banner_links {
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+#header3 input {
|
|
|
+ display: block;
|
|
|
+ padding-left: 2px;
|
|
|
+ padding-right: 2px;
|
|
|
+}
|
|
|
+
|
|
|
+#header3 input:hover {
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
+
|
|
|
#header3 input.logout { /* makes an input appear like a link in this header */
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
- color: rgb(39,84,175);
|
|
|
- display: inline;
|
|
|
+ color: #2754AF;
|
|
|
+ display: inline;
|
|
|
font-size: 1.0em;
|
|
|
font-weight:bold;
|
|
|
- font-family: verdana, arial, helvetica, sans-serif;
|
|
|
- margin: 0 0 0 0;
|
|
|
+ margin: 0;
|
|
|
padding: 0;
|
|
|
padding-right: 2px;
|
|
|
padding-top: 3px;
|
|
|
}
|
|
|
|
|
|
-#header3 input:hover {
|
|
|
- color: #333;
|
|
|
-}
|
|
|
-
|
|
|
-#header3 input {
|
|
|
- display: block;
|
|
|
- padding-left: 2px;
|
|
|
- padding-right: 2px;
|
|
|
-}
|
|
|
-
|
|
|
#header3 #logout {
|
|
|
margin-top: 0px;
|
|
|
}
|
|
|
|
|
|
-#header3 input.logout:hover {
|
|
|
-
|
|
|
-}
|
|
|
-
|
|
|
#logout{
|
|
|
- border-left: solid 1px rgb(115,162,182);
|
|
|
+ border-left: solid 1px #73A2B6;
|
|
|
display: inline;
|
|
|
float: right;
|
|
|
font-size: 1.0em;
|