/* come here fat cat!  Sep 2001-Mar 13, 2012 */

/*
body { 
	font-size:13px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
} */

/*Links*/
a:link, a:visited {
	text-decoration: none;
}
	
/* td {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
} */

th {
/*	font-family: verdana, tahoma, arial;
	font-size: 13px; */
	background-color: navy;
	color: white;
}	

/*
h1 {
	font-family: verdana, tahoma, arial;
	font-size: 20px;
} */

#tsh
{
/*	font-family: verdana, tahoma, arial;
	font-size: 13px; */
	background-color: maroon;
	color: white;
}

#ttotal
{
/*	font-family: verdana, tahoma, arial;
	font-size: 11 px; */
	background-color: black;
	color: white;
}

#treporttotal
{
	border-top: 1px solid black;
}
/*
input {
	font-family: verdana, tahoma, arial;
}

select {
	font-family: verdana, tahoma, arial;
}
*/
#tdcode {
	font-family: consolas, courier new;
	font-size: 12px;
}

#tddata
{
/*	font-family: verdana, tahoma, arial;
	font-size: 12px; */
	color: blue;
}

#tdreport
{
	font-family: times new roman, serif;
	font-size: 16px;
}

#tdreportdata 
{
	font-family: times new roman, serif;
	font-size: 16px; 
	font-weight: bold;
}
#tdaddress
{
	font-family: consolas, courier new;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
}

#tshreport
{
	font-family: times new roman;
	font-size: 16px;
	border-bottom: 1px solid black;
	vertical-align: bottom;
	font-weight: bold;
}

#reportheader {
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}	


#recapheader
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: arial;
	font-size: 8px;
	vertical-align: top;	
}

#recapheaderdata
{
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: courier new;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
}

#recapfullborder
{
	border: 1px solid black;
	font-family: courier new;
	font-size: 16px;
	
}

#tdtotalreport
{
	font-family: times new roman;
	font-size: 14px;
	border-top: 1px solid black;
	font-weight: bold;
}

#copyright
{
	font-family: verdana, tahoma, arial;
	font-size: xx-small;
	color: DDDDDD;	
}

#error
{
	font-family: verdana, tahoma, arial;
	font-size: 11 px;
	color: white;	
	background-color: red;
}
#warning
{
	font-family: verdana, tahoma, arial;
	font-size: 11 px;
	color: black;	
	background-color: yellow;
}
#success
{
	font-family: verdana, tahoma, arial;
	font-size: 11 px;
	color: black;
	background-color: cyan;
}

@media print {
	/* @page { 
		margin: 0.5; 
	} */
	h2 {
		page-break-before: always;
	}
}