﻿/********************************
PRINT STYLING    
*********************************/

@page {
	height: 10.5in;
	width: 8.5in;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 4px 0px;
	background-color: #FFF;
	font-size: 11px;
	line-height: 15px;
}

.printonly { 
    display: block; 
}

.noprint { 
    display: none; 
} 

.datazone { 
    background-color: white; 
}

.page { 
    padding-left: 0px;
}

#wrapper { 
    border: none;
    margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both; 
}

.button, .cancelbutton, .disabledButton {
    display: none;
}

.title {
    font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    border-bottom : 1px dashed #999;
    padding: 3px;
}

a {
    color: #000;
}

.printlogo {
 	margin: 5px;
	padding: 0px;
	position: relative;
	height: 60px;
	width: 100%;
}

#headerTitles {
    padding-bottom: 18px;
}

.tab { /* general tab settings */
	padding: 3px;
	font: 12px Verdana,Arial,helvetica,sans-serif;
	text-decoration: underline;
    font-weight: bold;
}

.selectedTab {
	padding: 3px;
	font: 12px Verdana,Arial,helvetica,sans-serif;
	text-decoration: underline;
    font-weight: bold;
}
#footer {
    font-size: 9px;
}


/**************************************************************************************************
 *  Print grid borders.
 **************************************************************************************************/

table {
    border: 1px solid black;
    border-collapse: collapse;
}

table td {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

table td:first-child {
    border-left: 1px solid black;
}

table td:last-child {
    border-right: 1px solid black;
}


/**************************************************************************************************
 *  Print receipt grids in the correct places.
 **************************************************************************************************/
div.content {
    margin-top: 15px;
    width:700px;
    margin-top: 15px;
    margin-right: 15%;
--    border: thin solid black;
    padding-bottom: 15%;
}

div.leftpanel {
    margin-top: 15px;
    float: left;
    width: 49%;
--    border: thin black solid;
}

div.rightpanel {
    margin-top: 15px;
    float: right;
--    border: thin black solid;
}