/* Shindler Auctions */
html body {
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: black;
background-color: transparent;
/*text-align: center;*/
}

#plainlink a {text-decoration: none;}
#plaintextlink a {text-decoration: none;}
#plainlogolink a {color: #0a0f53; font-size: 9pt; text-decoration: none; }
#editablelink  a {text-decoration: none; color: black; }

.nc_currentpage {
  color: #000;
}

#footer {
  font-size: 8pt;
}

/* STYLES for Client to use in Content */

.stdcontent {
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: black;
background-color: transparent;
}
.stdcontent_blue {
  color: #00F;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.stdcontent_red {
  color: #F00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.mainheading {
border: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: black;
background-color: transparent;
}
.stdcontent img{
border: none;
}
img{
border: none;
margin-right: 15px;
}
body {
margin: 0;
/*text-align: center;*/
}
.byline{
  font: bold 16pt verdana, arial, helvetica, sans-serif;   
  margin: 5px 0px 5px 0px;
  text-align: center;
  color: #82191E;
}
.red_big_text {
  color: #F00;
  font-size: 22pt;
}
.blue_text {
  color: #00F;
  font-size: 15pt;
}

.black_medium_text {
  font-family: Times New Roman, serif;
  font-size: 13pt;
}

/*  NAV BAR */

#navbar{
width: 1000px;
background-color: white;
font-size: 16px;
}
#navbar ul {
margin: 0;
padding: 0;
text-align: center;
}
#navbar li {
display: inline;
font-weight: bold;
color: #00029A;
}
#navbar a:link, #navbar a:visited {
font-weight: bold;
text-decoration :none;
color: #00029A;
}

#navbar a:hover {
font-weight: bold;
text-decoration :none;
color: black;
}

/*  END NAV BAR */


/* HEADER FOR SITE */
#wrapper {
margin: 0 auto;
width: 1000px;
height: 160px;
background-color: white;
text-align: left;
}
#header {
height: 160px;
}

/* END OF HEADER FOR SITE */

/* CONTENT */
#content {
width: 1000px;
background:white;
overflow: hidden;
text-align: center;
}

#maincontent_cms {
padding-left: 25px;
width: 800px; 
text-align: left;
margin: 0 auto;
}

/* MAIN CONTENT FOOTER */
# main_footer {
clear: both;
padding-top: 20px;
margin-left: 170px;
}

#footerany {
clear: both;
}
.footerleft{
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
float: left;
margin-left: 20px;
margin-top: 5px; 
}

.footerright{
color: black;
font-style: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
float: right;
margin-right: 20px;
margin-top: 5px; 
margin-bottom: 5px;
}

/* ZOOMER STYLES */
#ShadowBox {
  background-color: #fff;
}

  /* TD - Title Cell */
#ZoomCaption {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: Helvetica;
  padding: 5px 10px 8px;
  text-align: center;
  width: 400px;
}

  /* TD - Row Gap */
#ZoomGap {
  height: 6px;
}

  /* TR - Description Row */
#descRow {}

  /* TD - Description Cell */
#ZoomCaption2 {
  background-color: #fff;
  color: #000;
  padding: 5px 10px 8px;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  width: 430px;
}
/* END ZOOMER STYLES */
