/***************************************************************************
                  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
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 12px;
	margin:8px;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #ffffff;/* CAJA CLARA */
	font-size: 13px;
}
.dark_row
{
	background-color: #DFF1F8; /* CAJA OSCURAS */
	font-size: 13px;
}
.default_td
{
	border: 0px solid #7F8FA9;
	font-size: 10px;
}
.default_th
{
	background-color: #D0EAF5; /* COLOR DE LA CAJA DE ARRIBA Y ABAJO */ 
	border: 1px solid #dddddd;
	font-size: 11px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #666666;
	text-decoration: none;
}
.default_a:link
{
	color: #993399;
	text-decoration: none;
}
.default_a:hover
{
	color: #FF6600;
	font-weight: none;
	background-color:#D0EAF5;  /* COLOR DE FONDO DE LOS LINKS AL PASAR POR ENCIMA */
/*	text-decoration: overline underline; */
}

/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #fff; 
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: 1px none #999999;
	padding: 3px 1px 3px 20px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #fafafa;
	color: #000020;
	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;
}

