.formBlock
{
	margin-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.formBlock td {
	padding: 0.25em;
}

.formLabel
{
	font-size: 1em; 
	font-weight: bold;
}

.dataTable
{
	width: 100%; 
	border: 1px solid; 
	border-collapse: collapse;
}

.dataTable th
{
	text-align: center; 
	border: 1px solid; 
	border-collapse: collapse;
}

.dataTable th span {
	margin: 0.25em;	
}

.dataTable td {
	text-align: center; 
	border: 1px solid; 
	border-collapse: collapse;
}

.dataTable .txt {
	text-align: left; 
	border: 1px solid black; 
	border-collapse: collapse;
	word-wrap: break-word;
	word-break: break-all;
}

.dataTable .ts {
	white-space: nowrap;
	text-align: center; 
	border: 1px solid; 
	border-collapse: collapse;
}

.dataTable .currency {
	font-family: monospace; 
	font-size: 1.25em;
	text-align: right; 
	border: 1px solid black; 
	border-collapse: collapse;
	padding-right: 0.25em;
}

.dataTable .currencyNeg {
	font-family: monospace; 
	font-size: 1.25em;
	text-align: right; 
	border: 1px solid black; 
	border-collapse: collapse;
	color: red;
	padding-right: 0.25em;
}

.dataTable .btn {
	padding: 0.5em;
}

.dataTable .total {
	text-align: right;
}

.hover-item {
	background-color: white;
}

.hover-item:hover {
	background-color: #AABBCC;
}

.buttons {
	padding-top: 10px;
}

.button-t {
		font-size: 12px;
		font-weight: normal;
		color:#fff;	
		background-color: #03457f;
		padding: 4px 8px;
}
	
.section {
	padding-top: 20px;
}

.table1 {
  width: 100%;
  border-collapse: collapse;
}

.table1, .table1 th, .table1 td {
  border: 1px solid black;
}

/* Set alternating row colors */
.table1 tr:nth-child(odd) {
  background-color: #f2f2f2; /* Light gray for odd rows */
}

.table1 tr:nth-child(even) {
  background-color: #ffffff; /* White for even rows */
}

#errors
{
	color:red;
	text-align: left;
	margin-bottom: 1em;
}

#messages
{
	color:blue;
	text-align: left;
	margin-bottom: 1em;
}

.threshold
{
	background-color: salmon;
	border: 1px solid black;
}

.immaterial
{
	background-color: turquoise;
	border: 1px solid black;
}

.both
{
	background-color: orchid;
	border: 1px solid black;
}

.home h2 {
	padding-top: 10px;
}

.inline {
	display: inline;
}

.pb10 {
 	padding-bottom: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.returnLink {
	float: right;
}

.list {
	padding-left: 1.5em;
}

.list label {
	text-align: left; 
	width: 20em; 
	padding-right: 1em;
}

.list input {
	width: 10em;
}

.minorError {
	color: red;
}

.list .total {
	display: inline-block;
	text-align: right; 
	width: 10em; 
	padding-right: 0.5em;
}

#login {
	margin: 0 auto;
}