body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#FFFFFF;
}
#Container-Hdr {
	display: none;
}
#SideBar {
	display: none;
}
div#footer {
	display: none;
}
div#contentInfo {
	display: none;
}
.paginationstyle{ /*Style for demo pagination divs*/
	display: none;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}



body {
 font-family: Verdana;
}
a {
 color: #f00;
}
.table {
	display: block;
	padding: 0;
}
.table .th {
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	width: 99%;
	border: .25px solid #f00;
	padding-left: 4%;
}
.table .th.category {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	width: 99%;
	padding-left: 4%;
	display: inline !important;
}
.table .th.noprint {
	display: none;
}
.table .tr:nth-child(odd) {
 background-color: #eee;
}
.table .tr {
	background-color: #eee;
	color: #000;
	list-style-type: none;
	margin: 0;
	width: 99%;
	border: .25px solid #f00;
	padding-left: 4%;
	border-top-color: #FFFFFF;
	display: inline !important;
}

.table .tr.odd {
	background-color: #CCCCCC;
	display: inline !important;
}

.table .td {
	float: left;
	width: 18%;
	padding-left: 2%;
	list-style-type: none;
	line-height: 1.5em;
	border-style: solid;
	border-width: 0.5px;
	border-top-style: none;
	font-size: 12px;
}

.table .td.item {
	width: 45%;
}

.table .td.amt {
	text-align: right;
	padding-right: 2%;
	width: 15%;
}
.noprint {
	display: none;
}
#printFooter {
	font-family: Verdana;
	text-align: center;
	font-size: 16px;
}
.paginator {
	display: none;
}
