/*=========================================================================
Program:   MIDAS Server
Language:  PHP/HTML/Java/Javascript/SQL
Date:      $Date: 2010-01-27 17:13:07 -0500 (Wed, 27 Jan 2010) $
Version:   $Revision: 1274 $

Copyright (c) Kitware Inc. 28 Corporate Drive. All rights reserved.
Clifton Park, NY, 12065, USA.

See Copyright.txt for details.
This software is distributed WITHOUT ANY WARRANTY; without even
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.  See the above copyright notices for more information.
=========================================================================*/

a img { border: 0; }

.search-template          { display: none; }

.search-btn-add           { cursor: pointer; position: relative; left: 1px; top: -20px; }
.search-btn-remove        { cursor: pointer; }

.search-btn-search        { display: block; margin-left: 210px; margin-top: 25px; }
.search-btn-export        { display: block; margin-right: 0px;}

.search-field             { width: 200px; }
.search-operator          { width: 75px; text-align: center; }
.search-value             { width: 200px; }
.search-list              { width: 200px; }

.search-profile           { width: 400px; height: 200px; }
.search-save              { text-align: right; float: right; }
.search-save-save         { display: none; }
.search-save-load         { display: none; }
.search-save-load-box     { width: 175px; }
.search-save-save-name    { width: 175px; }
.search-save-success      { display: none; text-align: right; color: #00ff00; }
.search-load-success      { display: none; text-align: right; color: #00ff00; }

#search-input-title       { width: 400px; }
#search-advanced          { font-size: 80%; }
#advanced-nav             { padding-left: 3px; }

#search-metadata          { background: #CBCBCB; }
.advanced-panel           { display: none; }
.panel-link-enable        { font-weight: bold; }
.search-buildzone         { padding-left: 20px; padding-top: 7px; min-height: 20px; }

.doc-extension a          { color: #0000FF; font-size: 80%; }
.doc-extension a:hover    { text-decoration: underline; color: #0000FF; font-size: 80%; }

#search-input-search      { font-size: 120%; padding-right: 20px;
                            background: #DDD url(../images/search-magnifier.png) no-repeat right; }

#search-results h3        { background: #999999; }
.searchresult             { position: relative; border-bottom: 1px solid; border-bottom-color: #888888; height: 60px; padding-top: 5px; }
.searchresult .picture    { width: 55px; height: 55px; float: left; top:0; left:0;}
.searchresult .picture a  { text-decoration: none; }
.searchresult .title      { position: relative; left: 5px; font-size: 100%; font-weight: bold; line-height: 16px; color: #11A; }
.searchresult .desc1      { position: relative; left: 5px; font-size: 80%; color: #666666; }
.searchresult .desc2      { position: relative; left: 5px; }
.path                     { position: relative; left: 5px; color: #060; }
.path a                   { color: #060; }
.searchresult .score      { position: relative; left: 5px; font-size: 80%; color: #666666; }

.displayControl a         { color: #0000FF; font-size: 80%; cursor: pointer; }
.displayControl a:hover   { text-decoration: underline; color: #0000FF; font-size: 80%; }
.showAll                  { float: right; }
.showResult               { display: block; }
.hideResult               { display: none; }
