/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  body { margin: 0px;
    background-color: rgb(180, 152, 163);
    font-family: Arial Narrow,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    font-size: 100.1%;
    }

  p { font-size: 1em;
    }

  p.top { font-size: 0.9em;
    text-align: right;
    }

  p.back { font-size: 0.9em;
    text-align: center;
    }

  ul { list-style-image: url(../pict/li.gif);
    }

  li { font-size: 1em;
    }

  h1 { color: rgb(184, 41, 47);
    font-size: 1em;
    font-variant: small-caps;
    }

  h2 { color: rgb(0, 0, 0);
    font-size: 1.25em;
    }

  h3 { color: rgb(0, 0, 0);
    font-size: 1.15em;
    }

  .bildrand { border: 5px solid rgb(180, 152, 163);
    }

  a:link { color: rgb(184, 41, 47);
    text-decoration: underline;
    }

  a:visited { color: rgb(184, 41, 47);
    text-decoration: underline;
    }

  a:hover { color: rgb(184, 41, 47);
    text-decoration: none;
    }

  a:active { color: rgb(184, 41, 47);
    text-decoration: none;
    }

  .groenkullen-00 { height: 20px;
    background-color: rgb(180, 152, 163);
    text-align: center;             
    font-size: 0.85em;
    }

  .groenkullen-01 { border-top: 10px solid rgb(234, 229, 180);
    border-left: 10px solid rgb(234, 229, 180);
    border-right: 10px solid rgb(234, 229, 180);
    padding: 0px;
    font-size: 0.9em;
    text-align: center;
    }

  .groenkullen-03 { border-left: 10px solid rgb(234, 229, 180);
    border-right: 10px solid rgb(234, 229, 180);
    padding: 0pt;
    background-color: rgb(255, 249, 195);
    }

  .groenkullen-04 { border-left: 10px solid rgb(234, 229, 180);
    border-right: 10px solid rgb(234, 229, 180);
    padding: 10px;
    height: 35px;
    background-color: rgb(255, 249, 195);
    }

  .groenkullen-05 { border-left: 10px solid rgb(234, 229, 180);
    border-right: 10px solid rgb(234, 229, 180);
    border-bottom: 10px solid rgb(234, 229, 180);
    padding: 0px;
    font-size: 1em;
    text-align: center;
    height: 60px;
    background-color: rgb(255, 255, 255);
    }

  table.groenkullen { border: 0px none ;
    padding: 0px;
    border-collapse: collapse;
    width: 760px;
    }

  .groenkullen-oeland { padding: 3px;
    font-size: 0.95em;
    text-align: center;
    background-color: rgb(234, 229, 180);
    }

  .groenkullen-oeland-a { padding: 3px;
    background-color: rgb(255, 249, 195);
    font-size: 0.95em;
    text-align: center;
    }

    /* calendar icon */
img.tcalIcon {
        cursor: pointer;
        margin-left: 1px;
        vertical-align: middle;
}
/* calendar container element */
div#tcal {
        position: absolute;
        visibility: hidden;
        z-index: 100;
        width: 158px;
        padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
        width: 100%;
        border: 1px solid silver;
        border-collapse: collapse;
        background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
        border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
        width: 15px;
        height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
        background-color: white;
        color: black;
        border: 0;
}
/* week days header */
div#tcal th {
        border: 1px solid silver;
        border-collapse: collapse;
        text-align: center;
        padding: 3px 0;
        font-family: tahoma, verdana, arial;
        font-size: 10px;
        background-color: gray;
        color: white;
}
/* date cells */
div#tcal td {
        border: 0;
        border-collapse: collapse;
        text-align: center;
        padding: 2px 0;
        font-family: tahoma, verdana, arial;
        font-size: 11px;
        width: 22px;
        cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
        color: silver;
}
div#tcal td.weekend {
        background-color: #ACD6F5;
}
div#tcal td.today {
        border: 1px solid red;
}
div#tcal td.selected {
        background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
        position: absolute;
        visibility: hidden;
        z-index: 98;
        border: 0;
}
/* transparent shadow */
div#tcalShade {
        position: absolute;
        visibility: hidden;
        z-index: 99;
}
div#tcalShade table {
        border: 0;
        border-collapse: collapse;
        width: 100%;
}
div#tcalShade table td {
        border: 0;
        border-collapse: collapse;
        padding: 0;
}