/* CSS Document */
.color1 {background-color: #333333;} /* dark */ 
.color2 {background-color: #ffffff;} /* light */
.color3 {background-color: #41609E;} /* primary */
.color4 {background-color: #CC6600;} /* secondary */
.color5 {background-color: #FFDF7B;} /* highlight */
.color6 {background-color: #F1F4FA;} /* bg */
/* ------------------------------------------------------------------ */

/* STANDARD SITE STYLES --------------------------------------------- */
body, html	{
	margin: 0px;
	padding: 0px;
	background: #f0f0f0;
	background-image: url(/images/header/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p, ul, li, ol, dl, dt {
	font-size: 11px;
	color: #333333;
	}
h1 {
	font-size: 17px;
	color: #CC6600;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px;
	}
h2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
	}
h3 {
	font-size: 12px;
	color: #41609E;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
h4 {
	font-size: 13px;
	color: #41609E;
	font-weight: bold;
    text-transform: uppercase;
	background-color: #FFDF7B;
	margin: 0px 0px 4px 0px;
	padding: 2px 5px;
	}
.listdate {
	font-size: 10px;
	color: #666666;
	font-style: italic;
	}
.sm {
	font-size: 10px;
	color: #333333;
	}
.md	{
	font-size: 11px;
	color: #333333;
	}
.lg	{
	font-size: 14px;
	color: #333333;
	}
a.sm:link, a.sm:visited, a:link, a:visited {
	font-size: 10px;
	color: #41609E;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	}
a.sm:hover, a:hover {
	font-size: 10px;
	color: #CC6600;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}
a.md:link, a.md:visited {
	font-size: 11px;
	color: #41609E;
	text-decoration: underline;
	}
a.md:hover {
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
	}
a.lg:link, a.lg:visited {
	font-size: 14px;
	color: #41609E;
	text-decoration: underline;
	}
a.lg:hover {
	font-size: 14px;
	color: #CC6600;
	text-decoration: none;
	}
.formarea, .textarea {
  	border: #333333 1px solid;
  	font-family: Arial, Helvetica, sans-serif;
  	font-weight: bold;
  	font-size: 10px;
  	font-style: normal;
  	color: #333333;
	background-color: #F1F4FA;
  	text-decoration: none;
}
.button {
	border: 1px solid #333333;
	font-weight: bold;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	background-color: #CC6600;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #333333;
	background-color: #333333;
	height: 1px;
}

/* ------------------------------------------------------------------ */
/* CUSTOM STYLES */
#paging {
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding: 0px;
	margin: 10px 0px 10px 0px;
}
#paging a:link, #paging a:visited {
	color: #41609E;
	text-decoration: underline;
	}
#paging a:hover {
	color: #CC6600;
	text-decoration: none;
	}
a.nav:link, a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1F4FA;
	text-decoration: underline;
	}
.nav, a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
h5 {
	font-size: 14px;
	color: #41609E;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
.bgtop {
	background-image: url(/images/header/bgtop.gif);
	background-repeat: repeat-x;
	}
.bgbtm {
	background-image: url(/images/header/bgbtm.gif);
	background-repeat: repeat-x;
	}
.bgfooter {	
	margin: 0px;
	padding: 15px;
	background: #41609E;
	}
/* =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: 0;
padding: 3px 0 0;
}
#copyright sup {
font-size: 6px;
font-weight: bold;
}
#copyright a:link, #copyright a:visited {
font-weight: normal;
color: #FFDF7B;
text-decoration: underline;
}
#copyright a:hover {
font-weight: normal;
color: #F1F4FA;
text-decoration: none;
}

/* =table1 */
#table1 { width: 100%; margin: 0px; padding: 0px;}
#table1 caption { font-size: 14px; font-weight: bold; text-align: left; text-transform: uppercase; padding: 10px 0px 5px;  }
#table1 table, #table1 td { font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11px;border: 1px solid #41609E; border-collapse: collapse; text-transform: capitalize; }
#table1 th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ffffff; background-color: #41609E; border: 1px solid #41609E; border-collapse: collapse; text-transform: capitalize; }
#table1 td { padding: 3px 10px 3px; text-transform: capitalize;}
#table1 tfoot { font-size: 9px; font-weight: normal; background-color: #F1F4FA; text-align: left; }
#table1 a:link, #table1 a:visited {	color: #41609E; text-decoration: underline;  text-transform: capitalize;}
#table1 a:hover { color: #CC6600; text-decoration: none; text-transform: capitalize;}
#table1 a.sort:link, #table1 a.sort:visited { color: #F1F4FA; text-decoration: underline; }
#table1 a.sort:hover { color: #FFDF7B; text-decoration: none; }

/* =search form */
#search { width: 450px; margin: 0 auto;}
#search form { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11px; margin: 0px;}
#search field input { float: right; width: 350px; border: 1px solid #41609E; }
#search fieldset input:hover { border-color: #41609E; }
#search fieldset input:active, #search input:focus { border-color: #41609E; }
#search label, #search label span { display: block; margin-bottom: 5px; margin-right: 2px; }
#search label { float: left; width: 450px; }
#search label span { float: left; width:100px; text-align: right; padding: 2px;}
#search fieldset { background: url(images/x.png) repeat-x; background-color: #F1F4FA; margin: 10px 0px; padding: 10px 0px 10px 0px; border: 1px solid #41609E; overflow: hidden; }

#button input { background-color: #CC6600; border: 2px double #333333; font: bold 11px Arial, Verdana, sans-serif; color: #ffffff; text-transform: uppercase; margin: 0 .25em; }
#button input:hover { background-color: #41609E; }

/* =adsbg */
#adsbg { width: 188px; border: 1px solid #cccccc; margin: 4px 0px; padding: 12px 0px; }

* Double Border Box ------------------------------*/
#box1 {
width: 715px;
margin: 0px auto;
padding: 15px;
background-color: #8EAAD6;
border: 1px solid #41609E;
}
#box2 {
margin: 0px;
padding: 0px 0px 12px 0px;
background-color: #ffffff;
border: 1px solid #41609E;
overflow: hidden;
}
#box2 h1 {
font-size: 15px;
line-height: 17px;
font-weight: bold;
color: #333333;
background-color: #FFDF7B;
text-align: left;
margin: 0px;
padding: 6px 8px;
}
#box2 h2 {
clear: both;
font-size: 14px;
line-height: 16px;
font-weight: bold;
color: #41609E;
text-align: left;
margin: 0px ;
padding: 4px 8px;
}
#box2 h3 {
clear: both;
font-size: 13px;
line-height: 15px;
font-weight: bold;
text-transform: uppercase;
text-align: left;
color: #333333;
background-color: #F1F4FA;
margin: 10px 0px;
padding: 3px 8px 4px;
}
#box2 p {
font-size: 12px;
font-weight: normal;
padding: 0px;
margin: 6px 8px;
}
#box2 a:link, #box2 a:visited {
font-weight: bold;
color: #41609E;
text-decoration: underline;
}
#box2 a:hover {
font-weight: bold;
color: #CC6600;
text-decoration: none;
}
/* 2 Cols ------------------------------*/
#container {
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 12px 0px;
}
#container .col1 {
	float: left;
	width: 170px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 3px 10px 4px 0px;
	}
