body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {	color: black; }
a:visited {	color: black; }
a:active {	color: black; }

input.button {
	border: 2px black solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #FFFFFF;
}

input.text, textarea {
	border: 1px black solid;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 10pt;
}

.site_header {
	text-align: center;
	padding-bottom: 15px;
}

.site_header table {
	margin-left: auto;
	margin-right: auto;
}

.page_title {
	font-size: 14pt;
	font-weight: bold;
}

.menubar {
	font-family: arial;
	font-size: 12px;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.content_table {
	border: 1px solid blue;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.content_table_title {
	color: white;
	background-color: blue;
	text-align: center;
	font-weight: bold;
}

.alert_container {
	border: 1px solid orange;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}

.alert_container_content {
	margin: 10px;
}

.alert_container_title {
	color: white;
	background-color: orange;
	text-align: center;
	font-weight: bold;
}

.auction_table th, .bid_table th {
	white-space: nowrap;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	text-decoration: underline;
}

.bid_table th {
	width: 33%;
}

.extraspacing td {
	padding-left: 8px;
	padding-right: 8px;
}

.auction_table td, .bid_table td
{
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.auction_id_cell
{
	text-align: center;
}

td.auction_title_cell
{
	padding-bottom: 5px;
	white-space: normal !important;
}

td.auction_title_cell a
{
	text-decoration:none;
}

td.auction_title_cell a:hover
{
	text-decoration:underline;
}

.auction_time_left_cell
{
	font-size: 8pt;
}

.auction_price_cell
{
	font-size: 8pt;
}

.bid_status_cell
{
	font-size: 8pt;
	white-space: normal !important;
	padding-bottom: 5px;
}

.redtext
{
	color: red;
}

.greentext
{
	color: green;
}

.copyright
{
	font-size: 8pt;
	text-align: center;
}

p
{
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

li
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	font-size: 11pt;
}

pre
{
	margin-left: 10px;
	margin-right: 10px;
}

.b
{
	font-weight: bold;
}

.em
{
	font-style: italic;
}

.right
{
	text-align: right;
	width: 25%;
}

.left
{
	text-align: left;
	width: 75%;
	padding-left: 10px;
}

.num_bids_cell
{
	text-align: center;
}

.param
{
	text-transform: uppercase;
	font-weight: bold;
}
