﻿table {
	/* border-collapse: collapse;
	border: 2px solid #3f7c5f; */
	color: #000;
	background: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}
caption {
	padding: 0 0.6em 0.8em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	color: #000;
	background: transparent;
}
th {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
td {
	border: 1px solid #e0e0e0;
	padding: 0.5em;
}
thead th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	background: #c6d7cf;
}
tfoot td {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	border: 1px solid #e0e0e0;
	text-align: left;
	font-size: 1em;
	background: #e8e8cf;
}
tfoot th {
	font-weight: bold;
}
tbody td a {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody td a:hover {
	background: transparent;
	color: #00c;
	text-decoration: underline;
}
tbody th a {
	background: transparent;
	color: #3f7c5f;
	text-decoration: underline;
	font-weight: bold;
}
tbody th a:visited {
	color: #b98b00;
}
tbody td {
	vertical-align: top;
	text-align: left;
}
tbody th {
	vertical-align: top;
	text-align: left;
}
tfoot td {
	border: 1px solid #996;
}
tbody tr:hover {
	background: #ffffd9;
}
.offerError {
	font-size: 70%;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
