body { 
margin: 0px;
background-image: url('/chicks/background.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
#bg img {
  width: 100%;
}
.button-on, .button-off { padding: 3px; border: 1px solid black; }
.button-on { background: #333; color: white; font-weight: bold; }
.tab-list { position: absolute; top: 0px; left: 0px; }
.container { padding: 5px; border: 1px solid black; margin: 5px; position: relative; height: 220px; width: 800px; }
.lowText { text-decoration: none; color: #000000; font: 12px Arial,
Helvetica }
.highText { text-decoration: none; color: #FFFFFF; font: 12px Arial,
Helvetica }
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial,
Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial,
Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
.ad-box {
  background: #eee;
  border: 1px solid black;
  padding: 5px;
  position: absolute;
  left: 50px;
  top: 50px;
  width: 600px;
}
.ad-box-title {
  background: #ccc;
  padding: 5px;
  font-weight: bold;
  font-size: large;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.item-header a { font-size: small; }
.item-header {
  font-weight: bold; border-bottom: 1px solid black;
  font-size: x-large;
}
.item-header2 {
  font-weight: bold;
  font-size: x-large;
}
.item-body {
  margin: 0px; font-size: small;
  visibility: hidden; height: 0px;
}


.searchtag1, .searchtag1 li, .searchtag1 ul, .searchtag1 a:link, .searchtag1 a:visited {
background-color:#000000;
width:550px;
padding-right:2px;
padding-left:2px;
font-size: 14px; 
color: #1569C7; 
text-decoration: none; 
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;  
font-weight: normal;
display: inline;
list-style-type: none;
}

.searchtag2, .searchtag2 li, .searchtag2 a:link, .searchtag2 a:visited {
background-color:#000000;
width:550px;
padding-right:2px;
padding-left:2px;
font-size: 18px; 
color: #157DEC; 
text-decoration: none; 
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;  
font-weight: none;
display: inline;
list-style-type: none;
}

.searchtag3, .searchtag3 li, .searchtag3 a:link, .searchtag3 a:visited {
background-color:#000000;
width:550px;
padding-right:2px;
padding-left:2px;
font-size: 22px; 
color: #1589FF; 
text-decoration: none; 
font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;  
font-weight: normal;
display: inline;
list-style-type: none;
}

.searchtag1 a:hover, .searchtag2 a:hover, .searchtag3 a:hover  {
background-color:#1589FF;
color: #FFFFFF; 
}

#curtain {
  position: absolute;
  z-index: 99;
  left: 40%;
  top: 40%;
  width: 100px;
  height: 100px;
  padding:2px 2px 2px 20px;
border-style:solid;
border-width:5px;
border-color: #cc0000;
  background: url('/chicks/indicator.gif') no-repeat;
}

