/* CSS for MarjoEtDenis.Net */
/* Looks like a yellow notepad. */



/*	White photo frame */
div.img_shadow_l, div.img_shadow_r
{
    background: url(frame.gif) no-repeat bottom right;
    margin: 10px 10px 10px 10px;
}
div.img_shadow_l
{
    float: left;
}
div.img_shadow_r
{
    float: right;
}
div.img_shadow_r img, div.img_shadow_l img
{
    display: block;
    position: relative;
    background-color: #fff;
    border: 0px solid #a9a9a9;
    margin: 14px 14px 14px 14px;
    padding: 4px;
}


body
{
    /*	font-family: Papyrus, cursive; font here doesn't have effect on core.*/
    font-size: 1pt; /* Define the margin's height above the table. */
    color: black;
    background-color: #C0C0C0;
}

img.img_text
{
    margin: 5px 10px 2px 10px;
}

table
{
    border-collapse: collapse;
    padding-right: 0.5em;
    padding-left: 24px;
    font: 11pt Papyrus, cursive;
}

td
{
    padding: 0.5em;
}

/* Folded pages */

td.pad_folded_top_left
{
    width: 72px;
    height: 53px;
    background: url(pad_folded_top_left.gif) no-repeat bottom right;
    margin: 0px;
}

td.pad_folded_top
{
    height: 53px;
    background: url(pad_folded_top.gif) repeat-x bottom center;    
    margin: 0px;
}

td.pad_folded_top_right
{
    height: 53px;
    width: 37px;
    background: url(pad_folded_top_right.gif) no-repeat bottom left;
    margin: 0px;
}

td.pad_bottom
{
    height: 13px;
    background: url(pad_bottom.gif) repeat bottom center;
    margin: 0px;
}


/* First page */

td.pad_first_page_top_left
{
    width: 72px;
    height: 53px;
    background: url(pad_first_page_top_left.gif) no-repeat bottom right;
    margin: 0px;
}

td.pad_first_page_top
{
    height: 53px;
    background: url(pad_first_page_top.gif) repeat bottom left;
    margin: 0px;
}

td.pad_first_page_top_right
{
    height: 53px;
    width: 37px;
    background: url(pad_first_page_top_right.gif) no-repeat bottom left;
    margin: 0px;
}

/* Both folded and first pages */

td.pad_core
{
    background: url(pad_core.gif) repeat bottom right;
    font: 11pt Papyrus, cursive;
    margin: 0px;
}

td.pad_left
{
    width: 70px;
    background: url(pad_left.gif) repeat-y bottom right;
    margin: 0px;
}

td.pad_right
{
    width: 37px;
    background: url(pad_right.gif) repeat-y bottom left;
    margin: 0px; /*	white-space: nowrap;*/
}

td.pad_bottom
{
    height: 53px;
    background: url(pad_bottom.gif) repeat bottom;
    margin: 0px;
    font: 11pt Papyrus, cursive;
}

td.pad_bottom_left
{
    width: 70px;
    background: url(pad_bottom_left.gif) no-repeat bottom right;
    margin: 0px;
}

td.pad_bottom_right
{
    width: 70px;
    background: url(pad_bottom_right.gif) no-repeat bottom left;
    margin: 0px;
}

/* Links  */
a:visited
{
    font: 11pt Papyrus, cursive;
}

/* page header */

div.text_title
{
    font: 20pt Papyrus, cursive;
    text-align: center;
}

div.text_author
{
    font: 8pt Papyrus, cursive;
    text-align: center;
}

/* Post-it link */

img.index_post_it
{
    position: absolute;
    top: 301px;
    left: -31px;
    width: 98px;
    height: 65px;
    z-index: 1;
    border: 0px;
}

img.index_post_it_ext
{
    position: absolute;
    top: 303px;
    left: 70px;
    width: 80px;
    height: 47px;
    z-index: 3;
}

html > body img.index_post_it /* hack firefox */
{
    left: -18px;
}


html > body img.index_post_it_ext /* hack firefox */
{
    left: 85px;
}

div.journal_post_it
{
    position: absolute;
    top: 301px;
    left: -28px;
    width: 98px;
    height: 65px;
    z-index: 1;
    border: 0px;
}

