/* SVN FILE: $Id: print.css 2011 2008-08-19 06:17:13Z teemow $ */
/**
 * GlobalGuest <http://www.globalguest.de/>
 * Copyright (c)    2008, GlobalGuest Germany GmbH
 *                        Frankenwerft 19, 2nd Floor
 *                        50667 Köln - Deutschland
 * 
 * @copyright        Copyright (c) 2008, GlobalGuest Germany GmbH
 * @link             http://www.globalguest.de/
 * @package          platform
 * @subpackage       views.css
 * @since            v 0.0.9-660
 * @version          $Revision: 2011 $
 * @modifiedby       $LastChangedBy: teemow $
 * @lastmodified     $LastChangedDate: 2008-08-19 08:17:13 +0200 (Di, 19. Aug 2008) $
 * 
 * GlobalGuest CSS - Going to print
 *
 */

html {
    background: transparent;
    margin: 0;
    padding: 0;
}

/* Optimized for DIN A4 */
body {
    background: #FFF;
    margin: 0;
    padding: 0;
    width: 21cm;
}

div#logo {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

div#logo img {
    width: 100%;
}

/* Disable areas */
#header,
#login,
#navigation,
#sidebar,
#footer {
    display: none!important;
}

#content .print,
#content .printHint {
    display: none!important;
}

#content .top {
    display: none!important;
}

/* Controle spaces */
div#reservation .head {
    display: none;
}

div#reservation .printhead {
    background: transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 135px;
    width: 100%;
}

* html div#reservation .head {
    overflow: hidden;
    padding: 0;
}

div#gourmettickets h2.title {
    margin: 0 0 0 24px;
    padding: 0;
}

div#reservation div#signature {
    margin: 40px 0 10px 15px;
}

#wrapper,
#content {
    background: transparent;
    border: 0;
    float: none!important;
    margin: 0;
    padding: 0;
    width: auto;
}

#content {
    float: left;
    margin-top: 210px;
}

#content #gourmettickets {
    float: left;
    margin-top: 0;
}

#copyright p {
    margin: 0 0 0 30px;
    text-align: left;
}

/* Controle type */
div#reservation {
    font: 7pt Verdana, Arial, Helvetica, sans-serif;
}

div#reservation h1 {
    border-bottom: 1px solid #A9A9A9;
    font-size: 11pt;
    font-weight: 700;
}

div#reservation .importantNote h2 {
    font-size: 9pt;
}

* html div#reservation .importantNote h2 {
    font-size: 8pt;
}

div#reservation td.newLine {
    border-top: 1px solid #A9A9A9;
}

div#reservation div#signature {
    border-top: 1px solid #969696;
}