/* CSS for print media, it should hide some elements
   like navigation and context boxes */

body {
    height: auto;
    width: auto;
    background-color: white;    
}

#nav,
#topMenu {
    display: none;
}

.bodyContent {
    width: auto;
}

a {
    color: Black !important;
    padding: 0 !important
}
                                                                                                                                                                 
a:link, a:visited {
    color: #520;
    background: transparent;
    text-decoration: underline;
}

h1, h2, h3, h4, h5 {
    border-bottom: 1px solid black;
}
                                                                                                                                                                 
#content a:link:after,
#content a:visited:after {
   content: " ( " attr(href) " ) ";
}

/* main template print styles */
#container {
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    padding-top: 0;
    margin-top: 0;
}
#navigationBox,
#footerBox ,
#bottomBar,
#contextBox {
    display: none;
}
#topBox {
    position: static;
    width: auto;
    background-color: white;
    color: black;
    border: none;
}
#topBar div.portalMessage {
    display: none;
}

#topBar div.logo,
#topBar div.navItems,
#topBar div.editItems,
#topBar div.logoutItem {
    display: none;
}

#headerBox {
    position: static;
    text-align: left;
    height: auto;
    width: auto;
    background-color: white;
    border: none;
}
div.documentDescription {
    width: auto;
    font-family: Arial, sans-serif;
}
div.documentDescription h1 {
    position: static;
    color: #6b82a0;
    font-size: 20px;
    font-weight: normal;
    width: auto;
}
div.documentDescription span.descShadow {
    display: none;
}
div.documentDescription span.desc {
    position: static;
    color: #fdd149;
    font-size: 16px;
    font-weight: bold;
    width: auto;
}
#contentBox {
    position: static;
    width: auto;
    height: auto;
    background-color: white;
    background-image: none;
    border: none;
}

/* popup template print styles */
#popupContainer {
    background-color: white;
    color: black;
    background-image: none;
    height: auto;
    width: auto;
}
#popupHeaderBox {
    display:none;
    position: static;
}
#popupHeaderBar {
    display: none;
    position: static;
}
#popupContentBox {
    position: static;
    width: auto;
    height: auto;
    background-color: white;
    padding: 1em;
}
#popupContentTitle {
    padding-left: 0px;
    line-height: 1em;
    color: #103463;
    font-size: 2em;
}
