/* CSS Document */
.color1 {background-color: #333333;} /* dark */ 
.color2 {background-color: #ffffff;} /* light */
.color3 {background-color: #1A5E53;} /* primary */
.color4 {background-color: #298456;} /* secondary */
.color5 {background-color: #024893;} /* highlight */
.color6 {background-color: #F5F5F5;} /* bg */

/* STANDARD SITE STYLES --------------------------------------------- */
body, html	{
	margin: 0px;
	padding: 0px;
	background: #1A5E53;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p, ul, li, ol, dl, dt {
	font-size: 12px;
	color: #333333;
	}
h1 {
	font-size: 20px;
	color: #1A5E53;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}
h2 {
	font-size: 16px;
	color: #993300;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h3 {
	font-size: 14px;
	color: #1A5E53;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h4 {
	font-size: 15px;
	color: #1A5E53;
	margin: 0px;
	padding: 10px 0px 5px;
	}
.sm {
	font-size: 11px;
	color: #333333;
	}
.md	{
	font-size: 12px;
	color: #333333;
	}
.lg	{
	font-size: 14px;
	color: #333333;
	}
a.sm:link, a.sm:visited {
	font-size: 11px;
	color: #1A5E53;
	text-decoration: underline;
	}
a.sm:hover {
	font-size: 11px;
	color: #993300;
	text-decoration: none;
	}
a.md:link, a.md:visited, a:link, a:visited {
	font-size: 12px;
	color: #1A5E53;
	text-decoration: underline;
	}
a.md:hover, a:hover {
	font-size: 12px;
	color: #993300;
	text-decoration: none;
	}
a.lg:link, a.lg:visited {
	font-size: 14px;
	color: #1A5E53;
	text-decoration: underline;
	}
a.lg:hover {
	font-size: 14px;
	color: #993300;
	text-decoration: none;
	}

.formarea, .textarea {
  	border: #333333 1px solid;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	font-style: normal;
  	color: #333333;
		background-color: #ffffff;
  	text-decoration: none;
}
.button {
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	background-color: #993300;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
}


/* ------------------------------------------------------------------ */
/* CUSTOM STYLES */
.date {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	}
/* =copyright */
#copyright, #copyright p, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright sup {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ffffff;
margin: 0px 12px 12px;
padding: 0px 0 6px;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
margin: 0px;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #FFF7DB;
text-decoration: underline;
margin: 0px;
}
#copyright a:hover {
font-weight: bold;
color: #FFF7DB;
text-decoration: none;
margin: 0px;
}
.black {
background-color: #000000;
	}
.lgreen {
background-color: #CDE3DF;
	}
h5 {
	font-size: 14px;
	color: #1A5E53;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
p.sm { font: normal 10px Verdana, Arial, Helvetica, sans-serif; color: #000000; text-transform: none; text-decoration: none;}
p.md { font: normal 12px Verdana, Arial, Helvetica, sans-serif; color: #000000; text-transform: none; text-decoration: none;}
p.lg { font: normal 14px Verdana, Arial, Helvetica, sans-serif; color: #000000; text-transform: none; text-decoration: none;}
a.nav:link { font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #FFF7DB; text-transform: none; text-decoration: underline; }
a.nav:visited { font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #FFF7DB; text-transform: none; text-decoration: underline; }
a.nav:hover { font: bold 10px Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; text-transform: none; text-decoration: none; }

/* ------------------------------------------------------------------ */
/* VIHN AUCTION FEATURE STYLES - IF NO FEATURES PLEASE REMOVE ------- */
.featurelayout {
	color: #ffffff;
	background-color: #298456;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	width: 100%;
	padding: 5px 10px 5px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	}
.featurecontent {
	background-color: #ffffff;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 1px;
	border-color: #333333;
	width: 100%;
	padding: 5px 10px 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
a.monthnext:link, a.monthnext:visited {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}
a.monthnext:hover {
	font-size: 10px;
	font-weight: bold;
	color: #024893;
	text-decoration: underline;
	}
.caldaysauction {
	font-size: 11px;
	color: #333333;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	}	
a.caldaysauction:link, a.caldaysauction:visited  {
	font-size: 11px;
	font-weight: bold;
	color: #1A5E53;
	text-decoration: underline;
	text-align: center;
	}
a.caldaysauction:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #298456;
	text-decoration: underline;
	text-align: center;
	}
.textarea2 {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	}
/* ------------------------------------------------------------------ */
/* VIHN AUCTION MANAGER SITE STYLES --------------------------------- */
.borderlist {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
.border {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	}
.borderdetail {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #ffffff;
}
.colora {
	background-color: #F5F5F5;
	}
.colorb {
	background-color: #ffffff;
	}
.colorc {
	background-color: #F4D591;
	}
a.tab:link, a.tab:visited {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	}
a.tab:hover {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A5E53;
	text-decoration: underline;
	}
.tabbg {
	background-image: url(/images/auction_elements/tab_bg.gif);
	background-repeat: repeat-y;
	}
.tabon {
	background-image: url(/images/auction_elements/tab_on.gif);
	height: 34px;
	padding-left: 6px;
	padding-right: 4px;
	background-repeat: no-repeat;
	}
.taboff {
	background-image: url(/images/auction_elements/tab_off.gif);
	height: 34px;
	padding-left: 6px;
	padding-right: 4px;
	background-repeat: no-repeat;
	}
/* ------------------------------------------------------------------ */	

