﻿
@media print {

	.smallSearchCriteriaContainer a, .smallSearchCriteriaContainer input[type=submit], #footer, .smallSearchCriteriaContainer br, div.dropdown, table.turtle input[type=checkbox] {
		display: none;
	}

	.smallSearchCriteriaContainer {
		float: none;
		padding-right: 0px;
	}


	.pexLabel {
		font-weight: normal;
	}

	.pexSmallLabel {
		font-size: 1em;
		width: 190px;
		padding-right: 2px;
		float: left;
		display: block;
		margin-bottom: 0px;
		font-weight: normal;
	}

	.pexSmallTextBox {
		font-size: 1em;
		float: left;
		margin-top: 3px;
		border: none 0px;
	}

	.pexSmallDropDownList {
		font-size: 1em;
		float: left;
		margin-top: 3px;
		border: none 0px;
	}

	select::-ms-expand {
		display: none;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
	}

	.pexSmallCheckBox {
		font-size: 1em;
		float: left;
		margin-top: 3px;
	}


	table.turtle {
		width: 100% !important;
		border-collapse:collapse;
	}

		table.turtle tr {
			background-color: white;
		}

			table.turtle tr.alt {
				background-color: white;
			}

			table.turtle tr th, table.turtle tr:first-child th:first-child, table.turtle tr:first-child th:last-child {
				color: black;
				border: solid 1px black;
				border-radius: 0px;
				font-weight: bold;
			}

			table.turtle tr td, table.turtle tr td:first-child, table.turtle tr td:last-child, table.turtle tr:last-child td {
				color: black;
				border: solid 1px black;
				border-radius: 0px;
			}

				table.turtle tr td a {
					font-weight: normal;
					text-decoration: none;
				}

		table.turtle td {
			font-size: 10px;
		}
}
