/*
 * SICI Templates 
 * Copyright (C) 2005-2007 
 *     Amministrazione Provinciale di Pesaro e Urbino - Italy
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 * $URL: https://tritone/svn/REPOS01/Typo3/tmpl/sici/trunk/union/css/search.css $ 
 * $Id: search.css 2515 2007-04-19 13:48:38Z davide $
 * Autore: Samuele Ortolani 
 */

@media screen {

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
display:inline;
margin-right:5px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
width:100px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
width:150px;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
margin-top:10px;
margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
font-weight:700;
font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
text-align:center;
font-weight:700;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
font-style:italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
background-color: yellow;
color:black;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
background:#eee;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
margin-top:20px;
margin-bottom:5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
margin-top:0;
margin-bottom:0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
background:#ccc;
vertical-align:middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
color:#666;
}

.tx-indexedsearch .tx-indexedsearch-category {
background:#ccc;
font-size:16px;
font-weight:700;
}

.tx-indexedsearch .res-tmpl-css {
clear:both;
margin-bottom:1em;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
margin-right:1em;
width:10em;
float:left;
}

.tx-indexedsearch .result-count-tmpl-css,.tx-indexedsearch .percent-tmpl-css {
letter-spacing:0;
font-weight:400;
margin-top:-1.2em;
float:right;
}

.tx-indexedsearch .info-tmpl-css dt,.tx-indexedsearch dl.info-tmpl-css dd {
float:left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime,.tx-indexedsearch .info-tmpl-css dd.item-path {
float:none;
}

} /* end @media screen */

