/* CSS Document */
html
{
	background-color: #c0c0c0;
}

/* BODY tag in EditorStyles.css */

img
{
	border: none;
}

a
{

	color: #225992;
	font-weight:bold;
	text-decoration: underline;
}

a:hover
{
	color: #404CBE;
	font-weight:bold;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	background-color: #d6d6d6;
	color: #d6d6d6;
}

.errorText
{
	background-color: #ee2130;
	color: #ffffff !important;
}

.centerText
{
	text-align: center;
}

#header
{
	text-align: left;
}

#headerLogin
{
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
}

#headerLogin a
{
	color: #ffffff;
	text-decoration: none;
}

#headerLogin a.active
{
	color: #B2BFE4;
}

#headerLogin a:hover
{
	color: #B2BFE4;
	text-decoration: none;
}

#headerContact
{
	color: #225992;
	font-size: 0.8em;
	font-weight: bold;
}

#headerContact a
{
	color: #225992;
	text-decoration: underline;
}

#headerContact a:hover
{
	color: #404CBE;
	text-decoration: underline;
}

#content
{
	background-color: #ffffff;
}

#centeredContent
{
	text-align: center;
}

#leftColumn .contentText
{
	color: #002442;
	font-size: 0.8em;
}

#leftColumn .contentText a
{
	color: #225992;
	text-decoration: underline;
}

#leftColumn .contentText a:hover
{
	color: #404CBE;
	text-decoration: underline;
}

#footerMenu
{
	color: #ffffff;
	font-size: 0.8em;
}

#footerMenu a
{
	color: #ffffff;
	text-decoration: none;
}

#footerMenu a.active
{
	color: #B2BFE4;
	text-decoration: none;
}

#footerMenu a:hover
{
	color: #B2BFE4;
	text-decoration: none;
}

#footerLinks
{
	color: #666666;
	font-size: 0.75em;
}

#footerLinks a
{
	color: #666666;
	text-decoration: none;
}

#footerLinks a:hover
{
	color: #ee2130;
	text-decoration: underline;
}

/* GENERAL TITLES */
span.boxHeading2
{
	font-size: 0.9em;	/* displayed at 18px */
	font-weight: normal;
	color: #ffffff;
}
span.boxHeading2 a
{
	font-size: 0.9em;	/* displayed at 18px */
	font-weight: normal;
	color: #ffffff;
	text-decoration:none;
}
span.boxHeading2 a:hover
{
	font-size: 0.9em;	/* displayed at 18px */
	font-weight: normal;
	color: #CBDBFA;
	text-decoration:none;
}
/* NEWSLETTER BOX */
#newsletterBox
{
	background-color: #ffffff;
	border-color: #d0d2d1;
}

#newsletterEmail
{
	background-color: #ebebeb;
}

#newsletterEmail input
{
	background-color: #ebebeb;
	color: #949494;
	font-size: 1.1em;
}

/* HOME PAGE "LATEST" AREA */
#latestArea
{
	border-top-color: #d6d6d6;
}

#latestAreaHeader
{
	color: #000000;
	font-size: 1.25em;
	border-bottom-color: #d6d6d6;
}

#latestAreaFooter
{
	color: #225992;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom-color: #d6d6d6;
}

#latestAreaFooter a
{
	color: #225992;
	text-decoration: none;
}

#latestAreaFooter a:hover
{
	color: #404CBE;
	text-decoration: none;
}

#latestAreaFooter a span
{
	font-size: 0.8em;
	text-decoration: none;
}

.latestNewsRow
{
	color: #000000;
	font-size: 0.9em;
	border-bottom-color: #d6d6d6;
}

.latestNewsRow a
{
	font-size: 0.9em;
	color: #404CBE;
	text-decoration: none;
}

.latestNewsRow a:hover
{
	text-decoration: none;
}

.latestAuctionRow
{
	color: #000000;
	font-size: 1.0em;
	border-bottom-color: #d6d6d6;
}

.latestAuctionRowTitle
{
	font-size: 1.1em;
}

.latestAuctionRowDate
{
	font-size: 0.8em;
	color: #e77117;
}

.latestAuctionRow .joinLink
{
	font-size: 0.8em;
}

/* INPUT FORMS */
.inputLabel
{
	font-weight: bold;
}

.inputBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.inputBoxLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.mandatoryField
{
	font-size: 1.0em;
	font-weight: bold;
	vertical-align: top;
}

