|
|
@@ -1,7 +1,6 @@
|
|
|
body {
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
background-color: #e5e5e5;
|
|
|
- background-color: #e8ebcc;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
border: 0;
|
|
|
@@ -24,11 +23,12 @@ form {
|
|
|
.top-menu {
|
|
|
height: 24px;
|
|
|
background-color: #505050;
|
|
|
+ background-color: #999;
|
|
|
}
|
|
|
|
|
|
.top-link {
|
|
|
float: left;
|
|
|
- color: #f0f0f0;
|
|
|
+ color: #fff;
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
font-size: 10pt;
|
|
|
font-weight: bold;
|
|
|
@@ -39,34 +39,34 @@ form {
|
|
|
|
|
|
.top-link:hover {
|
|
|
color: #fff;
|
|
|
- background-color: #999;
|
|
|
+ background-color: #f79b44;
|
|
|
}
|
|
|
|
|
|
.top-link:active{
|
|
|
- color: #fff;
|
|
|
- background-color: #f79b44;
|
|
|
+ color: #2361a1;
|
|
|
+ background-color: #f1f1f1;
|
|
|
}
|
|
|
|
|
|
.top-selected-link {
|
|
|
float: left;
|
|
|
- color: #2361a1;
|
|
|
- background-color: #fff;
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
font-size: 10pt;
|
|
|
font-weight: bold;
|
|
|
text-decoration: none;
|
|
|
line-height: 22px;
|
|
|
padding: 0 20px 2px;
|
|
|
+ color: #2361a1;
|
|
|
+ background-color: #f1f1f1;
|
|
|
}
|
|
|
|
|
|
.top-selected-link:hover {
|
|
|
color: #fff;
|
|
|
- background-color: #999;
|
|
|
+ background-color: #f79b44;
|
|
|
}
|
|
|
|
|
|
.top-selected-link:active {
|
|
|
- color: #fff;
|
|
|
- background-color: #f79b44;
|
|
|
+ color: #2361a1;
|
|
|
+ background-color: #f1f1f1;
|
|
|
}
|
|
|
|
|
|
.top-user {
|
|
|
@@ -74,7 +74,7 @@ form {
|
|
|
line-height: 22px;
|
|
|
padding: 0 4px 2px;
|
|
|
text-decoration: none;
|
|
|
- color: #ffce4f;
|
|
|
+ color: #ffd62e;
|
|
|
font-size: 10pt;
|
|
|
font-weight: bold;
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
@@ -205,17 +205,14 @@ form {
|
|
|
width: 130px;
|
|
|
height: 28px;
|
|
|
cursor: pointer;
|
|
|
- color: #555;
|
|
|
- background-color: #ececec;
|
|
|
- border: 1px solid #e0e0e0;
|
|
|
+ color: #fafafa;
|
|
|
+ background-color: #f79b44;
|
|
|
+ border: 1px solid #f79b44;
|
|
|
border-radius: 3px 3px 3px 3px;
|
|
|
padding: 0;
|
|
|
font-size: 9pt;
|
|
|
font-weight: bold;
|
|
|
font-family:Arial, Helvetica, sans-serif;
|
|
|
- color: #fafafa;
|
|
|
- border: 1px solid #f79b44;
|
|
|
- background-color: #f79b44;
|
|
|
}
|
|
|
|
|
|
.submenu-button {
|