/*---------------
DOM elements
-----------------*/

@page {
  size: 7in 9.25in;
  margin: 27mm 16mm 27mm 16mm;
}

#container {
	font-size: 9pt;
	font-family: arial;
}

#left, #right, div.actions, #catmenu, #topmenu, #pagenumbers, #topnavbar, #auditformselect {
	display: none;
}

div.actions {
	page-break-before: avoid;
}

div.tags {
	page-break-before: avoid;
	page-break-after: avoid;
}

div.contentblock, div.content {
	page-break-inside: avoid;
}

div.contentblock {
	page-break-after: auto;
}

div.content br, div.contentblock h2, div.content div {
	page-break-after: avoid;
	page-break-before: avoid;
	page-break-inside: avoid;
}

span.title {
	margin-right: 10px;
	font-weight: bold;
}

img {
	border: none;
}

#frame {
	border: none;
}

table#auctionresults {
	border: 1px #DDD solid;
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}

table#auctionresults td  {
	border: 1px #999 dotted;
	padding: 2px;
	vertical-align: top;
}

table#auctionresults tr.odd {
	background-color: #DDD;
}

table#auctionresults tr.even {
	background-color: #EEE;
}

table#auctionresults th {
	background-color: #999;
	color: #EEE;
	border: 1px #EEE solid;
	padding: 2px;
}

table#auctionresults th a {
	text-decoration: none;
	color: #EEE;
}