body {
    font-family: verdana;
    color: #000;
    background-color: #fff;
    background: #green;
    padding: 0px;
}

a:link    { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:active  { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: none; }

div.centered {
    background: white;
    position: relative;
    text-align: center;
    margin: 0px 30px;
    min-height: 1200px;
    padding: 0px;
}


.isoOtsikko {
    font-size: 150%;
    color: black;
    font-weight: bold;
    margin-top: 1em;
}


div.mainArea {
    border: #000 1px solid;
    background-color: #BCD1A1;
    margin: 0px;
    padding: 0px;
}


#subject {
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-left: 1em;
}


.menu {
    border: 1px solid #333333;
    background: #8DB282;
    width: 100%;
    font-weight: bold;
    font-size: 120%;
    text-align: left;
    padding: 5px;
    position: absolute;
    float: left;
    text-decoration: none;
    word-spacing: .5em;
    background: url('bg.png');
}



h3.table_title {
    font-size: 90%;
    margin-bottom: 0;
    margin-top: 1.5em;
}


/* table()-funktiolla generoiduille taulukoille */
table.generated {
    border: 1px solid #000;
    background-color: #8DB282;
    font-size: 15px;
    margin: 0px;
    text-align: left;
    position: relative;
    margin-top: .4em;
    width: 100%;
    font-size: 90%;
}

td.generated_first_row {
    background: url('bg.png');
    background-repeat: repeat-x;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    font-weight: bold;
}

td.generated_other_row {
    background: #efefef;
    border-bottom: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
}

td.generated_other_last_row {
    border-right: 1px solid #BFBFBF;
    background: #efefef;
}

td.generated_last_row, table.option_bar {
    background: url('bg.png');
    background-repeat: repeat-x;
    border-top: 1px solid gray;
}

table.option_bar {
    width: 100%;
    border: 1px solid black;
    padding: 2px;
    background: url('bg.png');
    background-repeat: repeat-x;
}


table.wide {
    border: 1px solid #000;
    background-color: #8DB282;
    font-size: 15px;
    margin: 5px;
    text-align: left;
    position: relative;
    width: 99%;
}


#content {
    text-align: justify;
    padding: 0px;
    width: 100%;
}

td.entry_form_first_row {
    background: url('bg.png');
    font-size: large;
    font-weight: bold;
    padding: 5px;
}

td.entry_form_row {
    padding: 5px;
    border-bottom: 1px solid #333333;
}

td.entry_form_last_row {
    padding: 5px;
    background: url('bg.png');
}


div.script_tooltip {
    background: #efefef;
    border: 1px solid black;
    padding: 1em;
}


