Rerun of tax_groups.php
[fa-stable.git] / themes / cool / default.css
index 6a55770267d528a9af4ada232f712f83134ce37a..aad3058aecf1e1f9e453becd1ada71fdf3c92e24 100644 (file)
@@ -2,8 +2,8 @@
 | cool        |                 | default.css       |
 |---------------------------------------------------|
 | For use with:                                     |
-| FrontAccounting                                                                      |
-| http://FrontAccounting.com/                                  |
+| FrontAccounting                                  |
+| http://FrontAccounting.com/                              |
 | by Joe Hunt Consulting                            |
 |---------------------------------------------------|
 | Developer:                                        |
@@ -80,6 +80,10 @@ a:hover, a:focus {
        text-decoration: underline;
 }
 
+.inactive {
+       color: gray;
+}
+
 button {
        font-size: 11px;
        border: 1px #0066cc solid;
@@ -91,11 +95,6 @@ button img, span {
        vertical-align: middle;
 }
 
-.login {
-       background-color: #ffffff;
-       border: none;
-}
-
 .callout_main {
        font-family: Verdana, Arial, Helvetica;
        border: none;
@@ -233,6 +232,11 @@ div.tabs a:hover {
        border: 1px solid #cccccc;
 }
 
+#hotkeyshelp {
+       text-align: right;
+       font-weight: bolder;
+}
+
 #footer {
        position: relative;
        bottom: -3px;
@@ -243,6 +247,13 @@ div.tabs a:hover {
        color: #cccccc;
        font-weight: normal;
        font-size: 9px;
+       text-align: center;
+       width: 100%;
+}
+
+.footer td a {
+       color: #666666;
+       font-size: 9px;
 }
 
 .tableheader {
@@ -269,6 +280,7 @@ div.tabs a:hover {
        color: #455372;
        border-bottom: 1px solid #cccccc;
        padding: 5px;
+       width: 100%;
 }
 
 .headingtext {
@@ -326,7 +338,7 @@ div.tabs a:hover {
        color: #ff6666;
 }
 
-.redfg {
+.redfg, a.redfg {
        color: red;
        font-weight: bold;
 }
@@ -355,21 +367,54 @@ div.tabs a:hover {
        color: red;
 }
 
-.tablestyle {
-       padding: 3px;
+table.tablestyle {
+       border-collapse: collapse;
+       border: 1px solid #8cacbb;
+}
+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 #eff9f9;
 }
-
-.tablestyle2 {
-       padding: 0 3px;
-       border: 1px solid #ccc;
+table.tablestyle_inner td {
        border-collapse: collapse;
+       border: 1px solid #eff9f9;
 }
 .tablestyle_noborder {
        padding: 3px;
 }
 
+.label {
+       background-color: #e4ecec;
+       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;
@@ -417,6 +462,9 @@ button.navibutton {
     background-color: #788da1;
 }
 
+.navibar tr td {
+    border: none;
+}
 
 .listsubmit {
     display: none;
@@ -435,7 +483,7 @@ ul.ajaxtabs li{
        display: inline;
 }
 
-ul.ajaxtabs li input{
+ul.ajaxtabs li button{
     background-color: #dee7ec;
 /*     background-repeat: repeat-x;
        background-position: top; */
@@ -448,7 +496,7 @@ ul.ajaxtabs li input{
        font-weight: bold;
 }
 
-ul.ajaxtabs li input:hover{
+ul.ajaxtabs li button:hover{
        border-top: 1px solid #8cacbb;
        color:#FFFFFF;
 }
@@ -466,7 +514,7 @@ div.contentBox{
        margin: 0 3px 3px 3px
 }
 
-ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
+ul.ajaxtabs li button.current, ul.ajaxtabs li button.current:hover{
        border-left: 1px solid #8cacbb;
        background-color: #8cacbb;
        color:#FFFFFF;
@@ -574,7 +622,17 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{
        border: 1px solid #FFF;
 }
 
+div.err_msg {
+       margin: 10px;
+       padding: 3px;
+       border: 1px solid #cc3300;
+       background-color: #ffcccc;
+       color: #dd2200;
+       text-align: center;
+}
+
 div.warn_msg {
+       margin: 10px;
        padding: 3px;
        border: 1px solid #ff9900;
        background-color: #ffff00;
@@ -583,6 +641,7 @@ div.warn_msg {
 }
 
 div.note_msg {
+       margin: 10px;
        padding: 3px;
        border: 1px solid #33cc00;
        background-color: #ccffcc;
@@ -590,6 +649,7 @@ div.note_msg {
        text-align: center;
 }
 
-#msgbox {
-       margin: 10px;
+#title {
+       margin-bottom: 10px;
+       width: 100%;
 }