/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body /* These becomes the initial settings for most other elements */
{
    font-family: Tahoma;
    font-size: 0.69em;
    color: #000000;
    background-color: #ffffff;
   	background: none;
    text-align: center; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
}

div#page
{
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
    background: none;
    padding-left: 5px;
    padding-right: 5px;
}

div#page-bg
{
    width: 700px; /* This can be changed to any fixed width if desired */
    margin: 0 auto 0 auto; /* General method for centering content if fixed page width, for other browsers than IE */
    text-align: left; /* Reset IE method for centering page, to stop all other content on the page from centering */
    background: none;
}

div.attribute-header {
	background: none;
}

div.attribute-header h1,
div.attribute-header h1.long
{
	font-family: Arial;
    font-size: 1.55em;
    font-weight: normal;
    background: none;
    color: #7c4e55;
    margin-bottom: 15px;
    height: 26px;
    padding: 8px 0 0 0;
    overflow: hidden;
    text-transform: uppercase;
}

h2.attribute-header-line {
	color: #665d4c;
	font-size: 1.54em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div#usermenu, div#logo, div#toolbar, div#footer-attributes
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

div#columns
{
    padding: 0;
}

div#main-position
{
    margin: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}

