table.pageTable {
    width: 1069px;
}

td.menuColumn {
    vertical-align: top;
}

table.topMenu {
    width: 200px;
}

td.banner {
    width: auto;
    text-align: center;
    vertical-align: bottom;
    font: small-caps bold 18px arial;
    color: black;
    background-image: url("../pic/Akvaariopiste_921x146.jpg");
    background-position:center;
}

p.huomio {
    color: red;
    font: small-caps bold 16px arial;
}

td.menuItem {
    height: 32px;
    width: auto;
    font: small-caps bold 20px arial;
    color: red;
    background-image: url("../pic/nappi_bg.gif");
    background-position:center;
}

td.menuItem:hover {
    height: 32px;
    width: auto;
    font: small-caps bold 20px arial;
    color: red;
    background-image: url("../pic/nappi_bg_hover.gif");
    background-position:center;
    cursor:pointer;
}

td.disabledMenuItem {
    height: 32px;
    width: auto;
    font: small-caps bold 20px arial;
    color: black;
    background-image: url("../pic/nappi_bg_disabled.gif");
    background-position:center;
    cursor:default;
}

td.selectedMenuItem {
    height: 32px;
    width: auto;
    font: small-caps bold 20px arial;
    color: black;
    background-image: url("../pic/nappi_bg_selected.gif");
    background-position:center;
    cursor:default;
}

tr.footer {
    height: 100%;
    width: auto;
    vertical-align: bottom;
    font: small-caps bold 14px arial;
    color: black;
    background-color: yellow;
}

td.counter {
    text-align: left
}

td.modified {
    text-align: right
}
