﻿/*  cssMainPrint.css
    Created by Mo4Jo iT-Solutions http://www.mo4jo.at
    v1.00 | 2012-10-03
	v1.01 | 2012-10-11	.tddBcod (new)
	v1.02 | 2012-10-12	.tddBcd (css class name changed from .tddBcod)
*/

/*
    Cascading Stylesheet for print.
    Note: Contains only the distinctions between screen and print. 
*/

/**************************************************************/
/*                                                            */
/*                      P R I N T                             */
/*                                                            */
/**************************************************************/

/*************************************
  ROOT and BODY
 *************************************/

body
{
    background-color: #fff;
	color: #000;
}

/*************************************
    TAGS
 *************************************/

/* -----------------------------
    links
   ----------------------------- */
a
{
    color: #000;
    text-decoration: underline;
}

/**************************************************************/
/* Table                                                      */
/**************************************************************/

/* ------------------------
    Table cell data details
   ------------------------ */
.tddBcod /* barcode */
{
	text-align: center;
	background-color: transparent;
	font-family: "Free 3 of 9", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 500%;
}

/*************************************
    Footer
 *************************************/
#pageFooter
{
    height: 0;
}

/**********************************/
/*                                */
/*            REPORTS             */
/*                                */
/*          body.report           */
/*                                */
/**********************************/
/* specific styles for HTML reports */

body.report
{
}

    .report #btnBackHeader 
    {
        display: none;
    }