/* CSS Document */
/*fix for taking table formatting attributes out of the table element*/
td, th {
border-spacing:3px;
padding:3px;
border:thin solid #DCDCDC;
}
table {
border:double;
}
table.buttons, table.buttons tr td {
border:none;
}
table.buttons tr td {
padding-right:3em;
}
td.number, th.number, .number {
text-align:center;
}