/**
 * Extended stylesheet for Flash views
 * Based on 2009_reizen.css and 2009_junior.css
 */

html, body { margin: 0; padding: 0; border: 0; height: 100%; }
html { background: white url(/assets/djoserjunior_2012/images/default/bg_total.jpg) repeat left top; }
body { font: normal .7em/1.4em Arial, Helvetica, sans-serif; color: black; }

/* links */
a, a:link { color: #375d85; text-decoration: none; font-weight: bold; }
a:visited { color: #375d85; }
a:active { color: #d05537; }
a:hover { color: #d05537; }

object { margin: 0; }

#body { display: block; height: 100%; background-color: transparent; background-repeat: no-repeat; background-position: left top; }
body>#body { height: auto; min-height: 100%; }
    #container { }
        #body>#container { border-top: 1px solid white; }

        #content { margin: 0; padding: 0; text-align: center; }

#closeBtn { z-index: 10; position: absolute; right: 0; bottom: 0; width: 155px; height: 75px; background-position: center center; background-repeat: no-repeat; }
    #closeBtn a { display: block; padding-right: 20px; font-weight: bold; }
        #closeBtn a:hover { cursor: pointer; }
    #closeBtn a#download { margin-top: 20px; background: transparent url(/swf/photoalbum/assets/skins/pdf.gif) no-repeat 90% 50%; }
    #closeBtn a#close { margin-top: 10px; background: transparent url(/swf/photoalbum/assets/skins/close.gif) no-repeat 90% 50%; }

#closepopup { cursor: pointer; }

.nodisplay { display: none; }
