/* 
    Document   : print
    Created on : Nov 3, 2011, 3:34:29 PM
    Author     : chris
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.supersized {
    display: none;
    height: 0px;
}
body {
    background-color: transparent;
}

.nav_dialog  {
    display: none;
}

.nav_dialog, .subpanel_content {
    background-color: white !important;
    color: black;
    position: relative;
    clear: both;
    overflow: hidden;
    height: 100% !important;
    width: 100%;
}

.close_link {
    display: none;
}