/* Concord Auction Center */
/* Written by Jeffrey Nichols */

html {
	height: 99%;
}

body {
	height: 99%;
	font-size: large;
}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
}

p {
	padding-left: 1em;
}

pre 
{
  width: 600px;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.highlight {
	color: #ffffff;
	style:
}

.picturetable {
	width: 100%;
	padding: 5px;
	border-spacing: 0px;
	border: 1px;
}

.picturetd {
	border: 1px solid black;
	text-align: center;
}

.emptytd {
	border: 1px solid black;
}

.noimagestd {
	border: 3px solid red;
	text-align: center;
}

.auctionTitle {
	font-size: x-large;
	text-align: center;
}

.auctionLinks {
	text-align: center;
}

.noborder { 
	border-width: 0px;
}

.auctionDate {
  padding: 0em 3em;
}

.auctionType {
  padding: 0em 3em 1.5em;
}

#mainTable { /*<table>*/
	height: 100%;
	border-spacing: 0px;
	padding: 0px;
}

#titleCell { /*<td>*/
	border-spacing: 0px;
	height: 1%;
	text-align: right;
}

#bigTitle { /*<div>*/
	text-align: center;
	font-size: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	background-color: black;
	background-image: none;
}

#littleTitle { /*<div>*/
	text-align: center;
	font-size: 38px;
	color: black;
	background-color: white;
	background-image: none;
}

#upperMenu { /*<td>*/
	background-color: #ff9999;
	
	border-spacing: 0px;
	height: 1%;
	
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#lowerMenu { /*<td>*/
	background-color: #9999ff;
	color: blue;
	
	height: 1%;
	
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#content { /*<td>*/
	vertical-align: top;
	
	padding-top: 1em;
	padding-bottom: 1em;
	
	height: 50%;
	
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#tableFooter { /*<td>*/
	height: 1%;

	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black
}

#footerTable { /*table*/

}

#emailCell { /*<td>*/
	text-align: left;
	vertical-align: bottom;
}

#contactCell { /*<td>*/
	text-align: center;
	vertical-align: bottom;
}

#copyrightCell { /*<td>*/
	text-align: right;
	vertical-align: bottom;
}

#emptyRow {
	height: 1em;
	max-height: 1em;
	min-height: 1em;
}
