--- a/corporateblue/cuscosky.css Mon Dec 26 20:47:38 2011 +0100
+++ b/corporateblue/cuscosky.css Mon Dec 26 21:49:24 2011 +0100
@@ -3,17 +3,22 @@
written by Braulio Soncco http://www.buayacorp.com
*/
-table, th, td {
+table.datatable, .datatable th, .datatable td {
border: 1px solid #D4E0EE;
border-collapse: collapse;
font-family: "Trebuchet MS", Arial, sans-serif;
color: #555;
}
+table.datatable {
+ width: 100%;
+}
+
caption {
font-size: 150%;
font-weight: bold;
margin: 5px;
+ display: none;
}
td, th {
@@ -52,4 +57,8 @@
tfoot th, tfoot td {
font-size: 85%;
-}
\ No newline at end of file
+}
+
+td.td-right {
+ text-align: right;
+}