#content{
  margin: 0 .5em;
  font-size: 85%;
}
#content table {
  border-collapse: collapse;
  width: 100%;
}
#content table td{
  padding: 0 .5em;
  vertical-align: text-top;
}
#content input {
  text-align: center;
}

#uniterror,
#permiterror,
#dateerror,
#countyerror,
#specieserror,
#sexerror,
#ageerror {
  font-size: 125%;
  font-weight: bold;
  color: red;
  display: none;
}
#harvestinfo {
  display: none;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.subtext {
  font-size: 80%;
  font-style: italic;
}
h3.displaynumber{
  background: lightgray;
  border: 1px solid black;
  color: red;
  margin: 0 15% 0 15%;
  padding: 1em;
  text-align: center;
}

/* BEGIN styles for Login.asp */
#content p span.ct{
  left: 6em;
  position: absolute;
}
#content p span.ctt1{
  left: 12em;
  position: relative;
}
/* END styles for Login.asp */

/* BEGIN styles for searchdeer.asp */
table .search{
  border: 1px solid black;
  margin: .25em 0;
  width: 100%
}
table .search tr.head{
  background-color:#666666;
}
table .search tr.head td{
  color: white;
  font-weight: bold;
}
table .search td{
  text-align: center;
}
table .search td input{
  width: 100%;
}

#report{
  font-family: "Courier New", Verdana, Arial;
  position: relative;
  overflow: auto;
}
table .report tr{
  border: 1px solid black;
}
table .report td{
  border-bottom: 1px solid black;
  font-size: .9em;
  text-align: center;
}
/* END styles for searchdeer.asp */

/* Generic style for the gray border boxed areas */
.borderedarea{
  display: block;
  border: 1px solid #D8D8D8;
  margin: 1% 5%;
  position: relative;
  overflow: auto;
}
.borderedarea .baheader{
  background: #D8D8D8;
  clear: both;
  margin: 0;
  padding: .25em;
  height: 20px;
}
.borderedarea .balefthead{
  float: left;
  text-align: left;
  width: 40%;
}
.borderedarea .barighthead{
  float: right;
  text-align: right;
  width: 50%;
}