.valSumIcon
{
	color: #ff0000;
	font-weight: bold;
}

/* NEWS DETAIL */
#newsDetailTitle
{
	color: #404CBE;
	font-size: 1.2em;
}

#newsDetailLinks
{
	color: #404CBE;
}

#newsDetailLinks a
{
	color: #404CBE;
	text-decoration: none;
	font-size: 0.9em;
}

#newsDetailLinks a:hover
{
	color: #023962;
	text-decoration: none;
}

/* TESTIMONIAL LIST */
.testimonialListBy
{
	font-weight: bold;
	font-style: italic;
}

/* NEWS ARTICLES */
.newsTopic
{
	font-weight: bold;
}

.newsArticleRow hr
{
	background-color: #003a62;
	color: #003a62;
}

.newsArticleRowPreviewImage img
{
	border-color: #28c4d8;
}

.newsArticleRowTextIntro
{
	color: #28c4d8;
	font-weight: normal;
}

.newsArticleRowTitle
{
	color: #404CBE;
	font-weight: normal;
	font-size: 1.1em;
}

.newsArticleRowTitle a
{
	color: #2259A5;
	text-decoration: none;
}

.newsArticleRowTitle a:hover
{
	color: #404CBE;
	text-decoration: none;
}

.newsArticleRowLink a
{
	color: #2259A5;
	text-decoration: none;
	font-size: 0.9em;
}

.newsArticleRowLink a:hover
{
	color: #404CBE;
	text-decoration: none;
}

#newsListPagination .searchNavigationLeft a, #newsListPagination .searchNavigationCenter a, #newsListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #404CBE;
}

#newsListPagination .searchNavigationLeft a:hover, #newsListPagination .searchNavigationCenter a:hover, #newsListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #404CBE;
}

/* FAQ LIST */
.faqCategory
{
	font-weight: bold;
}

.faqListQuestion
{
	font-weight: bold;
	color: #2259A5;
	text-decoration: underline;
}


.faqListQuestion a:hover
{
	color: #404CBE;
	text-decoration: underline;
}

#faqListPagination .searchNavigationLeft a, #faqListPagination .searchNavigationCenter a, #faqListPagination .searchNavigationRight a
{
	text-decoration: none;
	color: #2259A5;
}

#faqListPagination .searchNavigationLeft a:hover, #faqListPagination .searchNavigationCenter a:hover, #faqListPagination .searchNavigationRight a:hover
{
	text-decoration: none;
	color: #ffffff;
}

/* INPUT FORMS */

.inputFormLabel
{
	color: #194A8D;
}

.inputFormBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.inputFormBoxLarge
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

.inputFormButton
{
	font-size: 1.0em;
}

/* AUCTION DETAIL */
.auctionDetailRow
{
	font-size: 0.8em;
}

.auctionDetailRow.header
{
	border-bottom-color: #eeeeee;
}

/* LOT SEARCH DETAIL */
.lotSearchDetailRowHeaderAuction
{
	background-color: #215388;
	color: #ffffff;
}

.lotSearchDetailRowHeader
{
	background-color: #215388;
	color: #ffffff;
}

.lotSearchDetailRowBody
{
	background-color: #eeeeee;
}

.lotSearchDetailRowBody .left a
{
	font-size: 0.8em;
}

.lotSearchDetailRowFooter
{
	background-color: #AABFFF;
	color: #ffffff;
}

/* LOT DETAIL */
.lotDetailNote
{
	font-size: 0.8em;
}

.lotBidConfirm
{
	color: #00cc00;
}

.lotBidConfirmError
{
	color: #ff0000;
}

/* BID HISTORY GROUP */
.bidHistoryGroupRowHeader
{
	background-color: #215388;
	color: #ffffff;
}

.bidHistoryGroupRowBody
{
	background-color: #eeeeee;
}

.bidHistoryGroupRowBody .highlight
{
	font-weight: bold;
}

/* BID HISTORY */
.bidHistoryRowHeader
{
	background-color: #215388;
	color: #ffffff;
}

.bidHistoryRowBody
{
	background-color: #eeeeee;
}

.bidHistoryRowBody .highlight
{
	font-weight: bold;
}

/* TIMER STYLE */
.la_TimerStyleSmall
{
	background-color: #ffffff;
	color: #3B5A93;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 0.9em;
	font-weight: bold;
	padding: 3px;
}

.la_TimerStyleSmall span
{
	font-size: 0.8em;
}
