/* CSS Document */

/* Index: Global, Layout Divs, Navigation, Breadcrumbs, Forms, Tables, Custom */
/* ------------------------------------------------------------------ */
/* =GLOBAL */

html {
	background-image: url(/images/bg.gif);
}
body {
	font-family: Verdana, Arial, Trebuchet MS, verdana, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	background: url(/images/background.jpg) repeat-y center top;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #D6381F;
	text-align: left;
	text-transform: uppercase;
	margin: .2em 0 .4em;
}
h2 {
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #000047;
	text-align: left;
	margin: .6em 0 .1em;
}
h3 {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #1A578A;
	margin: .6em 0 .4em;
}
p, .md, p.md, a.md:link, a.md:visited, a.md:hover {
	font-size: 12px;
	line-height: 16px;
	margin: .4em 0 .3em;
	text-align: left;
}
a:link, a.md:link, a:visited, a.md:visited {
	color: #2B74A4;
	text-decoration: underline;
}
a:hover, a.md:hover {
	color: #ED1C24;
	text-decoration: none;
}
.sm, p.sm {
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}
a.sm:link, a.sm:visited, a.sm:hover {
	font-family: Arial, Verdana, Trebuchet MS, verdana, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
}
a.sm:link, a.sm:visited {
	font-weight: bold;
	color: #000047;
	text-decoration: underline;
}
a.sm:hover {
	font-weight: bold;
	color: #D6381F;
	text-decoration: none;
}
.lg, p.lg, a.lg:link, a.lg:visited, a.lg:hover {
	font-size: 14px;
	line-height: 18px;
}
a.lg:link, a.lg:visited {
	font-weight: bold;
	color: #D2C490;
	text-decoration: underline;
}
a.lg:hover {
	color: #ED1C24;
	text-decoration: none;
}
hr {
	height: 1px;
	color: #333333;
	background-color: #333333;
	width: 100%;
	margin: 0;
}
.hidden {
	display: none;
}
.error1 {
	font-size: 14px;
	line-height: 17px;
	color: #E7EFE9;
	font-weight: bold;
	text-align: center;
	border: 1px solid #333333;
	background-color: #ED1C24;
	display: block;
	width: 50%;
	padding: 6px 8px;
	margin: 6px auto;
}
/* ------------------------------------------------------------- */
/* =LAYOUT DIVS */
#header {
	width: 960px;
	height: 124px;
	margin: 0 auto;
	padding: 0;
}
#nav {
	width: 960px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto 30px;
	padding: 0;
}
#content {
	float: left;
	width: 720px;
	margin: 8px auto 0;
	padding: 0 0 15px 15px;
	}
#sidenav {
	float: left;
	width: 154px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(/images/alert.jpg) no-repeat;
}
#clear {
	clear: both;
}
#rule {
	clear: both;
	width: 960px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
	background-color: #cccccc;
}
/* ------------------------------------------------------------- */
/* =NAVIGATION */
#footer {
	clear: both;
	width: 960px;
	height: 32px;
	margin: 0 auto;
	background: url(/images/footer.gif) no-repeat center top;
}


/* ------------------------------------------------------------- */
/* =BREADCRUMBS */
/* ------------------------------------------------------------- */
/* =FORMS */
/* ------------------------------------------------------------- */
/* =TABLES */
/* ------------------------------------------------------------- */
/* =CUSTOM */
/* =photo with caption */
#box {
	float: center;
	margin: 15px 0;
	padding: 0px;
	border: 1px solid #333333;
	display: block;
	background-color: #ffffff;
}
#photo {
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 4px;
	border: 1px solid #333333;
	display: block;
	background-color: #ffffff;
}
#photo p {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}
.button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #D6381F;
	border: 1px #000000 solid;
}

.required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
	vertical-align: text-top;
}
/* ------------------------------------------------------------------ */
/* VIHN AUCTION FEATURE STYLES - IF NO FEATURES PLEASE REMOVE ------- */
.featurelayout {
	color: #ffffff;
	background-color: #003399;
	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: #C8CEE7;
	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: #101277;
	text-decoration: underline;
	text-align: center;
	}
a.caldaysauction:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	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: #F5F6F9;
	}
.colorb {
	background-color: #FCFCEC;
	}
.colorc {
	background-color: #C8DAE8;
	}
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: #101277;
	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: #EAEAEA;
	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;
}
/* ------------------------------------------------------------------ */	
/* VIHN AUCTION MANAGER HOME AUCTIONS AND NEWS --------------------------------- */
.bgcal {
	background-color: #ffffff;
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
	}
.head {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	background-color: #FED734;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid #333333;
	}
.name {
	font-size: 16px;
	color: #D50400;
	font-weight: bold;
	}
.feattext {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	line-height: 20px;
	}
a.featurelink:link, a.featurelink:visited {
	font-size: 12px;
	color: #D50400;
	font-weight: bold;
	text-decoration: underline;
	}
a.featurelink:hover{
	font-size: 12px;
	color: #D50400;
	font-weight: bold;
	text-decoration: underline;
	}
