/* CSS Document */
.color1 {background-color: #333333;} /* dark */ 
.color2 {background-color: #ffffff;} /* light */
.color3 {background-color: #FF0000;} /* primary */
.color4 {background-color: #000099;} /* secondary */
.color5 {background-color: #BAC9FE;} /* highlight */
.color6 {background-color: #EBEBF7;} /* bg */

/* STANDARD SITE STYLES --------------------------------------------- */
body, html	{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/header3/bg.gif);
	}
p, ul, li, ol, dl, dt {
	font-size: 12px;
	color: #333333;
	}
h1 {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}
h2 {
	font-size: 15px;
	color: #000099;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.sm {
	font-size: 9px;
	color: #333333;
	}
.sm {
	font-size: 11px;
	color: #333333;
	}
.md	{
	font-size: 12px;
	color: #333333;
	}
.lg	{
	font-size: 14px;
	color: #333333;
	}
a.xsm:link, a.xsm:visited {
	font-size: 9px;
	color: #FF0000;
	text-decoration: underline;
	}
a.xsm:hover {
	font-size: 9px;
	color: #000099;
	text-decoration: none;
	}
a.sm:link, a.sm:visited {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	}
a.sm:hover {
	font-size: 11px;
	color: #000099;
	text-decoration: none;
	}
a.md:link, a.md:visited {
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
	text-align: left;
	}
a.md:hover {
	font-size: 12px;
	color: FF0000;
	text-decoration: none;
	text-align: left;
	}
a.lg:link, a.lg:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	text-align: left;
	}
a.lg:hover {
	font-size: 14px;
	color: #000099;
	text-decoration: none;
	text-align: left;
	}
.formarea, .textarea {
    border: #333333 1px solid;
    margin: 0px;
    padding: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    font-style: normal;
    color: #333333;
	  background-color: #EBEBF7;
    text-decoration: none
}
.button {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #FF0000;
	border: 1px solid #333333;
	}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
}

/* ------------------------------------------------------------------ */
/* CUSTOM STYLES */
/* =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: bold;
color: #ffffff;
margin: 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
}
#copyright a:link, #copyright a:visited {
font-weight: bold;
color: #EBEBF7;
text-decoration: underline;
}
#copyright a:hover {
font-weight: bold;
color: #EBEBF7;
text-decoration: none;
}
.smwh {
	font-size: 11px;
	color: #ffffff;
	}
p.justify {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	text-align: justify;
	}
.bgtop	{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header3/bgtop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
.bgleft	{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header3/bgleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
.bgbtm	{
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header3/bgbtm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
a.nav:link, a.nav:visited, .nav {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:hover {
	font-size: 10px;
	color: #eeeeee;
	font-weight: bold;
	text-decoration: underline;
	}
h5 {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #000099;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 100%;
		}
/* ------------------------------------------------------------------ */
/* VIHN AUCTION FEATURE STYLES - IF NO FEATURES PLEASE REMOVE ------- */
.featurelayout {
	color: #ffffff;
	background-color: #ff0000;
	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: #BAC9FE;
	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: #FF0000;
	text-decoration: underline;
	text-align: center;
	}
a.caldaysauction:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	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;
	}
.colora {
	background-color: #EBEBF7;
	}
.colorb {
	background-color: #ffffff;
	}
.colorc {
	background-color: #BAC9FE;
	}
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: #FF0000;
	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;
	}
/* ------------------------------------------------------------------ */	
/* VIHN AUCTION MANAGER SITE NEWS STYLES --------------------------------- */
.bgborder1 {
	background-color: #eeeeee;
	border: 1px solid #333333;
}
.bgborder2 {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
.bghead {
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
/* ------------------------------------------------------------------ */