table, td
{
   border-color: #cccccc;
   border-style: solid;
}

table
{
   border-width: 1px 1px 1px 1px;
   border-spacing: 0;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}

table.transparent
{
   border-width: 0px 0px 0px 0px;
}

table.layout
{
   border-width: 0px 0px 0px 0px;
}

table.border
{
   border-width: 1px 1px 1px 1px;
}

td
{
   margin: 0;
   padding: 2px;
   border-width: 1px 1px 1px 1px;
   background-color: transparent;
   vertical-align: top;
}

td.header
{
   font-weight: bold;
   background-color: #cccccc;
}

td.transparent
{
   border-width: 0px 0px 0px 0px;
}

td.layout
{
   margin: 0;
   padding: 0px;
   border-width: 0px 0px 0px 0px;
   background-color: transparent;
   vertical-align: bottom;
   text-align: center;
}

td.spacer
{
   width: 20px;
}
