/***************************************************************************
                  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: 13px;
	margin:0px;
	margin-left:0px;
	margin-right:0px;
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
	background-color: #fcfcfc;
	font-size: 13px;
}
.dark_row
{
	background-color: #f5f5f5;
	font-size: 13px;
}
.default_td
{
	border: 0px solid #7F8FA9;
	font-size: 11px; /* tamaņo letra directorios */
}
.default_th
{
	background-color: #e3e3e3;
/* fondo superior e inferior*/

	border: 1px solid #cccccc;
	font-size: 11px;
	text-align:center;


}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #f35901;
	text-decoration: none;
}
.default_a:link
{
	color: #f35901;
	text-decoration: none;
}
.default_a:hover
{
	color: #ffffff;
	font-weight: none;
	background-color:#f35901; 
/*	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;
}

/*  Settings for links  */
.black_link {
	color:#548600;
	text-decoration: none;
}

a.black_link:link { 
     color: #f35901; 
     background-color: transparent; 
     text-decoration: none; 	 
     } 

a.black_link:visited { 
     color: #f35901; 
     background-color: transparent; 
     text-decoration: none; 
     } 

a.black_link:hover { 
     color: #FFFFFF; 
     background-color: #f35901; 
     text-decoration: none; 
     } 

a.black_link:active { 
     color: #cc0000; 
     background-color: transparent; 
     text-decoration: none; 
     }






.bl
.small
{
	font-size: 10px;
}


/* BORDE PARA LAS THUMBNAILS QUE GENERA EL AUTOINDEX */
#thumbnail
{
	border: 1px solid #3A83B2;
}
