/* CSS Document */
/******************************************************************************
/*PURPOSE:  Defines styles for various print-only elements, classes, and ids 
/*
/*PROJ_ID: 7775
/*MODEL:  20100630
/*CHANGE_DESCR:  Corrected styles for login pages.
/*****************************************************************************/

html, body {
	background: White;
	color: Black;
	font-size: 10pt;
	height: auto !important;
	width: auto !important;
}

a {
	color: Blue;
	text-decoration: underline;
}

div#TLHeader {
	display: none  !important;
}

div#actions {
	display: none  !important;
}

div#addemp {
	display: none  !important;
}

div#navboxtop {
	display: none  !important;
}

div#navboxbottom {
	display: none  !important;
}

div#savebottom {
	display: none  !important;
}

div#billtable {
	display: none  !important;
}

div#screen {
	display: none  !important;
}
/*7775*/
div#print {
	display: block !important;
}

div#printtable {
	display: block !important;
}

div#printPageHeader {
	display: block !important;
}
/*7775x*/
div#sesvals {
	display: none !important;
}

table {
	display: block;
}

.print {
	display: block !important;
}

.screen {
	display: none !important;
}

.screenmsg {
	display: none !important;
}
