--- common_old.css	2006-12-26 16:05:04.000000000 +0100
+++ common.css	2006-12-23 22:38:40.000000000 +0100
@@ -448,3 +448,48 @@
 /* end MonthCalendar stuff */
 
 span.anchor { display: none; }
+
+
+/* AttachTable and TaskTable css */
+.attachmentTable {
+
+}
+
+.attachmentTable table {
+    border: 2px solid rgb(100,135,220);  /* Light blue */
+    border-collapse: collapse;
+    width: 80%;
+    margin-left: 20px;
+}
+
+.attachmentTable td {
+    border: 1px solid lightblue;
+    padding: 4px
+}
+
+.attachmentTable th {
+    border: 1px solid lightblue;
+    background-color: rgb(100,135,220); /* rgb(100,135,220) */
+    font-weight: bold;
+    padding: 4px
+}
+
+.attachmentTable tr {
+    background-color: rgb(240,240,240)
+}
+
+.attachmentTable tr.altrow {
+    background-color: rgb(127,127,255);
+}
+
+.attachmentTable tr:hover {
+    background-color: rgb(140,170,230);
+    color: white
+}
+
+.smallText {
+    text-align: right;
+    font-size: small;
+}
+
+/* end AttachTable and TaskTable stuff */
\ No newline at end of file
