.flash {
  border : 2px solid #900;
  width : 90%;
  _width : 95%;
  margin-left : 5%;
  color : #900;
  font-family : Verdana, Arial;
  font-size : 12px;
  text-align : center;
  font-weight : bold;
  padding : 15px;
}

#searchform {
  margin-top : -90px;
  padding-bottom : 10px;
  border-bottom : 2px solid #ccc;
}

#searchform table {
  width : 90%;
  margin-left : 5%;
}

#searchform table, #searchform td {
  border : 0;
}

#searchform td#usage {
  font-weight : bold;
  font-style : italic;
  font-size : 13px;
}

#searchform td#searchfields input {
  border : 1px solid #666;
  font-weight : normal;
  font-style : normal;
  font-size : 12px;
}

#list {
  width : 90%;
  margin-left : 5%;
  border : 1px solid #666;
  border-collapse : collapse;

}

#list td, #list th {
  font-family : Verdana, Arial;
  font-size : 12px;
  border : 1px solid #999;
}

#list a:link, #list a:visited {
  color : #003;
}

#list a:hover {
  color : #090;
}

#list th {
  background : #ccc;
}

#list td {
  background : #e8e8e8;
  padding : 2px 5px;
}


#paginator {
  font-family : Verdana, Arial;
  font-size : 12px;
  text-align : center;
  font-weight : bold;
}

#paginator .disabled {
  color : #999;
  cursor : hand;
  cursor : pointer;
}

#query {
  text-align : center;
  font-family : Verdana, Arial;
  font-size : 12px;
}

#show {
  width : 90%;
  margin-left : 5%;
  border : 1px solid #666;
  border-collapse : collapse;

}

#show td, #show th {
  font-family : Verdana, Arial;
  font-size : 12px;
  border : 1px solid #999;
  padding : 2px 5px;
  text-align : left;
}

#show a:link, #show a:visited {
  color : #003;
}

#show a:hover {
  color : #090;
}

#show th {
  background : #ccc;
}

#show td {
  background : #e8e8e8;
}

#linkback {
  font-family : Verdana, Arial;
  font-size : 12px;
  text-align : center;
  font-weight : bold;
}

#linkback a:link, #linkback a:visited {
  color : #003;
}

#linkback a:hover {
  color : #090;
}


#detailstitle {
  font-family : Times New Roman, roman;
  font-size : 24px;
  font-weight : bold;
  font-style : italic;
  width : 90%;
  margin-left : 5%;
  margin-bottom : 10px;
}
