body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.publicPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background: #E1E1E1;
	letter-spacing: 1px;
	text-align: left;
	width: 100%;
	margin: 0px;
}
.pageHeaderLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-color: #E0E0E0;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 12px;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 0px;
	width: 75%;
	margin: 0px;
	float: left;
}
.pageHeaderRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	background-color: #E0E0E0;
	text-align: right;
	vertical-align: baseline;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 0px;
	width: 25%;
	margin: 0px;
	float: right;
}
.pageNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: #F0F0F0;
	text-align: left;
	text-indent: 24px;
	height: 24px;
	padding-top: 6px;
	padding-bottom: 0px;
	width: 100%;
	margin: 0px;
	margin-bottom: 12px;
	clear: both;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
TABLE.adminTable {
	margin-top: 12px;
	margin-left: 24px;
	margin-bottom: 12px;
	border: 1px solid #CCCCCC;
}
FORM {
	margin: 0px;
	padding: 0px;
}
TD.formLabel {
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
A.adminNavLink {
	color: #333333;
	text-decoration: none;
	padding: 14px;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 24px;
}
A.adminNavLink:hover {
	color: #333333;
	text-decoration: underline;
	background: #FAFAFA;
}
A.adminNavLinkActive {
	color: #333333;
	text-decoration: underline;
	background: #EEEEFF;
    padding: 14px;
	padding-top: 5px;
	padding-bottom: 7px;
	height: 24px;
}
TD.formHeader {
	font-size: 14px;
	font-weight: bold;
	background-color: #F0F0F0;
	text-indent: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
INPUT {
	font-size: 12px;
	font-weight: normal;
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
}
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
}
SELECT {
	font-size: 12px;
	font-weight: normal;
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
}
INPUT.error {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #DD0000;
	background: #FFEEEE;
}
TEXTAREA.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #DD0000;
	background: #FFEEEE;
}
SELECT.error {
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #DD0000;
	background: #FFEEEE;
}
TD.formError {
	padding: 0.5em;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	border-bottom: 1px solid #CC0000;
	background: #F0F0F0;
}
TD.colHeader {
	background-color: #F0F0F0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 0.5em;
	padding-bottom: 4px;
	padding-left: 0.5em;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.centered {
	text-align: center;
}
A.colHeader {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
A.colHeader:hover {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	background: #C0C0C0;
}
PRE {
	font-size: 12px;
}

A.closeMessage {
	color: #666666;
	text-decoration: none;
}

A.closeMessage:hover {
	color: #AA0000;
	text-decoration: underline;
}

#sessionMessageContainer {
	position: absolute;
	height: 80px;
	width: 448px;
	background: #F0F0F0;
	border: 1px solid #AA0000;
	left: 12px;
	top: 12px;
	display: none;
}
#sessionMessageHeader {
	width: 418px;
	float: left;
	border-bottom: 1px solid #AA0000;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
}
#sessionMessageCloseBox {
	width: 10px;
	float: right;
	padding: 2px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #AA0000;
}
#sessionMessageContent {
	width: 406px;
	font-size: 12px;
	padding: 8px;
	clear: both;
	text-align: center;
	vertical-align: middle;
}
.lotHeader {
	padding: 4px 12px;
	font-size: 12px;
	font-weight: bold;
	background: #C0C0C0;
	color: #333333;
}
.lotText {
	font-size: 12px;
	padding: 0.5em;
	text-align: justify;
}
.lotImageThumbnail {
	margin-bottom: 4px;
	cursor: pointer;
}
TD.imageLotHolder {
	padding: 0px;
}
TABLE.imageLotHolder {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
TD.lotImageCell {
	width: 120px;
	text-align: center;
}
TD.lotImageTextCell {
	font-size: 12px;
	padding: 0.5em;
	text-align: justify;
}

.baseBorder {
	border-bottom: 1px solid #C0C0C0;
}
INPUT.200pxWide {
	width: 200px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	background: #F0F0F0;
	padding: 4px;
}
