2008-02-06 16:52:02 +00:00
|
|
|
body
|
|
|
|
{
|
|
|
|
background-color: White;
|
|
|
|
}
|
|
|
|
|
2008-02-07 15:22:59 +00:00
|
|
|
table.alternating-background tr.odd
|
2008-02-06 16:52:02 +00:00
|
|
|
{
|
|
|
|
background-color: White;
|
|
|
|
}
|
|
|
|
|
2008-02-07 15:22:59 +00:00
|
|
|
table.alternating-background tr.even
|
2008-02-06 16:52:02 +00:00
|
|
|
{
|
|
|
|
background-color: Lavender;
|
|
|
|
}
|
|
|
|
|
2008-02-06 20:21:19 +00:00
|
|
|
td
|
|
|
|
{
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.navigation-bar
|
|
|
|
{
|
|
|
|
font-size: small;
|
|
|
|
padding: 3mm;
|
|
|
|
background-color: WhiteSmoke;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.navigation-bar li
|
|
|
|
{
|
|
|
|
font-size: small;
|
|
|
|
padding: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.body
|
|
|
|
{
|
|
|
|
padding: 3mm;
|
|
|
|
}
|
|
|
|
|
2008-02-06 20:36:21 +00:00
|
|
|
div.body td, div.body th
|
2008-02-06 20:21:19 +00:00
|
|
|
{
|
|
|
|
padding: 1mm;
|
2008-02-06 20:36:21 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|