CSS style is now implemented in all FA.
[fa-stable.git] / themes / aqua / default.css
index 81f43f235a1801590b80ebd347f8ee2f798b5fbd..b41ad16ec87600b36a2eea846e563843a44418d5 100644 (file)
@@ -24,10 +24,6 @@ body {
        padding: 0;
 }
 
-#loginscreen {
-       background: #f5f5f5;
-}
-
 tr, td, th {
        font-size: 11px;
        line-height: 19px;
@@ -99,13 +95,6 @@ button img, span {
        vertical-align: middle;
 }
 
-.login {
-       width: 350px;
-       border-left: 12px solid #367cb5;
-       border-collapse: collapse;
-       background-color: #eeeeee;
-}
-
 .callout_main {
        font-family: Verdana, Arial, Helvetica;
        border: none;
@@ -374,17 +363,54 @@ div.tabs a:hover {
        color: red;
 }
 
-.tablestyle {
+table.tablestyle {
        border-collapse: collapse;
+       border: 1px solid #8cacbb;
 }
-
-.tablestyle2 {
+table.tablestyle td {
+       border-collapse: collapse;
+       border: 1px solid #8cacbb;
+}
+table.tablestyle2 {
+       border-collapse: collapse;
+       border: 1px solid #cccccc;
+}
+table.tablestyle2 td {
+       border-collapse: collapse;
+       border: 1px solid #cccccc;
+}
+table.tablestyle_inner {
        border-collapse: collapse;
+       border: 1px solid #f9f9f9;
+}
+table.tablestyle_inner td {
+       border-collapse: collapse;
+       border: 1px solid #f9f9f9;
 }
 .tablestyle_noborder {
        padding: 3px;
 }
 
+.label {
+       background-color: #efefef;
+       color: black;
+}
+
+#loginscreen {
+       background: #f5f5f5;
+}
+
+.login {
+       width: 350px;
+       border-left: 12px solid #367cb5;
+       border-collapse: collapse;
+       background-color: #eeeeee;
+}
+.login td {
+       border-collapse: collapse;
+       border: 1px solid #cccccc;
+}
+
 .amount {
        font-family: Verdana, Arial, Helvetica;
        font-size: 11px;
@@ -432,6 +458,10 @@ button.navibutton {
     background-color: #d5cea7;
 }
 
+.navibar tr td {
+    border: none;
+}
+
 .listsubmit {
     display: none;
 }