/***************************************************************************
                  AutoIndex PHP Script, by Justin Hagstrom
                             -------------------

   filename             : stylesheet.css

   copyright            : Copyright (C) 2002-2004 Justin Hagstrom
   license              : GNU General Public License (GPL)

   website & forum      : http://autoindex.sourceforge.net
   e-mail               : JustinHagstrom [at] yahoo [dot] com

 ***************************************************************************/

/*  The default BODY setting  */
#autoindex, html
{
/* width:970px;*/

/*	
	font-family: verdana, lucidia, sans-serif;
	font-size: 11px;
*/
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #222222;
	font-size: 13px;
}
.dark_row
{
	background-color: #333333;
	font-size: 13px;
}
.default_td 
{
	border: 0px solid #7F8FA9;
	font-size: 12px;
}
.default_th
{
	background-color: #000000; /* color caja arriba y abajo */
	border: 1px solid #222222;
	font-size: 11px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #aaaaaa;
	text-decoration: none;
}
.default_a:link
{
	color: #666666;
	text-decoration: none;
}
.default_a:hover
{
	color: #666666;
/*	font-weight: none;*/
/*	background-color:#FFD5D5; */
/*	text-decoration: overline underline; */
}

/*  The style for every button  */
.button /* boton de la busqueda */
{
	color: #ffffff;
 	background-color: #777777; 
	font-family: sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px none #ffffff;
	border-style:solid;
	
	padding: 1px 1px 1px 1px;
	margin-left:3px;
	margin-top:0px;
	
}

/*  Misc. Styles  */
.paragraph
{
	background: #333333;/* caja de la busqueda */
	color: #999999;
	font-size: 13px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #ff0000;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #000000;
	text-decoration: none;
}
.small
{
	font-size: 10px;
}


/* BORDE PARA LAS THUMBNAILS QUE GENERA EL AUTOINDEX */
#thumbnail
{
	border: 1px solid #3A83B2;
}