#container .col2 { 
	float: left;
	width: 520px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 4px 0px 4px 0px;
 height: 1%  /*	Holly hack for Peekaboo Bug */
}

/* ------------------------------------------------------------------ */
/* 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: #F1F4FA;
	}
.colorb {
	background-color: #ffffff;
	}
.colorc {
	background-color: #FFDF7B;
	}
a.tab:link, a.tab:visited {
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
	}
a.tab:hover {
	font-size: 10px;
	color: #41609E;
	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;
	}
/* ASSOCIATION COMMON STYLES */

.borderbackground1 {
	background-color: #8EAAD6;
	border: 1px solid #41609E;
}
.borderbackground2 {
	background-color: #ffffff;
	border: 1px solid #41609E;
}
.displayingbackgroundtop {
	background-color: #B1B1B1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.displayingbackgroundbottom {
	background-color: #B1B1B1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.displayingtext {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.headbackground {
	background-color: #FFDF7B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B1B1B1;
}
.headtext {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.otherbackground {
	background-color: #F7F7F7;
}
.memberpicborder {
	border: 1px solid #666666;
}
/* NO NEED TO CHANGE THESE */
.menuborder {
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.menuborderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666
}
.menuheader {
	background-color: #DFDFDF;
}
.messages {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #339900;
	text-decoration: none;
}
a.messages:link {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #339900;
	text-decoration: underline;
}
a.messages:visited {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #339900;
	text-decoration: underline;
}
a.messages:hover {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
.required {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.error1 {
font-size: 14px;
line-height: 17px;
color: #ffffff;
font-weight: bold;
text-align: center;
border: 1px solid #333333;
background-color: #CC6600;
display: block;
width: 518px;
padding: 6px 8px;
margin: 6px 0;
}