/* CSS Document */
body {
}
span#error {
  font-weight:bold;
  color: red;
}
#main_box {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid gray;
}

#header {
  height: 60px;
}
#header, #menu {
  border-bottom: 1px solid gray;
  text-align: center;
  padding-bottom: 3px;
}
#menu a {
  font-weight: normal;
}

#footer {
  border-top: 1px solid gray;
  font-size: 80%;
  text-align: center;
  padding: 3px;
}

img {
  border: solid 1px #aaaaaa;
  margin: 0 auto;
}

table#search input.inp {
  width: 300px;
}

table#search th {
  font-weight: bold;
  text-align: right;
  vertical-align: top;  
}

table#results th a img{
  border: none;
  width: 13px;
}

table#results {
  width: 100%;
  border-collapse: collapse;
}

table#results td {
  border: 1px solid black;
  padding: 2px;
}
a {
  color: rgb(0,0,238);
  font-weight: bold;
}
table#results th a {
  font-weight: bold;
}
table#search a {
  font-weight:normal;
  text-decoration: none; 
}
table#search textarea {
  width: 400px;
  height: 60px;
}
table#results th {
  border: 1px solid black;
  background-color: lavender;
  text-align: center;
  padding: 5px;
}
table#results table.info td.thumb {
  text-align: right;
}

table#results th {
  font-weight: bold;
  text-align: center;
  vertical-align: center;  
}

#photo {
  width: 768px;
  min-height: 544px;
  _height: 544px;
}

table#results table.info {
  width:100%;
  border-collapse: collapse;
}

table#results table.info tr.show-links td{
  text-align: center;
}

table#results table.info th {
  text-align: right;
  vertical-align: center;
  height: 53px;
  _height: 52;
  margin: 0;
  padding: 0 18px;
  border: solid 2px white;
}

table#results table.info td {
  border: none;
  text-align: left;
  vertical-align: center;
}
table#results table.info td div {
  padding-left: 18px;
}
div.navigation {
  text-align: center;
}

div.navigation a {
  font-weight: normal;
  padding-left: 2px;
  padding-right: 2px; 
}

div.navigation span.dis {
  padding-left: 2px;
  padding-right: 2px; 
}

#content {
  padding: 20px;
}

h1, h2, h3 {
  text-align: center;
}

div.no-results {
  text-align: center;
  font-weight: bold;
}


