/* The DEFAULT skin/theme for my personal web site
 * vi: tw=132
 */

iframe {
    overflow: scroll;
    border: 1px solid green;
}

img.Logo {
    margin:16px;
}

div.Body {
    display: block;
    position: absolute;
    padding: 4px;
    margin: 8px;
    top: 350px;
    left: 20px;
    width: 95%;
}

div.Intro {
    display: block;
    position: absolute;
    padding: 4px;
    margin: 8px;
    top: 10px;
    left: 200px;
    width: 50%;
}

div.Page {
    background-color: white;
    border-style: solid;
    border-radius: 12px;
    box-shadow: 4px 4px 4px #888;
    padding: 4px;
    margin: 8px;
    top: 5%;
    left: 20%;
    width: 60%;
    height: 50%;
}

div.Pix {
    display: block;
    position: absolute;
    padding: 4px;
    margin: 8px;
    top: 10px;
    left: 20px;
}

div.Links {
    display: block;
    position: absolute;
    padding: 4px;
    margin: 8px;
    top: 10px;
    left: 80%;
    width: 180px;
    border-left-style: groove;
    border-left-width: medium;
}

div.Notice {
    background-image: url('BlueBkg.jpg');
    display: block;
    position: relative;
    padding: 4px 32px 12px;
    margin: 32px;
    border-radius: 12px;
    box-shadow: 4px 4px 4px #888;
}

div.Panel {
    background-color: #D9F1D0;
    position: absolute;
    box-shadow: 6px 6px 8px #666;
    border-style: ridge;
    border-width: medium;
    border-radius: 12px;
    /* draggable: true; */
    cursor: move;
}

div.Moving {
    background-color: #D9F1D0;
    position: absolute;
    box-shadow: 12px 12px 16px #E88;
    border-style: ridge;
    border-width: medium;
    border-radius: 12px;
    /* draggable: true; */
    cursor: move;
}

div.PanelBody {
    padding: 4px;
}

div.TitleBar {
    padding: 4px;
    background-color: #C9E1C0;
}

text.Title {
    padding: 8px;
    font-size: 11pt;
    font-weight: bold;
}


/* EOF */
