/***************************************************************************
                  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_body, html
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
	background-color: #BACFE4;
        leftmargin="0"; 
        topmargin="0";
        background-attachment: fixed; background-repeat: repeat;
	background-image:url('http://www.muslimpopulation.com/images/curtain_bg.jpg'); 
}
.autoindex_body img
{
	border: none;
}

/*  Table settings  */
.light_row
{
//	background-color: #F2F6FC;
        background-color: #BACFE4;

	font-size: 13px;
}
.dark_row
{
	//background-color: #DADEEE;
	background-color: #cddceb;
	font-size: 13px;
}
.default_td
{
	border: 1px solid #7F8FA9;
	font-size: 13px;
}
.default_th
{
	background-color: #7F8FAD;
	border: 1px solid #000010;
	font-size: 13px;
}

/*  Settings for links  */
.default_a:visited, .default_a:active
{
	color: #0000EE;
	text-decoration: none;
}
.default_a:link
{
	color: #0000FF;

}
.default_a:hover
{


text-decoration: underline;
font-size:14; font-weight:bold;
background: red; 
border-top: 1px solid #3d3d3d; 
border-right: 1px solid #3d3d3d; 
border-bottom: 1px solid #3d3d3d; 
border-left: 1px solid #3d3d3d; 


}

.default_b:visited, .default_b:active
{
text-decoration: underline;
font-size:14; font-weight:bold;
background: red; 
border-top: 1px solid #3d3d3d; 
border-right: 1px solid #3d3d3d; 
border-bottom: 1px solid #3d3d3d; 
border-left: 1px solid #3d3d3d; 
}


.default_b:link
{
text-decoration: underline;
font-size:14; font-weight:bold;

}
.default_b:hover
{
text-decoration: underline;
font-size:14; font-weight:bold;

}


/*  The style for every button  */
.button
{
	color: #707070;
 	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/*  Misc. Styles  */
.paragraph
{
	background: #F2F6FC;
	color: #000020;
	font-size: 13px;
}
.default_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.fixed_width
{
	background: #F2F6FC;
	color: #000020;
	font-family: lucida console, sans-serif;
	font-size: 12px;
}
.black_link
{
	color: #0000FF;
	text-decoration: underline;
}
.small
{
	font-size: 10px;
}