
div {
	background-color: transparent;
}

div#OuterDiv {
	text-align: left;
	border: 2px solid #4297d7;
	background-color: #f6f8f7;
	min-width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: white;
	padding: 0px;
	/*** IE HACKS ***/
	zoom: 1;
	*display: inline;
	/*** END IE HACKS ***/
}

div#HeaderDiv {
	width: 100%;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 1px;
}

div#MainDiv {
	clear: both;
}

div#FooterDiv {
	width: 100%;
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	border-top: 1px solid #4297d7;
}

div#NavDiv {
	width: 100%;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 5px;
	margin-right: 5px;
	margin: 0px;
	border: none;
	border-bottom: 1px solid #4297d7;
}

div#NavDiv a {
	min-width: 45px;
	display: inline-block;
	overflow: hidden;
	color: black;
	font-weight: bold;
}

div#ContentDiv {
	/*overflow: hidden; */
	min-height: 400px;
	padding-top: 10px;
	width: auto;
}


table caption {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

table.DataTable {
	border: 1px solid #CCCCCC;
}

.EvenRow {
	/* background: rgb(230, 230, 240); */
	background: rgba(0, 0, 15, 0.15);
}

.OddRow {
	
}

div.OuterManifestBox {
	min-height: 180px;
}

table.ManifestTable {
	width: 100%;
}

table.ManifestRowTable {
	width: 100%;
	border-bottom: 2px solid black;
	border-collapse: collapse;
	margin-bottom: 12px;
}

table.ManifestRowTable>td {
	border-bottom: 1px solid #BBBBBB;
	border-collapse: collapse;
}

/* make the title columns right aligned*/
table.ManifestRowTable>tbody>tr>td:nth-child(2n-1) {
	text-align: right;
	font-weight: bold;
}

table.ManifestPrintTable {
	width: 100%;
	background: white;
	border-bottom: 2px solid black;
	border-collapse: collapse;
	margin-bottom: 12px;
	page-break-inside: avoid;
	text-align: left;
}

table.ManifestPrintTable th {
	font-weight: bold;
	text-align: left;
}

table.ManifestPrintTable td {
	border-bottom: 1px solid #BBBBBB;
	border-collapse: collapse;
}

div.ManifestButtons {
	display: block;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 10px;
}

div.ManifestRejectBox {
	display: none;
	padding: 1px;
	border: 2px solid #999999;
	margin: 1px;
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	background-color: #CCCCCC;
	z-index: 10;
	text-align: center;
}

div.VerificationButtons {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
}

div.VerificationSection {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid black;
	padding: 0px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.VerificationSectionHeader {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
}

table#VerificationRunsList {
	border-collapse: collapse;
}

table#VerificationRunsList td {
	border-bottom: 1px solid #d0e5f5;
}

table.VerificationRunTable {
	border-collapse: collapse;
}

table.VerificationRunTable td {
	border: 1px solid #d0e5f5;
}

table.VerificationTable {
	width: auto;
	border-collapse: collapse;
	border: 1px solid #d0e5f5;
	text-align: left;
	margin: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.VerificationTable>tbody>tr:nth-child(2n-1) {
	background-color: #d8e7f3;
}

table.VerificationTable>tbody>tr:nth-child(2n) {
	background-color: white;
}

table.VerificationTable td {
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid black;
	padding: 2px;
	min-width: 45px;
}

table.VerificationTable th {
	text-align: center;
	border-bottom: 2px solid black;
	border-right: 1px solid #AAAAAA;
	background-color: white;
	padding: 2px;
	min-width: 45px;
}

div.VerificationSaveBar {
	text-align: center;
	background-color: white;
	padding: 2px;
}

a {
	color: #FF6600;
	font-weight: normal;
}

.errorMsg {
	font-weight: bold;
	color: red;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	text-align: center;
	padding-top: 10%;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.80);
	color: white;
	font-weight: bold;
	font-size: 16px;
}

div.pager {
	width: 100%;
	text-align: center;
	margin: 4px;
	background: transparent;
}

@media print {
	body {
		background-color: transparent;
		color: #000000;
		font-size: 12px;
		margin: 0 0 0 0;
		font-family: arial, verdana, helvetica, sans-serif;
	}
	div#OuterDiv {
		border: none;
		width: 100%;
	}
	div#HeaderDiv {
		width: 100%;
		clear: both;
		padding: 1px;
		margin: 0px;
		border-bottom: 1px solid #DDDDDD;
	}
	div#MainDiv {
		width: 100%;
	}
	div#FooterDiv {
		width: 100%;
		text-align: center;
		clear: both;
		font-size: 10px;
		border-top: 1px solid #DDDDDD;
	}
	div#NavDiv {
		display: none;
	}
	table caption {
		font-size: 16pt;
		font-weight: bold;
		text-align: center;
	}
	table.ManifestTable {
		width: 100%;
	}
	table.ManifestRowTable {
		width: 100%;
		border-bottom: 2px solid black;
		border-collapse: collapse;
		margin-bottom: 12px;
	}
	table.ManifestRowTable td {
		border-bottom: 1px solid #BBBBBB;
		border-collapse: collapse;
	}

	/* make the title columns right aligned*/
	table.ManifestRowTable td:nth-child(2n-1) {
		text-align: right;
		font-weight: bold;
	}
	div.ManifestButtons {
		display: none;
	}
}