body {
   font-family:arial,helvetica,sans-serif;
   text-align:center;
}

input {
   margin:0;
}

ul {
   padding:0;
}

ul, li, #userinput {
   width:200px;
}

li {
   list-style:none;
   text-align:left;
}

#userinput {
   font-size:1em;
}

#userinput, li.suggestion {
   border:solid black 1px;
}

li.suggestion {
   border:solid black 1px;
   border-width:0 1px;
   background:white;
}

li.suggestion.last {
   border-width:0 1px 1px 1px;
}

li.suggestion:hover {
   cursor:pointer;
}

#searchlist {
   position:absolute;
   z-index:10;
   left:50%;
   margin-left:-100px;
}

#buttons {
   margin-top:3em;
}

#gallery, #bigphoto, #controls, #slideshowcontrols {
   display:none;
}

#copy {
   clear:both;
}

span.kw {
   display:block;
   float:left;
}

span.hitno {
   display:block;
   text-align:right;
}


/* erin */
a img { border:none; }

a.img { background:none; }

#controls {
   font-size:2em;
   font-weight:bold;
   margin-bottom:0px;
   margin-top:0px;
}

.slidecontrolon, .slidecontrolon:hover { color:red; background:none}

.control:hover, a.mail:hover {
   color:green;
   background:none;
}

.control.inactive, .control.inactive:hover {
   color:silver;
   cursor:default;
}

img.photo {
   border:solid #9eb7cd 5px;
   padding:10px;
   display:block;
   margin-bottom:1em;
}

img.thumb {
   padding:1px;
   border:solid white 2px;
}

img.thumb.current {
   border:solid #9eb7cd 2px;
}

img.thumb:hover { border:solid green 2px; }

a.thumb:hover {
   background:none;
}

#thumbs {
   float:right;
   overflow:auto;
   width:180px;
   height:400px;
   background:white;
}


#vxhtml, #vcss {
   position:fixed;
   bottom:0px;
   left:0px;
   font-size:0.75em;
   margin-bottom:0;
}

#vcss { margin-bottom:1em; }

.error { color:red }

fieldset { border:none }

ul { list-style-type:circle; }

#photodesc { display:inline }

#photodesc { padding-left:3em; }

acronym {
   border-bottom:dashed #9eb7cd 1px;
   cursor:help;
   font-style:normal;
}
