/*
  Stylesheet 
*/

body {
  background:#f5f2dc;
  padding:0;
  margin:0;
  font:14px/20px Arial, Helvetica, sans-serif;
  color:#3d3c2c;
}

div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin:0;
  padding:0;
}

img {
  border:0;
}

a {
  color:#0000FF;
  text-decoration:none;
}

a:hover {
}

#wrapper {
  width: 920px;
  margin:5px auto;
  padding:10px;
  background:#fff;
}

#innerWrapper {
  background:#fcfae6;
}

#header {
  text-align:center;
}

#content {
  padding:10px;
}

#content .searchResultsWrapper {
  background:#fff;
  padding:5px;
  border:1px solid #dcdac2;
  clear: both;
  height:100%;
  margin-bottom:5px;
}

#content .searchResultsWrapper:hover {
  background:#f5f2dc;
}

#content .searchResultsWrapper .title {
  font-weight: bold;
}

#content .searchResultsWrapper .description {
}

#content .searchResultsWrapper .url {
  color:#009900;
}

#content .keywords {
  color: #0000FF;
}

#content .head {
  background:#ebe9d7;
  color:#333227;
  font-weight:bold;
  padding:5px;
  border:1px solid #b0ad93;
  margin:5px 0 5px 0;
}

#content .head span {
  float: right;
}

#content .noResults {
  text-align:center;
  background:#fff;
  padding:5px;
}

#content .clear {
  clear:both;
}

.pageNumbers {
  text-align:center;
  padding:5px;
  margin-top:10px;
  background:#ebe9d7;
}

.pageLinks {
  text-align:center;
  padding:5px;
  margin-top:1px;
  background:#F4C324;
  color:#000000;
  text-decoration:none;
}

#pageNumbers a {
  text-decoration:none;
}

#pageNumbers a:hover {
}

.footer {
  text-align:center;
  font-size:11px;
  padding:10px 0 10px 0;
}

.footer a {
}

.footer a:hover {
  text-decoration:none;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.hr {
  background:#ebe9d7;
  border:1px solid #ebe9d7;
}