replication support add-on, re-do support contract info
[www.git] / css / cssfreeside2.css
index df78826..bf7e3ee 100644 (file)
@@ -1,6 +1,3 @@
-/* CSS Document */
-
-
 #header1 {
        clear: both;
        margin: 0;
@@ -12,7 +9,6 @@
        text-align: left;
 
        } 
-       } 
        
 #cornernav {
        margin: 5px;
        text-align: right;
        } 
 
+#header_extra {
+       clear: both;
+       margin: 0;
+       padding-top: .25em;
+       padding-bottom: .5em;
+       /* background: #959494; */
+       background: #F08B08;
+        border-bottom: 1px solid black;
+       /*border-top: 1px solid black;*/
+       border-right: 0;
+       border-left: 0;
+       text-align: center;
+/*        font-size: 24px; */
+
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
+       font-size: 20px;
+
+       } 
+
+#header_extra a:link {
+
+       font: Verdana, Arial, sans-serif;
+        font-weight: bold;
+       font-size: 20px;
+
+        }
 
 #nav {
        color: #000000;
 
 td {
 line-height: 1.3em;
-letter-spacing: 0.02em;
        word-spacing: 1px;
 }
 
@@ -143,8 +165,10 @@ ul.indented {
        padding: 0;
        padding-left: 2em;
        padding-right: 10px;
-       margin: 10px;
+       /* margin: 10px; */
        margin-left: 1.8em;
+        margin-top: 0px;
+        padding-top: 0px;
 }
 
 ol {
@@ -245,7 +269,6 @@ a:link, a:visited {
        color: #800080;
        text-decoration: underline;
        font-weight: normal;
-       letter-spacing: 1px;
        word-spacing: normal;
        }
        
@@ -369,14 +392,12 @@ p {
        margin: 0;
        margin-left: 20px;
        margin-right: 10px;
-    letter-spacing: 0.02em;
        word-spacing: 1px;
        
    }
 
 b {
        color: #000000;
-       letter-spacing: 0.02em;
        word-spacing: 1px;
        }       
 
@@ -913,3 +934,37 @@ table.selfserv td {
   padding: 2px;
 }
 
+table.support-plans {
+  padding-left: 32px;
+}
+
+table.support-plans th {
+  background-color:#FFFFFF;
+  border-style:none;
+  text-align: center;
+  padding: 10px;
+}
+
+table.support-plans td {
+  background-color:#FFFFFF;
+  text-align: center;
+  border-top: none;
+  border-left: none;
+  border-right: none;
+  border-bottom: 1px solid #CCCCCC;
+}
+
+table.support-plans .yes {
+    color: #008000;
+    font-size: 26px;
+}
+
+table.support-plans .smyes {
+    color: #004000;
+    font-weight: bold;
+}
+
+table.support-plans .no {
+    color: #800000;
+    font-size: 20px;
+}