Automatic first field focus on page start, preserved focus sequence
[fa-stable.git] / themes / cool / default.css
index 2ca5ca97dc2be77c563f47aaab111c021cde05c5..0180fd4d9dea3c8cab599266e1216a2fd25d8aec 100644 (file)
@@ -53,7 +53,7 @@ a {
 }
 
 a:link {
-       color: #00000bb;
+       color: #0000bb;
        text-decoration: none;
 }
 
@@ -187,7 +187,7 @@ div.tabs a.selected {
 }
 div.tabs a:hover {
        border-top-color: #cccccc; 
-       border-right-color: #cccccc
+       border-right-color: #cccccc;
        border-bottom-color: #e4ecec; 
        border-left-color: #cccccc; 
        background: #e4ecec; 
@@ -324,7 +324,7 @@ div.tabs a:hover {
 
 .tablestyle {
        padding: 3px;
-       border: 1 solid #cccccc;
+       border: 1px solid #cccccc;
        border-collapse: collapse;
 }      
 
@@ -335,4 +335,23 @@ div.tabs a:hover {
 }      
 .tablestyle_noborder {
        padding: 3px;
-}
\ No newline at end of file
+}
+
+.amount {
+       font-family: Verdana, Arial, Helvetica;
+       font-size: 11px;
+       text-align: right;
+}
+
+input.amount {
+       padding-right: 0px;
+       border-right: none;
+}
+
+.editbutton {
+   color:#0000FF;
+   background-color:transparent;
+   border-style:none;
+   text-decoration:underline;
+   cursor: pointer;
+}