/******************************************************************************
 * iSearch - website search engine                                            *
 *                                                                            *
 * Visit the iSearch homepage at http://www.isearchthenet.com/isearch         *
 *                                                                            *
 * Copyright (C) 2002-2003 Ian Willis. All rights reserved.                   *
 *                                                                            *
 * This script is free to use for non-commercial individual use.              *
 *                                                                            *
 * Use of this script by companies or on commercial web sites requires a      *
 * commercial license. For commercial licence details, please visit:          *
 *     http://www.isearchthenet.com/isearch         *
 *                                                                            *
 ******************************************************************************/

/******************************************************************************
 *                    START OF STYLE CONFIGURATION OPTIONS                    *
 *                                                                            *
 * Style Name     : Default                                                   *
 * Contributed By : Ian Willis                                                *
 * Description    : The default style used                                    *
 ******************************************************************************/


/* Set up some default values */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	SCROLLBAR-ARROW-COLOR: #212429;
	SCROLLBAR-FACE-COLOR: #7B9EAD;
	SCROLLBAR-HIGHLIGHT-COLOR: #B5D3E7;
	SCROLLBAR-SHADOW-COLOR: #212429;
	SCROLLBAR-TRACK-COLOR: #B5D3E7;
	SCROLLBAR-3DLIGHT-COLOR: #7B9EAD;
	SCROLLBAR-DARKSHADOW-COLOR: #001100;
}

.contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

.grantitulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-style: italic;

}

.pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

A.data:hover, A.data:focus, A.data:active { 
	text-decoration: underline;
}

A.mimenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.mimenu:hover, A.mimenu:focus { 
	text-decoration: underline;
}

.ruta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


A.ruta:hover, A.ruta:focus, A.ruta:active { 
	text-decoration: underline;
}

.titwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}


.mini {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

A.mini:hover, A.mini:focus, A.mini:active { 
	text-decoration: underline;
}

A.mini:link {
	font-size: 9px;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.subrayado { 
	text-decoration: underline;
}


/* div {width:100%;} */

/* Usage :  Page heading on the search results page.
 */
h1.isearch
{
}


/* Usage :  To display the header line with the following messages:
 *             "Search results for _words_."
 *             "Showing results 1 to 10 of 17"
 */
table.isearch_head
{
}

td.isearch_head
{
    font-size:9px;
}


/* Usage :  To display the page title in the results list.
 */
a.isearch_title:link
{
}

a.isearch_title:visited
{
}


/* Usage :  To display the page description in the results list.
 */
.isearch_description
{
    font-size:100%;
}


/* Usage :  To display the page url in the results list.
 */
a.isearch_url:link
{
    font-size:80%;
}

a.isearch_url:visited
{
    font-size:80%;
}


/* Usage :  To display the file size in the results list.
 */
.isearch_size
{
    font-size:80%;
    color:#008000;
}


/* Usage :  To display the "Cached" string in the results list.
 */
a.isearch_viewcache:link
{
    font-size:80%;
    color:#6f6f6f;
}

a.isearch_viewcache:visited
{
    font-size:80%;
    color:#6f6f6f;
}


/* Usage :  To display the "<< Previous Page" and "Next Page >>" links.
 */
table.isearch_prevnext
{
    font-size:11px;
}

td.isearch_prevnext
{
    font-size:11px;
}

a.isearch_prevnext:link
{
	text-decoration: none;
}

a.isearch_prevnext:visited
{
	text-decoration: none;
}

A.isearch_prevnext:hover, A.isearch_prevnext:focus, A.isearch_prevnext:active { 
	text-decoration: underline;
}

/* Usage :  To display the "No matches found." string.
 */
h2.isearch_nomatch
{
    font-size:120%;
    color:red;
}


/* Usage :  To display highlighted words in the page descriptions
 */
.isearch_highlight
{
    font-weight:bold;
}


/* Usage :  Displaying the search string in the message:
 *              Search results for _words_.
 */
.isearch_search
{
    font-style:italic;
}


/* Usage :  To display the:
 *               "This is the contents of the iSearch cache for the URL %u"
 *          message when displaying a cached page.
 */
h2.isearch_cachedpage
{
    font-size:140%;
}

